abbi031892 / periscope

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

Problems with Periscope #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I used to use periscope on my QNAP NAS for quite a while, but I had to reset it 
and to start over, so I tried installing periscope again.
The installing process works fine, I have Python2.7 running on the NAS, 
easy_setup and beatifulsoup is installed as well. I am using the lastest 
periscope version available in the svn, today.

When I run the following command:

# find /share/Qdownload/ \( -name *.mkv \) -not -iname "*sample*" -mtime -1 
-type f -exec /opt/local/bin/periscope -l ro {} \;

I get these errors and nothing gets downloaded.

INFO:root:Searching subtitles for 
/share/Qdownload/The.Event.S01E19.720p.HDTV.X264-DIMENSION/The.Event.S01E19.720p
.HDTV.X264-DIMENSION.mkv with langs ['ro']
INFO:root:Searching on OpenSubtitles
INFO:root:Searching on Subtitulos
INFO:root:Searching on Addic7ed
INFO:root:Searching on Podnapisi
INFO:root:Searching on TheSubDB
Traceback (most recent call last):
  File "/opt/local/bin/periscope", line 5, in <module>
    pkg_resources.run_script('periscope==dev', 'periscope')
  File "/opt/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 489, in run_script
  File "/opt/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1214, in run_script
  File "/opt/local/lib/python2.7/site-packages/periscope-dev-py2.7.egg/EGG-INFO/scripts/periscope", line 115, in <module>

  File "/opt/local/lib/python2.7/site-packages/periscope-dev-py2.7.egg/EGG-INFO/scripts/periscope", line 79, in main

  File "build/bdist.linux-armv5tel/egg/periscope/periscope.py", line 176, in downloadSubtitle
  File "build/bdist.linux-armv5tel/egg/periscope/periscope.py", line 136, in listSubtitles
  File "build/bdist.linux-armv5tel/egg/periscope/plugins/BierDopje.py", line 65, in __init__
NameError: global name 'bd' is not defined
INFO:root:TheSubDB writing 0 items to queue
INFO:root:Subtitulos writing 0 items to queue
INFO:root:OpenSubtitles writing 0 items to queue
INFO:root:Addic7ed writing 0 items to queue
INFO:root:Podnapisi writing 0 items to queue
INFO:root:Searching subtitles for 
/share/Qdownload/Stargate.Universe.S02E19.720p.HDTV.x264-CTU/stargate.universe.s
02e19.720p.hdtv.x264-ctu.mkv with langs ['ro']
INFO:root:Searching on OpenSubtitles
INFO:root:Searching on Subtitulos
INFO:root:Searching on Addic7ed
INFO:root:Searching on Podnapisi
INFO:root:Searching on TheSubDB
Traceback (most recent call last):
  File "/opt/local/bin/periscope", line 5, in <module>
    pkg_resources.run_script('periscope==dev', 'periscope')
  File "/opt/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 489, in run_script
  File "/opt/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1214, in run_script
  File "/opt/local/lib/python2.7/site-packages/periscope-dev-py2.7.egg/EGG-INFO/scripts/periscope", line 115, in <module>

  File "/opt/local/lib/python2.7/site-packages/periscope-dev-py2.7.egg/EGG-INFO/scripts/periscope", line 79, in main

  File "build/bdist.linux-armv5tel/egg/periscope/periscope.py", line 176, in downloadSubtitle
  File "build/bdist.linux-armv5tel/egg/periscope/periscope.py", line 136, in listSubtitles
  File "build/bdist.linux-armv5tel/egg/periscope/plugins/BierDopje.py", line 65, in __init__
NameError: global name 'bd' is not defined
INFO:root:TheSubDB writing 0 items to queue
INFO:root:Subtitulos writing 0 items to queue
INFO:root:OpenSubtitles writing 0 items to queue
INFO:root:Addic7ed writing 0 items to queue
INFO:root:Podnapisi writing 0 items to queue

Any idea what's going on?

Thanks,
Cristian.

Original issue reported on code.google.com by alaskans...@gmail.com on 3 May 2011 at 10:24

GoogleCodeExporter commented 8 years ago
Comment out Bierdopje in the __init__.py file located in the plugins 
subdirectory.
You can do it by setting a # in front of the line (other plugins are disabled 
in that file, it should be pretty straightforward to comment it)

I'm working on the Bierdopje plugin and the version on SVN isn't stable.

Original comment by patrick....@gmail.com on 3 May 2011 at 10:27

GoogleCodeExporter commented 8 years ago
Is there a workaround? I have the same problem, I went back to revision 132 but 
that did not solve the problem.

Original comment by pvenp...@gmail.com on 8 May 2011 at 11:16

GoogleCodeExporter commented 8 years ago

Original comment by patrick....@gmail.com on 18 May 2011 at 9:07