-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tranmission 2.93 compatability #1099
Comments
HI Guys, This is my first issue, so please forgive any breach of protocol. Thanks, TB |
I don´t understand... |
I am also having the same issue. I can get to my copy of Transmission 2.93 via the web interface with password and no username just fine but I cannot configure Transmission Remote GUI to get to it as it does not save the login credentials if the username is blank. |
It’s possible to authenticate without USERNAME, PW is still required.
T-GUI 5.14 won’t allow any sort of authentication without a Username.
It’s either all or nothing on authentication.
|
It seems the remote gui is busted until an update allows authentication without a username. It's sucks too because my seedbox updated our transmission clients yesterday. |
Yup, but I hadn’t see anything on it so I thought I would post it.
|
I try to look at it... edit: for a temporary fix can't you edit your settings.json in transmission daemon and add a username? |
No idea of the advantage. You would have to ask the authors of Transmission 2.93…
It’s caused a lot of problems not just to users, but to seedbox support…
|
@antekgla - there is version 2.93 for windows. We need to install and configure the input of only the password. Next, look under the debugger, what happens in the TRGUI. |
This is what my provider said was needed:
For things which require a username it is possible to add one to the rpc-username field of ~/.config/transmission-daemon/settings.json.
Please bear in mind you'll need to stop the Transmission process prior to making changes. Also, adding a username will negatively impact the web UI - it will continue to auto-refresh until you press enter on the URL bar.
|
@Tangbravo221 you need to do what your provider said:
|
Actually I’m just going to switch to deluge and be done with it, especially if T-GUI will not be updated.
|
@Tangbravo221 no offense, but I think maybe less emotions here can help solving the problems, we're all trying to imrpove this project by our own spare time. |
I have been having a poke around the code and can see that blank username is being used to set the authentication flag in LoadConnSettings in connoptions.pas. |
Yes I see it but that is not the problem. That line in LoadConnSettings in connoptions.pas only prevent of read the password from ini file if the username is blank and fill the password edit. I have being debugging and seems a deeper problem. I guess what is not transGUI fault besides a problem in synapse library.., but I am only guessing and I need to investigate a lot more. |
I’m sorry, I had no idea I was showing emotion. I get this a time contribution thing and that it’s fixing something done by the authors of Transmission. I just meant to say that for me, trying to change a file and going in via SSH is right on the edge of the cliff for my expertise. I’m offered rtorrent and deluge and rather than overtax my limited skills, I’m better off going temporarily to another platform.
I take no offense and my apologies if someone took offense at what I wrote. It was not, in any way meant to critize or offend anyone (except maybe ok, whoever made this change at transmission and forcing it (as opposed to allowing the old way to continue.)
|
Fixed in fafa368 Was an error in Synapse library what exclude all authentication info when the user is empy. @Tangbravo221 sadly you have to wait to a new release to enjoy this fixes 😢 unless what @PeterDaveHello make a 5.15.1 release 😉 |
@antekgla not really, we have temporarily builds in every commit :) |
@Tangbravo221 what's your operating system? Except Windows, we provide temporarily builds for other platforms that we support. |
Wouldn’t you know it, I’m on windows 10 x64….
|
@Tangbravo221 hmmm, I'll release v5.15.1 soon for that, as we don't have automatic build for Windows, it takes more time and manual works to release for it. |
No problem I appreciate it. Amazing this thing you guys do….Most folks have no idea….
|
Thanks. Hopefully, v5.15.1 will be released within 12 hours. |
Wow, on behalf of so many that wouldn’t know who to thank…THANK YOU!
|
@Tangbravo221 due to some reasons, I have to push the release a little bit later, about 6 hours later. Just let you know. |
No problem. Appreciate your time and effort. Thank you! (and for the update also!)
|
THANK YOU PETER!
|
@Tangbravo221 you're welcome |
@antekgla @PeterDaveHello
fafa368 All other usename password configurations function with v5.15.2 thanks for v5.15.2 :) |
@cfpp2p I saw that you have a forked version of transgui, maybe you'd like to contribution some codes? :) |
@PeterDaveHello thanks for opportunity, we'll see, time is crazy... |
@cfpp2p 😄 |
@cfpp2p described my use case nicely. No username/password, instead access is controlled by the rpc whitelist. Hoping this can be addressed... |
@cfpp2p @barbequesauce |
My understanding was that rpc-authentication-required must be true to enable the whitelists... |
It not true... You can make Authentication=false and have Whitelist active. |
Then I must have some other complication... I'll open a separate issue for that. |
No description provided.
The text was updated successfully, but these errors were encountered: