rss-bridge
rss-bridge copied to clipboard
[VkBridge] Empty feed is returned
Describe the bug VkBridge returns empty feeds. The last release is used. Other bridges (e.g. YouTube, Telegram) work fine. Also I have another instance using the previous release which works.
To Reproduce Try getting a feed using, for example, these parameters action=display&bridge=Vk&u=firstandgoal&format=Atom
Yes this is actually a 302 redirect to HTTP 200 /429.html -- The cache timeout is 5 min. Probably should be higher on public insances to prevent 429. @em92
Meanwhile other generator script, that uses official API from VK is working fine. Just uploaded it here: https://github.com/em92/vkfeed2rss
As for now, I don't know how to deal with 429 error in VkBridge. Possibly, I will rewrite it to use official API.