Inrixia / Floatplane-Downloader

Project for automatically organizing and downloading Floatplane videos for plex.
https://monitor.spookelton.net/public-dashboards/db0aec66747b4950b01b128916eb737e
GNU Affero General Public License v3.0
152 stars 41 forks source link

Response code 400 (Bad Request) #130

Closed VioletLovesJasmine closed 1 year ago

VioletLovesJasmine commented 1 year ago

Hi, I'm having some issues downloading videos since 2022-09-25.

Everything worked fine for ages, then the log showed an error that 'package.json' was missing. This file was not previously required (only the binary), but I found the 'package.json' in your repo and that error now seems to be resolved. This is included more as a possibly related side-note.

The second, unresolved error happens when the program actually tries to download the videos. The log shows 'Response code 400 (Bad Request)'. Exemplary shell output is attached. Changing around network settings and disabling VPN did not help. I also tried regenerating ./db/ and other related objects in case it was something to do with login. The attached log shows a freshly generated login and settings.json.

Any idea what could be causing this?

output.log

Inrixia commented 1 year ago

Re discussion in discord floatplane appears to have just made breaking changes to their api.

I should be able to update and fix this on dev as soon as I get home in ~5-6 hrs

Inrixia commented 1 year ago

Oh also the package.json error has already been fixed on dev so once those changes are released you won't need to use that fix

VioletLovesJasmine commented 1 year ago

ah ok, thanks for your work :)

Inrixia commented 1 year ago

Please try the latest dev release and let me know if this is fixed

VioletLovesJasmine commented 1 year ago

Now using latest dev release. Mostly fine now, still seeing some errors though. Maybe 20% of videos this happens: ChannelSuperFun - CSF: I fought : [spaces] 0% | ERR: read ECONNRESET Max Retries! 3/3

I tried rerunning after it had finished downloading and it seemed to work for some of them after more retries. ChannelSuperFun - CSF: I fought : ██████▌ [spaces] 16% | 92.62/563.74MB 9.25Mb/s ETA: 6m 47s

Not others though Linus Tech Tips - AMD Ryzen 7000: [spaces] 0% | ERR: read ECONNRESET Max Retries! 3/3

VioletLovesJasmine commented 1 year ago

I tried running it again (later) and 'ECONNRESET' doesn't seem to be happening now. I'm not sure what changed. Maybe it'll crop up again later. If so, I'll open another ticket. Again, thanks for your help and work :)