ccMatrix / desktopgadgets

Automatically exported from code.google.com/p/desktopgadgets
0 stars 1 forks source link

Utorrent gadget bag when restarting utorrent application #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which gadget does this problem concern?
uTorrent

What steps will reproduce the problem?
1. start gadget
2. stop utorrent application
3. start utorrent
...

What is the expected output? What do you see instead?
I see "can't connect to web interface", instead of list of torrents.

What version of the product are you using? On what operating system?
1.5.0.0 under Windows XP SP3

Which version of Google Desktop are you running and which language version 
of Google Desktop is installed? (You can find the version by clicking the 
downward arrow on top of your sidebar and clicking About...)
Google Desktop 5.9.0911.03589-ru-pb

Please provide any additional information below. If you see visual issues 
please attach a screenshot to this issue.

I fix this problem in utorrent.js
In function requestData() is used to insert
token = null;
before 39th line. token value is out-of-date, because of restarting 
utorrent application.

Original issue reported on code.google.com by palevic...@gmail.com on 22 May 2010 at 10:38

Attachments: