JohnDoee / autotorrent

Matches torrents with files and gets them seeded
MIT License
269 stars 34 forks source link

ubuntu lts 20.04 #47

Open efanibi25 opened 3 years ago

efanibi25 commented 3 years ago

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