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

An issue with the on_audio_query plugin #147

Open
AbhilashTitus opened this issue Apr 23, 2024 · 3 comments
Open

An issue with the on_audio_query plugin #147

AbhilashTitus opened this issue Apr 23, 2024 · 3 comments

Comments

@AbhilashTitus
Copy link

Plugin Issue:

The error "java.lang.IllegalStateException: Reply already submitted" suggests the plugin is trying to send a response (success or error) multiple times.

Solutions:

If you authored the plugin:
Check the querySongs method in AudioQuery.kt (line 67). Ensure result.success() or result.error() is called only once based on the outcome.

@waqadArshad
Copy link

@AbhilashTitus you found a solution?

@AbhilashTitus
Copy link
Author

No bro,

@AbhilashTitus
Copy link
Author

Also the audio files are not fetching from the local device's storage. I don't know what to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants