mirror of
https://github.com/afkarxyz/SpotiDownloader.git
synced 2026-04-26 18:46:00 +03:00
[GH-ISSUE #44] error with albums with ending dots #145
Labels
No labels
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiDownloader#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jaeger1347 on GitHub (Nov 28, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiDownloader/issues/44
Hi! I noticed than every album with ending dot(s) it gives a download error.
I add the log related to this error:
[11:07:37] [info] fetching album metadata...
[11:07:37] [debug] url: https://open.spotify.com/album/7dflmaxzicdvxlqcbophrd
[11:07:39] [success] fetched album: when the night falls...
[11:07:39] [debug] 8 tracks, released: 2018-10-30
[11:07:39] [info] fetch completed in 2.55s
[11:07:39] [success] metadata fetched successfully
[11:07:42] [info] starting batch download: 8 tracks
[11:08:02] [error] error: winter sang her lullaby - failed to download file: mkdir d:\downloads_sd\when the night falls...\when the night falls...: the system cannot find the path specified.
[11:08:03] [error] error: as pale moon across mists wandered - failed to download file: mkdir d:\downloads_sd\when the night falls...\when the night falls...: the system cannot find the path specified.
[11:08:04] [error] error: dark thoughts - failed to download file: mkdir d:\downloads_sd\when the night falls...\when the night falls...: the system cannot find the path specified.
[11:08:05] [error] error: sadness of bright stars - failed to download file: mkdir d:\downloads_sd\when the night falls...\when the night falls...: the system cannot find the path specified.
[11:08:07] [error] error: call of carpathians - failed to download file: mkdir d:\downloads_sd\when the night falls...\when the night falls...: the system cannot find the path specified.
[11:08:08] [error] error: when leaves fall... - failed to download file: mkdir d:\downloads_sd\when the night falls...\when the night falls...: the system cannot find the path specified.
[11:08:08] [error] error: autumn farewell beauty - failed to download file: mkdir d:\downloads_sd\when the night falls...\when the night falls...: the system cannot find the path specified.
[11:08:09] [error] error: by the wings of night birds - failed to download file: mkdir d:\downloads_sd\when the night falls...\when the night falls...: the system cannot find the path specified.
[11:08:09] [info] batch complete: 0 downloaded, 0 skipped, 8 failed
[11:08:09] [warning] 8 failed
I'm running Windows 10 x64.