Downloading Subtitles from Napiproject
#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\services\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\services\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.
Reply
#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?

Reply
#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)
Reply

Logout Mark Read Team Forum Stats Members Help
Downloading Subtitles from Napiproject0