rogerfar / rdt-client

Real-Debrid Client Proxy
MIT License
929 stars 117 forks source link

WebUI not connecting after install #611

Closed Brouwertje closed 1 day ago

Brouwertje commented 1 week ago

What version are you using? Tteck script Wat OS are you running? Proxmox Are you using Docker or as a service? No Which debrid provider are you using? Real Debrid Which downloader are you using? n/a Please attach a log file here with the log setting set to debug

Whatever I do, IP:6500 is not working. I'm using the script. Tried on other Proxmox device, same issue. Never had any problems with other LXC containers. RDTclient is the only one that does not work.

DevMan01 commented 1 week ago

I noticed something similar, here are my logs... but I'm on Ubuntu:

Nov 19 00:42:07 ubuntu-server-01 RdtClient[952]: To install missing framework, download: Nov 19 00:42:07 ubuntu-server-01 RdtClient[952]: https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=9.0.0&ar Nov 19 00:42:07 ubuntu-server-01 systemd[1]: rdtc.service: Main process exited, code=exited, status=150/n/a Nov 19 00:42:07 ubuntu-server-01 systemd[1]: rdtc.service: Failed with result 'exit-code'.

I'm going to tinker around and see if updating my .net version does the trick. I noticed in the latest release that the framework update was in there.

Brouwertje commented 1 week ago

Ah, yes.

I removed 8.0 from the container and installed 9.0 and now it works. Thank you!

DevMan01 commented 4 days ago

Yep, this was my problem too.

Except I wasn't running as a container, I was hard installed on Ubuntu 22. I had to upgrade to 24, then install .net 9 - but... I had my .net 8 installed via snap. So, I had to uninstall snap .net 8, then install .9 over that. Then I had to update my rdtc service in /etc/systemd/system/ so it wasn't calling the snap dotnet executable, but the one from /usr/local/bin instead.

Hope this helps anyone who ran into the same problem.