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

Songs doesn't play again on second startup #2227

Open
1 of 2 tasks
Paulwq12 opened this issue Jan 11, 2025 · 1 comment
Open
1 of 2 tasks

Songs doesn't play again on second startup #2227

Paulwq12 opened this issue Jan 11, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Paulwq12
Copy link

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

  • I have searched the existing issues

Current Behavior

This app works fine for playing songs, but after playing two-three songs, it stops playing and going to the next songs till the end. And it also doesn't play again on second startup

Expected Behavior

It is might to be able to play songs continuously with any issues at all

Steps to reproduce

No response

Logs

Logs
[2025-01-11 20:23:19.267198]---------------------
ClientException: Timeout
#0      YoutubeSourcedTrack.fetchFromTrack.<anonymous closure> (package:spotube/services/sourced_track/sources/youtube.dart:91)
#1      _rootRun (dart:async/zone.dart:1391)
#2      _CustomZone.run (dart:async/zone.dart:1301)
#3      Future.timeout.<anonymous closure> (dart:async/future_impl.dart:957)
#4      _rootRun (dart:async/zone.dart:1391)
#5      _CustomZone.run (dart:async/zone.dart:1301)
#6      _CustomZone.runGuarded (dart:async/zone.dart:1209)
#7      _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1249)
#8      _rootRun (dart:async/zone.dart:1399)
#9      _CustomZone.run (dart:async/zone.dart:1301)
#10     _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:1233)
#11     Timer._createTimer.<anonymous closure> (dart:async-patch/timer_patch.dart:18)
#12     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:398)
#13     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:429)
#14     _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184)

----------------------------------------
[2025-01-11 20:23:31.515773]---------------------
ClientException: Timeout
#0      YoutubeSourcedTrack.fetchFromTrack.<anonymous closure> (package:spotube/services/sourced_track/sources/youtube.dart:91)
#1      _rootRun (dart:async/zone.dart:1391)
#2      _CustomZone.run (dart:async/zone.dart:1301)
#3      Future.timeout.<anonymous closure> (dart:async/future_impl.dart:957)
#4      _rootRun (dart:async/zone.dart:1391)
#5      _CustomZone.run (dart:async/zone.dart:1301)
#6      _CustomZone.runGuarded (dart:async/zone.dart:1209)
#7      _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1249)
#8      _rootRun (dart:async/zone.dart:1399)
#9      _CustomZone.run (dart:async/zone.dart:1301)
#10     _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:1233)
#11     Timer._createTimer.<anonymous closure> (dart:async-patch/timer_patch.dart:18)
#12     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:398)
#13     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:429)
#14     _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184)

----------------------------------------
[2025-01-11 20:23:35.473133]---------------------
ClientException: Timeout
#0      YoutubeSourcedTrack.fetchFromTrack.<anonymous closure> (package:spotube/services/sourced_track/sources/youtube.dart:91)
#1      _rootRun (dart:async/zone.dart:1391)
#2      _CustomZone.run (dart:async/zone.dart:1301)
#3      Future.timeout.<anonymous closure> (dart:async/future_impl.dart:957)
#4      _rootRun (dart:async/zone.dart:1391)
#5      _CustomZone.run (dart:async/zone.dart:1301)
#6      _CustomZone.runGuarded (dart:async/zone.dart:1209)
#7      _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1249)
#8      _rootRun (dart:async/zone.dart:1399)
#9      _CustomZone.run (dart:async/zone.dart:1301)
#10     _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:1233)
#11     Timer._createTimer.<anonymous closure> (dart:async-patch/timer_patch.dart:18)
#12     _Timer._runTimers (dart:isolate-patch/timer_impl.dart:398)
#13     _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:429)
#14     _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184)

----------------------------------------
[2025-01-11 20:23:57.697439]---------------------
ClientException with SocketException: Failed host lookup: 'api.spotify.com' (OS Error: No address associated with hostname, errno = 7), uri=https://api.spotify.com/v1/playlists/4dZWVVcHlkKMN6qeZ6bQZM/tracks?additional_types=track&limit=20&offset=0
#0      IOClient.send (package:http/src/io_client.dart:154)
<asynchronous suspension>
#1      Client.send (package:oauth2/src/client.dart:114)
<asynchronous suspension>
#2      BaseClient._sendUnstreamed (package:http/src/base_client.dart:93)
<asynchronous suspension>
#3      SpotifyApiBase._getImpl.<anonymous closure> (package:spotify/src/spotify_base.dart:211)
<asynchronous suspension>
#4      SpotifyApiBase._requestWrapper (package:spotify/src/spotify_base.dart:247)
<asynchronous suspension>
#5      SpotifyApiBase._getImpl (package:spotify/src/spotify_base.dart:210)
<asynchronous suspension>
#6      Pages.getPage (package:spotify/src/endpoints/endpoint_paging.dart:253)
<asynchronous suspension>
#7      PlaylistTracksNotifier.fetch (package:spotube/provider/spotify/playlist/tracks.dart:33)
<asynchronous suspension>
#8      PlaylistTracksNotifier.build (package:spotube/provider/spotify/playlist/tracks.dart:56)
<asynchronous suspension>
#9      FutureHandlerProviderElementMixin.handleFuture.<anonymous closure>.<anonymous closure> (package:riverpod/src/async_notifier/base.dart:355)
<asynchronous suspension>

----------------------------------------

Operating System

Android

Spotube version

v.9.0.8.127

Installation source

F-Droid (Android)

Additional information

No response

Self grab

  • I'm ready to work on this issue!
@Paulwq12 Paulwq12 added the bug Something isn't working label Jan 11, 2025
@Paulwq12
Copy link
Author

Please review this

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

1 participant