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

[BUG] Cannot download songs with a "." in it. #86

Open
StefCoders opened this issue Jun 25, 2023 · 1 comment
Open

[BUG] Cannot download songs with a "." in it. #86

StefCoders opened this issue Jun 25, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@StefCoders
Copy link

Describe the bug
A clear and concise description of what the bug is.

My song, Fred Again.., cannot be downloaded as it contains a dot.

To Reproduce
Steps to reproduce the behavior [e.g. the command you ran]:

Download a song with a dot in it.

Expected behavior
A clear and concise description of what you expected to happen.

Download the song with no problems.

Screenshots
If applicable, add screenshots to help explain your problem.

Traceback (most recent call last):
  File "pathlib.py", line 1312, in mkdir
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\stefa\\AppData\\Roaming\\Savify\\downloads\\Fred again..\\Baby again..'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "savify\__main__.py", line 11, in <module>
  File "savify\__init__.py", line 25, in cli
  File "click\core.py", line 829, in __call__
  File "click\core.py", line 782, in main
  File "click\core.py", line 1066, in invoke
  File "click\core.py", line 610, in invoke
  File "savify\cli.py", line 110, in main
  File "savify\savify.py", line 109, in download
  File "multiprocessing\pool.py", line 364, in map
  File "multiprocessing\pool.py", line 771, in get
  File "multiprocessing\pool.py", line 125, in worker
  File "multiprocessing\pool.py", line 48, in mapstar
  File "savify\savify.py", line 148, in _download
  File "savify\utils.py", line 21, in create_dir
  File "pathlib.py", line 1317, in mkdir
  File "pathlib.py", line 1312, in mkdir
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\stefa\\AppData\\Roaming\\Savify\\downloads\\Fred again..\\Baby again..'
[13364] Failed to execute script __main__

Desktop (please complete the following information):

  • OS: [e.g. windows, ubuntu]
  • Version [2.0,1]

Additional context
Add any other context about the problem here.

@StefCoders StefCoders added the bug Something isn't working label Jun 25, 2023
@StefCoders
Copy link
Author

Idea: Maybe rename songs with dots in them to remove the dots.

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