bbrown430 / plex-poster-set-helper

A tool to help upload sets of posters from ThePosterDB and MediUX to your Plex server in seconds!
67 stars 16 forks source link

Failed to retrieve page - Status 403 #35

Closed Lonewolf147 closed 1 month ago

Lonewolf147 commented 1 month ago

I haven't ran this in a while, but it used to work great when I did. I tried it again tonight, and I'm getting a 403 error. It doesn't matter what set I use, or if I try using bulk. Same error.

root@Valaskjalf:/mnt/plex/PMS/binhex-plex/posters# python3 plex-poster-set-helper.py Enter a ThePosterDB set (or user) or a MediUX set url: https://theposterdb.com/set/113796 Failed to retrieve the page. Status code: 403

Lonewolf147 commented 1 month ago

I also tried using a mediux address, and it is giving an error 500

root@Valaskjalf:/mnt/plex/PMS/binhex-plex/posters# python3 plex-poster-set-helper.py Enter a ThePosterDB set (or user) or a MediUX set url: https://mediux.pro/sets/7433 Failed to retrieve the page. Status code: 500

bbrown430 commented 1 month ago

@Lonewolf147 Make sure you are using the latest version. These errors have been addressed.

Lonewolf147 commented 1 month ago

Thanks. I did re-download the zip while testing this. Didn't seem to make a difference.

Is there a way to see which version of the script I'm running, and what the latest one is?

On Jul 9, 2024, at 10:34, Brian Brown @.**@.>> wrote:

@Lonewolf147https://github.com/Lonewolf147 Make sure you are using the latest version. These errors have been addressed.

— Reply to this email directly, view it on GitHubhttps://github.com/bbrown430/plex-poster-set-helper/issues/35#issuecomment-2218032178, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AELDE4AXUGAQKUJSWOMNQ23ZLP7GHAVCNFSM6AAAAABKR2NFFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJYGAZTEMJXHA. You are receiving this because you were mentioned.Message ID: @.***>

bbrown430 commented 1 month ago

If you download the latest .zip and work out of there, there shouldn't be any potential for conflicts

Lonewolf147 commented 1 month ago

Ahhh, I see the issue. I didn't know the file name changed. All the hyphens were changed to underscores. Even though I copied the new one over, I was still running the old script. Running the new one now works perfect. Thanks!