You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an issue while configuring TelegramRSS.
At first, I made a request /rss/addmeto when I had no active session and got error: No sessions available. Call /system/addSession?session=%session_name% or restart server with --session option.
Then I logged in as a bot and the following request /RSS/breakingmash responded with BOT_METHOD_INVALID.
These two results are cached in forbidden-peers.csv so all the next requests to addmeto and breakingmash answered with errors despite a correct session. I assume that there should be a way to invalidate the cache.
The text was updated successfully, but these errors were encountered:
I've encountered an issue while configuring TelegramRSS.
At first, I made a request
/rss/addmeto
when I had no active session and got error:No sessions available. Call /system/addSession?session=%session_name% or restart server with --session option
.Then I logged in as a bot and the following request
/RSS/breakingmash
responded withBOT_METHOD_INVALID
.These two results are cached in forbidden-peers.csv so all the next requests to
addmeto
andbreakingmash
answered with errors despite a correct session. I assume that there should be a way to invalidate the cache.The text was updated successfully, but these errors were encountered: