Problem on resume playback #1432
Replies: 3 comments 2 replies
-
It seems like this issue is related to using a local display via the 'Browser on RPi' (via the local Firefox implementation) feature. If I control this system via a web browser on another PC or via the Android app on a mobile device then this issue is not seen. Chris |
Beta Was this translation helpful? Give feedback.
-
@rern Regards. Chris |
Beta Was this translation helpful? Give feedback.
-
@rern Oct 21 14:54:54 RAConservatory sudo[3094]: pam_unix(sudo:session): session closed for user root Not sure what they relate to as I can't see anything 'missing' or 'faulty' from the user interface. Please let me know if I can provide any further information to help resolve these issues. Thanks Chris |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
RPI3B+, Updated to: 20230918, Infineon Merus Amp DAC, Local display via RPi Official 7in touchscreen (using Features / Others / Browser on RPi)
I use this system to mostly play web radio stations during the day and it can be in use for many hours each day and for the most part it is fine. However if I need to go out I stop rAudio via the Stop button on the top bar or via the central logo touch menu. I do not turn the RPi itself off. When I get back I simply press the Play button to resume the original web radio station, In most cases, but not all, the radio will start to play, no problem. On the occasions when no output is heard I can see from the display that the station appears to be playing (the 3 dots indicator is 'moving' and the rest of the system pages are accessible) but there is no audio output. It then takes a reboot of the RPi in order to restart the audio output and (usually) the system then plays normally . I don't know if this problem happens with albums or other music sources as this is not this systems general use case but I suspect it will.
From the output of a "journalctl -xe" command (before a reboot) I can see a couple of problems which might be the cause:
-- A start job for unit alsa-restore.service has begun execution.
-- The job identifier is 224.
Sep 21 15:32:45 RAConservatory systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
-- Subject: A start job for unit alsa-state.service has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- A start job for unit alsa-state.service has finished successfully.
-- The job identifier is 300.
Sep 21 15:32:45 RAConservatory avahi-daemon[320]: Found user 'avahi' (UID 969) and group 'avahi' (GID 969).
Sep 21 15:32:45 RAConservatory avahi-daemon[320]: Successfully dropped root privileges.
Sep 21 15:32:45 RAConservatory avahi-daemon[320]: avahi-daemon 0.8 starting up.
Sep 21 15:32:45 RAConservatory alsactl[335]: alsa-lib main.c:1560:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2
Sep 21 15:32:45 RAConservatory systemd[1]: Finished Save/Restore Sound Card State.
and
Sep 21 15:33:20 RAConservatory systemd[1]: Started MPD idle.
-- Subject: A start job for unit mpdidle.service has finished successfully
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- A start job for unit mpdidle.service has finished successfully.
-- The job identifier is 552.
Sep 21 15:33:22 RAConservatory startup.sh[961]: Traceback (most recent call last):
Sep 21 15:33:22 RAConservatory startup.sh[961]: File "/srv/http/bash/websocket-push.py", line 8, in
Sep 21 15:33:22 RAConservatory startup.sh[961]: ws = create_connection( 'ws://'+ ip +':8080' )
Sep 21 15:33:22 RAConservatory startup.sh[961]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:22 RAConservatory startup.sh[961]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 608, in create_connection
Sep 21 15:33:22 RAConservatory startup.sh[961]: websock.connect(url, **options)
Sep 21 15:33:22 RAConservatory startup.sh[961]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 249, in connect
Sep 21 15:33:22 RAConservatory startup.sh[961]: self.sock, addrs = connect(url, self.sock_opt, proxy_info(**options),
Sep 21 15:33:22 RAConservatory startup.sh[961]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:22 RAConservatory startup.sh[961]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 129, in connect
Sep 21 15:33:22 RAConservatory startup.sh[961]: sock = _open_socket(addrinfo_list, options.sockopt, options.timeout)
Sep 21 15:33:22 RAConservatory startup.sh[961]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:22 RAConservatory startup.sh[961]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 204, in _open_socket
Sep 21 15:33:22 RAConservatory startup.sh[961]: raise err
Sep 21 15:33:22 RAConservatory startup.sh[961]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 184, in _open_socket
Sep 21 15:33:22 RAConservatory startup.sh[961]: sock.connect(address)
Sep 21 15:33:22 RAConservatory startup.sh[961]: ConnectionRefusedError: [Errno 111] Connection refused
Sep 21 15:33:23 RAConservatory startup.sh[968]: Traceback (most recent call last):
Sep 21 15:33:23 RAConservatory startup.sh[968]: File "/srv/http/bash/websocket-push.py", line 8, in
Sep 21 15:33:23 RAConservatory startup.sh[968]: ws = create_connection( 'ws://'+ ip +':8080' )
Sep 21 15:33:23 RAConservatory startup.sh[968]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:23 RAConservatory startup.sh[968]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 608, in create_connection
Sep 21 15:33:23 RAConservatory startup.sh[968]: websock.connect(url, **options)
Sep 21 15:33:23 RAConservatory startup.sh[968]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 249, in connect
Sep 21 15:33:23 RAConservatory startup.sh[968]: self.sock, addrs = connect(url, self.sock_opt, proxy_info(**options),
Sep 21 15:33:23 RAConservatory startup.sh[968]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:23 RAConservatory startup.sh[968]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 129, in connect
Sep 21 15:33:23 RAConservatory startup.sh[968]: sock = _open_socket(addrinfo_list, options.sockopt, options.timeout)
Sep 21 15:33:23 RAConservatory startup.sh[968]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:23 RAConservatory startup.sh[968]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 204, in _open_socket
Sep 21 15:33:23 RAConservatory startup.sh[968]: raise err
Sep 21 15:33:23 RAConservatory startup.sh[968]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 184, in _open_socket
Sep 21 15:33:23 RAConservatory startup.sh[968]: sock.connect(address)
Sep 21 15:33:23 RAConservatory startup.sh[968]: ConnectionRefusedError: [Errno 111] Connection refused
Sep 21 15:33:24 RAConservatory startup.sh[975]: Traceback (most recent call last):
Sep 21 15:33:24 RAConservatory startup.sh[975]: File "/srv/http/bash/websocket-push.py", line 8, in
Sep 21 15:33:24 RAConservatory startup.sh[975]: ws = create_connection( 'ws://'+ ip +':8080' )
Sep 21 15:33:24 RAConservatory startup.sh[975]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:24 RAConservatory startup.sh[975]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 608, in create_connection
Sep 21 15:33:24 RAConservatory startup.sh[975]: websock.connect(url, **options)
Sep 21 15:33:24 RAConservatory startup.sh[975]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 249, in connect
Sep 21 15:33:24 RAConservatory startup.sh[975]: self.sock, addrs = connect(url, self.sock_opt, proxy_info(**options),
Sep 21 15:33:24 RAConservatory startup.sh[975]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:24 RAConservatory startup.sh[975]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 129, in connect
Sep 21 15:33:24 RAConservatory startup.sh[975]: sock = _open_socket(addrinfo_list, options.sockopt, options.timeout)
Sep 21 15:33:24 RAConservatory startup.sh[975]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:24 RAConservatory startup.sh[975]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 204, in _open_socket
Sep 21 15:33:24 RAConservatory startup.sh[975]: raise err
Sep 21 15:33:24 RAConservatory startup.sh[975]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 184, in _open_socket
Sep 21 15:33:24 RAConservatory startup.sh[975]: sock.connect(address)
Sep 21 15:33:24 RAConservatory startup.sh[975]: ConnectionRefusedError: [Errno 111] Connection refused
Sep 21 15:33:24 RAConservatory startup.sh[981]: Traceback (most recent call last):
Sep 21 15:33:24 RAConservatory startup.sh[981]: File "/srv/http/bash/websocket-push.py", line 8, in
Sep 21 15:33:24 RAConservatory startup.sh[981]: ws = create_connection( 'ws://'+ ip +':8080' )
Sep 21 15:33:24 RAConservatory startup.sh[981]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:24 RAConservatory startup.sh[981]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 608, in create_connection
Sep 21 15:33:24 RAConservatory startup.sh[981]: websock.connect(url, **options)
Sep 21 15:33:24 RAConservatory startup.sh[981]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 249, in connect
Sep 21 15:33:24 RAConservatory startup.sh[981]: self.sock, addrs = connect(url, self.sock_opt, proxy_info(**options),
Sep 21 15:33:24 RAConservatory startup.sh[981]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:24 RAConservatory startup.sh[981]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 129, in connect
Sep 21 15:33:24 RAConservatory startup.sh[981]: sock = _open_socket(addrinfo_list, options.sockopt, options.timeout)
Sep 21 15:33:24 RAConservatory startup.sh[981]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:24 RAConservatory startup.sh[981]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 204, in _open_socket
Sep 21 15:33:24 RAConservatory startup.sh[981]: raise err
Sep 21 15:33:24 RAConservatory startup.sh[981]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 184, in _open_socket
Sep 21 15:33:24 RAConservatory startup.sh[981]: sock.connect(address)
Sep 21 15:33:24 RAConservatory startup.sh[981]: ConnectionRefusedError: [Errno 111] Connection refused
Sep 21 15:33:26 RAConservatory startup.sh[1114]: Traceback (most recent call last):
Sep 21 15:33:26 RAConservatory startup.sh[1114]: File "/srv/http/bash/websocket-push.py", line 8, in
Sep 21 15:33:26 RAConservatory startup.sh[1114]: ws = create_connection( 'ws://'+ ip +':8080' )
Sep 21 15:33:26 RAConservatory startup.sh[1114]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:26 RAConservatory startup.sh[1114]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 608, in create_connection
Sep 21 15:33:26 RAConservatory startup.sh[1114]: websock.connect(url, **options)
Sep 21 15:33:26 RAConservatory startup.sh[1114]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 249, in connect
Sep 21 15:33:26 RAConservatory startup.sh[1114]: self.sock, addrs = connect(url, self.sock_opt, proxy_info(**options),
Sep 21 15:33:26 RAConservatory startup.sh[1114]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:26 RAConservatory startup.sh[1114]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 129, in connect
Sep 21 15:33:26 RAConservatory startup.sh[1114]: sock = _open_socket(addrinfo_list, options.sockopt, options.timeout)
Sep 21 15:33:26 RAConservatory startup.sh[1114]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:26 RAConservatory startup.sh[1114]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 204, in _open_socket
Sep 21 15:33:26 RAConservatory startup.sh[1114]: raise err
Sep 21 15:33:26 RAConservatory startup.sh[1114]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 184, in _open_socket
Sep 21 15:33:26 RAConservatory startup.sh[1114]: sock.connect(address)
Sep 21 15:33:26 RAConservatory startup.sh[1114]: ConnectionRefusedError: [Errno 111] Connection refused
Sep 21 15:33:27 RAConservatory startup.sh[1147]: Traceback (most recent call last):
Sep 21 15:33:27 RAConservatory startup.sh[1147]: File "/srv/http/bash/websocket-push.py", line 8, in
Sep 21 15:33:27 RAConservatory startup.sh[1147]: ws = create_connection( 'ws://'+ ip +':8080' )
Sep 21 15:33:27 RAConservatory startup.sh[1147]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:27 RAConservatory startup.sh[1147]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 608, in create_connection
Sep 21 15:33:27 RAConservatory startup.sh[1147]: websock.connect(url, **options)
Sep 21 15:33:27 RAConservatory startup.sh[1147]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 249, in connect
Sep 21 15:33:27 RAConservatory startup.sh[1147]: self.sock, addrs = connect(url, self.sock_opt, proxy_info(**options),
Sep 21 15:33:27 RAConservatory startup.sh[1147]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:27 RAConservatory startup.sh[1147]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 129, in connect
Sep 21 15:33:27 RAConservatory startup.sh[1147]: sock = _open_socket(addrinfo_list, options.sockopt, options.timeout)
Sep 21 15:33:27 RAConservatory startup.sh[1147]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:27 RAConservatory startup.sh[1147]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 204, in _open_socket
Sep 21 15:33:27 RAConservatory startup.sh[1147]: raise err
Sep 21 15:33:27 RAConservatory startup.sh[1147]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 184, in _open_socket
Sep 21 15:33:27 RAConservatory startup.sh[1147]: sock.connect(address)
Sep 21 15:33:27 RAConservatory startup.sh[1147]: ConnectionRefusedError: [Errno 111] Connection refused
Sep 21 15:33:28 RAConservatory startup.sh[1193]: Traceback (most recent call last):
Sep 21 15:33:28 RAConservatory startup.sh[1193]: File "/srv/http/bash/websocket-push.py", line 8, in
Sep 21 15:33:28 RAConservatory startup.sh[1193]: ws = create_connection( 'ws://'+ ip +':8080' )
Sep 21 15:33:28 RAConservatory startup.sh[1193]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:28 RAConservatory startup.sh[1193]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 608, in create_connection
Sep 21 15:33:28 RAConservatory startup.sh[1193]: websock.connect(url, **options)
Sep 21 15:33:28 RAConservatory startup.sh[1193]: File "/usr/lib/python3.11/site-packages/websocket/_core.py", line 249, in connect
Sep 21 15:33:28 RAConservatory startup.sh[1193]: self.sock, addrs = connect(url, self.sock_opt, proxy_info(**options),
Sep 21 15:33:28 RAConservatory startup.sh[1193]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:28 RAConservatory startup.sh[1193]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 129, in connect
Sep 21 15:33:28 RAConservatory startup.sh[1193]: sock = _open_socket(addrinfo_list, options.sockopt, options.timeout)
Sep 21 15:33:28 RAConservatory startup.sh[1193]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 15:33:28 RAConservatory startup.sh[1193]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 204, in _open_socket
Sep 21 15:33:28 RAConservatory startup.sh[1193]: raise err
Sep 21 15:33:28 RAConservatory startup.sh[1193]: File "/usr/lib/python3.11/site-packages/websocket/_http.py", line 184, in _open_socket
Sep 21 15:33:28 RAConservatory startup.sh[1193]: sock.connect(address)
Sep 21 15:33:28 RAConservatory startup.sh[1193]: ConnectionRefusedError: [Errno 111] Connection refused
Sep 21 15:33:28 RAConservatory systemd[1]: startup.service: Deactivated successfully.
This problem seems to have started recently as playback on this system used to be flawless but I can't be sure just when or with which version. The system hardware hasn't changed in several years and as it is used a lot by my wife, it is getting harder and harder to explain why the radio isn't playing - particularly when I don't know the actual cause :-)
Chris
Beta Was this translation helpful? Give feedback.
All reactions