Kodi Community Forum

Full Version: Cannot detect isPlaying() when using xbmcplugin.setResolvedUrl()
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when using code below sometimes playback is failed with message "skipping unplayable item"
Code:
xbmc.Player().play(url, listitem)
but if using xbmcplugin.setResolvedUrl(...) it running smoothly, but the problem I can't detect playback status using xbmc.Player().isPlaying() it always return false. is there any solution?
Solved now....
my bad, I have variable error in while section and didn't detect it because I use block try: ..... except:pass