🐛 Bug Report: Error page rendered: Reddit error 400 "null": "Bad Request"
Describe the bug
Cannot start the server.
Starting Redlib...
Running Redlib v0.36.0 on [::]:8080!
ERROR redlib::utils > Error page rendered: Reddit error 400 "null": "Bad Request"
Steps to reproduce the bug
Try to start the server.
What's the expected behavior?
The server runs.
Additional context / screenshot
- [x] I checked that the instance that this was reported on is running the latest git commit, or I can reproduce it locally on the latest git commit
Do you have any other web services running on the same device? If one of them uses the same port as Redlib (8080), it will cause an error. Not sure if it causes this error in particular, though.
What distro are you running the Redlib server on? Is it running inside Docker or Podman, or "bare-metal" (outside of Docker/Podman)?
It is running in Docker, so there should not be any port conflict.
It is running in Docker, so there should not be any port conflict.
Okay. I haven't used Docker enough to know if it could be causing the crash, but thought I'd check.