-
-
Notifications
You must be signed in to change notification settings - Fork 204
Description
Since a few days, redlib refuses to connect to reddit. In logs I get this:
Starting Redlib...
ERROR redlib::client > Got an invalid response from reddit expected value at line 1 column 1. Status code: 403 Forbidden
Rate limit check failed: Failed to parse page JSON data: expected value at line 1 column 1 | /r/reddit/hot.json?&raw_json=1
This may cause issues with the rate limit.
Please report this error with the above information.
https://github.com/redlib-org/redlib/issues/new?assignees=sigaloid&labels=bug&title=%F0%9F%90%9B+Bug+Report%3A+Rate+limit+mismatch
Running Redlib v0.36.0 on [::]:8080!
ERROR redlib::client > Got an invalid response from reddit expected value at line 1 column 1. Status code: 403 Forbidden
ERROR redlib::utils > Error page rendered: Failed to parse page JSON data: expected value at line 1 column 1
I am running the most recent docker image in docker compose on an x86_64 arch linux server.
Thanks for your help!