Giter VIP home page Giter VIP logo

Comments (9)

ByteHamster avatar ByteHamster commented on June 18, 2024 1

Will be fixed in AntennaPod 3.3.1

from antennapod.

Robin-Sch avatar Robin-Sch commented on June 18, 2024 1

Can confirm this is working now!

from antennapod.

keunes avatar keunes commented on June 18, 2024

Does this happen with literally every podcast you subscribe to, or are there some that do work and some that don't?

from antennapod.

Robin-Sch avatar Robin-Sch commented on June 18, 2024

I tried 3 so far and all of them didn't work.

EDIT: I tried like 20 different podcasts, and nothing is working.

from antennapod.

Robin-Sch avatar Robin-Sch commented on June 18, 2024

I just checked logcat, and that gave the following error(s):

31070 31070 W PlaybackController: Play/Pause button was pressed, but playbackservice was null!
31070 31070 D PlaybackService: Service created.
 1667  4156 I MediaSessionStack: addSession to bottom of stack | record: de.danoeh.antennapod/PlaybackService (userId=10)
31070 31070 D SessionManagerImpl: unimplemented Method: addSessionManagerListener
 1667  4156 W ActivityManager: Receiver with filter android.content.IntentFilter@6665d8d already registered for pid 31070, callerPackage is de.danoeh.antennapod
 1667  4156 W ActivityManager: Receiver with filter android.content.IntentFilter@224fb42 already registered for pid 31070, callerPackage is de.danoeh.antennapod
31070 31070 D PlaybackController: Trying to connect to service
31070 31070 D PlaybackController: Result for service binding: true
 1667  4156 W ActivityManager: Receiver with filter android.content.IntentFilter@7f0d890 already registered for pid 31070, callerPackage is de.danoeh.antennapod
 1667  4156 W ActivityManager: Receiver with filter android.content.IntentFilter@2e84589 already registered for pid 31070, callerPackage is de.danoeh.antennapod
31070 31070 D PlaybackController: Trying to connect to service
31070 31070 D PlaybackController: Result for service binding: true
 1667  4156 W ActivityManager: Receiver with filter android.content.IntentFilter@1a705af already registered for pid 31070, callerPackage is de.danoeh.antennapod
 1667  4156 W ActivityManager: Receiver with filter android.content.IntentFilter@c32edbc already registered for pid 31070, callerPackage is de.danoeh.antennapod
31070 31070 D PlaybackController: Trying to connect to service
31070 31070 D PlaybackController: Result for service binding: true
 1667  4156 W ActivityManager: Receiver with filter android.content.IntentFilter@bab09a already registered for pid 31070, callerPackage is de.danoeh.antennapod
 1667  4156 W ActivityManager: Receiver with filter android.content.IntentFilter@2684dcb already registered for pid 31070, callerPackage is de.danoeh.antennapod
31070 31070 D PlaybackController: Trying to connect to service
31070 31070 D PlaybackController: Result for service binding: true
31070 31070 D PlaybackController: Trying to connect to service
31070 31070 D PlaybackController: Result for service binding: true
31070 31070 D PlaybackController: Trying to connect to service
31070 31070 D PlaybackController: Result for service binding: true
31070 31070 D ItemDescriptionFragment: load()
31070 31070 D PlaybackService: OnStartCommand called
31070 31070 D PlaybackSrvState: startForeground
31070 31118 D DBReader: getFeedItem() called with: itemId = [1]
31070 31118 D DBReader: Loading feeditem with id 1
31070 31118 D DBReader: getFavoriteIDList() called
31070 31118 D DBReader: getQueueIDList() called
31070 31070 D PlaybackService: Received onBind event
31070 31118 D DBReader: Extracting Feedlist
31070 31070 D PlaybackController: Trying to connect to service
31070 31070 D PlaybackController: Result for service binding: true
31070 31070 D PlaybackController: Trying to connect to service
31070 31070 D PlaybackController: Result for service binding: true
31070 31070 D PlaybackController: Trying to connect to service
31070 31070 D PlaybackController: Result for service binding: true
31070 31070 D PlaybackController: Trying to connect to service
31070 31070 D PlaybackController: Result for service binding: true
31070 31070 D PlaybackController: Trying to connect to service
31070 31070 D PlaybackController: Result for service binding: true
31070 31070 D PlaybackController: Trying to connect to service
31070 31070 D PlaybackController: Result for service binding: true
31070 31070 D PlaybackController: Querying service info
31070 31070 D PlaybackController: status: STOPPED
31070 31070 D PlaybackController: Connection to Service established
31070 31070 D PlaybackController: Querying service info
31070 31070 D PlaybackController: status: STOPPED
31070 31070 D ItemDescriptionFragment: load()
31070 31070 D PlaybackController: Connection to Service established
31070 31070 D PlaybackController: Querying service info
31070 31070 D PlaybackController: status: STOPPED
31070 31070 D PlaybackController: Connection to Service established
31070 31070 D PlaybackController: Querying service info
31070 31070 D PlaybackController: status: STOPPED
31070 31070 D PlaybackController: Connection to Service established
31070 31070 D PlaybackController: Querying service info
31070 31070 D PlaybackController: status: STOPPED
31070 31070 D PlaybackController: Connection to Service established
31070 31070 D PlaybackController: Querying service info
31070 31070 D PlaybackController: status: STOPPED
31070 31070 D ExternalPlayerFragment: Loading media info
31070 31070 D PlaybackController: Connection to Service established
31070 31070 D LclPlaybackSvcMPlayer: playMediaObject(...)
31070 31070 I ExoPlayerImpl: Init 77fda15 [ExoPlayerLib/2.14.2] [REDACTED]
  882  8595 I EffectsFactory: EffectCreate() create_effect
31070 31070 D PlaybackSvcMediaPlayer: LocalPSMP: Setting player status to INITIALIZING
 1667  1694 I MediaSessionStack: onPlaybackStateChanged - Pushing session to top | record: de.danoeh.antennapod/PlaybackService (userId=10)
31070 31070 W System.err: java.lang.IllegalArgumentException: User 10 is not the current user.
31070 31070 W System.err: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:3015)
31070 31070 W System.err: 	at android.os.Parcel.createException(Parcel.java:2995)
31070 31070 W System.err: 	at android.os.Parcel.readException(Parcel.java:2978)
31070 31070 W System.err: 	at android.os.Parcel.readException(Parcel.java:2920)
31070 31070 W System.err: 	at com.android.internal.statusbar.IStatusBarService$Stub$Proxy.requestTileServiceListeningState(IStatusBarService.java:2400)
31070 31070 W System.err: 	at android.app.StatusBarManager.requestTileServiceListeningState(StatusBarManager.java:906)
31070 31070 W System.err: 	at android.service.quicksettings.TileService.requestListeningState(TileService.java:518)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.QuickSettingsTileService$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:0)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.PlaybackService$3.statusChanged(PlaybackService.java:856)
31070 31070 W System.err: 	at de.danoeh.antennapod.playback.base.PlaybackServiceMediaPlayer.setPlayerStatus(PlaybackServiceMediaPlayer.java:319)
31070 31070 W System.err: 	at de.danoeh.antennapod.playback.base.PlaybackServiceMediaPlayer.setPlayerStatus(PlaybackServiceMediaPlayer.java:331)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.LocalPSMP.playMediaObject(LocalPSMP.java:160)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.LocalPSMP.playMediaObject(LocalPSMP.java:113)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.PlaybackService.startPlaying(PlaybackService.java:741)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.PlaybackService.lambda$onStartCommand$6(PlaybackService.java:526)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.PlaybackService.$r8$lambda$mOCf9qqsskaQGmxsaI_m2ZmJO2w(PlaybackService.java:0)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.PlaybackService$$ExternalSyntheticLambda6.accept(R8$$SyntheticClass:0)
31070 31070 W System.err: 	at io.reactivex.internal.observers.LambdaObserver.onNext(LambdaObserver.java:63)
31070 31070 W System.err: 	at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.drainNormal(ObservableObserveOn.java:201)
31070 31070 W System.err: 	at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.run(ObservableObserveOn.java:255)
31070 31070 W System.err: 	at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run(HandlerScheduler.java:124)
31070 31070 W System.err: 	at android.os.Handler.handleCallback(Handler.java:942)
31070 31070 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:99)
31070 31070 W System.err: 	at android.os.Looper.loopOnce(Looper.java:201)
31070 31070 W System.err: 	at android.os.Looper.loop(Looper.java:288)
31070 31070 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7924)
31070 31070 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
31070 31070 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
31070 31070 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
31070 31070 W System.err: Caused by: android.os.RemoteException: Remote stack trace:
31070 31070 W System.err: 	at com.android.server.statusbar.StatusBarManagerService.requestTileServiceListeningState(StatusBarManagerService.java:1869)
31070 31070 W System.err: 	at com.android.internal.statusbar.IStatusBarService$Stub.onTransact(IStatusBarService.java:1259)
31070 31070 W System.err: 	at android.os.Binder.execTransactInternal(Binder.java:1280)
31070 31070 W System.err: 	at android.os.Binder.execTransact(Binder.java:1244)
31070 31070 D PlaybackService: Playable was not found. Stopping service.
31070 31070 W System.err: java.lang.IllegalArgumentException: User 10 is not the current user.
31070 31070 W System.err: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:3015)
31070 31070 W System.err: 	at android.os.Parcel.createException(Parcel.java:2995)
31070 31070 W System.err: 	at android.os.Parcel.readException(Parcel.java:2978)
31070 31070 W System.err: 	at android.os.Parcel.readException(Parcel.java:2920)
31070 31070 W System.err: 	at com.android.internal.statusbar.IStatusBarService$Stub$Proxy.requestTileServiceListeningState(IStatusBarService.java:2400)
31070 31070 W System.err: 	at android.app.StatusBarManager.requestTileServiceListeningState(StatusBarManager.java:906)
31070 31070 W System.err: 	at android.service.quicksettings.TileService.requestListeningState(TileService.java:518)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.QuickSettingsTileService$$ExternalSyntheticApiModelOutline0.m(R8$$SyntheticClass:0)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.PlaybackService$3.statusChanged(PlaybackService.java:856)
31070 31070 W System.err: 	at de.danoeh.antennapod.playback.base.PlaybackServiceMediaPlayer.setPlayerStatus(PlaybackServiceMediaPlayer.java:319)
31070 31070 W System.err: 	at de.danoeh.antennapod.playback.base.PlaybackServiceMediaPlayer.setPlayerStatus(PlaybackServiceMediaPlayer.java:331)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.LocalPSMP.playMediaObject(LocalPSMP.java:160)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.LocalPSMP.playMediaObject(LocalPSMP.java:113)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.PlaybackService.startPlaying(PlaybackService.java:741)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.PlaybackService.lambda$onStartCommand$6(PlaybackService.java:526)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.PlaybackService.$r8$lambda$mOCf9qqsskaQGmxsaI_m2ZmJO2w(PlaybackService.java:0)
31070 31070 W System.err: 	at de.danoeh.antennapod.core.service.playback.PlaybackService$$ExternalSyntheticLambda6.accept(R8$$SyntheticClass:0)
31070 31070 W System.err: 	at io.reactivex.internal.observers.LambdaObserver.onNext(LambdaObserver.java:63)
31070 31070 W System.err: 	at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.drainNormal(ObservableObserveOn.java:201)
31070 31070 W System.err: 	at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.run(ObservableObserveOn.java:255)
31070 31070 W System.err: 	at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run(HandlerScheduler.java:124)
31070 31070 W System.err: 	at android.os.Handler.handleCallback(Handler.java:942)
31070 31070 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:99)
31070 31070 W System.err: 	at android.os.Looper.loopOnce(Looper.java:201)
31070 31070 W System.err: 	at android.os.Looper.loop(Looper.java:288)
31070 31070 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7924)
31070 31070 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
31070 31070 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
31070 31070 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
31070 31070 W System.err: Caused by: android.os.RemoteException: Remote stack trace:
31070 31070 W System.err: 	at com.android.server.statusbar.StatusBarManagerService.requestTileServiceListeningState(StatusBarManagerService.java:1869)
31070 31070 W System.err: 	at com.android.internal.statusbar.IStatusBarService$Stub.onTransact(IStatusBarService.java:1259)
31070 31070 W System.err: 	at android.os.Binder.execTransactInternal(Binder.java:1280)
31070 31070 W System.err: 	at android.os.Binder.execTransact(Binder.java:1244)
31070 31070 D PlaybackSrvState: stopService
31070 31070 D PlaybackSrvState: stopForeground
31070 31070 D PlaybackController: Disconnected from Service
31070 31070 D PlaybackController: Disconnected from Service
31070 31070 D PlaybackController: Disconnected from Service
31070 31070 D PlaybackService: Received onUnbind event
31070 31070 D PlaybackService: Service is about to be destroyed
31070 31070 D PlaybackSrvState: stopForeground
31070 31070 D SessionManagerImpl: unimplemented Method: removeSessionManagerListener
 1667  1694 I MediaSessionStack: removeSession | record: de.danoeh.antennapod/PlaybackService (userId=10)
31070 31070 I ExoPlayerImpl: Release 77fda15 [ExoPlayerLib/2.14.2] [REDACTED] [goog.exo.core]
 1667  1694 I MediaFocusControl: abandonAudioFocus() from uid/pid 1010233/31070 clientId=android.media.AudioManager@53a7464de.danoeh.antennapod.core.service.playback.LocalPSMP$1@2b236cd
31070 31070 D PlaybackController: Disconnected from Service
31070 31070 D PlaybackController: Disconnected from Service

And this in particular: User 10 is not the current user. Since I'm running AntennaPod in a android work profile (see the shelter application), the user ID is 10. I'm not sure what exactly is going on, but hopefully this can send you in the right direction. Let me know if there's something else I can do.

from antennapod.

ByteHamster avatar ByteHamster commented on June 18, 2024

Do you use the AntennaPod quick settings tile?

from antennapod.

Robin-Sch avatar Robin-Sch commented on June 18, 2024

Nope I don't, everything's done from the app

from antennapod.

ByteHamster avatar ByteHamster commented on June 18, 2024

Can you please check that you did not add it at some point? Is it really not added to the quick settings tiles?

from antennapod.

Robin-Sch avatar Robin-Sch commented on June 18, 2024

Yep it's not there. Besides that, I can't even add it (because it's in a work profile).

If you want to see/try it for yourself, download an app which can create a work profile (for example shelter, but insular, island or something similar works too).

from antennapod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.