2013-03-23, 01:50
It's already integrated with URL resolver
(2013-03-18, 23:16)tyrionwarmage Wrote: Hi,
from time to time i'm getting an error when trying to play videos. (Message see below). Tried to fix it myself but was not able to But i'm pretty sure i found the problem: YouTube.py (and probably many more) can't handle non-ascii characters in titles, like here:
http://www.youtube.com/watch?v=GvtxiMEqnFU
It is containing a german umlaut (ä,ö,ü).
I hope this is easy to fix ?
22:23:10 T:3212 ERROR: ERROR:root:'ascii' codec can't encode characters in position 15-16: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Users\MCE\AppData\Roaming\XBMC\addons\script.module.turtle\lib\snapvideo\YouTube.py", line 38, in retrieveVideoInfo
print title
File "<string>", line 6, in write
UnicodeEncodeError: 'ascii' codec can't encode characters in position 15-16: ordinal not in range(128)
22:23:10 T:3212 NOTICE: .
22:23:10 T:3212 NOTICE: ERROR OCCURRED :: (102, 'Video is either removed or not found. Please check other links.')
22:23:10 T:3212 ERROR: ERROR:root102, 'Video is either removed or not found. Please check other links.')
Traceback (most recent call last):
File "C:\Users\MCE\AppData\Roaming\XBMC\addons\script.module.turtle\lib\common\XBMCInterfaceUtils.py", line 53, in callBackDialogProgressBar
returnedObj = function_obj(arg)
File "C:\Users\MCE\AppData\Roaming\XBMC\addons\script.module.turtle\lib\moves\SnapVideo.py", line 116, in __addVideoInfo_in_item
__processAndAddVideoInfo__(item, item.get_moving_data()['videoUrl'])
File "C:\Users\MCE\AppData\Roaming\XBMC\addons\script.module.turtle\lib\moves\SnapVideo.py", line 138, in __processAndAddVideoInfo__
raise Exception(ExceptionHandler.VIDEO_STOPPED, 'Video is either removed or not found. Please check other links.')
Exception: (102, 'Video is either removed or not found. Please check other links.')
22:23:10 T:3212 NOTICE: .
22:23:10 T:3212 NOTICE: PlayIt Service :: ERROR OCCURRED: (0, '')
(2013-04-14, 18:14)OlliLaukkanen Wrote: Hi Ajay,
I would like to suggest a change: As described above by aptalca, the firefox plugin does not save the hostname. I solved it by unzipping the XPI-file (addon file) and changing "apple.tv-local" to "myhostname". But it be cool if the addon would have a variable "hostname" in the settings menu of the addon. If it would be this way it also would be one click less to get the video playing (send the url directly after clicking the button with no need to confirm the connection parameters).
Great sunday everyone!
20:59:55 T:2592 FATAL: PlayIt Service :: ERROR OCCURRED: 'Request' object has no attribute '__initialize__'
(2013-04-15, 05:05)TechLife Wrote: Thanks again for such a great plugin!
I don't know if this is related to any of the above or not, but felt it worth mentioning. I (finally) updated to Frodo yesterday, installed PlayIt and nothing is playing. The command is being sent to XBMC just fine as I see "PlayIt Service: Processing your request" and then just receive "Error while processing your request". I tried several different videos and all have the same result. The only thing in the log is:If there is anything I can do or any additional information I can provide to help troubleshoot, please let me know and I will be more than happy to. I use this plugin quite a bit and thorough enjoy it!!Code:20:59:55 T:2592 FATAL: PlayIt Service :: ERROR OCCURRED: 'Request' object has no attribute '__initialize__'
(Yes, I am using FireFox)
(2013-04-03, 23:47)mujunk Wrote: Hi Ajay,,,,nothing's working except for youtube, Seems like the URL revolvers got messed up.
(2013-04-15, 08:22)ajay Wrote: Thanks for sharing the feedback and the error statement. This was enough for me to find the cause.
Yesterday I pushed some updated in base library of PlayIt add-on, but forgot to test it this one. I have made the necessary changes to fix the issue. Your XBMC will download the latest service add-on automatically or you can also do force refresh from settings->addon menu.
(2013-04-16, 05:35)TechLife Wrote: It didn't work at first, I was getting the same error but after an uninstall/reinstall I was up and running. Thanks!!