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

Consistent Issue on Mark Wanted #9

Closed
jamey opened this issue Jun 13, 2011 · 3 comments
Closed

Consistent Issue on Mark Wanted #9

jamey opened this issue Jun 13, 2011 · 3 comments

Comments

@jamey
Copy link

jamey commented Jun 13, 2011

To reproduce, grab the latest version from Github, configure with all search providers & SAB integration.
Restart to pick up changes.
Add KISS as artist.
Navigate to the KISS page.
Try to mark Psycho Circus, or Revenge, as Wanted.
Other albums may work, Crazy Nights for instance.

Stack trace with request details follows.

192.168.1.10 - - [12/Jun/2011:21:59:07] "GET / HTTP/1.1" 200 1778 "" "Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
192.168.1.10 - - [12/Jun/2011:21:59:10] "GET /artistPage?ArtistID=e1f1e33e-2e4c-4d43-b91b-7064068d3283 HTTP/1.1" 200 26117 "http://server:8181/" "Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
[12/Jun/2011:21:59:25] HTTP Traceback (most recent call last):
File "/home/fish/.headphones/cherrypy/_cprequest.py", line 645, in respond
response.body = self.handler()
File "/home/fish/.headphones/cherrypy/lib/encoding.py", line 188, in call
self.body = self.oldhandler(_args, *_kwargs)
File "/home/fish/.headphones/cherrypy/_cpdispatch.py", line 29, in call
return self.callable(_self.args, *_self.kwargs)
File "/home/fish/.headphones/webServer.py", line 281, in queueAlbum
searcher.searchNZB(AlbumID)
File "/home/fish/.headphones/searcher.py", line 179, in searchNZB
urllib.urlopen(saburl)
File "/usr/lib64/python2.7/urllib.py", line 84, in urlopen
return opener.open(url)
File "/usr/lib64/python2.7/urllib.py", line 205, in open
return getattr(self, name)(url)
File "/usr/lib64/python2.7/urllib.py", line 342, in open_http
h.endheaders(data)
File "/usr/lib64/python2.7/httplib.py", line 940, in endheaders
self._send_output(message_body)
File "/usr/lib64/python2.7/httplib.py", line 803, in _send_output
self.send(msg)
File "/usr/lib64/python2.7/httplib.py", line 755, in send
self.connect()
File "/usr/lib64/python2.7/httplib.py", line 736, in connect
self.timeout, self.source_address)
File "/usr/lib64/python2.7/socket.py", line 567, in create_connection
raise error, msg
IOError: [Errno socket error] [Errno 111] Connection refused

@rembo10
Copy link
Owner

rembo10 commented Jun 13, 2011

Can you try disabling NZBs.org and giving that a try? I have a feeling it has something to do with what data it's fetching from NZBs.org and then subsequently trying to send as a url.

@brannon-bowden
Copy link

I'm using all providers on current source and I was not able to replicate this.

@rembo10
Copy link
Owner

rembo10 commented Jun 14, 2011

Me neither - both albums get snatched for me - but I don't have NZBs.org enabled. Maybe double-check SAB settings?

@rembo10 rembo10 closed this as completed Jul 11, 2011
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