tproenca / pmsarm7

Plex Media Server ARM package for Debian/Ubuntu Linux
https://tproenca.github.io/pmsarm7
25 stars 5 forks source link

Outdated version #12

Closed omega69 closed 4 years ago

omega69 commented 5 years ago

Hello Tiago

You`ve had one case closed for outdated version of plex server. Unfortunately there is again the same situation. For linux there is officially available version 1.16.3.1402-22929c8a2 but in your repository only plexmediaserver_1.14.1.5488-cc260c476_armhf.deb is available. There has been introduced many changes on Plex side which requires update.

Can you please check your script for update?

Thanks

omega69 commented 5 years ago

I am not programmer at all. Still have tried to go through the code here and there is one line in the config which from my perspective can be problematic (or just don`t understand it ;-) )

In plexserverurl.js there is this code :

.element('//div[contains(@class, "tooltipster-content")]//a[text()="ARMv7"]')

But on plex pages there are two options for ARMv7:

ARMv7 (x13 Series, x14 Series (excluding DS414j), DS115j, RS815, and DS216se)

ARMv7 (x15 Series (excluding DS115j and RS815), x16 Series (excluding DS216se), x17 Series, x18 Series, and DS414j)

Could it be the script cannot distinguish here and fails so update of text in the code from

.element('//div[contains(@class, "tooltipster-content")]//a[text()="ARMv7"]')

to

.element('//div[contains(@class, "tooltipster-content")]//a[text()="ARMv7 (x13"]')

could help.

Really just guessing due to my extremely limited skills

omega69 commented 4 years ago

Debian package from Plex download pages is enough so could install it directly. No need for me to update your script