Following feed URL has changed - please update ๐
Opened this issue ยท 1 comments
rrofail commented
The URL changed for following feed. The old path was https://bsaber.com/members/{USERNAME}/wall/followings/feed/?acpage=10
The new path I found via discord ( ๐ ) seems to be: https://bsaber.com/wp-json/bsaber-api/songs/?followed_by={USERNAME}&count=50&page=1
For example, here is the ERROR LOG and indeed those URL's fail to load now.
[Debug @ 2022-06-02 22:54:30 | SongFeedReader]: Site Error getting page 'https://bsaber.com/members/jayhawkn8r/wall/followings/feed/?acpage=10'.
[Debug @ 2022-06-02 22:54:30 | SongFeedReader]: Site Error getting page 'https://bsaber.com/members/jayhawkn8r/wall/followings/feed/?acpage=1'.
[Debug @ 2022-06-02 22:54:30 | SongFeedReader]: The remote server returned an error: (404) Not Found.
But this one seems to work:
https://bsaber.com/wp-json/bsaber-api/songs/?followed_by=jayhawkn8r&count=50&page=1
Zingabopp commented
Oops, I thought i had switched to that already, but I guess that's just in the rewrite I still have to finish.