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.
I've encountered an issue while configuring TelegramRSS.
At first, I made a request
/rss/addmetowhen 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/breakingmashresponded withBOT_METHOD_INVALID.These two results are cached in forbidden-peers.csv so all the next requests to
addmetoandbreakingmashanswered with errors despite a correct session. I assume that there should be a way to invalidate the cache.