suragch / flutter_audio_service_demo

Companion project for Flutter audio_service tutorial
https://suragch.medium.com/background-audio-in-flutter-with-audio-service-and-just-audio-3cce17b4a7d?sk=0837a1b1773e27a4f879ff3072e90305
MIT License
57 stars 28 forks source link

Issue when internet switch #4

Open deep1931 opened 3 years ago

deep1931 commented 3 years ago

Hello, Thanks for the great tutorial, It works very well and I have learned a lot of things from your code. I have noticed an issue that when we switch internet or internet is not present and we select any track, it shows circular progress indicator, despite resuming the internet connection, it is not able to play the selected track and show error

TYPE_SOURCE: Unable to connect E/flutter (25068): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: PlatformException(0, Source error, null, null)

Please help me to deal with this event.

Lot of thanks for nice tutorial.

zionnite commented 3 years ago

Hey Bro, were you able to fix the internet switch??

suragch commented 3 years ago

Recently I haven't had a chance to look at this, but here are a few ideas for you to try:

If you find a solution to your problem please leave another comment here.

deep1931 commented 2 years ago

Ok, Thanks, I will try to do the same..