You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
Hey, first of all, great app, thanks for the amazing development!
I was having connection problems, and after firing up the android logcat I saw this error java.net.UnknownHostException: Invalid host: http://192.168.0.180 :25257/api/v2/torrents/info?filter=all
Looks like my keyboard added a space to the end of the host, it would be really cool if you could update the app to remove trailing spaces.
Hey, first of all, great app, thanks for the amazing development!
I was having connection problems, and after firing up the android logcat I saw this error
java.net.UnknownHostException: Invalid host: http://192.168.0.180 :25257/api/v2/torrents/info?filter=all
Looks like my keyboard added a space to the end of the host, it would be really cool if you could update the app to remove trailing spaces.
I tried adding a .trim() here
qBittorrent-Controller/app/src/main/java/com/lgallardo/qbittorrentclient/SettingsActivity.java
Line 656 in c0ceea6
But it's not quite working, I think a trim might also be needed in this function:
qBittorrent-Controller/app/src/main/java/com/lgallardo/qbittorrentclient/SettingsActivity.java
Line 564 in c0ceea6
The text was updated successfully, but these errors were encountered: