Timo

Results 10 comments of Timo

Yes! https://discord.dev/resources/webhook#execute-webhook

No problem, have a nice vacation ✈

> I think I have found the bug that is causing this problem as I was trying the updated version. Visiting the site directly adds an `/` at the end...

Probably it's worth taking a look at the [Docusaurus config field `trailingSlash`](https://docusaurus.io/docs/api/docusaurus-config#trailingSlash) and the resources linked over there. Otherwise I'd suggest using absolute instead of relative links to mitigate this...

My specific case was that I encountered the error "Opening handshake has timed out" and after the retry it worked by itself (at least that is my assumption so far)...

That's something I'm not 100 % sure about. My error log stated (using discord.js 14.15.3 at that point) ``` Error: Opening handshake has timed out at ClientRequest. (.../node_modules/ws/lib/websocket.js:873:7) at ClientRequest.emit...

So far I was only listening to the `error` event in production. I added the `shardError` event now too. As this error did not occur in ages for me, I...

Unfortunately, I think that's right. In general this is complicated as it depends on which strategy is used and this is not part of the current implementation at all. The...