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 simply do not play #1916

Closed
2 tasks done
dhza1 opened this issue Sep 24, 2024 · 36 comments
Closed
2 tasks done

Songs simply do not play #1916

dhza1 opened this issue Sep 24, 2024 · 36 comments
Labels
bug Something isn't working

Comments

@dhza1
Copy link

dhza1 commented Sep 24, 2024

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

  • I have searched the existing issues

Current Behavior

The app just refuses to play any song, i hit play on a playlist and it just waits until it stops, and i cannot hit play again

2024-09-24.20-55-49.mp4

and yes, i did try reinstalling, i used both flatpak and aur version

(arch linux)

logs:
[dhza@archlinux ~]$ spotube
package:media_kit_libs_linux registered.
flutter: media_kit: WARNING: package:media_kit_native_event_loop not found.

Expected Behavior

play the song

Steps to reproduce

1: opened the app
2: login bug so i gotta re-login for the billionth time
3: play a song
4: song dont play

Logs

Logs
[dhza@archlinux ~]$ spotube
package:media_kit_libs_linux registered.
flutter: media_kit: WARNING: package:media_kit_native_event_loop not found.

Operating System

Arch Linux latest kernel

Spotube version

latest

Installation source

Arch User Repository (AUR), Flathub (Flatpak)

Additional information

No response

Self grab

  • I'm ready to work on this issue!
@dhza1 dhza1 added the bug Something isn't working label Sep 24, 2024
@Obambulate
Copy link

same on windows and ios

@lzccr
Copy link

lzccr commented Sep 25, 2024

Same thing happened to me. I tried reinstalling and it did not work. It was fine this morning and both my desktop (arch linux, installed via flatpak) and my android device (installed via fdroid and also tried the one in Play Store) suddenly stopped working today around 3pm.

I checked my log and it is just a bunch of 403 and "TrackNotFoumd"

Did YouTube do anything that stopped from spotube frpm running?

  • note: I have YouTube as my source and I am able to access YouTube.com without any problem

@dhza1
Copy link
Author

dhza1 commented Sep 25, 2024

piped seems to not work too, now the other, that asia one i forgot the name i havent tested yetr

@dhza1
Copy link
Author

dhza1 commented Sep 25, 2024

i did some testing and saw that other providers are not working too...

@lzccr
Copy link

lzccr commented Sep 25, 2024

piped seems to not work too, now the other, that asia one i forgot the name i havent tested yetr

seems like that piped and invidious are both down (?)

in another word, youtube is limiting all thr frontends

@dhay3
Copy link

dhay3 commented Sep 25, 2024

It must be something has been done by Youtube, though I do not found any announcements. The youtube_explode_dart dependency is not working which Piped and Youtube audio source rely on( related issue: Hexer10/youtube_explode_dart#286 ). And people has discussed in discord that some other thr frontends eg. Innertune and Newpipe are still working.

Detail logs of Spotube

YoutubeExplodeException: Video SYKU7DfEJT4 returned 403 (stream: 18
#0      StreamClient.getManifest.<anonymous closure> (package:youtube_explode_dart/src/videos/streams/stream_client.dart:46)
<asynchronous suspension>
#1      retry (package:youtube_explode_dart/src/retry.dart:16)
<asynchronous suspension>
#2      Future.timeout.<anonymous closure> (dart:async/future_impl.dart:949)
<asynchronous suspension>
#3      YoutubeSourcedTrack.toSiblingType (package:spotube/services/sourced_track/sources/youtube.dart:145)
<asynchronous suspension>
#4      YoutubeSourcedTrack.fetchSiblings (package:spotube/services/sourced_track/sources/youtube.dart:239)
<asynchronous suspension>
#5      YoutubeSourcedTrack.fetchFromTrack (package:spotube/services/sourced_track/sources/youtube.dart:63)
<asynchronous suspension>
#6      SourcedTrack.fetchFromTrack (package:spotube/services/sourced_track/sourced_track.dart:117)
<asynchronous suspension>
#7      sourcedTrackProvider.<anonymous closure> (package:spotube/provider/server/sourced_track.dart:25)
<asynchronous suspension>
#8      FutureHandlerProviderElementMixin.handleFuture.<anonymous closure>.<anonymous closure> (package:riverpod/src/async_notifier/base.dart:348)
<asynchronous suspension>

@lzccr
Copy link

lzccr commented Sep 25, 2024

so basically all it takes is to figure out a new way to interact with YouTube api?

@lzccr lzccr mentioned this issue Sep 25, 2024
2 tasks
@saxomorris
Copy link

saxomorris commented Sep 25, 2024

Exactly my problem as well, nothing plays.
I don't want to lose my playlists, how to backup if I was to try a reinstall.I will wait for update.

@hervoan
Copy link

hervoan commented Sep 25, 2024

same problem here, on windows 3.8.1

@dhay3
Copy link

dhay3 commented Sep 25, 2024

It should be fixed asap for temporarily used. For the detail check this PR Hexer10/youtube_explode_dart#287

@JaivishChauhan
Copy link

switch the source to piped close app then open and play would work

@lzccr
Copy link

lzccr commented Sep 26, 2024

switch the source to piped close app then open and play would work

it do play something but it is not the song sometimes

@saxomorris
Copy link

saxomorris commented Sep 26, 2024 via email

@saxomorris
Copy link

saxomorris commented Sep 26, 2024 via email

@saxomorris
Copy link

saxomorris commented Sep 26, 2024 via email

@typoworx-de
Copy link

Same here on my ubuntu 23 system. fresh install of spotube trying to find a better alternative for native spotify (bad audio quality). But after login with spotube to spotify songs do not start to play.

@RayBEAMM
Copy link

I

switch the source to piped close app then open and play would work

This worked at first but then when I went to change sources it stopped working

@Hoosck
Copy link

Hoosck commented Sep 27, 2024

Same on android since september 24th.

@LtKie
Copy link

LtKie commented Sep 27, 2024

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

  • I have searched the existing issues

Current Behavior

The app just refuses to play any song, i hit play on a playlist and it just waits until it stops, and i cannot hit play again

2024-09-24.20-55-49.mp4
and yes, i did try reinstalling, i used both flatpak and aur version

(arch linux)

logs: [dhza@archlinux ~]$ spotube package:media_kit_libs_linux registered. flutter: media_kit: WARNING: package:media_kit_native_event_loop not found.

Expected Behavior

play the song

Steps to reproduce

1: opened the app 2: login bug so i gotta re-login for the billionth time 3: play a song 4: song dont play

Logs

Logs

Operating System

Arch Linux latest kernel

Spotube version

latest

Installation source

Arch User Repository (AUR), Flathub (Flatpak)

Additional information

No response

Self grab

  • I'm ready to work on this issue!

Yes experience this current issue on android.. done reinstalling but same issue

@LtKie
Copy link

LtKie commented Sep 27, 2024

Yes experience this current issue on android.. done reinstalling but same issue

@KRTirtho KRTirtho moved this to Backlog in Spotube Board Sep 30, 2024
@KRTirtho KRTirtho moved this from Backlog to Done in Spotube Board Sep 30, 2024
@BloodRaven0
Copy link

Soo, the app is not functioning for anyone, and there is a working patch available since 5 days ago. Why are we not releasing a new version?

@aws1313
Copy link

aws1313 commented Sep 30, 2024

The new version is there... it might take some time to get in the app stores but it's on GitHub and for me also on Google Play...

@saxomorris
Copy link

saxomorris commented Sep 30, 2024 via email

@Porrumentzio
Copy link

Just for knowing if any other one is facing this again. The same or something similar is happening to me now with v3.8.2

Maybe it's momentaneous, let's see tomorrow (I'll remove the comment if it works again)

@Obambulate
Copy link

Obambulate commented Oct 8, 2024

It is in fact not working again(on phone iOS) will check on computer later v3.8.2

@marcos-aparicio
Copy link

same here with v3.8.2 neither my computer nor my android phone are working

@eric2788
Copy link

eric2788 commented Oct 9, 2024

same here, does login to youtube can solve the 403 problem ?

@BloodRaven0
Copy link

I also experienced something similar two days ago, but it wasn't limited to Spotube, anything youtube related refused to work, for example Freetube. They've been doing nice stuff with the API again.

@saxomorris
Copy link

saxomorris commented Oct 9, 2024 via email

@mythril64
Copy link

ive had this same problem since this morning (android version). it worked last night, pretty well too. fell asleep with the sleep timer eventually i think. then i tried opening it this morning and playing music, it was constantly starting to play and then doesnt do anything.
the funniest thing is that at one point 2 songs or something played- while i wasnt logged in. but not in their correct version, they were romanian songs and started playing like indian pop as the source material? which im sorry, am i insane or does that make no sense?
so yea anyway right now i tried starting it using the apk on android, no difference. and on windows the app wont even open.

@KitsuneBalloon
Copy link

Both Android (Aurora Store) and Fedora Linux (Flatpak) are also having this issue, reinstalling the app does not help.

@Porrumentzio
Copy link

Now the app wont even launch. Any possible fix?

Maybe you could help, @sunryze-git?

@saxomorris
Copy link

saxomorris commented Oct 12, 2024 via email

@Porrumentzio
Copy link

Porrumentzio commented Oct 12, 2024

Apparently fixed with the new version 3.8.3

https://spotube.krtirtho.dev/downloads

Note: I had to uninstall the app first on Android and install the new version then

@wimpywarlord
Copy link

Changed the source to pipe and quit the application and restared. Started working.

Used kevin.rockstart source for pipe server.

MacOS

@wimpywarlord
Copy link

wimpywarlord commented Dec 11, 2024

Its was my VPN causing issues. Disable VPN or Move to USA or somewhere its supported - I was using Proton VPN

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
Status: Deployed
Development

No branches or pull requests