Kodi Community Forum

Full Version: playback failed error message for all videos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, i get this error when trying to play any video. any assistance will be appreciated. thank you.

debug log file:
http://pastebin.com/dPNUg3Mr
Local videos or streaming content? You're statement is very generalized and really could use a lot more clarification.

Here's one error that caught my eye though (among the hundreds of identical errors involving "theplatform" and "ondemand.canada.ca") -

19:56:05 T:6300 ERROR: DEBUG:root:SOUP: <smil xmlns="http://www.w3.org/2001/SMIL20/Language">
<head>
<meta base="http://static.smdg.ca/videoPlayer/">
</meta></head>
<body>
<ref src="Unavailable.flv" title="Unavailable" abstract="You are not in a geographic region that has access to this content.">
</ref></body>
</smil>
streaming content. the error that you show is self explanatory I guess. actually the most prominent error I see is below. could not find anything about this error.


19:55:15 T:6180 ERROR: C:\Users\Natka\AppData\Roaming\XBMC\addons\plugin.video.canada.on.demand\default.py:3: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha


please and thank you.
(2012-09-16, 03:44)therealsybarite Wrote: [ -> ]streaming content. the error that you show is self explanatory I guess. actually the most prominent error I see is below. could not find anything about this error.


19:55:15 T:6180 ERROR: C:\Users\Natka\AppData\Roaming\XBMC\addons\plugin.video.canada.on.demand\default.py:3: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha


please and thank you.

That's a non-error... more of a warning. Just because something is deprecated doesn't necessarily mean it no longer works. I think the error thrak76 pointed out is more of an issue.