Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when downloading the long journey home #552

Open
alexmo1997 opened this issue Jan 12, 2023 · 1 comment
Open

error when downloading the long journey home #552

alexmo1997 opened this issue Jan 12, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@alexmo1997
Copy link

when downloading tljh, i get the following error after the progress bar is at about half:

Exception in thread Thread-6 (<lambda>):
Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.10/threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "/app/lib/python3.10/site-packages/minigalaxy/download_manager.py", line 96, in <lambda>
    download_thread = threading.Thread(target=lambda: self.__download_thread(q))
  File "/app/lib/python3.10/site-packages/minigalaxy/download_manager.py", line 268, in __download_thread
    self.__download_file(download, download_queue)
  File "/app/lib/python3.10/site-packages/minigalaxy/download_manager.py", line 283, in __download_file
    self.__prepare_location(download.save_location)
  File "/app/lib/python3.10/site-packages/minigalaxy/download_manager.py", line 322, in __prepare_location
    os.makedirs(save_directory, mode=0o755)
  File "/usr/lib/python3.10/os.py", line 225, in makedirs
    mkdir(name, mode)
FileExistsError: [Errno 17] File exists: '/home/alex/.var/app/io.github.sharkwouter.Minigalaxy/cache/minigalaxy/download/The Long Journey Home'
@sharkwouter sharkwouter added the bug Something isn't working label Jan 16, 2023
@sharkwouter sharkwouter added this to the 2.0.0 milestone Jan 16, 2023
@sharkwouter
Copy link
Owner

Thanks for the report. This is something that should not happen for sure. I put it on the list of issues that should be fixed for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants