Zingabopp / BeatSync

Beat Saber plugin to automatically download beatmaps.
Other
247 stars 22 forks source link

Following feed URL has changed - please update 👍 #50

Open rrofail opened 2 years ago

rrofail commented 2 years ago

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 2 years ago

Oops, I thought i had switched to that already, but I guess that's just in the rewrite I still have to finish.