rss-bridge icon indicating copy to clipboard operation
rss-bridge copied to clipboard

[VkBridge] Empty feed is returned

Open max-dw-i opened this issue 2 years ago • 2 comments

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

max-dw-i avatar Jul 02 '22 22:07 max-dw-i

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

dvikan avatar Jul 04 '22 11:07 dvikan

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.

em92 avatar Jul 04 '22 18:07 em92