-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watchcartoononline unable to play videos #35
Comments
Try changing it to just player = XBMCPlayer() |
Cool, that did the trick. |
Thanks for the confirmation :) |
hi, i'm new here, but i have problem with this watchcartoononline addon, it unable to play video, the addon version is 1.1.7 by dandy and the repo is kodil repo, it cannot play video just january 2018, last december 2017 the addon just fine, please help, thx again |
The same as daniel-ntl. I'm running Kodi 17.3 on a T95x Android box and using the WatchCartoonsOnline version 1.1.7 by Dandymedia. I'm able to browse the WatchCartoonOnline menus but when I select a file to watch nothing happens and the following Python error message appears in the Kodi Log: (PythonToCppException): --> Python callback/script returned the following error <--
Any help with this would be appreciated. Cheers |
Hi, unfortunately video playback is not working.
Running Krypton(alpha1) on RPI2 with OSMC.
Starting with Kodi 17, DVDPLAYER is now named VIDEOPLAYER, so I replaced it in the "default.py", still no success.
Note, since updating to Kodi v17, the videos didn't play(with or without the change of DVDPLAYER).
With Kodi16 it works fine.
Below the log error:
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: 'module' object has no attribute 'PLAYER_CORE_VIDEOPLAYER' Traceback (most recent call last): File "/home/osmc/.kodi/addons/plugin.video.watchcartoononline/default.py", line 436, in <module> PlayVideo(url, (not AUTOPLAY)) File "/home/osmc/.kodi/addons/plugin.video.watchcartoononline/default.py", line 296, in PlayVideo player = XBMCPlayer(xbmc.PLAYER_CORE_VIDEOPLAYER) AttributeError: 'module' object has no attribute 'PLAYER_CORE_VIDEOPLAYER' -->End of Python script error report<--
The text was updated successfully, but these errors were encountered: