abbi031892 / periscope

Automatically exported from code.google.com/p/periscope
0 stars 0 forks source link

Some errors with periscope under Solaris/OpenIndiana #135

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using  sudo -u sabnzbd periscope /stuff/TV/Breaking\ Bad/ -f with language 
en gives errors even though sometimes it downloads subtitles i think in my 
whole library only got 2, tried with other languages and at least i dont get 
that error.
2.
3.

What is the expected output? What do you see instead?

This is the error i see :

ERROR:periscope.plugins.BierDopje:Error raised by plugin
Traceback (most recent call last):
  File "build/bdist.solaris-2.11-i86pc/egg/periscope/plugins/BierDopje.py", line 70, in process
    subs = self.query(fname, langs)
  File "build/bdist.solaris-2.11-i86pc/egg/periscope/plugins/BierDopje.py", line 114, in query
    page = urllib2.urlopen(getShowId_url)
  File "/usr/lib/python2.6/urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.6/urllib2.py", line 395, in open
    response = meth(req, response)
  File "/usr/lib/python2.6/urllib2.py", line 508, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.6/urllib2.py", line 433, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.6/urllib2.py", line 367, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 516, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 403: This API key is BANNED. Please make sure you update 
the application that makes use of this key!

What version of the product are you using? On what operating system?

Version i'm using the svn one downloaded and built yesterday, can't see the 
version otherwise but is the latest, solaris and installed the BeautifulSoup 
module, if there is any more info needed let me know please.

Please provide any additional information below.

Original issue reported on code.google.com by whutw...@gmail.com on 14 Jul 2012 at 10:41

GoogleCodeExporter commented 8 years ago
Fixed in the latest code. BierDopje users should request their own private key.

Original comment by patrick....@gmail.com on 11 Dec 2012 at 4:30