DIYgod / RSSHub-Radar

🧡 Browser extension that simplifies finding and subscribing RSS and RSSHub
https://chrome.google.com/webstore/detail/kefjpfngnndepjbopdmoebkipbgkggaa
MIT License
5.74k stars 357 forks source link

Radar doesn't update rules when using a self-hosted instance #1038

Closed echoriiku closed 2 weeks ago

echoriiku commented 3 months ago

The Rules are not updated (at all) whe using a self-hosted instance. In the instance logs I get:

info: <-- GET /api/radar/rules
error: Error in /api/radar/rules: RejectError: Authentication failed. Access denied.
info: --> GET /api/radar/rules 403 1ms

I have correctly set up the Access Key/Code in Radar.

bestlzk commented 3 weeks ago

Encountered the same problem. After configuring the access_key, the access_key will not be actually used to request rules screenshot-20241012-111904

TonyRL commented 2 weeks ago

Fixed in #1048