Skip to content

Commit 37694c0

Browse files
authored
add discord image embedding examples to readme (#65)
1 parent 716b01d commit 37694c0

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,20 @@ apt install -y sqlite3
5050
ALTER TABLE urls
5151
ADD 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

0 commit comments

Comments
 (0)