RE: Podnapisi.net - marcelrv - 2014-05-25
For me it does not work yet. I still get the error
Code: 22:52:32 T:1901651144 DEBUG: CPythonInvoker(10, /mnt/internal_sd/Android/data/org.xbmc.xbmc/files/.xbmc/addons/service.subtitles.podnapisi/service.py): start processing
22:52:32 T:1901651144 NOTICE: -->Python Interpreter Initialized<--
22:52:32 T:1901651144 DEBUG: CPythonInvoker(10, /mnt/internal_sd/Android/data/org.xbmc.xbmc/files/.xbmc/addons/service.subtitles.podnapisi/service.py): the source file to load is /mnt/internal_sd/Android/data/org.xbmc.xbmc/files/.xbmc/addons/service.subtitles.podnapisi/service.py
22:52:32 T:1901651144 DEBUG: CPythonInvoker(10, /mnt/internal_sd/Android/data/org.xbmc.xbmc/files/.xbmc/addons/service.subtitles.podnapisi/service.py): setting the Python path to /mnt/internal_sd/Android/data/org.xbmc.xbmc/files/.xbmc/addons/service.subtitles.podnapisi:/mnt/internal_sd/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.module.simplejson/lib:/data/data/org.xbmc.xbmc/cache/apk/assets/addons/script.module.pil/lib:/mnt/internal_sd/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.common.plugin.cache/lib:/data/data/org.xbmc.xbmc/cache/apk/assets/addons/xbmc.debug/:/:/data/app/org.xbmc.xbmc-2.apk/assets/python2.6/lib/python26.zip:/data/app/org.xbmc.xbmc-2.apk/assets/python2.6/lib/python2.6:/data/app/org.xbmc.xbmc-2.apk/assets/python2.6/lib/python2.6/plat-linux3:/data/app/org.xbmc.xbmc-2.apk/assets/python2.6/lib/python2.6/lib-tk:/data/app/org.xbmc.xbmc-2.apk/assets/python2.6/lib/python2.6/lib-old:/data/app/org.xbmc.xbmc-2.apk/assets/python2.6/lib/python2.6/lib-dynload
22:52:32 T:1901651144 DEBUG: CPythonInvoker(10, /mnt/internal_sd/Android/data/org.xbmc.xbmc/files/.xbmc/addons/service.subtitles.podnapisi/service.py): entering source directory /mnt/internal_sd/Android/data/org.xbmc.xbmc/files/.xbmc/addons/service.subtitles.podnapisi
22:52:32 T:1901651144 DEBUG: CPythonInvoker(10, /mnt/internal_sd/Android/data/org.xbmc.xbmc/files/.xbmc/addons/service.subtitles.podnapisi/service.py): instantiating addon using automatically obtained id of "service.subtitles.podnapisi" dependent on version 2.1.0 of the xbmc.python api
22:52:33 T:1901651144 DEBUG: ### [__main__] - Download using 'ZipFile' method
22:52:33 T:1901651144 DEBUG: ### [__main__] - Download using 'old' method
22:52:33 T:1901651144 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'NoneType' object has no attribute 'strip'
Traceback (most recent call last):
File "/mnt/internal_sd/Android/data/org.xbmc.xbmc/files/.xbmc/addons/service.subtitles.podnapisi/service.py", line 199, in <module>
subs = Download(url,params["filename"])
File "/mnt/internal_sd/Android/data/org.xbmc.xbmc/files/.xbmc/addons/service.subtitles.podnapisi/service.py", line 121, in Download
f = urllib.urlopen(url)
File "/home/jenkins/workspace/XBMC-Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/urllib.py", line 86, in urlopen
File "/home/jenkins/workspace/XBMC-Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/urllib.py", line 177, in open
File "/home/jenkins/workspace/XBMC-Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/urllib.py", line 1032, in unwrap
AttributeError: 'NoneType' object has no attribute 'strip'
-->End of Python script error report<--
22:52:33 T:1758375800 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
22:52:33 T:1758375800 DEBUG: Window DialogKaiToast.xml was already loaded
22:52:33 T:1758375800 DEBUG: Alloc resources: 0.01m
22:52:33 T:1901651144 INFO: Python script stopped
22:52:33 T:1901651144 DEBUG: Thread LanguageInvoker 1901651144 terminating
22:52:33 T:1914951720 DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const CStdString&, int, const CStdString&, bool) - plugin exited prematurely - terminating
22:52:33 T:1914951720 ERROR: static bool XFILE::CDirectory::GetDirectory(const CStdString&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://service.subtitles.podnapisi/?action=download&link=3076029&ID=3076029&filename=The.Big.Bang.Theory.S07E18.720p.WEB-DL.DD5.1.H.264-YFN
Zooming into it, seems that in the download action
osdb_server = OSDBServer()
url = osdb_server.download("", params["link"])
the URL returns a "None" which obviously does not download well. I don't know if the link needs to be a real url or a number.
Can it be that the plugin does not work when un-authenticated?
RE: Podnapisi.net - Crssi - 2014-05-25
Create account at podnapisi.net, its free, and use it.
RE: Podnapisi.net - marcelrv - 2014-05-25
Indeed that solves the issue
(2014-05-25, 07:43)Crssi Wrote: Create account at podnapisi.net, its free, and use it.
note. I also manually loaded the github version, that ones is slightly better in the sense that there is no ugly error in the log,
RE: Podnapisi.net - Crssi - 2014-05-25
Glad to help you out.
RE: Podnapisi.net - djzero43 - 2014-08-05
Hi amet, I'd need some help too if you're up for it :
Code: 00:14:59 T:8152 DEBUG: New Service [service.subtitles.podnapisi]
00:14:59 T:2540 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Podnapisi.net('plugin://service.subtitles.podnapisi/','47','?action=search&languages=English')
00:14:59 T:2540 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the Podnapisi.net (id=54) plugin...
00:14:59 T:6204 NOTICE: Thread LanguageInvoker start, auto delete: false
00:14:59 T:6204 INFO: initializing python engine.
00:14:59 T:6204 DEBUG: CPythonInvoker(54, C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\service.subtitles.podnapisi\service.py): start processing
00:14:59 T:6204 NOTICE: -->Python Interpreter Initialized<--
00:14:59 T:6204 DEBUG: CPythonInvoker(54, C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\service.subtitles.podnapisi\service.py): the source file to load is "C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\service.subtitles.podnapisi\service.py"
00:14:59 T:6204 DEBUG: CPythonInvoker(54, C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\service.subtitles.podnapisi\service.py): setting the Python path to C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\service.subtitles.podnapisi;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.TheYid.common\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.t0mm0.common\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.lat2cyr\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.simplejson\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.myconnpy\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.addon.common\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.beautifulsoup\lib;C:\Program Files (x86)\XBMC\addons\script.module.pil\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.common.plugin.cache\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.simple.downloader\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.pytz\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.buggalo\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.mechanize\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.parsedom\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.xbmcswift2\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.elementtree\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.feedparser\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.axel.downloader\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.requests\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.metahandler\lib;C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\script.module.urlresolver\lib;C:\Program Files (x86)\XBMC\system\python\DLLs;C:\Program Files (x86)\XBMC\system\python\Lib;C:\Program Files (x86)\XBMC\python27.zip;C:\Program Files (x86)\XBMC\system\python\lib\plat-win;C:\Program Files (x86)\XBMC\system\python\lib\lib-tk;C:\Program Files (x86)\XBMC;C:\Program Files (x86)\XBMC\system\python;C:\Program Files (x86)\XBMC\system\python\lib\site-packages
00:14:59 T:6204 DEBUG: CPythonInvoker(54, C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\service.subtitles.podnapisi\service.py): entering source directory C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\service.subtitles.podnapisi
00:14:59 T:6204 DEBUG: CPythonInvoker(54, C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\service.subtitles.podnapisi\service.py): instantiating addon using automatically obtained id of "service.subtitles.podnapisi" dependent on version 2.1.0 of the xbmc.python api
00:14:59 T:6204 DEBUG: ### [__main__] - action 'search' called
00:14:59 T:6204 DEBUG: ### [__main__] - VideoPlayer.OriginalTitle not found
00:14:59 T:6204 DEBUG: ### [pn_utilities] - Hash Standard file
00:14:59 T:6204 DEBUG: ### [__main__] - xbmc module hash and size
00:14:59 T:6204 DEBUG: ### [__main__] - File Size [4694189871]
00:14:59 T:6204 DEBUG: ### [__main__] - File Hash [1f0ceda70813bdc7]
00:14:59 T:6204 DEBUG: ### [__main__] - Search for [Sherlock - S01E01 - A Study in Pink.mkv] by hash
00:15:00 T:6204 DEBUG: ### [__main__] - Search for [Sherlock - S01E01 - A Study in Pink.mkv] by name
00:15:00 T:6204 DEBUG: ### [pn_utilities] - http://www.podnapisi.net/ppodnapisi/search?tbsl=1&sK=Sherlock+-+S01E01+-+A+Study+in+Pink.mkv&sJ=2&sY=&sTS=&sTE=&sXML=1&lang=0 - Language 0
00:15:00 T:2540 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult- plugin returned successfully
00:15:00 T:6204 INFO: CPythonInvoker(54, C:\Users\Denis Colic\AppData\Roaming\XBMC\addons\service.subtitles.podnapisi\service.py): script successfully run
00:15:00 T:6204 INFO: Python script stopped
00:15:00 T:6204 DEBUG: Thread LanguageInvoker 6204 terminating
00:15:02 T:8152 DEBUG: CWinEventsWin32::WndProcWindow is active
00:15:02 T:8152 DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files (x86)\IDM Computer Solutions\UltraEdit\Uedit32.exe
I've set the login details as per instructions found on podnapisi.net forums to UniLogin username and password (without the uid.si suffix)
Can' seem to find any subtitles including Friends, Sherlock, and Transformers Dark of the Moon.
Thanks for your help >)
RE: Podnapisi.net - Alfa60 - 2015-01-18
Ressurecting this 6 month old post because I have XBMC Gotham and podinapisi plugin 5.3.0 in use, now with exactly the same problem as dealed here solved in 5.0.6.
Anybody else facing this problem again with 5.3.0?
RE: Podnapisi.net - motu81 - 2015-01-27
+1
I've got the same problem
RE: Podnapisi.net - markcwee - 2015-05-11
Me too...
RE: Podnapisi.net - Crssi - 2015-05-11
I am on nightlies (isengard) and everything is fine. Just to let you know
RE: Podnapisi.net - Ali_A - 2016-07-08
I have this problem
https://i.imgsafe.org/fe80d449b2.png
Log:http://pastebin.com/NrzQvH6A
RE: Podnapisi.net - matjazr - 2016-07-28
still no solution, addons still not work?
RE: Podnapisi.net - pegovt - 2016-10-25
Please fix this addon. I have problem with check log error. I registered on podnapisi.net
RE: Podnapisi.net - User 325245 - 2016-10-25
+1
RE: Podnapisi.net - tomtomclub - 2016-11-20
is on working kodi Krypton only slow
RE: Podnapisi.net - Rapsody10 - 2016-11-22
it seems is not working for the last couple of days
not sure if they changed the api or if is something else
I have an account i have registered as wel
Rapsl
|