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

Getting this error msg for everything I try to up unless its a dupe #20

Open
ohjk opened this issue Mar 16, 2017 · 5 comments
Open

Getting this error msg for everything I try to up unless its a dupe #20

ohjk opened this issue Mar 16, 2017 · 5 comments

Comments

@ohjk
Copy link

ohjk commented Mar 16, 2017

[xx@circa]:(43.8kb)~/macguffin$ ./auto_upload.py "/home/xx/torrents/rtorrent/20th.Century.Women.2016.1080p.BluRay.x264-GECKOS/"
auto_upload : INFO ------------------------------------------------------------
auto_upload : INFO 20th.Century.Women.2016.1080p.BluRay.x264-GECKOS
auto_upload : INFO ------------------------------------------------------------
tmdb : INFO DISCLAIMER: This product uses the TMDb API, but is not endorsed or certified by TMDb.
tmdb : INFO Poster: https://image.tmdb.org/t/p/w500/9vavp7kXnLwPGfOfThJwpW0Mk4v.jpg
auto_upload : ERROR An unexpected error occurred. Please report the following information to the developers:
Traceback (most recent call last):
File "./auto_upload.py", line 104, in
dry_run=args.dry_run,
File "/home/xx/macguffin/uploads/upload.py", line 90, in start
self.get_metadata()
File "/home/xx/macguffin/uploads/upload.py", line 260, in get_metadata
self.get_imdb_id()
File "/home/xx/macguffin/uploads/upload.py", line 240, in get_imdb_id
response.raise_for_status()
File "/usr/local/lib/python2.7/dist-packages/requests/models.py", line 909, in raise_for_status
raise HTTPError(http_error_msg, response=self)
HTTPError: 503 Server Error: Service Unavailable for url: http://ipv6.google.com/sorry/index?continue=http://www.google.com/search%3Fq%3D20th%2BCentury%2BWomen%2B(2016)%2BIMDb%26btnI%3D&q=EhAqAQT4AWA0rAAAAAAAAAACGJ-1p8YFIhkA8aeDS3_Tjlr0X_k2IzSswxRpJdzMkrnGMgNyY24

i get this series of errors for everything I try unless its a dupe then i get the y/n prompt and if i hit Y it actually works

@hwkns
Copy link
Owner

hwkns commented Mar 17, 2017

It looks like something weird is going on with the Google search request. Try visiting this URL in a browser, or with cURL; what happens?

http://www.google.com/search?q=test

@ohjk
Copy link
Author

ohjk commented Mar 17, 2017

It tells me the page has moved and gives me a google.de version of the search to use. I have a hetzner dedicated box

@hwkns
Copy link
Owner

hwkns commented Mar 17, 2017

I guess we will have to force Google to use English. I'll work on figuring out a sustainable way to do that.

@st4rts0mething
Copy link

+1 for this, also on a hetzner server.

@ohjk
Copy link
Author

ohjk commented May 11, 2017

You can get around this by specifying the IMDb URL with --imdb

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

3 participants