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

Not able to listen to Do I wanna know - Artic Monkeys #2226

Closed
1 of 2 tasks
lorypelli opened this issue Jan 11, 2025 · 0 comments
Closed
1 of 2 tasks

Not able to listen to Do I wanna know - Artic Monkeys #2226

lorypelli opened this issue Jan 11, 2025 · 0 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@lorypelli
Copy link

Is there an existing issue for this? (Please read the description)

  • I have searched the existing issues

Current Behavior

https://open.spotify.com/track/5FVd6KXrgO9B3JPmC8OPst
this song doesn't load on spotube, but on spotify it does

Expected Behavior

it should load if on spotify it works

Steps to reproduce

Search Do I wanna know on spotube, both first and second result have the issue

Logs


[2025-01-09 16:04:55.753314]---------------------
DioException [bad response]: This exception was thrown because the response has a status code of 401 and RequestOptions.validateStatus was configured to throw for this status code.
The status code of 401 has the following meaning: "Client error - the request contains bad syntax or cannot be fulfilled"
Read more about status codes at https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
In order to resolve this exception you typically have either to verify and fix your request code or you have to fix the server code.

#0 DioMixin.fetch (package:dio/src/dio_mixin.dart:520)

#1 CustomSpotifyEndpoints.getFriendActivity (package:spotube/services/custom_spotify_endpoints/spotify_endpoints.dart:113)

#2 FutureHandlerProviderElementMixin.handleFuture.. (package:riverpod/src/async_notifier/base.dart:355)


[2025-01-09 16:04:55.759313]---------------------
PathNotFoundException: Cannot retrieve length of file, path = 'imageUrl' (OS Error: Impossibile trovare il file specificato.
, errno = 2)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.length. (dart:io/file_impl.dart:389)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 FileImage._loadAsync (package:flutter/src/painting/image_provider.dart:1487)

#4 MultiFrameImageStreamCompleter._handleCodecReady (package:flutter/src/painting/image_stream.dart:1013)


[2025-01-09 16:04:56.756012]---------------------
NoSuchMethodError: The method '[]' was called on null.
Receiver: null
Tried calling:
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:38)
#1 _objectNoSuchMethod (dart:core-patch/object_patch.dart:85)
#2 transformSectionItemTypeJsonMap (package:spotube/models/spotify/home_feed.dart:174)
#3 transformSectionItemJsonMap. (package:spotube/models/spotify/home_feed.dart:220)
#4 MappedIterable.elementAt (dart:_internal/iterable.dart:385)
#5 ListIterator.moveNext (dart:_internal/iterable.dart:354)
#6 WhereIterator.moveNext (dart:_internal/iterable.dart:450)
#7 new _GrowableList._ofOther (dart:core-patch/growable_array.dart:202)
#8 new _GrowableList.of (dart:core-patch/growable_array.dart:152)
#9 new List.of (dart:core-patch/array_patch.dart:39)
#10 Iterable.toList (dart:core/iterable.dart:498)
#11 transformSectionItemJsonMap (package:spotube/models/spotify/home_feed.dart:229)
#12 transformHomeFeedJsonMap. (package:spotube/models/spotify/home_feed.dart:241)
#13 MappedIterable.elementAt (dart:_internal/iterable.dart:385)
#14 ListIterator.moveNext (dart:_internal/iterable.dart:354)
#15 new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189)
#16 new _GrowableList.of (dart:core-patch/growable_array.dart:150)
#17 new List.of (dart:core-patch/array_patch.dart:39)
#18 ListIterable.toList (dart:_internal/iterable.dart:224)
#19 transformHomeFeedJsonMap (package:spotube/models/spotify/home_feed.dart:244)
#20 CustomSpotifyEndpoints.getHomeFeed (package:spotube/services/custom_spotify_endpoints/spotify_endpoints.dart:164)

#21 FutureHandlerProviderElementMixin.handleFuture.. (package:riverpod/src/async_notifier/base.dart:355)


[2025-01-11 09:37:28.772656]---------------------
OAuth authorization error (invalid_token): The access token expired.
#0 Client.send (package:oauth2/src/client.dart:134)

#1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93)

#2 SpotifyApiBase._getImpl. (package:spotify/src/spotify_base.dart:211)

#3 SpotifyApiBase._requestWrapper (package:spotify/src/spotify_base.dart:247)

#4 SpotifyApiBase._getImpl (package:spotify/src/spotify_base.dart:210)

#5 Pages.getPage (package:spotify/src/endpoints/endpoint_paging.dart:253)

#6 FeaturedPlaylistsNotifier.fetch (package:spotube/provider/spotify/playlist/featured.dart:33)

#7 FeaturedPlaylistsNotifier.build (package:spotube/provider/spotify/playlist/featured.dart:44)

#8 FutureHandlerProviderElementMixin.handleFuture.. (package:riverpod/src/async_notifier/base.dart:355)


[2025-01-11 09:37:28.773659]---------------------
OAuth authorization error (invalid_token): The access token expired.
#0 Client.send (package:oauth2/src/client.dart:134)

#1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93)

#2 SpotifyApiBase._getImpl. (package:spotify/src/spotify_base.dart:211)

#3 SpotifyApiBase._requestWrapper (package:spotify/src/spotify_base.dart:247)

#4 SpotifyApiBase._getImpl (package:spotify/src/spotify_base.dart:210)

#5 Me.get (package:spotify/src/endpoints/me.dart:22)

#6 FutureHandlerProviderElementMixin.handleFuture.. (package:riverpod/src/async_notifier/base.dart:355)


[2025-01-11 09:37:28.774657]---------------------
DioException [bad response]: This exception was thrown because the response has a status code of 401 and RequestOptions.validateStatus was configured to throw for this status code.
The status code of 401 has the following meaning: "Client error - the request contains bad syntax or cannot be fulfilled"
Read more about status codes at https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
In order to resolve this exception you typically have either to verify and fix your request code or you have to fix the server code.

#0 DioMixin.fetch (package:dio/src/dio_mixin.dart:520)

#1 CustomSpotifyEndpoints.getHomeFeed (package:spotube/services/custom_spotify_endpoints/spotify_endpoints.dart:131)

#2 FutureHandlerProviderElementMixin.handleFuture.. (package:riverpod/src/async_notifier/base.dart:355)


[2025-01-11 09:37:28.776658]---------------------
OAuth authorization error (invalid_token): The access token expired.
#0 Client.send (package:oauth2/src/client.dart:134)

#1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93)

#2 SpotifyApiBase._getImpl. (package:spotify/src/spotify_base.dart:211)

#3 SpotifyApiBase._requestWrapper (package:spotify/src/spotify_base.dart:247)

#4 SpotifyApiBase._getImpl (package:spotify/src/spotify_base.dart:210)

#5 Pages.getPage (package:spotify/src/endpoints/endpoint_paging.dart:253)

#6 AlbumReleasesNotifier.fetch (package:spotube/provider/spotify/album/releases.dart:35)

#7 AlbumReleasesNotifier.build (package:spotube/provider/spotify/album/releases.dart:50)

#8 FutureHandlerProviderElementMixin.handleFuture.. (package:riverpod/src/async_notifier/base.dart:355)


[2025-01-11 09:37:28.777675]---------------------
OAuth authorization error (invalid_token): The access token expired.
#0 Client.send (package:oauth2/src/client.dart:134)

#1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93)

#2 SpotifyApiBase._getImpl. (package:spotify/src/spotify_base.dart:211)

#3 SpotifyApiBase._requestWrapper (package:spotify/src/spotify_base.dart:247)

#4 SpotifyApiBase._getImpl (package:spotify/src/spotify_base.dart:210)

#5 Pages.getPage (package:spotify/src/endpoints/endpoint_paging.dart:253)

#6 SinglePages.stream.handlePageAndGetNext (package:spotify/src/endpoints/endpoint_paging.dart:187)


[2025-01-11 09:37:28.797657]---------------------
OAuth authorization error (invalid_token): The access token expired.
#0 Client.send (package:oauth2/src/client.dart:134)

#1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93)

#2 SpotifyApiBase._getImpl. (package:spotify/src/spotify_base.dart:211)

#3 SpotifyApiBase._requestWrapper (package:spotify/src/spotify_base.dart:247)

#4 SpotifyApiBase._getImpl (package:spotify/src/spotify_base.dart:210)

#5 CursorPages.getPage (package:spotify/src/endpoints/endpoint_paging.dart:292)

#6 SinglePages.stream.handlePageAndGetNext (package:spotify/src/endpoints/endpoint_paging.dart:187)


[2025-01-11 09:37:28.798656]---------------------
DioException [bad response]: This exception was thrown because the response has a status code of 401 and RequestOptions.validateStatus was configured to throw for this status code.
The status code of 401 has the following meaning: "Client error - the request contains bad syntax or cannot be fulfilled"
Read more about status codes at https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
In order to resolve this exception you typically have either to verify and fix your request code or you have to fix the server code.

#0 DioMixin.fetch (package:dio/src/dio_mixin.dart:520)

#1 CustomSpotifyEndpoints.getView (package:spotube/services/custom_spotify_endpoints/spotify_endpoints.dart:80)

#2 FutureHandlerProviderElementMixin.handleFuture.. (package:riverpod/src/async_notifier/base.dart:355)


[2025-01-11 09:37:28.871657]---------------------
DioException [bad response]: This exception was thrown because the response has a status code of 401 and RequestOptions.validateStatus was configured to throw for this status code.
The status code of 401 has the following meaning: "Client error - the request contains bad syntax or cannot be fulfilled"
Read more about status codes at https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
In order to resolve this exception you typically have either to verify and fix your request code or you have to fix the server code.

#0 DioMixin.fetch (package:dio/src/dio_mixin.dart:520)

#1 CustomSpotifyEndpoints.getFriendActivity (package:spotube/services/custom_spotify_endpoints/spotify_endpoints.dart:113)

#2 FutureHandlerProviderElementMixin.handleFuture.. (package:riverpod/src/async_notifier/base.dart:355)


[2025-01-11 09:37:28.885657]---------------------
PathNotFoundException: Cannot retrieve length of file, path = 'imageUrl' (OS Error: Impossibile trovare il file specificato.
, errno = 2)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.length. (dart:io/file_impl.dart:389)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 FileImage._loadAsync (package:flutter/src/painting/image_provider.dart:1487)

#4 MultiFrameImageStreamCompleter._handleCodecReady (package:flutter/src/painting/image_stream.dart:1013)


[2025-01-11 09:37:29.846660]---------------------
NoSuchMethodError: The method '[]' was called on null.
Receiver: null
Tried calling:
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:38)
#1 _objectNoSuchMethod (dart:core-patch/object_patch.dart:85)
#2 transformSectionItemTypeJsonMap (package:spotube/models/spotify/home_feed.dart:174)
#3 transformSectionItemJsonMap. (package:spotube/models/spotify/home_feed.dart:220)
#4 MappedIterable.elementAt (dart:_internal/iterable.dart:385)
#5 ListIterator.moveNext (dart:_internal/iterable.dart:354)
#6 WhereIterator.moveNext (dart:_internal/iterable.dart:450)
#7 new _GrowableList._ofOther (dart:core-patch/growable_array.dart:202)
#8 new _GrowableList.of (dart:core-patch/growable_array.dart:152)
#9 new List.of (dart:core-patch/array_patch.dart:39)
#10 Iterable.toList (dart:core/iterable.dart:498)
#11 transformSectionItemJsonMap (package:spotube/models/spotify/home_feed.dart:229)
#12 transformHomeFeedJsonMap. (package:spotube/models/spotify/home_feed.dart:241)
#13 MappedIterable.elementAt (dart:_internal/iterable.dart:385)
#14 ListIterator.moveNext (dart:_internal/iterable.dart:354)
#15 new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189)
#16 new _GrowableList.of (dart:core-patch/growable_array.dart:150)
#17 new List.of (dart:core-patch/array_patch.dart:39)
#18 ListIterable.toList (dart:_internal/iterable.dart:224)
#19 transformHomeFeedJsonMap (package:spotube/models/spotify/home_feed.dart:244)
#20 CustomSpotifyEndpoints.getHomeFeed (package:spotube/services/custom_spotify_endpoints/spotify_endpoints.dart:164)

#21 FutureHandlerProviderElementMixin.handleFuture.. (package:riverpod/src/async_notifier/base.dart:355)


[2025-01-11 10:31:36.148360]---------------------
FileSystemException: Cannot create file, path = 'C:\Users\Massimiliano\AppData\Local\oss.krtirtho\spotube\cached_tracks\Do I Wanna Know? - Arctic Monkeys (bpOSxM0rNPM).weba.part' (OS Error: La sintassi del nome del file, della directory o del volume non è corretta.
, errno = 123)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.create. (dart:io/file_impl.dart:286)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 ServerPlaybackRoutes.streamTrack (package:spotube/provider/server/routes/playback.dart:126)

#4 ServerPlaybackRoutes.getStreamTrackId (package:spotube/provider/server/routes/playback.dart:179)

#5 RouterEntry.invoke. (package:shelf_router/src/router_entry.dart:109)

#6 RouterEntry.invoke (package:shelf_router/src/router_entry.dart:104)

#7 Router.call (package:shelf_router/src/router.dart:184)

#8 handleRequest (package:shelf/shelf_io.dart:138)


[2025-01-11 10:31:36.149359]---------------------
Failed to open http://localhost:16484/stream/5FVd6KXrgO9B3JPmC8OPst.
#0 new AudioPlayerInterface. (package:spotube/services/audio_player/audio_player.dart:93)
#1 _rootRunUnary (dart:async/zone.dart:1407)
#2 _CustomZone.runUnary (dart:async/zone.dart:1308)
#3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365)
#5 _DelayedData.perform (dart:async/stream_impl.dart:541)
#6 _PendingEvents.handleNext (dart:async/stream_impl.dart:646)
#7 _PendingEvents.schedule. (dart:async/stream_impl.dart:617)
#8 _rootRun (dart:async/zone.dart:1391)
#9 _CustomZone.run (dart:async/zone.dart:1301)
#10 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#12 _rootRun (dart:async/zone.dart:1399)
#13 _CustomZone.run (dart:async/zone.dart:1301)
#14 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#16 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)



[2025-01-11 10:31:59.409202]---------------------
FileSystemException: Cannot create file, path = 'C:\Users\Massimiliano\AppData\Local\oss.krtirtho\spotube\cached_tracks\Do I Wanna Know? - Arctic Monkeys (bpOSxM0rNPM).weba.part' (OS Error: La sintassi del nome del file, della directory o del volume non è corretta.
, errno = 123)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.create. (dart:io/file_impl.dart:286)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 ServerPlaybackRoutes.streamTrack (package:spotube/provider/server/routes/playback.dart:126)

#4 ServerPlaybackRoutes.getStreamTrackId (package:spotube/provider/server/routes/playback.dart:179)

#5 RouterEntry.invoke. (package:shelf_router/src/router_entry.dart:109)

#6 RouterEntry.invoke (package:shelf_router/src/router_entry.dart:104)

#7 Router.call (package:shelf_router/src/router.dart:184)

#8 handleRequest (package:shelf/shelf_io.dart:138)


[2025-01-11 10:31:59.409202]---------------------
Failed to open http://localhost:16484/stream/7xmwLmkoWpghkq8jyEhtbx.
#0 new AudioPlayerInterface. (package:spotube/services/audio_player/audio_player.dart:93)
#1 _rootRunUnary (dart:async/zone.dart:1407)
#2 _CustomZone.runUnary (dart:async/zone.dart:1308)
#3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365)
#5 _DelayedData.perform (dart:async/stream_impl.dart:541)
#6 _PendingEvents.handleNext (dart:async/stream_impl.dart:646)
#7 _PendingEvents.schedule. (dart:async/stream_impl.dart:617)
#8 _rootRun (dart:async/zone.dart:1391)
#9 _CustomZone.run (dart:async/zone.dart:1301)
#10 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#12 _rootRun (dart:async/zone.dart:1399)
#13 _CustomZone.run (dart:async/zone.dart:1301)
#14 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#16 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)



[2025-01-11 10:32:07.409960]---------------------
type 'String' is not a subtype of type 'int' of 'index'
#0 AuthenticationNotifier.credentialsFromCookie (package:spotube/provider/authentication/authentication.dart:128)

#1 AuthenticationNotifier.refreshCredentials (package:spotube/provider/authentication/authentication.dart:87)


[2025-01-11 10:32:07.441958]---------------------
type 'String' is not a subtype of type 'int' of 'index'
#0 AuthenticationNotifier.credentialsFromCookie (package:spotube/provider/authentication/authentication.dart:128)

#1 AuthenticationNotifier.refreshCredentials (package:spotube/provider/authentication/authentication.dart:87)


[2025-01-11 10:32:07.443956]---------------------
type 'String' is not a subtype of type 'int' of 'index'
#0 AuthenticationNotifier.credentialsFromCookie (package:spotube/provider/authentication/authentication.dart:128)

#1 AuthenticationNotifier.refreshCredentials (package:spotube/provider/authentication/authentication.dart:87)

#2 AuthenticationNotifier.build. (package:spotube/provider/authentication/authentication.dart:58)


[2025-01-11 10:32:07.492958]---------------------
type 'String' is not a subtype of type 'int' of 'index'
#0 AuthenticationNotifier.credentialsFromCookie (package:spotube/provider/authentication/authentication.dart:128)

#1 AuthenticationNotifier.refreshCredentials (package:spotube/provider/authentication/authentication.dart:87)

#2 AuthenticationNotifier.build. (package:spotube/provider/authentication/authentication.dart:58)


[2025-01-11 10:32:07.514957]---------------------
type 'String' is not a subtype of type 'int' of 'index'
#0 AuthenticationNotifier.credentialsFromCookie (package:spotube/provider/authentication/authentication.dart:128)

#1 AuthenticationNotifier.refreshCredentials (package:spotube/provider/authentication/authentication.dart:87)


[2025-01-11 10:32:07.517955]---------------------
type 'String' is not a subtype of type 'int' of 'index'
#0 AuthenticationNotifier.credentialsFromCookie (package:spotube/provider/authentication/authentication.dart:128)

#1 AuthenticationNotifier.refreshCredentials (package:spotube/provider/authentication/authentication.dart:87)


ymous closure> (package:spotube/provider/authentication/authentication.dart:58)


[2025-01-11 10:32:07.521956]---------------------
type 'String' is not a subtype of type 'int' of 'index'
#0 AuthenticationNotifier.credentialsFromCookie (package:spotube/provider/authentication/authentication.dart:128)

#1 AuthenticationNotifier.refreshCredentials (package:spotube/provider/authentication/authentication.dart:87)

#2 AuthenticationNotifier.build. (package:spotube/provider/authentication/authentication.dart:58)


[2025-01-11 10:32:07.582391]---------------------
type 'String' is not a subtype of type 'int' of 'index'
#0 AuthenticationNotifier.credentialsFromCookie (package:spotube/provider/authentication/authentication.dart:128)

#1 AuthenticationNotifier.refreshCredentials (package:spotube/provider/authentication/authentication.dart:87)

#2 AuthenticationNotifier.build. (package:spotube/provider/authentication/authentication.dart:58)


[2025-01-11 10:32:08.027928]---------------------
type 'String' is not a subtype of type 'int' of 'index'
#0 AuthenticationNotifier.credentialsFromCookie (package:spotube/provider/authentication/authentication.dart:128)

#1 AuthenticationNotifier.refreshCredentials (package:spotube/provider/authentication/authentication.dart:87)

#2 AuthenticationNotifier.build. (package:spotube/provider/authentication/authentication.dart:58)


[2025-01-11 10:32:08.031930]---------------------
type 'String' is not a subtype of type 'int' of 'index'
#0 AuthenticationNotifier.credentialsFromCookie (package:spotube/provider/authentication/authentication.dart:128)

#1 AuthenticationNotifier.refreshCredentials (package:spotube/provider/authentication/authentication.dart:87)


[2025-01-11 10:32:23.513428]---------------------
type 'String' is not a subtype of type 'int' of 'index'
#0 AuthenticationNotifier.credentialsFromCookie (package:spotube/provider/authentication/authentication.dart:128)

#1 AuthenticationNotifier.refreshCredentials (package:spotube/provider/authentication/authentication.dart:87)

#2 AuthenticationNotifier.build. (package:spotube/provider/authentication/authentication.dart:58)


[2025-01-11 10:32:23.525429]---------------------
type 'String' is not a subtype of type 'int' of 'index'
#0 AuthenticationNotifier.credentialsFromCookie (package:spotube/provider/authentication/authentication.dart:128)

#1 AuthenticationNotifier.refreshCredentials (package:spotube/provider/authentication/authentication.dart:87)

#2 AuthenticationNotifier.build. (package:spotube/provider/authentication/authentication.dart:58)


[2025-01-11 10:32:23.552427]---------------------
DioException [bad response]: This exception was thrown because the response has a status code of 429 and RequestOptions.validateStatus was configured to throw for this status code.
The status code of 429 has the following meaning: "Client error - the request contains bad syntax or cannot be fulfilled"
Read more about status codes at https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
In order to resolve this exception you typically have either to verify and fix your request code or you have to fix the server code.

#0 DioMixin.fetch (package:dio/src/dio_mixin.dart:520)

#1 CustomSpotifyEndpoints.getView (package:spotube/services/custom_spotify_endpoints/spotify_endpoints.dart:80)

#2 FutureHandlerProviderElementMixin.handleFuture.. (package:riverpod/src/async_notifier/base.dart:355)


[2025-01-11 10:32:23.929425]---------------------
NoSuchMethodError: The method '[]' was called on null.
Receiver: null
Tried calling:
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:38)
#1 _objectNoSuchMethod (dart:core-patch/object_patch.dart:85)
#2 transformSectionItemTypeJsonMap (package:spotube/models/spotify/home_feed.dart:174)
#3 transformSectionItemJsonMap. (package:spotube/models/spotify/home_feed.dart:220)
#4 MappedIterable.elementAt (dart:_internal/iterable.dart:385)
#5 ListIterator.moveNext (dart:_internal/iterable.dart:354)
#6 WhereIterator.moveNext (dart:_internal/iterable.dart:450)
#7 new _GrowableList._ofOther (dart:core-patch/growable_array.dart:202)
#8 new _GrowableList.of (dart:core-patch/growable_array.dart:152)
#9 new List.of (dart:core-patch/array_patch.dart:39)
#10 Iterable.toList (dart:core/iterable.dart:498)
#11 transformSectionItemJsonMap (package:spotube/models/spotify/home_feed.dart:229)
#12 transformHomeFeedJsonMap. (package:spotube/models/spotify/home_feed.dart:241)
#13 MappedIterable.elementAt (dart:_internal/iterable.dart:385)
#14 ListIterator.moveNext (dart:_internal/iterable.dart:354)
#15 new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189)
#16 new _GrowableList.of (dart:core-patch/growable_array.dart:150)
#17 new List.of (dart:core-patch/array_patch.dart:39)
#18 ListIterable.toList (dart:_internal/iterable.dart:224)
#19 transformHomeFeedJsonMap (package:spotube/models/spotify/home_feed.dart:244)
#20 CustomSpotifyEndpoints.getHomeFeed (package:spotube/services/custom_spotify_endpoints/spotify_endpoints.dart:164)

#21 FutureHandlerProviderElementMixin.handleFuture.. (package:riverpod/src/async_notifier/base.dart:355)


[2025-01-11 10:32:26.395426]---------------------
FileSystemException: Cannot create file, path = 'C:\Users\Massimiliano\AppData\Local\oss.krtirtho\spotube\cached_tracks\Do I Wanna Know? - Arctic Monkeys (bpOSxM0rNPM).weba.part' (OS Error: La sintassi del nome del file, della directory o del volume non è corretta.
, errno = 123)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.create. (dart:io/file_impl.dart:286)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 ServerPlaybackRoutes.streamTrack (package:spotube/provider/server/routes/playback.dart:126)

#4 ServerPlaybackRoutes.getStreamTrackId (package:spotube/provider/server/routes/playback.dart:179)

#5 RouterEntry.invoke. (package:shelf_router/src/router_entry.dart:109)

#6 RouterEntry.invoke (package:shelf_router/src/router_entry.dart:104)

#7 Router.call (package:shelf_router/src/router.dart:184)

#8 handleRequest (package:shelf/shelf_io.dart:138)


[2025-01-11 10:32:26.395426]---------------------
Failed to open http://localhost:12343/stream/7xmwLmkoWpghkq8jyEhtbx.
#0 new AudioPlayerInterface. (package:spotube/services/audio_player/audio_player.dart:93)
#1 _rootRunUnary (dart:async/zone.dart:1407)
#2 _CustomZone.runUnary (dart:async/zone.dart:1308)
#3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365)
#5 _DelayedData.perform (dart:async/stream_impl.dart:541)
#6 _PendingEvents.handleNext (dart:async/stream_impl.dart:646)
#7 _PendingEvents.schedule. (dart:async/stream_impl.dart:617)
#8 _rootRun (dart:async/zone.dart:1391)
#9 _CustomZone.run (dart:async/zone.dart:1301)
#10 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#12 _rootRun (dart:async/zone.dart:1399)
#13 _CustomZone.run (dart:async/zone.dart:1301)
#14 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#16 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)



[2025-01-11 10:32:35.298576]---------------------
FileSystemException: Cannot create file, path = 'C:\Users\Massimiliano\AppData\Local\oss.krtirtho\spotube\cached_tracks\Do I Wanna Know? - Arctic Monkeys (bpOSxM0rNPM).weba.part' (OS Error: La sintassi del nome del file, della directory o del volume non è corretta.
, errno = 123)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.create. (dart:io/file_impl.dart:286)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 ServerPlaybackRoutes.streamTrack (package:spotube/provider/server/routes/playback.dart:126)

#4 ServerPlaybackRoutes.getStreamTrackId (package:spotube/provider/server/routes/playback.dart:179)

#5 RouterEntry.invoke. (package:shelf_router/src/router_entry.dart:109)

#6 RouterEntry.invoke (package:shelf_router/src/router_entry.dart:104)

#7 Router.call (package:shelf_router/src/router.dart:184)

#8 handleRequest (package:shelf/shelf_io.dart:138)


[2025-01-11 10:32:35.298576]---------------------
Failed to open http://localhost:12343/stream/5FVd6KXrgO9B3JPmC8OPst.
#0 new AudioPlayerInterface. (package:spotube/services/audio_player/audio_player.dart:93)
#1 _rootRunUnary (dart:async/zone.dart:1407)
#2 _CustomZone.runUnary (dart:async/zone.dart:1308)
#3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365)
#5 _DelayedData.perform (dart:async/stream_impl.dart:541)
#6 _PendingEvents.handleNext (dart:async/stream_impl.dart:646)
#7 _PendingEvents.schedule. (dart:async/stream_impl.dart:617)
#8 _rootRun (dart:async/zone.dart:1391)
#9 _CustomZone.run (dart:async/zone.dart:1301)
#10 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#12 _rootRun (dart:async/zone.dart:1399)
#13 _CustomZone.run (dart:async/zone.dart:1301)
#14 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#16 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)



[2025-01-11 10:33:03.595799]---------------------
FileSystemException: Cannot create file, path = 'C:\Users\Massimiliano\AppData\Local\oss.krtirtho\spotube\cached_tracks\Do I Wanna Know? - Arctic Monkeys (bpOSxM0rNPM).weba.part' (OS Error: La sintassi del nome del file, della directory o del volume non è corretta.
, errno = 123)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.create. (dart:io/file_impl.dart:286)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 ServerPlaybackRoutes.streamTrack (package:spotube/provider/server/routes/playback.dart:126)

#4 ServerPlaybackRoutes.getStreamTrackId (package:spotube/provider/server/routes/playback.dart:179)

#5 RouterEntry.invoke. (package:shelf_router/src/router_entry.dart:109)

#6 RouterEntry.invoke (package:shelf_router/src/router_entry.dart:104)

#7 Router.call (package:shelf_router/src/router.dart:184)

#8 handleRequest (package:shelf/shelf_io.dart:138)


[2025-01-11 10:33:03.595799]---------------------
Failed to open http://localhost:12343/stream/5FVd6KXrgO9B3JPmC8OPst.
#0 new AudioPlayerInterface. (package:spotube/services/audio_player/audio_player.dart:93)
#1 _rootRunUnary (dart:async/zone.dart:1407)
#2 _CustomZone.runUnary (dart:async/zone.dart:1308)
#3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365)
#5 _DelayedData.perform (dart:async/stream_impl.dart:541)
#6 _PendingEvents.handleNext (dart:async/stream_impl.dart:646)
#7 _PendingEvents.schedule. (dart:async/stream_impl.dart:617)
#8 _rootRun (dart:async/zone.dart:1391)
#9 _CustomZone.run (dart:async/zone.dart:1301)
#10 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#12 _rootRun (dart:async/zone.dart:1399)
#13 _CustomZone.run (dart:async/zone.dart:1301)
#14 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#16 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)



[2025-01-11 10:33:09.646674]---------------------
FileSystemException: Cannot create file, path = 'C:\Users\Massimiliano\AppData\Local\oss.krtirtho\spotube\cached_tracks\Do I Wanna Know? - Arctic Monkeys (bpOSxM0rNPM).weba.part' (OS Error: La sintassi del nome del file, della directory o del volume non è corretta.
, errno = 123)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.create. (dart:io/file_impl.dart:286)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 ServerPlaybackRoutes.streamTrack (package:spotube/provider/server/routes/playback.dart:126)

#4 ServerPlaybackRoutes.getStreamTrackId (package:spotube/provider/server/routes/playback.dart:179)

#5 RouterEntry.invoke. (package:shelf_router/src/router_entry.dart:109)

#6 RouterEntry.invoke (package:shelf_router/src/router_entry.dart:104)

#7 Router.call (package:shelf_router/src/router.dart:184)

#8 handleRequest (package:shelf/shelf_io.dart:138)


[2025-01-11 10:33:09.647675]---------------------
Failed to open http://localhost:12343/stream/7xmwLmkoWpghkq8jyEhtbx.
#0 new AudioPlayerInterface. (package:spotube/services/audio_player/audio_player.dart:93)
#1 _rootRunUnary (dart:async/zone.dart:1407)
#2 _CustomZone.runUnary (dart:async/zone.dart:1308)
#3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365)
#5 _DelayedData.perform (dart:async/stream_impl.dart:541)
#6 _PendingEvents.handleNext (dart:async/stream_impl.dart:646)
#7 _PendingEvents.schedule. (dart:async/stream_impl.dart:617)
#8 _rootRun (dart:async/zone.dart:1391)
#9 _CustomZone.run (dart:async/zone.dart:1301)
#10 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#12 _rootRun (dart:async/zone.dart:1399)
#13 _CustomZone.run (dart:async/zone.dart:1301)
#14 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#16 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)



[2025-01-11 10:33:16.588226]---------------------
FileSystemException: Cannot create file, path = 'C:\Users\Massimiliano\AppData\Local\oss.krtirtho\spotube\cached_tracks\Do I Wanna Know? - Arctic Monkeys (bpOSxM0rNPM).weba.part' (OS Error: La sintassi del nome del file, della directory o del volume non è corretta.
, errno = 123)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.create. (dart:io/file_impl.dart:286)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 ServerPlaybackRoutes.streamTrack (package:spotube/provider/server/routes/playback.dart:126)

#4 ServerPlaybackRoutes.getStreamTrackId (package:spotube/provider/server/routes/playback.dart:179)

#5 RouterEntry.invoke. (package:shelf_router/src/router_entry.dart:109)

#6 RouterEntry.invoke (package:shelf_router/src/router_entry.dart:104)

#7 Router.call (package:shelf_router/src/router.dart:184)

#8 handleRequest (package:shelf/shelf_io.dart:138)


[2025-01-11 10:33:16.589225]---------------------
Failed to open http://localhost:12343/stream/5FVd6KXrgO9B3JPmC8OPst.
#0 new AudioPlayerInterface. (package:spotube/services/audio_player/audio_player.dart:93)
#1 _rootRunUnary (dart:async/zone.dart:1407)
#2 _CustomZone.runUnary (dart:async/zone.dart:1308)
#3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365)
#5 _DelayedData.perform (dart:async/stream_impl.dart:541)
#6 _PendingEvents.handleNext (dart:async/stream_impl.dart:646)
#7 _PendingEvents.schedule. (dart:async/stream_impl.dart:617)
#8 _rootRun (dart:async/zone.dart:1391)
#9 _CustomZone.run (dart:async/zone.dart:1301)
#10 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#12 _rootRun (dart:async/zone.dart:1399)
#13 _CustomZone.run (dart:async/zone.dart:1301)
#14 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#16 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)



[2025-01-11 10:33:26.781349]---------------------
NoSuchMethodError: The method '[]' was called on null.
Receiver: null
Tried calling:
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:38)
#1 _objectNoSuchMethod (dart:core-patch/object_patch.dart:85)
#2 transformSectionItemTypeJsonMap (package:spotube/models/spotify/home_feed.dart:174)
#3 transformSectionItemJsonMap. (package:spotube/models/spotify/home_feed.dart:220)
#4 MappedIterable.elementAt (dart:_internal/iterable.dart:385)
#5 ListIterator.moveNext (dart:_internal/iterable.dart:354)
#6 WhereIterator.moveNext (dart:_internal/iterable.dart:450)
#7 new _GrowableList._ofOther (dart:core-patch/growable_array.dart:202)
#8 new _GrowableList.of (dart:core-patch/growable_array.dart:152)
#9 new List.of (dart:core-patch/array_patch.dart:39)
#10 Iterable.toList (dart:core/iterable.dart:498)
#11 transformSectionItemJsonMap (package:spotube/models/spotify/home_feed.dart:229)
#12 transformHomeFeedJsonMap. (package:spotube/models/spotify/home_feed.dart:241)
#13 MappedIterable.elementAt (dart:_internal/iterable.dart:385)
#14 ListIterator.moveNext (dart:_internal/iterable.dart:354)
#15 new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189)
#16 new _GrowableList.of (dart:core-patch/growable_array.dart:150)
#17 new List.of (dart:core-patch/array_patch.dart:39)
#18 ListIterable.toList (dart:_internal/iterable.dart:224)
#19 transformHomeFeedJsonMap (package:spotube/models/spotify/home_feed.dart:244)
#20 CustomSpotifyEndpoints.getHomeFeed (package:spotube/services/custom_spotify_endpoints/spotify_endpoints.dart:164)

#21 FutureHandlerProviderElementMixin.handleFuture.. (package:riverpod/src/async_notifier/base.dart:355)


[2025-01-11 10:33:28.450047]---------------------
FileSystemException: Cannot create file, path = 'C:\Users\Massimiliano\AppData\Local\oss.krtirtho\spotube\cached_tracks\Do I Wanna Know? - Arctic Monkeys (bpOSxM0rNPM).weba.part' (OS Error: La sintassi del nome del file, della directory o del volume non è corretta.
, errno = 123)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.create. (dart:io/file_impl.dart:286)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 ServerPlaybackRoutes.streamTrack (package:spotube/provider/server/routes/playback.dart:126)

#4 ServerPlaybackRoutes.getStreamTrackId (package:spotube/provider/server/routes/playback.dart:179)

#5 RouterEntry.invoke. (package:shelf_router/src/router_entry.dart:109)

#6 RouterEntry.invoke (package:shelf_router/src/router_entry.dart:104)

#7 Router.call (package:shelf_router/src/router.dart:184)

#8 handleRequest (package:shelf/shelf_io.dart:138)


[2025-01-11 10:33:28.450047]---------------------
Failed to open http://localhost:11743/stream/5FVd6KXrgO9B3JPmC8OPst.
#0 new AudioPlayerInterface. (package:spotube/services/audio_player/audio_player.dart:93)
#1 _rootRunUnary (dart:async/zone.dart:1407)
#2 _CustomZone.runUnary (dart:async/zone.dart:1308)
#3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365)
#5 _DelayedData.perform (dart:async/stream_impl.dart:541)
#6 _PendingEvents.handleNext (dart:async/stream_impl.dart:646)
#7 _PendingEvents.schedule. (dart:async/stream_impl.dart:617)
#8 _rootRun (dart:async/zone.dart:1391)
#9 _CustomZone.run (dart:async/zone.dart:1301)
#10 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#12 _rootRun (dart:async/zone.dart:1399)
#13 _CustomZone.run (dart:async/zone.dart:1301)
#14 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#16 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)



[2025-01-11 10:36:35.457050]---------------------
FileSystemException: Cannot create file, path = 'C:\Users\Massimiliano\AppData\Local\oss.krtirtho\spotube\cached_tracks\Do I Wanna Know? - Arctic Monkeys (bpOSxM0rNPM).weba.part' (OS Error: La sintassi del nome del file, della directory o del volume non è corretta.
, errno = 123)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.create. (dart:io/file_impl.dart:286)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 ServerPlaybackRoutes.streamTrack (package:spotube/provider/server/routes/playback.dart:126)

#4 ServerPlaybackRoutes.getStreamTrackId (package:spotube/provider/server/routes/playback.dart:179)

#5 RouterEntry.invoke. (package:shelf_router/src/router_entry.dart:109)

#6 RouterEntry.invoke (package:shelf_router/src/router_entry.dart:104)

#7 Router.call (package:shelf_router/src/router.dart:184)

#8 handleRequest (package:shelf/shelf_io.dart:138)


[2025-01-11 10:36:35.458051]---------------------
Failed to open http://localhost:11743/stream/5FVd6KXrgO9B3JPmC8OPst.
#0 new AudioPlayerInterface. (package:spotube/services/audio_player/audio_player.dart:93)
#1 _rootRunUnary (dart:async/zone.dart:1407)
#2 _CustomZone.runUnary (dart:async/zone.dart:1308)
#3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365)
#5 _DelayedData.perform (dart:async/stream_impl.dart:541)
#6 _PendingEvents.handleNext (dart:async/stream_impl.dart:646)
#7 _PendingEvents.schedule. (dart:async/stream_impl.dart:617)
#8 _rootRun (dart:async/zone.dart:1391)
#9 _CustomZone.run (dart:async/zone.dart:1301)
#10 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#12 _rootRun (dart:async/zone.dart:1399)
#13 _CustomZone.run (dart:async/zone.dart:1301)
#14 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#16 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)



[2025-01-11 10:36:40.607639]---------------------
FileSystemException: Cannot create file, path = 'C:\Users\Massimiliano\AppData\Local\oss.krtirtho\spotube\cached_tracks\Do I Wanna Know? - Arctic Monkeys (bpOSxM0rNPM).weba.part' (OS Error: La sintassi del nome del file, della directory o del volume non è corretta.
, errno = 123)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.create. (dart:io/file_impl.dart:286)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 ServerPlaybackRoutes.streamTrack (package:spotube/provider/server/routes/playback.dart:126)

#4 ServerPlaybackRoutes.getStreamTrackId (package:spotube/provider/server/routes/playback.dart:179)

#5 RouterEntry.invoke. (package:shelf_router/src/router_entry.dart:109)

#6 RouterEntry.invoke (package:shelf_router/src/router_entry.dart:104)

#7 Router.call (package:shelf_router/src/router.dart:184)

#8 handleRequest (package:shelf/shelf_io.dart:138)


[2025-01-11 10:36:40.608637]---------------------
Failed to open http://localhost:11743/stream/5FVd6KXrgO9B3JPmC8OPst.
#0 new AudioPlayerInterface. (package:spotube/services/audio_player/audio_player.dart:93)
#1 _rootRunUnary (dart:async/zone.dart:1407)
#2 _CustomZone.runUnary (dart:async/zone.dart:1308)
#3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365)
#5 _DelayedData.perform (dart:async/stream_impl.dart:541)
#6 _PendingEvents.handleNext (dart:async/stream_impl.dart:646)
#7 _PendingEvents.schedule. (dart:async/stream_impl.dart:617)
#8 _rootRun (dart:async/zone.dart:1391)
#9 _CustomZone.run (dart:async/zone.dart:1301)
#10 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#12 _rootRun (dart:async/zone.dart:1399)
#13 _CustomZone.run (dart:async/zone.dart:1301)
#14 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#16 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)



[2025-01-11 10:37:04.393306]---------------------
FileSystemException: Cannot create file, path = 'C:\Users\Massimiliano\AppData\Local\oss.krtirtho\spotube\cached_tracks\Do I Wanna Know? - Arctic Monkeys (bpOSxM0rNPM).weba.part' (OS Error: La sintassi del nome del file, della directory o del volume non è corretta.
, errno = 123)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.create. (dart:io/file_impl.dart:286)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 ServerPlaybackRoutes.streamTrack (package:spotube/provider/server/routes/playback.dart:126)

#4 ServerPlaybackRoutes.getStreamTrackId (package:spotube/provider/server/routes/playback.dart:179)

#5 RouterEntry.invoke. (package:shelf_router/src/router_entry.dart:109)

#6 RouterEntry.invoke (package:shelf_router/src/router_entry.dart:104)

#7 Router.call (package:shelf_router/src/router.dart:184)

#8 handleRequest (package:shelf/shelf_io.dart:138)


[2025-01-11 10:37:04.393306]---------------------
Failed to open http://localhost:11743/stream/7xmwLmkoWpghkq8jyEhtbx.
#0 new AudioPlayerInterface. (package:spotube/services/audio_player/audio_player.dart:93)
#1 _rootRunUnary (dart:async/zone.dart:1407)
#2 _CustomZone.runUnary (dart:async/zone.dart:1308)
#3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365)
#5 _DelayedData.perform (dart:async/stream_impl.dart:541)
#6 _PendingEvents.handleNext (dart:async/stream_impl.dart:646)
#7 _PendingEvents.schedule. (dart:async/stream_impl.dart:617)
#8 _rootRun (dart:async/zone.dart:1391)
#9 _CustomZone.run (dart:async/zone.dart:1301)
#10 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#12 _rootRun (dart:async/zone.dart:1399)
#13 _CustomZone.run (dart:async/zone.dart:1301)
#14 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#16 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)



[2025-01-11 10:37:18.650428]---------------------
FileSystemException: Cannot create file, path = 'C:\Users\Massimiliano\AppData\Local\oss.krtirtho\spotube\cached_tracks\Do I Wanna Know? - Arctic Monkeys (bpOSxM0rNPM).weba.part' (OS Error: La sintassi del nome del file, della directory o del volume non è corretta.
, errno = 123)
#0 _checkForErrorResponse (dart:io/common.dart:55)
#1 _File.create. (dart:io/file_impl.dart:286)
#2 _rootRunUnary (dart:async/zone.dart:1407)

#3 ServerPlaybackRoutes.streamTrack (package:spotube/provider/server/routes/playback.dart:126)

#4 ServerPlaybackRoutes.getStreamTrackId (package:spotube/provider/server/routes/playback.dart:179)

#5 RouterEntry.invoke. (package:shelf_router/src/router_entry.dart:109)

#6 RouterEntry.invoke (package:shelf_router/src/router_entry.dart:104)

#7 Router.call (package:shelf_router/src/router.dart:184)

#8 handleRequest (package:shelf/shelf_io.dart:138)


[2025-01-11 10:37:18.651428]---------------------
Failed to open http://localhost:11743/stream/5FVd6KXrgO9B3JPmC8OPst.
#0 new AudioPlayerInterface. (package:spotube/services/audio_player/audio_player.dart:93)
#1 _rootRunUnary (dart:async/zone.dart:1407)
#2 _CustomZone.runUnary (dart:async/zone.dart:1308)
#3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:365)
#5 _DelayedData.perform (dart:async/stream_impl.dart:541)
#6 _PendingEvents.handleNext (dart:async/stream_impl.dart:646)
#7 _PendingEvents.schedule. (dart:async/stream_impl.dart:617)
#8 _rootRun (dart:async/zone.dart:1391)
#9 _CustomZone.run (dart:async/zone.dart:1301)
#10 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#12 _rootRun (dart:async/zone.dart:1399)
#13 _CustomZone.run (dart:async/zone.dart:1301)
#14 _CustomZone.runGuarded (dart:async/zone.dart:1209)
#15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1249)
#16 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)



Operating System

Windows 11

Spotube version

3.9.0

Installation source

Website (spotube.krtirtho.dev)

Additional information

No response

Self grab

  • I'm ready to work on this issue!
@lorypelli lorypelli added the bug Something isn't working label Jan 11, 2025
@KRTirtho KRTirtho added the duplicate This issue or pull request already exists label Jan 11, 2025
@KRTirtho KRTirtho closed this as not planned Won't fix, can't repro, duplicate, stale Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants