File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,3 +50,20 @@ apt install -y sqlite3
5050ALTER TABLE urls
5151ADD COLUMN expires_at DATETIME DEFAULT NULL;
5252```
53+ ## QR Embeds
54+ ### tl;dr THEY DON'T WORK ON DISCORD
55+
56+ here's the discord embed debugger that tries to scrape embed stuff from the url it is provided. 'internal error' means discord wasn't able to do this
57+
58+ <img width =" 394 " height =" 400 " alt =" image " src =" https://github.com/user-attachments/assets/adc83ef3-7d06-458b-8cc8-3569023559a6 " />
59+
60+ here's some logs from cleezy-nginx after the embed debugger was run and a twitter post with the QR url was sent
61+ ```
62+ 172.25.0.14 - - [01/Sep/2025:19:03:43 +0000] "GET /qr/EMBEDTEST1 HTTP/1.0" 404 185 "-" "Twitterbot/1.0"
63+ 172.25.0.14 - - [01/Sep/2025:19:03:43 +0000] "GET /qr/EMBEDTEST1 HTTP/1.0" 404 185 "-" "Twitterbot/1.0"
64+ ```
65+ as you can see, only twitter was able to connect to the site and scrape, display embed stuff
66+
67+ <img width =" 695 " height =" 391 " alt =" image " src =" https://github.com/user-attachments/assets/1369dd42-09fa-4dda-9d0c-def44dbf3a0d " />
68+
69+ ATP, the source of the issue is not very apparent
You can’t perform that action at this time.
0 commit comments