Hi, it's my first post and my first plugin with XBMC.
I use XBMC 10.0 with Win. XP SP3 32bit and utorrent 2.2
I tried tu use your plugin in V. 1.0.5
I use XBMC and utorrent on the same machine: config plugin
Code:
ip : 127.0.0.1
port 8080 (the same as i configure in utorrent)
user : pims (the same as i configure in utorrent)
pwd : xxx (the same as i configure in utorrent)
My WebUI is fonctionnal , i arrived to use it with Firefox but when i use your plugin i have an error :
Code:
17:19:48 T:7408 M:926642176 NOTICE: initializing playlistplayer
17:19:48 T:7408 M:926629888 NOTICE: DONE initializing playlistplayer
17:19:49 T:7408 M:921014272 NOTICE: initialize done
17:19:49 T:7408 M:921194496 NOTICE: Running the application...
17:19:49 T:7408 M:921182208 NOTICE: Webserver: Starting...
17:19:49 T:7408 M:920080384 NOTICE: WebServer: Started the webserver
17:19:49 T:7408 M:920064000 NOTICE: ES: Starting event server
17:19:49 T:7684 M:920002560 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
17:19:49 T:7684 M:919928832 NOTICE: UDP: Listening on port 9777
17:19:51 T:6716 M:928694272 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
17:19:52 T:6224 M:926265344 NOTICE: -->Python Interpreter Initialized<--
17:20:21 T:6224 M:932749312 ERROR: Error Type: exceptions.SystemExit
17:20:21 T:6224 M:932749312 ERROR: Error Contents: <NULL>
17:20:21 T:6224 M:932724736 ERROR: Traceback (most recent call last):
File "C:\Documents and Settings\pims\Application Data\XBMC\addons\plugin.program.utorrent\default.py", line 253, in ?
listTorrents()
File "C:\Documents and Settings\pims\Application Data\XBMC\addons\plugin.program.utorrent\default.py", line 90, in listTorrents
tupList = updateList()
File "C:\Documents and Settings\pims\Application Data\XBMC\addons\plugin.program.utorrent\default.py", line 53, in updateList
token = getToken()
File "C:\Documents and Settings\pims\Application Data\XBMC\addons\plugin.program.utorrent\default.py", line 45, in getToken
sys.exit()
SystemExit
17:20:21 T:7408 M:932773888 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.program.utorrent/
17:20:21 T:7408 M:932773888 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.program.utorrent/) failed
17:20:21 T:6972 M:932679680 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
I tired tu change my DEbug mode , but i dont find it in plugin.program.utorrent\resources\lib\utilities.py
Thanks
( ps : scuze for my english , i m french, i tried as i can )