persepolisdm / persepolis

Persepolis is a download manager written in Python.
https://persepolisdm.github.io
GNU General Public License v3.0
6.23k stars 651 forks source link

crash in log widow #651

Closed ahmadrezash closed 5 months ago

ahmadrezash commented 5 years ago

System Details:

When I click on Help> Show Log File and after close this widow it is crashed. log is:

 File "/usr/lib/python3.7/site-packages/persepolis/scripts/download.py", line 264, in downloadAria

    answer = server.aria2.addUri([link], aria_dict)

  File "/usr/lib64/python3.7/xmlrpc/client.py", line 1112, in __call__

    return self.__send(self.__name, args)

  File "/usr/lib64/python3.7/xmlrpc/client.py", line 1452, in __request

    verbose=self.__verbose

  File "/usr/lib64/python3.7/xmlrpc/client.py", line 1154, in request

    return self.single_request(host, handler, request_body, verbose)

  File "/usr/lib64/python3.7/xmlrpc/client.py", line 1170, in single_request

    return self.parse_response(resp)

  File "/usr/lib64/python3.7/xmlrpc/client.py", line 1342, in parse_response

    return u.close()

  File "/usr/lib64/python3.7/xmlrpc/client.py", line 656, in close

    raise Fault(**self._stack[0])

xmlrpc.client.Fault: <Fault 1: 'No URI to download.'>
alireza-amirsamimi commented 5 years ago

@ahmadrezash Hi When was crash occurred? When you closed log window?

ahmadrezash commented 5 years ago

Hi At first, I click Esc key and after that click on the close button, after many seconds it's crashed and shows python error log.

alireza-amirsamimi commented 5 years ago

@ahmadrezash Can you record a video from this situation, please? It helps me to understand the problem better. It's a little weird.

ahmadrezash commented 5 years ago

Now, I can't open persepolis anyway :(

alireza-amirsamimi commented 5 years ago

Run this commands please.

persepolis --clear
persepolis --default
alireza-amirsamimi commented 5 months ago

"<Fault 1: 'No URI to download.'>" bug is fixed. thanks for reporting. :+1: