Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.
This repository was archived by the owner on May 29, 2022. It is now read-only.

ubuntu lts 20.04 #47

@efanibi25

Description

@efanibi25

I'm having issues getting this to run on the new version of ubuntu

The problem seems to be with the socket file. For some reason autotorrent doesn't seem to be able to connect to any rtorrent instanes

I went back to python3.6, but the issue still persist
I

File "autotorrent-env/bin/autotorrent", line 11, in <module> load_entry_point('autotorrent==1.7.1', 'console_scripts', 'autotorrent')() File "/home/main/autotorrent/autotorrent-env/lib/python3.6/site-packages/autotorrent/cmd.py", line 207, in commandline_handler at.populate_torrents_seeded() File "/home/main/autotorrent/autotorrent-env/lib/python3.6/site-packages/autotorrent/at.py", line 84, in populate_torrents_seeded self.torrents_seeded = set(x.lower() for x in self.client.get_torrents()) File "/home/main/autotorrent/autotorrent-env/lib/python3.6/site-packages/autotorrent/clients/rtorrent.py", line 122, in get_torrents return set(x.lower() for x in self.proxy.download_list()) File "/usr/lib/python3.6/xmlrpc/client.py", line 1112, in __call__ return self.__send(self.__name, args) File "/usr/lib/python3.6/xmlrpc/client.py", line 1452, in __request verbose=self.__verbose File "/usr/lib/python3.6/xmlrpc/client.py", line 1154, in request return self.single_request(host, handler, request_body, verbose) File "/home/main/autotorrent/autotorrent-env/lib/python3.6/site-packages/autotorrent/scgitransport.py", line 42, in single_request s.connect(self.socket_path) FileNotFoundError: [Errno 2] No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions