KieronQuinn / AmbientMusicMod

Port of Now Playing from Pixels to other Android devices
GNU General Public License v3.0
1.88k stars 41 forks source link

Recording cannot be stopped... #78

Closed shanzhaxiaok closed 2 years ago

shanzhaxiaok commented 2 years ago

Yesterday is functional, the app could record the sound and show the result on LockScreen. But when I test it today, I found that whatever music I played, the app just cant recognize it, so I open the app and triggered the "Recognies" button manually, then I found it always show the recording interface, even the "circle" is already closed. I dont know if it is still recording or it just stucked in this interface. I have tried the follow steps:

The problem remains... ae0dc4263dc9f4fba732a1cf53f48703

KieronQuinn commented 2 years ago

It's probably crashing in the background, enable verbose logging and send a log please.

KieronQuinn commented 2 years ago

Got a log for the same issue from a user on Twitter, try this APK: https://drive.google.com/file/d/1z-cCN8yfj14oJKbMNVb0bJgkLwT4qdaU/view

peetereczek commented 2 years ago

Got a log for the same issue from a user on Twitter, try this APK: https://drive.google.com/file/d/1z-cCN8yfj14oJKbMNVb0bJgkLwT4qdaU/view

Solved issue for me!

KieronQuinn commented 2 years ago

Fixed in 2.0.5

shanzhaxiaok commented 2 years ago

Appreciate that~