ddurdle / CloudStream-for-KODI

CloudStream for KODI / XBMC is a video plugin for streaming content from various cloud-streaming services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Playlist Player: skipping unplayable item:

cmoulliard opened this issue · comments

I have created a .strm file to read with the plugin the content of a streaming file

plugin://plugin.video.cloudstream/?mode=streamURL&url=https://uptostream.com/6axd9wpy3kja

but kodi reports such error

07:17:39.340 T:4806911424   DEBUG: ------ Window Init (Pointer.xml) ------
07:17:40.238 T:123145575624704    INFO: CPythonInvoker(39, /Users/dabou/Library/Application Support/Kodi/addons/plugin.video.cloudstream/default.py): script successfully run
07:17:40.247 T:123145577234432   DEBUG: Thread scriptobs 123145577234432 terminating
07:17:40.250 T:4806911424   DEBUG: Loading settings for
07:17:40.252 T:123145575624704    INFO: Python script stopped
07:17:40.252 T:123145575624704   DEBUG: Thread LanguageInvoker 123145575624704 terminating
07:17:40.253 T:4806911424   DEBUG: CPlayerCoreFactory::GetPlayers()
07:17:40.253 T:4806911424   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
07:17:40.253 T:4806911424   DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
07:17:40.253 T:4806911424   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
07:17:40.253 T:4806911424   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
07:17:40.253 T:4806911424   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
07:17:40.253 T:4806911424   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
07:17:40.253 T:4806911424   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
07:17:40.253 T:4806911424   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
07:17:40.253 T:4806911424   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
07:17:40.253 T:4806911424   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
07:17:40.253 T:4806911424   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
07:17:40.253 T:4806911424   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
07:17:40.253 T:4806911424   DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
07:17:40.253 T:4806911424   DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer)
07:17:40.253 T:4806911424   DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
07:17:40.253 T:4806911424   DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
07:17:40.253 T:4806911424   DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
07:17:40.253 T:4806911424   DEBUG: Radio UECP (RDS) Processor - new CDVDRadioRDSData
07:17:40.253 T:4806911424  NOTICE: VideoPlayer: Opening:
07:17:40.253 T:4806911424 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
07:17:40.253 T:4806911424   DEBUG: LinuxRendererGL: Cleaning up GL resources
07:17:40.253 T:4806911424   DEBUG: CLinuxRendererGL::PreInit - precision of luminance 16 is 16
07:17:40.254 T:123145575624704   DEBUG: Thread VideoPlayer start, auto delete: false
07:17:40.254 T:123145575624704  NOTICE: Creating InputStream
07:17:40.254 T:123145575624704   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/VideoPlayer/libdvdnav-x86-osx.so)
07:17:40.254 T:123145575624704   DEBUG: Loading: /Applications/Kodi.app/Contents/Resources/Kodi/system/players/VideoPlayer/libdvdnav-x86-osx.so
07:17:40.255 T:123145575624704    INFO:   msg: libdvdnav: Using dvdnav version 5.0.4
07:17:40.255 T:123145575624704    INFO:   msg: libdvdread: Can't stat
07:17:40.255 T:123145575624704    INFO:   msg: libdvdread: Could not open
07:17:40.255 T:123145575624704    INFO:   msg: libdvdnav: vm: failed to open/read the DVD
07:17:40.255 T:123145575624704   ERROR: Error on dvdnav_open
07:17:40.255 T:123145575624704   ERROR: CVideoPlayer::OpenInputStream - error opening []
07:17:40.255 T:123145575624704  NOTICE: CVideoPlayer::OnExit()
07:17:40.255 T:123145575624704   DEBUG: OnPlayBackStopped: play state was 1, starting 1
07:17:40.255 T:4806911424   DEBUG: OnPlayBackStopped: play state was 3, starting 0
07:17:40.255 T:123145575624704   DEBUG: Thread VideoPlayer 123145575624704 terminating
07:17:40.255 T:4806911424   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.cloudstream/?mode=streamURL&url=https://uptostream.com/6axd9wpy3kja]

Try whit this:

plugin://plugin.video.cloudstream/?mode=streamURL&url=https://uptobox.com/6axd9wpy3kja

It works for me.

Regards.