Jump to content

Ultima

µTorrent Helper
  • Posts

    27,924
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Ultima

  1. Ultima

    µTorrent WebUI

    @suwill: Not possible without backend support. @LexaRus: The backend is broken. Some of the new APIs don't have proper Unicode support -- which is rather silly.
  2. Ultima

    µTorrent WebUI

    µTorrent 3.0 introduced multi-label support, but it isn't properly exposed via its WebUI backend. As such, label support is slightly broken.
  3. Ultima

    µTorrent WebUI

    Alright, that confirms my suspicions. Indeed, µTorrent is known to send bad JSON for feeds with control characters (U+0000 to U+001F). I've made sure that the devs are aware of the issue, so now it really comes down to waiting for them to fix it on the backend.
  4. http://forum.utorrent.com/viewtopic.php?id=98500 µTorrent v3.0 stable has been released.
  5. µTorrent v3.0 has been officially released as stable.
  6. Ultima

    µTorrent WebUI

    What's the error? And have you cleared the browser cache? Edit: I should further qualify... What is the error shown, and where do you see it? And for the one that's stopped on "Loading...", is there any error in the JavaScript console?
  7. Ultima

    µTorrent WebUI

    @simonlant: Don't run WebUI in IE7 compatibility mode; it works perfectly well under native IE9 rendering mode (and IE8 as well if you don't like blurry text on IE9). I guess I'll look into the missing buttons issue anyway, but the weird vertical align issue isn't really worth the effort for me to fix. @master bob: If you're trying to use µTorrent skins with WebUI... they won't work without first being preprocessed and converted into a format compatible with WebUI. @Sarreq Teryx: Your settings appear to be corrupted. Here's your particular fix (for anyone else reading this looking for a solution to a similar startup error, this fix doesn't necessarily apply to you): 0. What follows assumes you're following instructions on the machine running µTorrent 1. In µTorrent, set Preferences > Advanced > webui.token_auth to false. 2. Visit http://localhost:65124/gui/?action=setsetting&s=btapps.skin_url&v= to clear the corruption 3. Reset webui.token_auth 4. Reload WebUI
  8. Ultima

    µTorrent WebUI

    @bugefun: @mazey: Not without backend support.
  9. Ultima

    µTorrent WebUI

    @mazey: Dunno. That's a backend issue more than a frontend issue. @MaxP2P: Works for me. Meaning you're going to need to be more detailed as to what you're expecting to see, and what you actually see. And more than telling what version of uTorrent you're running, you're going to need to mention what version of WebUI you're on.
  10. Ultima

    µTorrent MiniUI

    No problem indeed. http://forum.utorrent.com/viewtopic.php?pid=581168#p581168
  11. Ultima

    µTorrent WebUI

    Appears to be a 3.0-only issue. Will fix for the next release.
  12. Ultima

    µTorrent WebUI

    @AlexDOM: Interesting... though I'm not really sure what CPU usage you're measuring. WebUI on your browser? What browser? And is this reproducible? I can only think of one change I recently made that has a possibility of decreasing CPU load ever so slightly, but I doubt it would really affect modern browsers much... @>ORG@niZM<: Fixed for the next update. Good thing I decided to rewrite the string loading code a bit last time to make this a simple 2-character fix.
  13. Ultima

    µTorrent WebUI

    µTorrent 2.2 is a continuation of µTorrent 2.0. What used to be called µTorrent 2.1 was changed to µTorrent 3.0. What used to require 2.1+ now actually requires 3.0+.
  14. FYI. At any rate, definitely keep the reports coming in if you ever find any other problems.
  15. Let me guess: it's broken under Chrome as well? If so, then it's a known issue. And a very old one at that. It was fixed long, long ago in my branch of WebUI.
  16. Ultima

    µTorrent WebUI

    I guess the most important change in this build would be the improved error reporting at startup... It should help in diagnosing why WebUI gets stuck on "Loading..." at startup. First post, as usual.
  17. The branch I'm working on has a 60 second minimum interval for Files list auto-refresh, simply because it's not exactly that important, and it can potentially be a heavy bandwidth drain (though a refresh can always be forced by clicking the Files tab).
  18. Ultima

    µTorrent WebUI

    I seriously doubt that a compression method error could have happened frontend side anyway.
  19. Source URL is populated only if the torrent was added by URL and/or RSS.
  20. That would be a bad idea. The entire .torrent file would include the user's unique tracker key. And I suspect that isn't emc's primary concern. emc's probably worried that since DHT is the primary method of transport for metainfo using magnet URIs, it's useless for private torrents (private trackers and DHT don't mix). To a large extent, he would be correct. As I understand it though, metainfo can be sent even without DHT, and trackers can be sent with the magnet URI as well. The problem is that it's useless for trackers that require these unique keys in tracker URLs to identify users, as users can't share private tracker URLs via magnet URI without exposing their key, or without the URI being useless for the receiving party.
  21. Ultima

    µTorrent WebUI

    http://forum.utorrent.com/viewtopic.php?pid=561522#p561522 I prefer not to have to bend my over my back to write code for stupid logic and/or an inconsistent/asymmetric API. I can easily fix this in the frontend, but if the backend developers decide they feel like adding a new option, I'll have to go back and touch code that really shouldn't be required to be touched if things were designed correctly. Sure, I'd have to add/fix it eventually if they changed the backend, but at least a proper design wouldn't break reliant applications in the interim (and currently, this design would).
  22. Ultima

    µTorrent WebUI

    Or more likely, one of the feeds has characters that µTorrent isn't properly converting to JSON. There's a known bug with µTorrent where it leaves illegal characters in JSON strings, which breaks WebUI on the majority of browsers.
  23. Ultima

    BEncode Editor

    I've already had this discussion before. "BEncode Editor" is "BEncode Editor"; it isn't "Torrent Editor" or whatever-else editor. People asking what they mean haven't read the prerequisite documentation. This editor isn't meant to be taken lightly. I'm fairly certain I've squeezed out as much out of performance as possible given the nature of the codebase. Short of a complete rewrite, there isn't a whole lot I can do about it.
  24. Ultima

    µTorrent WebUI

    @Snowknight26: Yeah, because technically, the WebUI backend does allow newlines in labels, and it works just fine really.
  25. http://forum.utorrent.com/viewtopic.php?pid=461130#p461130 Watch the bit regarding cookies.
×
×
  • Create New...