You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello 👋, I remarked that the .checkForUpdate() function returns an object with a download_key that is pointing on a 404 page. Also the documentation is not very clear about the download parameter in the checkForUpdate(force=True, download=False). It says Download if an update is available. but that's quite confusing as it returns an object and not the binary. Is there a way to download the latest release directly from the API like the downloadLogs() or downloadDatabases() functions ?
Many thanks in advance 😄
Returns valid download_key + clarification of the documentation about checkForUpdate(). Also it could be nice to have a way to download the latest release from the API.
Additional Context
No response
Operating System and Version
macOS 13.2.1 (22D68)
Plex Media Server Version
1.31.1.6733
Python Version
3.11.2
PlexAPI Version
4.13.4
The text was updated successfully, but these errors were encountered:
Describe the Bug
Hello 👋, I remarked that the
.checkForUpdate()
function returns an object with adownload_key
that is pointing on a404
page. Also the documentation is not very clear about the download parameter in thecheckForUpdate(force=True, download=False)
. It saysDownload if an update is available.
but that's quite confusing as it returns an object and not the binary. Is there a way to download the latest release directly from the API like thedownloadLogs()
ordownloadDatabases()
functions ?Many thanks in advance 😄
Code Snippets
Expected Behavior
Returns valid
download_key
+ clarification of the documentation aboutcheckForUpdate()
. Also it could be nice to have a way to download the latest release from the API.Additional Context
No response
Operating System and Version
macOS 13.2.1 (22D68)
Plex Media Server Version
1.31.1.6733
Python Version
3.11.2
PlexAPI Version
4.13.4
The text was updated successfully, but these errors were encountered: