Search found 7 matches

by balusten
Sun Aug 13, 2023 3:37 pm
Forum: Support
Topic: deluge.client.core is undefined
Replies: 10
Views: 1800

Re: deluge.client.core is undefined

I was unable to find a pip-based install for deluge-web, so I used the existing one from the debian package. I did manage to get it to work. I was changing things around so much it's no longer totally clear, but at one point I saw that web.conf was owned by root, with restrictive permissions, instea...
by balusten
Sun Aug 13, 2023 1:43 pm
Forum: Support
Topic: deluge.client.core is undefined
Replies: 10
Views: 1800

Re: deluge.client.core is undefined

Looks like the sys.path from the system python isn't properly copied to the venv's, and has to be added manually. Light at the end of the tunnel I think.
by balusten
Sun Aug 13, 2023 1:10 pm
Forum: Support
Topic: deluge.client.core is undefined
Replies: 10
Views: 1800

Re: deluge.client.core is undefined

Oh, and just for completeness: I also tried installing via pipx, which has the same problems.
by balusten
Sun Aug 13, 2023 1:09 pm
Forum: Support
Topic: deluge.client.core is undefined
Replies: 10
Views: 1800

Re: deluge.client.core is undefined

Just getting started now, but installing deluge via pip isn't working for me yet. Debian seems to want all pip installs to be via virtual environments (which is my preference anyway) but even though the system's default python install sees the libtorrent python bindings, the python inside the venv d...
by balusten
Sun Aug 13, 2023 12:54 am
Forum: Support
Topic: deluge.client.core is undefined
Replies: 10
Views: 1800

Re: deluge.client.core is undefined

I wasn't aware that using pip to install the deluge packages was considered preferable on debian, but I'll give that a try -- thanks!
by balusten
Fri Aug 11, 2023 10:54 am
Forum: Support
Topic: deluge.client.core is undefined
Replies: 10
Views: 1800

Re: deluge.client.core is undefined

The deluge daemon itself is working and I can access it via deluge-console. The deluge-core package is also installed, though it was automatic because presumably the deluge package has it as a dependency. Both the deluge daemon and the deluge-web daemon are running. The web UI seems to load, and the...
by balusten
Fri Aug 11, 2023 6:58 am
Forum: Support
Topic: deluge.client.core is undefined
Replies: 10
Views: 1800

deluge.client.core is undefined

I have just installed deluge 2.0.3 and deluge-web 2.0.3 on debian, and am having trouble with the web UI. It complains, in the JavaScript console, that deluge.client.core is undefined. I've looked through the files that the deluge-web and deluge installs placed on the server, and on the files that t...