Yash-Garg / qBittorrent-Manager

[WIP] Modern qBittorrent WebUI Client for Android written in Kotlin
https://play.google.com/store/apps/details?id=dev.yashgarg.qbit
GNU General Public License v3.0
273 stars 6 forks source link

[BUG] Wrong port when testing server connection #189

Closed mariorossi77 closed 1 year ago

mariorossi77 commented 1 year ago

client connects to the server on the wrong port

when configuring the server, after specifying "HTTP" and port "443" the client connects to port 80

the client should connect to port 443 even if the standard http port is 80

Yash-Garg commented 1 year ago

@kusky3 can you follow the Bug Report template please? I'll have a look at the issue.

Yash-Garg commented 1 year ago

@kusky3 I've implemented a solution by making port optional, so if you are using any kind of proxy which handles the port forwarding, leaving the port as empty should work just fine now.

Will create a release after the PR has been merged.