Open Znuff opened 1 year ago
I just started having this behavior as well - it was working fine earlier today. Not sure what changed. Maybe a discord-side change?
It happened again for me, today. Docker host was left without internet for about an hour. When it came back online, bot wasn't responding to any commands.
Tried, as usual, restarting the container, rebuilding it, testing & changing settings - nothing worked.
Decided to try something a bit more labor intensive, and I've build it with dotnet 7.0 and dsharpplus 4.4.2
I don't know if what I did made it work, or it's just "fixed" itself eventually.
Every now and then, Requestrr will just stop responding if I restart the container.
The
docker compose logs requestrr
will show:Logging on the WebUI and hitting the Test button confirms that everything works right.
Restarting the container (again) will show:
And then return
An error occurred while sending a private message movie notification to a specific user: Unauthorized: 403
after a while.Version is
v2.1.2
, running thedarkalfx/requestrr
image.I have tried recreating the container, didn't help. Tried enabling Debugging, found nothing relevant.
Furthermore, on newly joined servers, the bot won't register commands on a new server until it's restarted.
Any advice on how to proceed further?