redlib icon indicating copy to clipboard operation
redlib copied to clipboard

🐛 Bug Report: Error page rendered: Reddit error 400 "null": "Bad Request"

Open UlyssesZh opened this issue 2 months ago • 3 comments

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

UlyssesZh avatar Nov 05 '25 20:11 UlyssesZh

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)?

Sparronator9999 avatar Nov 07 '25 08:11 Sparronator9999

It is running in Docker, so there should not be any port conflict.

UlyssesZh avatar Nov 07 '25 08:11 UlyssesZh

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.

Sparronator9999 avatar Nov 07 '25 08:11 Sparronator9999