Downloading Subtitles from Napiproject

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
cysiek Offline
Junior Member
Posts: 2
Joined: May 2012
Reputation: 0
Post: #1
Hi,
After upgrading to Eden (11.0) version of XBMC i got a problem with downloading subtitles from Napiproject service.
Subtitle plugin version 3.1.0

I have found something like this in xbmc.log:

Code:
18:03:00 T:6184   ERROR: Exception in thread Thread-1:
                                            Traceback (most recent call last):
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\threading.py", line 532, in __bootstrap_inner
                                                self.run()
                                              File "C:\Users\cysiu\AppData\Roaming\XBMC\addons\script.xbmc.subtitles\resources\lib\s​ervices\Napiprojekt\service.py", line 33, in run
                                                self.result = func(*args, **kwargs)
                                              File "C:\Users\cysiu\AppData\Roaming\XBMC\addons\script.xbmc.subtitles\resources\lib\s​ervices\Napiprojekt\service.py", line 47, in set_filehash
                                                d.update(open(path,"rb").read(10485760))
                                            IOError: [Errno 22] invalid mode ('rb') or filename: u'smb://BLABLA/video/movies/Thor.2011.720p.BRRip.XviD.AC3-FLAWL3SS/Thor.2011.720p.BRRip.XviD.AC3-FLAWL3SS.avi'

Proxy for internet connection is off.
Any help? This is my main subtitle service.
find quote
haken Offline
Member
Posts: 59
Joined: Jan 2008
Reputation: 0
Location: Poland - Krakow
Post: #2
Niestety...

Eden python libraries do not allow to download subtitles from Napiprojekt for movies on SMB.
I overcame this problem by mounting smb share as a folder in xbmcbuntu. You know what fstab is?
find quote
cysiek Offline
Junior Member
Posts: 2
Joined: May 2012
Reputation: 0
Post: #3
Ok, thanks for pointing me out.
I have XBMC on Windows 7, so i just mapped network drive for my NAS.
Now everything works great.

It's a pitty, that new Eden version in many cases is worse than previous one (BUGS)
find quote