Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Unable to retrieve the URL needed for download (Query DISTRO: ubuntu, BUILD: 64) #64

Closed
ewjannece opened this issue Jun 30, 2016 · 2 comments

Comments

@ewjannece
Copy link

It looks like the download page for Plex has changed.
I used -x in the bash script to see the whole thing. I'm pasting it below.

+ echo -n 'Finding download URL to download...'
Finding download URL to download...++ grep -m1 -ioe 'https://[^\"]*'
++ grep -i '"build":"64"'
++ grep -i '"distro":"ubuntu"'
++ grep -ioe '"label"[^}]*'
++ wget --load-cookies /tmp/kaka --save-cookies /tmp/kaka --keep-session-cookies 'https://plex.tv/api/downloads/1.json?channel=plexpass' -O -
+ DOWNLOAD=
+ '[' no = no ']'
+ echo -e OK
OK
+ '[' '' == '' ']'
+ echo 'ERROR: Unable to retrieve the URL needed for download (Query DISTRO: ubuntu, BUILD: 64)'
ERROR: Unable to retrieve the URL needed for download (Query DISTRO: ubuntu, BUILD: 64)
+ exit 3
+ cleanup
+ rm /tmp/postdata
+ rm /tmp/raw
+ rm /tmp/failcause
+ '[' no '!=' yes ']'
+ rm /tmp/kaka



@Tommatheussen
Copy link
Contributor

Well, the BUILD flag shouldn't be 64, you can check the possible values using the -l flag, did you set them yourself?

@ewjannece
Copy link
Author

You can remove this. It looks like the issue I originally had is over.
Thanks for helping me with this.

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

No branches or pull requests

2 participants