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
157 stars 41 forks source link

Response code 403 (Forbidden) for all videos #132

Closed rpungello closed 1 year ago

rpungello commented 1 year ago

Seems since around 9/29 I've been unable to download videos from Floatplane, based on the fact that the last LTT video I have in my Plex library is the Dual ITX in one case from that day.

When I check the logs from the Docker container, it's just a bunch of 403 errors (shown below). I have my Floatplane credentials set via docker-compose environment variables, and haven't changed anything in that regard. Wondering if Floatplane changed something with regards to authentication. Is there a way to get more verbose logging out? I'd be curious to see which step it's failing on, authentication or download.

Linus Tech Tips - Microsoft vs S: ████████████████████████████████████████ 100% | ERR: Response code 403 (Forbidden) - Retrying 0/3
fp-downloader            | Linus Tech Tips - Linus and Jake: ████████████████████████████████████████ 100% | ERR: Response code 403 (Forbidden) - Retrying 0/3
fp-downloader            | ShortCircuit - SC: I've been wai: ████████████████████████████████████████ 100% | ERR: Response code 403 (Forbidden) - Retrying 0/3
fp-downloader            | Floatplane Exclusive - FP Exclus:                                            0% | 
fp-downloader            | ShortCircuit - SC: I've never be:                                            0% | 
fp-downloader            | .ShortCircuit - SC: I've been wa:                                            0% | 
fp-downloader            |                .Linus Tech Tips : ████████████████████████████████████████ 100% | ERR: Response code 403 (Forbidden) - Retrying 1/3
fp-downloader            |                ..Linus Tech Tips: ████████████████████████████████████████ 100% | ERR: Response code 403 (Forbidden) - Retrying 2/3
fp-downloader            |               ...Linus Tech Tips:                                            0% | 
Inrixia commented 1 year ago

Pretty sure this is a duplicate of https://github.com/Inrixia/Floatplane-Downloader/issues/130

For now use the dev tag and it should be fixed

rpungello commented 1 year ago

Alright, dev tag seems to be working. Thanks!

Inrixia commented 1 year ago

Leaving this open till I get around to merging dev changes into a new release