Skip to content

Conversation

@simonc56
Copy link
Contributor

Description

This PR updates baseurl for some API endpoints.

Plex API updated its watchlist, scrobble and userState baseurl endpoints.
metadata subdomain is replaced by discover.

Example for watchlist fetching :
https://metadata.provider.plex.tv/library/sections/watchlist/
becomes
https://discover.provider.plex.tv/library/sections/watchlist/

New baseurl tested successfully.
Old baseurl returns 404 response for watchlist.
Plex webapp 4.148.0 uses the new baseurl for those 3 endpoints.

Overseer and Jellyseer already fixed it :

Fixes #1541

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the docstring for new or existing methods
  • I have added tests when applicable

@alexpop89
Copy link

+1

sirstudly added a commit to sirstudly/plex_debrid that referenced this pull request Aug 16, 2025
@TheLinuxGuy
Copy link

+1

@dreulavelle
Copy link

ETA on merging this?

@tconroy
Copy link

tconroy commented Aug 20, 2025

@JonnyWong16 Any chance we could get this merged in? Right now watchlist functionality is broken because of this.

@jojodat
Copy link

jojodat commented Aug 24, 2025

is @JonnyWong16 still alive?
Several projects depend on python-plexapi and wait for this getting merged.

@simonc56 simonc56 changed the title Replace metadata by discover in watchlist and scrobble urls Replace metadata by discover in watchlist urls Aug 25, 2025
@JonnyWong16 JonnyWong16 merged commit aea1755 into pushingkarmaorg:master Aug 25, 2025
4 of 6 checks passed
@simonc56 simonc56 deleted the fix/watchlist-url branch December 20, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug with fetching Watchlist

7 participants