-
Notifications
You must be signed in to change notification settings - Fork 86
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
tizonia exits with OMX_ErrorInsufficientResources #760
Comments
I had this same issue running on Arch Linux. Installed via the AUR. The only difference is I was searching TuneIn.
|
I beleve the issue appears independent of distro and service |
Looks that way from the other issues posted. |
i have the same issue here, KDE neon, installed it from the install.sh script using the instrcutions. I do tizonia --youtube-audio-playlist https://www.youtube.com/playlist?list=PLfP6i5T0-DkIkXUym_3Be2Z8IENeuOqyk , and i get this error too. tizonia exiting (OMX_ErrorInsufficientResources). [OMX.Aratelia.audio_renderer.pulseaudio.pcm:port:0] yesterday this wasnt happening, now it happens. The issue page is literally filled with this bug report, please fix it quickly |
it started happening like that for me as well. and after reinstalling /distrohopping and installing, now it isn't working at all |
as an alternative for folks using google-play music(might work on others, I havent tried) is a application called mopidy. it uses the standard linux mpd but adds features to play from cloud services and to get a cool looking web-UI if you want |
I've just installed a fresh KDE Neon (5.20.3) on a VirtualBox VM and added the latest Tizonia using the shell installer. It works for me, with both renderers, PulseAudio and Alsa, no issues. You can try changing the default renderer using this config (see https://docs.tizonia.org/manual/config.html) to see if this makes any difference in your case.
Another thing you can try is to check the debug logs. Use this configuration to enable full logs in Tizonia. Just copy the below xml configuration in NOTE: You need to adjust
Feel free to upload here the logs and I will take a look.
|
I modifyed the config file to be
and I got the error:
|
Couple notes on here, first off the OMX_ErrorInsufficientResources error seems to be a sort of catch-all that pops up in any number of situations, so when encountering this error its most useful to also include all of the output before the printing of that error message as well, or to include logs as @juanrubio describes. Second, although the tunein implications of this issue are likely still valid, Google Play Music's API is being shut down (See #757) so support for this service will necessarily be dropped at some point. A conversation about support of its replacement (YouTube Music) will happen soon I'm sure. |
Issue
Description
tizonia wont run correctly
exits with OMX_ErrorInsufficientResources
Steps to Reproduce
install the debian package
make the necesary configurations(I use google play music)
run tizonia with
tizonia --gmusic-unlimited-artist "name of group or artist here"
OR
download and install the snap package
make the necesary configurations(I use google play music)
run tizonia with
tizonia --gmusic-unlimited-artist "name of group or artist here"
Expected behavior:
"name of group or artist here" should start playing
Actual behaviour:
gives an error
`
tizonia exiting (OMX_ErrorInsufficientResources).
[OMX.Aratelia.audio_renderer.pulseaudio.pcm:port:0]
[OMX_ErrorInsufficientResources]
`
Reproduces how often:
for me it seems to happen 100% of the time but ive seen users with the same error but happening less often(works on first run, errors after that until reboot)
Versions
System Info:
Linux@5.6.0-2-amd64-#1 SMP Debian 5.6.14-2 (2020-06-09)
Debian bullseye/sid x86_64
Installation Method Used
same error with the Bintray deb and the snap
Additional Information
Any additional information, configuration or data that might be necessary to
reproduce the issue.
The text was updated successfully, but these errors were encountered: