-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Windows 10 Download will not work on specific songs #644
Labels
bug
Something isn't working
Comments
Ah of course, quotes like "" are not allowed, i just tried via filesystem! |
Wow that's good catch. I didn't even know quotes were allowed on Spotify titles. We've to make sure to clean up the filename before saving on the next release. |
KRTirtho
added a commit
that referenced
this issue
Aug 25, 2023
Fixed in v3.1.1 |
meenbeese
pushed a commit
to meenbeese/spotube
that referenced
this issue
Sep 20, 2023
meenbeese
pushed a commit
to meenbeese/spotube
that referenced
this issue
Sep 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current Behavior
My Download usually works, but on some tracks I get the following errors:
------- DEVICE INFO -------
computerName:
numberOfCores: 16
systemMemoryInMegabytes: 32768
------- APP INFO -------
environment: release
version: 3.1.0
appName: spotube
buildNumber:
packageName: spotube
---------- ERROR ----------
FileSystemException: Cannot create file, path = 'C:\Users\xxxxx\Downloads\Spotube\Song of Storms (from "The Legend of Zelda: Ocarina of Time") - Epic Version - L'Orchestra Cinematique, Alala.m4a.partial.temp0' (OS Error: Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.
, errno = 123)
------- STACK TRACE -------
#0 _File.throwIfError (dart:io/file_impl.dart:675)
#1 _File.createSync (dart:io/file_impl.dart:306)
#2 DioForNative.download (package:dio/src/dio/dio_for_native.dart:86)
#3 ChunkDownload.chunkedDownload.downloadChunk (package:spotube/services/download_manager/chunked_download.dart:44)
#4 ChunkDownload.chunkedDownload (package:spotube/services/download_manager/chunked_download.dart:77)
#5 DownloadManager.download (package:spotube/services/download_manager/download_manager.dart:116)
#6 DownloadManager._startExecution (package:spotube/services/download_manager/download_manager.dart:393)
------- CUSTOM INFO -------
Expected Behavior
It should have downloaded correctly, but the name seems to interfere.
Steps to reproduce
Operating System
Windows 10
Spotube version
v3.1.0
Installation source
GitHub Releases (Binary)
Additional information
No response
The text was updated successfully, but these errors were encountered: