Open jtbergman opened 1 month ago
Hello! Thanks for your detailed bug report. Unfortunately, I can’t reproduce the bug on my side. I realized there was a bug in the playlists extraction and it’s now fixed (in YouTubeKit and Atwy), that might have been the cause of the issue in your case, but it shouldn’t return a 404/400 error. To debug I’d need you to activate the logger in Atwy’s settings. Then reproduce the bugs and upload every concerned log (zip) in this channel so I can try to understand what the problem was. Also, could you try to
Thank you
Describe the bug Hi, thanks for the project. I noticed that some methods are returning "400 – Requests contains an invalid argument". I tried both the framework in my own app and within the Atwy app. The two requests I've seen returning this so far are
SearchResponse
andPlaylistInfosResponse
To Reproduce This is reproducible on the home tan of Atwy and within the test code for playlists:
I tried these both with and without cookies set.
Expected behavior Perhaps the requests need to be updated, I expect them to not 404.
Additional context Add any other context about the problem here.