djcode / Kodi-rTorrent-Plugin

A XBMC plugin to view and control a rTorrent client.
http://wiki.github.com/djcode/XBMC-rTorrent-Plugin/
GNU General Public License v2.0
15 stars 10 forks source link

Completed files not playing from plugin #6

Closed soemraws closed 3 years ago

soemraws commented 10 years ago

Hi,

I'm not sure if this is the correct place to place this question. When I try to play a file from within rtorrent that is completed, nothing happens. I looked in the log file of XBMC, and found the following entries:

...
22:59:50 T:2798648176  NOTICE: -->Python Interpreter Initialized<--
22:59:50 T:2798648176   ERROR: SetProperty called with an invalid handle.
22:59:50 T:3017295632  NOTICE: DVDPlayer: Opening: ./SomeDir/SomeFilm.mp4
22:59:50 T:3017295632 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
22:59:50 T:2675964784  NOTICE: Creating InputStream
22:59:50 T:2675964784   ERROR: CDVDPlayer::OpenInputStream - error opening [./SomeDir/SomeFilm.mp4]
22:59:50 T:2675964784  NOTICE: CDVDPlayer::OnExit()
...

The full path of the file I'm trying to play is /home/soemraws/Downloads/torrents/SomeDir/SomeFile.mp4; I'm not sure if the ./ referring to ~/Downloads/torrents/ is causing the issue, or if it is the SetProperty error before.

I have this issue for all files that I try to play from the rtorrent plugin. When playing the same files from the videos section of XBMC, there is no problem, nor do I have any problem with playing e.g. streams from other plugins.

Could you indicate where the problem may lie, and perhaps clarify the documentation on how to avoid this issue?

I'm running XBMCbuntu with rtorrent 1.11.7.

Thanks in advance, and thanks for the great plugin!

djcode commented 10 years ago

Hi, thanks for getting in touch! I'll try to look at this issue this weekend, if it's a bug it'll definitely be fixed in the new version I'm working on for XBMC 13.0.

djcode commented 3 years ago

Since the rewrite, this is very unlikely to happen anymore or be the same issue.