PMS_Updater: Can't update

I try to update with plex media server 1.0 but I have this error : `–2016-06-24 08:18:02-- https://plex.tv/downloads?channel=plexpass
Resolving plex.tv (plex.tv)… 52.17.109.161, 52.19.111.38, 54.76.231.216, …
Connecting to plex.tv (plex.tv)|52.17.109.161|:443… connected.
HTTP request sent, awaiting response… 404 Not Found
2016-06-24 08:18:12 ERROR 404: Not Found.

Error downloading https://plex.tv/downloads?channel=plexpass`

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 29 (12 by maintainers)

Most upvoted comments

Also just noting that the new version of the site provides the following URL which will be very helpful…

https://plex.tv/api/downloads/1.json?channel=plexpass

I just tried and it returned “Done.” very quickly, way too quickly. And shows I’m still on 0.9.16.6.

Further more, FreeBSD’s pkg installer has jq, which allows the following:

[mneumark@plexmediaserver_1 ~]$ curl -s https://plex.tv/api/downloads/1.json?channel=plexpass 2>&1 | jq 'getpath(["computer", "FreeBSD", "releases", 0, "url"])'
"https://downloads.plex.tv/plex-media-server/1.0.0.2261-a17e99e/PlexMediaServer-1.0.0.2261-a17e99e-freebsd-amd64.tar.bz2"

Might put in a PR, if I submitted a PR that mandated installing jq would that dependency bother anyone?