µRemote: a .Net GUI for WebUI (Page 6) / Web API / µTorrent Community Forums
 

#126 2009-06-15 10:22:04

Firon
Administrator

Re: µRemote: a .Net GUI for WebUI

IE6 users should be shot on sight.

Offline

#127 2009-06-15 18:33:08

wudicn
Member

Re: µRemote: a .Net GUI for WebUI

sorry can not agree, no time to upgrade or try other browser which will take too much time to learn, ie6 is enough.

Offline

#128 2009-06-16 00:05:21

Lord Alderaan
Member

Re: µRemote: a .Net GUI for WebUI

Did you try increasing the "Update torrent list every (ms):" and "Update file list every (ms):" options to increase performance?

Heheh IE6... as long as you don't expect websites to display correctly or work at all for that matter and as long as you take care of your own safety (exploit wise) I for one don't care if you use it tongue


@matias:
Here is a totally trivial bug for you: tongue
Various tabstops in the preferences dialog are out of order.
Test Connection button is after Connect at startup, Cancel is before Save, Update file list every (ms) is last and everything in the general tab is out of order.

Last edited by Lord Alderaan (2009-06-16 00:13:51)


-= FAQ Guides Manual Help =-
Everything about the Webui!

Offline

#129 2009-06-16 00:05:41

wudicn
Member

Re: µRemote: a .Net GUI for WebUI

thanks! i've already tried reducing them before this, but the lowest value is 1500/2000ms, no help. i'll try increasing them.

well, still can not connect smoothly. i increased the parameter to 3000/4000, but no use. i leave it there sometimes it flashes to show connection, but soon lost. maybe matias increase the network timeout value will help

Last edited by wudicn (2009-06-16 05:53:18)

Offline

#130 2009-06-23 12:07:06

matias
Member

Re: µRemote: a .Net GUI for WebUI

@sporky, will fix that in next version.

@wudicn, yep, that might be because the latest changes on network handling (introduced in 2.2). You may wanna try an old version to see if it's more stable (Send an email to the address in the about window, i'll send you uRemote 2.1).

@Lord Alderaan, thanks for reporting, will be fixed in next version smile

Firon wrote:

IE6 users should be shot on sight.

ROFLMAO


µRemote: A Browserless Remote GUI for µTorrent

Offline

#131 2009-06-24 02:09:50

wudicn
Member

Re: µRemote: a .Net GUI for WebUI

thanks, and i find you've already added the timeout option in "tweak" tab, i'll try next time, now my network is not so busy i can connect to remote server easily

Offline

#132 2009-07-05 17:50:01

CaptHowie
Member

Re: µRemote: a .Net GUI for WebUI

@matias If your struggling for bandwidth on your server I'd be happy to host it on mine. I've got unlimited bandwidth so people can download as much as they want. There seems to be no PM system, and i'm probably hijacking the thread. Oops! big_smile

Last edited by CaptHowie (2009-07-05 21:03:54)

Offline

#133 2009-07-06 13:33:57

matias
Member

Re: µRemote: a .Net GUI for WebUI

@CaptHowie, thanks man! but at the moment another uRemote user is providing diskspace & bandwidth.


µRemote: A Browserless Remote GUI for µTorrent

Offline

#134 2009-07-08 10:23:37

arkitek50
Member

Re: µRemote: a .Net GUI for WebUI

Apologies if this has been covered before. After installing this application, kaspersky antivirus informed me that it keeps trying to connect to 209.85.227.100 (wy-in-f100.google.com). Why would it need to contact this site? The application seems to operate fine if I tell kaspersky to block access to this address.

The error log in the install directory has a number of copies of the following entry which coincides with my blocking the above site. If I was being paranoid I would think that "uRemote.Connection.GetWebResponse" was trying to send my login information somewhere!

2009/07/08 19:14:21
--> Source:
System
--> Inner Exception:

--> Message:
The operation has timed out
--> StackTrace:
   at System.Net.HttpWebRequest.GetResponse()
   at uRemote.Connection.GetWebResponse(String pURL, String pUsername, String pPassword, String pDomain)
--> Data:
System.Collections.ListDictionaryInternal
--> Error Code:
Connection.cs:127

Last edited by arkitek50 (2009-07-08 10:35:12)

Offline

#135 2009-07-08 11:53:52

matias
Member

Re: µRemote: a .Net GUI for WebUI

arkitek50:

The site that uRemote tries to contact after launch is:
http://sites.google.com/site/microremot … ersion.txt

That's caused by the (mandatory) version checker. You can see that this also happens if you open the about window. It's just a text file with the latest version number.

The GetReponse method is generic, so in this case doesn't send anything in pUsername, pPassword nor pDomain. You don't have to trust in me, you may wanna use something like Wireshark to see exactly what is being sent, or set up Fiddler to act as a debugger proxy.

Regards.


µRemote: A Browserless Remote GUI for µTorrent

Offline

#136 2009-07-08 13:27:46

arkitek50
Member

Re: µRemote: a .Net GUI for WebUI

Many thanks for the reply and for putting my mind at rest smile (and for putting me onto some useful tools!).

Tools like kaspersky not only increase our security but also turns (some of) us into paranoiacs!

Best wishes

Offline

#137 2009-07-08 19:01:35

hao0060
Member

Re: µRemote: a .Net GUI for WebUI

have any ubuntu version?

Offline

#138 2009-07-08 20:00:56

matias
Member

Re: µRemote: a .Net GUI for WebUI

hao0060,

You could try using Mono, MoMA says that is compatible:

momaf.png

Regards.


µRemote: A Browserless Remote GUI for µTorrent

Offline

#139 2009-08-05 06:20:53

ffjason
Member

Re: µRemote: a .Net GUI for WebUI

Would there be any way of implimenting the peers tab from uTorrent into uRemote?

In my oppinion its the main feature the WebUI lacks I feel as its the main tab i have open in the uTorrent interface.

Also the general tab would be great (in uRemote) with more detail than the current WebUI has preferably. I find little use for the other tabs.

Preferably a "close to tray" option too.

Last edited by ffjason (2009-08-05 12:27:25)

Offline

#140 2009-08-05 13:37:02

matias
Member

Re: µRemote: a .Net GUI for WebUI

ffjason,

there is no support for peers tab in utorrent api

there's a "minimize to tray" option in preferences ... I know it's not the same, but ...


µRemote: A Browserless Remote GUI for µTorrent

Offline

#141 2009-08-05 16:22:27

ffjason
Member

Re: µRemote: a .Net GUI for WebUI

Yea i've got the minimize to tray option on but i naturally hit close cause vuze and utorrent have the close to tray option. Its just an annoyance really but it would be a handy feature.

Will there be support for the peers tab in the future?

Offline

#142 2009-08-05 16:26:21

matias
Member

Re: µRemote: a .Net GUI for WebUI

if there will be support for peers tab or not, you have to ask to utorrent api developers.


µRemote: A Browserless Remote GUI for µTorrent

Offline

#143 2009-08-05 23:00:58

Firon
Administrator

Re: µRemote: a .Net GUI for WebUI

The API will likely support this eventually.

Offline

#144 2009-08-17 09:08:59

antd
Member

Re: µRemote: a .Net GUI for WebUI

Excellent tool. I have just started using it.

Will there be RSS support?

I guess it's not currently supported in the API. This would be truly amazing if RSS was added. I would never need to NX into my seedbox again \o/

Offline

#145 2009-09-14 02:20:25

loozr
Member

Re: µRemote: a .Net GUI for WebUI

Hi!

I have just installed your µremote, and I must say it looks great! smile

But I have a quite big problem with this remote.

I have set up µtorrent so I am able to both access via the url, and via your µremote, but when I'm trying to upload a torrent via the µremote it just says that "Opening torrent: (the path to the torrent)". But nothing happens neither in the µremote, nor the µtorrent.

Can anyone help me?

My server is running Windows Server 2008, and µtorrent 1.8.4 (with the built-in WebUI activated)
My client is running Windows 7 with µremote 2.2.

PS: The Firewall rules in Windows Server 2008 is a pain in the ass, but since both µremote and url seems to reach µtorrent, the problem must be something else, right? Would i need to open another port than the port I selected in µtorrent?

Best regards!

Offline

#146 2009-09-14 12:59:45

matias
Member

Re: µRemote: a .Net GUI for WebUI

@loozr, I don't have a clue on what might be going on, but try this, upload a small torrent and wait a few seconds, if still nothing happens, try clicking the reload list button (it's in the upper right of the window). Also check the error tab to see if there's any additional info there. BTW, are you using a proxy or something?.
Regards.


µRemote: A Browserless Remote GUI for µTorrent

Offline

#147 2009-09-14 14:02:11

loozr
Member

Re: µRemote: a .Net GUI for WebUI

I have tried various .torrent files, with no luck. There is actually no problem to control the torrent AFTER it's uploaded.. F.ex if i start the download on the server, then the client can pause, stop, or restart the torrent without troubble.

I'm not using any proxy(as far as i know of tongue)

First there were no error.log, but when i ran the µremote as administrator, i got this:
09/14/2009 23:53:34
--> Message:
Invalid URI: The hostname could not be parsed.
--> Source:
System
--> Stacktrace:
   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
   at System.Uri..ctor(String uriString)
   at System.Net.WebRequest.Create(String requestUriString)
   at uRemote.Connection.GetWebResponse(String pURL, String pUsername, String pPassword, String pDomain)
--> Target Site:
Void CreateThis(System.String, Boolean, System.UriKind)
--> Data:

The log below the torrent window says:
[2009-09-14 23:56:47] Loading settings from C:\Program Files\uRemote\settings.txt
[2009-09-14 23:56:48] Checking for updates ...
[2009-09-14 23:56:48] Connecting to 192.168.1.5 on port **** ...
[2009-09-14 23:56:48] Found cache files for this hostname, loading info from C:\Program Files\uRemote\HashCache_579bf75ab8833ac73b92e70da492b28d.txt ...
[2009-09-14 23:56:48] You're using the latest version

But i still couldn't upload torrents, thogh i did the Run as admin. Is there another port that handles the upload to µtorrent? I really cn't understand this..

Thanx for your help! smile

Offline

#148 2009-09-14 14:10:16

matias
Member

Re: µRemote: a .Net GUI for WebUI

@loozr, I think that you just found a bug. Tomorrow morning I'll hunt down that bug and I'll release an update ASAP. (It uses the same port, that's not the problem).
Regards.


µRemote: A Browserless Remote GUI for µTorrent

Offline

#149 2009-09-15 11:28:10

loozr
Member

Re: µRemote: a .Net GUI for WebUI

Well, actually I found out what was causing my trouble. The username i was using contained the µ in µtorrent.

So, don't use the µ in your usernames! smile

Offline

#150 2009-09-15 16:49:21

matias
Member

Re: µRemote: a .Net GUI for WebUI

loozr, that's now fixed in uRemote 2.3 (not yet out).

EDIT:

µRemote 2.3 is out!
Changelog:

    * FIX: Test connection not always working
    * FIX: Error when uploading a torrent if the webui username contains special characters
    * FIX: Window size issue after returning from maximized
    * ADD: Trackers tab
    * ADD: 4 more languages


http://uremote.blogspot.com/2009/09/rem … s-out.html

Last edited by matias (2009-09-17 13:17:56)


µRemote: A Browserless Remote GUI for µTorrent

Offline

Board footer

Powered by FluxBB

©2013 BitTorrent, Inc. µTorrent is a trademark of BitTorrent, Inc.