Not sure if anyone else is having this problem but I am getting an error when trying to play videos in the Sohu.com add-on.
I am running it on an ATV2.
Here is the log of the error:
17:36:16 T:62113280 DEBUG: Process - Entering source directory /Users/frontrow/Library/Application Support/XBMC/addons/plugin.video.sohuvideo
17:36:16 T:62113280 DEBUG: Instantiating addon using automatically obtained id of "plugin.video.sohuvideo" dependent on version 1.0 of the xbmc.python api
17:36:17 T:62113280 NOTICE: PlayVideo -> http://tv.sohu.com/20120226/n335908240.shtml
17:36:18 T:62113280 INFO: Loading skin file: DialogSelect.xml
17:36:18 T:62113280 DEBUG: Load DialogSelect.xml: 23.57ms
17:36:18 T:2684407808 DEBUG: ------ Window Init (DialogSelect.xml) ------
17:36:18 T:2684407808 DEBUG: Alloc resources: 0.80ms (0.01 ms skin load)
17:36:21 T:2684407808 DEBUG: ------ Window Deinit (DialogSelect.xml) ------
17:36:24 T:62113280 INFO: -->Python script returned the following error<--
17:36:24 T:62113280 ERROR: Error Type: <type 'exceptions.SystemError'>
17:36:24 T:62113280 ERROR: Error Contents: error return without exception set
17:36:24 T:62113280 ERROR: Traceback (most recent call last):
File "/Users/frontrow/Library/Application Support/XBMC/addons/plugin.video.sohuvideo/default.py", line 669, in <module>
PlayVideo(name,url,thumb)
File "/Users/frontrow/Library/Application Support/XBMC/addons/plugin.video.sohuvideo/default.py", line 422, in PlayVideo
playlist.add(url, listitem)
SystemError: error return without exception set
17:36:24 T:62113280 INFO: -->End of Python script error report<--
17:36:24 T:62113280 INFO: Python script stopped
17:36:24 T:62113280 DEBUG: Thread XBPyThread 62113280 terminating
17:36:24 T:2684407808 DEBUG: waiting for python thread 5 to stop
17:36:24 T:2684407808 DEBUG: python thread 5 destructed
17:36:24 T:2684407808 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
17:36:24 T:2684407808 DEBUG: Alloc resources: 0.01ms (0.01 ms skin load)
[RELEASE] Project xbmc-addons-chinese (Chinese addons/support Dharma)
RJS77
Junior Member Posts: 10 Joined: Mar 2012 Reputation: 0 |
2012-03-12 23:42
Post: #201
|
| find quote |
ImmoNL
Junior Member Posts: 10 Joined: Feb 2012 Reputation: 0 |
2012-03-13 21:06
Post: #202
(2012-03-04 03:45)taxigps Wrote:ImmoNL Wrote:Any news on shooter.cn as a subtitle provider? Hi I installed it manually before, but it came back, now I know why ![]() I have the latest version with the fix now. However, I get the message saying 'Error: decoding unicode is not supported'. I replaced the font with the arial.ttf that is supposed to support chinese characters.. Any help is greatly appreciated EDIT: I narrowed the problem down to this part of code in the service.py.. I am by no means a python developer, but just setting upath to fpath gives me an error saying a certain folder does not exist.. where it actually does.. def genFileHash(fpath): upath = unicode(fpath, 'utf-8')
(This post was last modified: 2012-03-13 21:53 by ImmoNL.)
|
| find quote |
taxigps
Team-XBMC Python Developer Posts: 397 Joined: Jan 2009 Reputation: 0 |
2012-03-17 11:39
Post: #203
(2012-03-13 21:06)ImmoNL Wrote:(2012-03-04 03:45)taxigps Wrote:ImmoNL Wrote:Any news on shooter.cn as a subtitle provider? Try this one: http://xbmc-addons-chinese.googlecode.co....36fix.zip |
| find quote |
ImmoNL
Junior Member Posts: 10 Joined: Feb 2012 Reputation: 0 |
2012-03-17 16:50
Post: #204
It's giving me an Error (errno : 2) no such file or directory, similar to what I had when I took out the unicode function..
It says the location of the video file is invalid, whereas it's playing the video ![]() Could this be somehow related to the fact I am using NFS? EDIT : This seems unrelated to NFS, I tried SMB, same exact issue. The message is the same, exact it says SMB:// instead of NFS:// ![]() EDIT 2: turned on debugging, no information at all on the error. The manual search has the same problem
(This post was last modified: 2012-03-17 18:08 by ImmoNL.)
|
| find quote |
taxigps
Team-XBMC Python Developer Posts: 397 Joined: Jan 2009 Reputation: 0 |
2012-03-17 18:07
Post: #205
(2012-03-17 16:50)ImmoNL Wrote: It's giving me an Error (errno : 2) no such file or directory, similar to what I had when I took out the unicode function.. only support get subtitle for local video file with shooter.cn now |
| find quote |
ImmoNL
Junior Member Posts: 10 Joined: Feb 2012 Reputation: 0 |
2012-03-17 18:10
Post: #206
Ah
that clears up quite a bit.. Which piece of the code is tripping this up? Perhaps I can learn some python and try to fix it.. |
| find quote |
taxigps
Team-XBMC Python Developer Posts: 397 Joined: Jan 2009 Reputation: 0 |
2012-03-18 01:32
Post: #207
(2012-03-17 18:10)ImmoNL Wrote: Ah Need to read some data of the video file to calculate a hash value for search. Not support open smb/nfs file to read in python of eden now. Wait for xbmcvfs to support this. |
| find quote |
ImmoNL
Junior Member Posts: 10 Joined: Feb 2012 Reputation: 0 |
2012-03-18 01:42
Post: #208
Possibly a stupid question, but why do all the other subtitle providers work?
Shooter needs the hash and other providers don't? |
| find quote |
taxigps
Team-XBMC Python Developer Posts: 397 Joined: Jan 2009 Reputation: 0 |
2012-03-18 03:58
Post: #209
(2012-03-18 01:42)ImmoNL Wrote: Possibly a stupid question, but why do all the other subtitle providers work? Some use movie name, some use xbmc internal hash algorithm. But shooter.cn use special hash need to read file data.
(This post was last modified: 2012-03-18 03:58 by taxigps.)
|
| find quote |
ach1616
Junior Member Posts: 1 Joined: Mar 2012 Reputation: 0 |
2012-03-20 00:47
Post: #210
CAN someone please parse the website sugoideas and make an addon. i would really appreciate someone writing up a zip file for sugoideas.
|
| find quote |


![[Image: 6989922089_2d17bd4147.jpg]](http://farm8.staticflickr.com/7063/6989922089_2d17bd4147.jpg)
Search
Help