Installed from f-droid Version 0.4.0
I have tried the f-droid version with pyload-ng 0.5.0 docker version and I have find that if you are using pyload with subpath (https://xxx.xxx/pyload) the android app can't connect to the server.
The server logs shows that connection try:
722 | 2026-06-16 09:01:19 | DEBUG | pyload.webui | Error 404 - Requested URL: http://xxxx.xxxx/pyload:443/api/status_server
As you can see there are some errors.
- I confgured the url with https but the log shows http
- I configured the port 443 and is concatenated after the url (wich makes sense, but not if you are using a subpath).
Maybe can be added another option to add a subpath to the url if you want to add subpaths.
Thanks for the great work!
Installed from f-droid Version 0.4.0
I have tried the f-droid version with pyload-ng 0.5.0 docker version and I have find that if you are using pyload with subpath (https://xxx.xxx/pyload) the android app can't connect to the server.
The server logs shows that connection try:
722 | 2026-06-16 09:01:19 | DEBUG | pyload.webui | Error 404 - Requested URL: http://xxxx.xxxx/pyload:443/api/status_server
As you can see there are some errors.
Maybe can be added another option to add a subpath to the url if you want to add subpaths.
Thanks for the great work!