-- Logs begin at Sun 2025-03-09 17:10:34 CET, end at Sun 2025-03-09 17:37:50 CET. --
Mar 09 17:36:01 volumio---azienka python3[9228]: 2025-03-09 17:36:01.326|I|nuki.py:169|Start scanning
Mar 09 17:36:01 volumio---azienka python3[9228]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:01 volumio---azienka python3[9228]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:01 volumio---azienka python3[9228]: Traceback (most recent call last):
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:01 volumio---azienka python3[9228]: loop.run_until_complete(main_task)
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:01 volumio---azienka python3[9228]: return future.result()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:01 volumio---azienka python3[9228]: await runner.setup()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:01 volumio---azienka python3[9228]: self._server = await self._make_server()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:01 volumio---azienka python3[9228]: await self._app.startup()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:01 volumio---azienka python3[9228]: await self.on_startup.send(self)
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:01 volumio---azienka python3[9228]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:01 volumio---azienka python3[9228]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:01 volumio---azienka python3[9228]: await self.nuki_manager.start_scanning()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:01 volumio---azienka python3[9228]: await self._scanner.start()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:01 volumio---azienka python3[9228]: assert_reply(reply)
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:01 volumio---azienka python3[9228]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:01 volumio---azienka python3[9228]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:01 volumio---azienka python3[9228]: Traceback (most recent call last):
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:01 volumio---azienka python3[9228]: "__main__", mod_spec)
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:01 volumio---azienka python3[9228]: exec(code, run_globals)
Mar 09 17:36:01 volumio---azienka python3[9228]: File "./__main__.py", line 310, in
Mar 09 17:36:01 volumio---azienka python3[9228]: web_server.start()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "./__main__.py", line 57, in start
Mar 09 17:36:01 volumio---azienka python3[9228]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:01 volumio---azienka python3[9228]: loop.run_until_complete(main_task)
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:01 volumio---azienka python3[9228]: return future.result()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:01 volumio---azienka python3[9228]: await runner.setup()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:01 volumio---azienka python3[9228]: self._server = await self._make_server()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:01 volumio---azienka python3[9228]: await self._app.startup()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:01 volumio---azienka python3[9228]: await self.on_startup.send(self)
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:01 volumio---azienka python3[9228]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:01 volumio---azienka python3[9228]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:01 volumio---azienka python3[9228]: await self.nuki_manager.start_scanning()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:01 volumio---azienka python3[9228]: await self._scanner.start()
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:01 volumio---azienka python3[9228]: assert_reply(reply)
Mar 09 17:36:01 volumio---azienka python3[9228]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:01 volumio---azienka python3[9228]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:01 volumio---azienka python3[9228]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:01 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:01 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:01 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:36:01 volumio---azienka volumio[1014]: info: Error connecting to go-librespot Websocket: Error: connect ECONNREFUSED 127.0.0.1:9879
Mar 09 17:36:02 volumio---azienka systemd[1]: go-librespot-daemon.service: Service RestartSec=3s expired, scheduling restart.
Mar 09 17:36:02 volumio---azienka systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 404.
Mar 09 17:36:02 volumio---azienka systemd[1]: Stopped go-librespot Daemon.
Mar 09 17:36:02 volumio---azienka systemd[1]: Started go-librespot Daemon.
Mar 09 17:36:02 volumio---azienka go-librespot[9232]: Librespot-go daemon starting...
Mar 09 17:36:02 volumio---azienka go-librespot[9232]: time="2025-03-09T17:36:02+01:00" level=info msg="generated new device id: ac91d681fbb3cff37d17e6cb4efdc523ba4336a7"
Mar 09 17:36:02 volumio---azienka go-librespot[9232]: time="2025-03-09T17:36:02+01:00" level=debug msg="stored credentials found for zlg59zlz62tn6yydngvx10gip"
Mar 09 17:36:02 volumio---azienka go-librespot[9232]: time="2025-03-09T17:36:02+01:00" level=fatal msg="failed running with username and spotify token" error="failed obtaining client token: failed requesting clienttoken: Post \"https://clienttoken.spotify.com/v1/clienttoken\": dial tcp: lookup clienttoken.spotify.com: device or resource busy"
Mar 09 17:36:02 volumio---azienka systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:02 volumio---azienka systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Mar 09 17:36:02 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:02 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786730.
Mar 09 17:36:02 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:02 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:04 volumio---azienka python3[9240]: 2025-03-09 17:36:04.147|I|nuki.py:169|Start scanning
Mar 09 17:36:04 volumio---azienka python3[9240]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:04 volumio---azienka python3[9240]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:04 volumio---azienka python3[9240]: Traceback (most recent call last):
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:04 volumio---azienka python3[9240]: loop.run_until_complete(main_task)
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:04 volumio---azienka python3[9240]: return future.result()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:04 volumio---azienka python3[9240]: await runner.setup()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:04 volumio---azienka python3[9240]: self._server = await self._make_server()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:04 volumio---azienka python3[9240]: await self._app.startup()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:04 volumio---azienka python3[9240]: await self.on_startup.send(self)
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:04 volumio---azienka python3[9240]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:04 volumio---azienka python3[9240]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:04 volumio---azienka python3[9240]: await self.nuki_manager.start_scanning()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:04 volumio---azienka python3[9240]: await self._scanner.start()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:04 volumio---azienka python3[9240]: assert_reply(reply)
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:04 volumio---azienka python3[9240]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:04 volumio---azienka python3[9240]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:04 volumio---azienka python3[9240]: Traceback (most recent call last):
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:04 volumio---azienka python3[9240]: "__main__", mod_spec)
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:04 volumio---azienka python3[9240]: exec(code, run_globals)
Mar 09 17:36:04 volumio---azienka python3[9240]: File "./__main__.py", line 310, in
Mar 09 17:36:04 volumio---azienka python3[9240]: web_server.start()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "./__main__.py", line 57, in start
Mar 09 17:36:04 volumio---azienka python3[9240]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:04 volumio---azienka python3[9240]: loop.run_until_complete(main_task)
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:04 volumio---azienka python3[9240]: return future.result()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:04 volumio---azienka python3[9240]: await runner.setup()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:04 volumio---azienka python3[9240]: self._server = await self._make_server()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:04 volumio---azienka python3[9240]: await self._app.startup()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:04 volumio---azienka python3[9240]: await self.on_startup.send(self)
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:04 volumio---azienka python3[9240]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:04 volumio---azienka python3[9240]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:04 volumio---azienka python3[9240]: await self.nuki_manager.start_scanning()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:04 volumio---azienka python3[9240]: await self._scanner.start()
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:04 volumio---azienka python3[9240]: assert_reply(reply)
Mar 09 17:36:04 volumio---azienka python3[9240]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:04 volumio---azienka python3[9240]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:04 volumio---azienka python3[9240]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:04 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:04 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:04 volumio---azienka wpa_supplicant[896]: wlan0: Failed to initiate sched scan
Mar 09 17:36:04 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:36:04 volumio---azienka volumio[1014]: info: Error connecting to go-librespot Websocket: Error: connect ECONNREFUSED 127.0.0.1:9879
Mar 09 17:36:05 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:05 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786731.
Mar 09 17:36:05 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:05 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:05 volumio---azienka systemd[1]: go-librespot-daemon.service: Service RestartSec=3s expired, scheduling restart.
Mar 09 17:36:05 volumio---azienka systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 405.
Mar 09 17:36:05 volumio---azienka systemd[1]: Stopped go-librespot Daemon.
Mar 09 17:36:05 volumio---azienka systemd[1]: Started go-librespot Daemon.
Mar 09 17:36:05 volumio---azienka go-librespot[9245]: Librespot-go daemon starting...
Mar 09 17:36:05 volumio---azienka go-librespot[9245]: time="2025-03-09T17:36:05+01:00" level=info msg="generated new device id: 30a49b9e9d075b21776ae909fa383310839a218f"
Mar 09 17:36:05 volumio---azienka go-librespot[9245]: time="2025-03-09T17:36:05+01:00" level=debug msg="stored credentials found for zlg59zlz62tn6yydngvx10gip"
Mar 09 17:36:05 volumio---azienka go-librespot[9245]: time="2025-03-09T17:36:05+01:00" level=fatal msg="failed running with username and spotify token" error="failed obtaining client token: failed requesting clienttoken: Post \"https://clienttoken.spotify.com/v1/clienttoken\": dial tcp: lookup clienttoken.spotify.com: device or resource busy"
Mar 09 17:36:05 volumio---azienka systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:05 volumio---azienka systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Mar 09 17:36:07 volumio---azienka python3[9244]: 2025-03-09 17:36:07.110|I|nuki.py:169|Start scanning
Mar 09 17:36:07 volumio---azienka python3[9244]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:07 volumio---azienka python3[9244]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:07 volumio---azienka python3[9244]: Traceback (most recent call last):
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:07 volumio---azienka python3[9244]: loop.run_until_complete(main_task)
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:07 volumio---azienka python3[9244]: return future.result()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:07 volumio---azienka python3[9244]: await runner.setup()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:07 volumio---azienka python3[9244]: self._server = await self._make_server()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:07 volumio---azienka python3[9244]: await self._app.startup()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:07 volumio---azienka python3[9244]: await self.on_startup.send(self)
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:07 volumio---azienka python3[9244]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:07 volumio---azienka python3[9244]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:07 volumio---azienka python3[9244]: await self.nuki_manager.start_scanning()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:07 volumio---azienka python3[9244]: await self._scanner.start()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:07 volumio---azienka python3[9244]: assert_reply(reply)
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:07 volumio---azienka python3[9244]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:07 volumio---azienka python3[9244]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:07 volumio---azienka python3[9244]: Traceback (most recent call last):
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:07 volumio---azienka python3[9244]: "__main__", mod_spec)
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:07 volumio---azienka python3[9244]: exec(code, run_globals)
Mar 09 17:36:07 volumio---azienka python3[9244]: File "./__main__.py", line 310, in
Mar 09 17:36:07 volumio---azienka python3[9244]: web_server.start()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "./__main__.py", line 57, in start
Mar 09 17:36:07 volumio---azienka python3[9244]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:07 volumio---azienka python3[9244]: loop.run_until_complete(main_task)
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:07 volumio---azienka python3[9244]: return future.result()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:07 volumio---azienka python3[9244]: await runner.setup()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:07 volumio---azienka python3[9244]: self._server = await self._make_server()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:07 volumio---azienka python3[9244]: await self._app.startup()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:07 volumio---azienka python3[9244]: await self.on_startup.send(self)
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:07 volumio---azienka python3[9244]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:07 volumio---azienka python3[9244]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:07 volumio---azienka python3[9244]: await self.nuki_manager.start_scanning()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:07 volumio---azienka python3[9244]: await self._scanner.start()
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:07 volumio---azienka python3[9244]: assert_reply(reply)
Mar 09 17:36:07 volumio---azienka python3[9244]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:07 volumio---azienka python3[9244]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:07 volumio---azienka python3[9244]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:07 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:07 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:07 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:36:07 volumio---azienka volumio[1014]: info: Error connecting to go-librespot Websocket: Error: connect ECONNREFUSED 127.0.0.1:9879
Mar 09 17:36:08 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:08 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786732.
Mar 09 17:36:08 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:08 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:08 volumio---azienka systemd[1]: go-librespot-daemon.service: Service RestartSec=3s expired, scheduling restart.
Mar 09 17:36:08 volumio---azienka systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 406.
Mar 09 17:36:08 volumio---azienka systemd[1]: Stopped go-librespot Daemon.
Mar 09 17:36:09 volumio---azienka systemd[1]: Started go-librespot Daemon.
Mar 09 17:36:09 volumio---azienka go-librespot[9271]: Librespot-go daemon starting...
Mar 09 17:36:09 volumio---azienka go-librespot[9271]: time="2025-03-09T17:36:09+01:00" level=info msg="generated new device id: d811094a792b13fec2844e6b6042dca996b2628d"
Mar 09 17:36:09 volumio---azienka go-librespot[9271]: time="2025-03-09T17:36:09+01:00" level=debug msg="stored credentials found for zlg59zlz62tn6yydngvx10gip"
Mar 09 17:36:09 volumio---azienka go-librespot[9271]: time="2025-03-09T17:36:09+01:00" level=fatal msg="failed running with username and spotify token" error="failed obtaining client token: failed requesting clienttoken: Post \"https://clienttoken.spotify.com/v1/clienttoken\": dial tcp: lookup clienttoken.spotify.com: device or resource busy"
Mar 09 17:36:09 volumio---azienka systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:09 volumio---azienka systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Mar 09 17:36:10 volumio---azienka python3[9256]: 2025-03-09 17:36:10.087|I|nuki.py:169|Start scanning
Mar 09 17:36:10 volumio---azienka python3[9256]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:10 volumio---azienka python3[9256]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:10 volumio---azienka python3[9256]: Traceback (most recent call last):
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:10 volumio---azienka python3[9256]: loop.run_until_complete(main_task)
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:10 volumio---azienka python3[9256]: return future.result()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:10 volumio---azienka python3[9256]: await runner.setup()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:10 volumio---azienka python3[9256]: self._server = await self._make_server()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:10 volumio---azienka python3[9256]: await self._app.startup()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:10 volumio---azienka python3[9256]: await self.on_startup.send(self)
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:10 volumio---azienka python3[9256]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:10 volumio---azienka python3[9256]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:10 volumio---azienka python3[9256]: await self.nuki_manager.start_scanning()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:10 volumio---azienka python3[9256]: await self._scanner.start()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:10 volumio---azienka python3[9256]: assert_reply(reply)
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:10 volumio---azienka python3[9256]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:10 volumio---azienka python3[9256]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:10 volumio---azienka python3[9256]: Traceback (most recent call last):
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:10 volumio---azienka python3[9256]: "__main__", mod_spec)
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:10 volumio---azienka python3[9256]: exec(code, run_globals)
Mar 09 17:36:10 volumio---azienka python3[9256]: File "./__main__.py", line 310, in
Mar 09 17:36:10 volumio---azienka python3[9256]: web_server.start()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "./__main__.py", line 57, in start
Mar 09 17:36:10 volumio---azienka python3[9256]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:10 volumio---azienka python3[9256]: loop.run_until_complete(main_task)
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:10 volumio---azienka python3[9256]: return future.result()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:10 volumio---azienka python3[9256]: await runner.setup()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:10 volumio---azienka python3[9256]: self._server = await self._make_server()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:10 volumio---azienka python3[9256]: await self._app.startup()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:10 volumio---azienka python3[9256]: await self.on_startup.send(self)
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:10 volumio---azienka python3[9256]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:10 volumio---azienka python3[9256]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:10 volumio---azienka python3[9256]: await self.nuki_manager.start_scanning()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:10 volumio---azienka python3[9256]: await self._scanner.start()
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:10 volumio---azienka python3[9256]: assert_reply(reply)
Mar 09 17:36:10 volumio---azienka python3[9256]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:10 volumio---azienka python3[9256]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:10 volumio---azienka python3[9256]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:10 volumio---azienka wpa_supplicant[896]: wlan0: Failed to initiate sched scan
Mar 09 17:36:10 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:10 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:10 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:36:10 volumio---azienka volumio[1014]: info: Error connecting to go-librespot Websocket: Error: connect ECONNREFUSED 127.0.0.1:9879
Mar 09 17:36:11 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:11 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786733.
Mar 09 17:36:11 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:11 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:12 volumio---azienka systemd[1]: go-librespot-daemon.service: Service RestartSec=3s expired, scheduling restart.
Mar 09 17:36:12 volumio---azienka systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 407.
Mar 09 17:36:12 volumio---azienka systemd[1]: Stopped go-librespot Daemon.
Mar 09 17:36:12 volumio---azienka systemd[1]: Started go-librespot Daemon.
Mar 09 17:36:12 volumio---azienka go-librespot[9285]: Librespot-go daemon starting...
Mar 09 17:36:12 volumio---azienka go-librespot[9285]: time="2025-03-09T17:36:12+01:00" level=info msg="generated new device id: 5d689904017232a75c003579e354ba2a6caf8544"
Mar 09 17:36:12 volumio---azienka go-librespot[9285]: time="2025-03-09T17:36:12+01:00" level=debug msg="stored credentials found for zlg59zlz62tn6yydngvx10gip"
Mar 09 17:36:12 volumio---azienka go-librespot[9285]: time="2025-03-09T17:36:12+01:00" level=fatal msg="failed running with username and spotify token" error="failed obtaining client token: failed requesting clienttoken: Post \"https://clienttoken.spotify.com/v1/clienttoken\": dial tcp: lookup clienttoken.spotify.com: device or resource busy"
Mar 09 17:36:12 volumio---azienka systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:12 volumio---azienka systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Mar 09 17:36:13 volumio---azienka python3[9284]: 2025-03-09 17:36:13.089|I|nuki.py:169|Start scanning
Mar 09 17:36:13 volumio---azienka python3[9284]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:13 volumio---azienka python3[9284]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:13 volumio---azienka python3[9284]: Traceback (most recent call last):
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:13 volumio---azienka python3[9284]: loop.run_until_complete(main_task)
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:13 volumio---azienka python3[9284]: return future.result()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:13 volumio---azienka python3[9284]: await runner.setup()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:13 volumio---azienka python3[9284]: self._server = await self._make_server()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:13 volumio---azienka python3[9284]: await self._app.startup()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:13 volumio---azienka python3[9284]: await self.on_startup.send(self)
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:13 volumio---azienka python3[9284]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:13 volumio---azienka python3[9284]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:13 volumio---azienka python3[9284]: await self.nuki_manager.start_scanning()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:13 volumio---azienka python3[9284]: await self._scanner.start()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:13 volumio---azienka python3[9284]: assert_reply(reply)
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:13 volumio---azienka python3[9284]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:13 volumio---azienka python3[9284]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:13 volumio---azienka python3[9284]: Traceback (most recent call last):
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:13 volumio---azienka python3[9284]: "__main__", mod_spec)
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:13 volumio---azienka python3[9284]: exec(code, run_globals)
Mar 09 17:36:13 volumio---azienka python3[9284]: File "./__main__.py", line 310, in
Mar 09 17:36:13 volumio---azienka python3[9284]: web_server.start()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "./__main__.py", line 57, in start
Mar 09 17:36:13 volumio---azienka python3[9284]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:13 volumio---azienka python3[9284]: loop.run_until_complete(main_task)
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:13 volumio---azienka python3[9284]: return future.result()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:13 volumio---azienka python3[9284]: await runner.setup()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:13 volumio---azienka python3[9284]: self._server = await self._make_server()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:13 volumio---azienka python3[9284]: await self._app.startup()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:13 volumio---azienka python3[9284]: await self.on_startup.send(self)
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:13 volumio---azienka python3[9284]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:13 volumio---azienka python3[9284]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:13 volumio---azienka python3[9284]: await self.nuki_manager.start_scanning()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:13 volumio---azienka python3[9284]: await self._scanner.start()
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:13 volumio---azienka python3[9284]: assert_reply(reply)
Mar 09 17:36:13 volumio---azienka python3[9284]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:13 volumio---azienka python3[9284]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:13 volumio---azienka python3[9284]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:13 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:13 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:13 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:36:13 volumio---azienka volumio[1014]: info: Error connecting to go-librespot Websocket: Error: connect ECONNREFUSED 127.0.0.1:9879
Mar 09 17:36:14 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:14 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786734.
Mar 09 17:36:14 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:14 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:15 volumio---azienka systemd[1]: go-librespot-daemon.service: Service RestartSec=3s expired, scheduling restart.
Mar 09 17:36:15 volumio---azienka systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 408.
Mar 09 17:36:15 volumio---azienka systemd[1]: Stopped go-librespot Daemon.
Mar 09 17:36:15 volumio---azienka systemd[1]: Started go-librespot Daemon.
Mar 09 17:36:15 volumio---azienka go-librespot[9298]: Librespot-go daemon starting...
Mar 09 17:36:15 volumio---azienka go-librespot[9298]: time="2025-03-09T17:36:15+01:00" level=info msg="generated new device id: cff3611b8c64a734a80e117ca9edaff1377e6ea9"
Mar 09 17:36:15 volumio---azienka go-librespot[9298]: time="2025-03-09T17:36:15+01:00" level=debug msg="stored credentials found for zlg59zlz62tn6yydngvx10gip"
Mar 09 17:36:15 volumio---azienka go-librespot[9298]: time="2025-03-09T17:36:15+01:00" level=fatal msg="failed running with username and spotify token" error="failed obtaining client token: failed requesting clienttoken: Post \"https://clienttoken.spotify.com/v1/clienttoken\": dial tcp: lookup clienttoken.spotify.com: device or resource busy"
Mar 09 17:36:15 volumio---azienka systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:15 volumio---azienka systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Mar 09 17:36:15 volumio---azienka wpa_supplicant[896]: wlan0: Trying to associate with SSID 'UPC8181386'
Mar 09 17:36:15 volumio---azienka dhcpcd[908]: wlan0: carrier acquired
Mar 09 17:36:15 volumio---azienka wpa_supplicant[896]: wlan0: Associated with b4:b0:24:27:04:57
Mar 09 17:36:15 volumio---azienka wpa_supplicant[896]: wlan0: CTRL-EVENT-CONNECTED - Connection to b4:b0:24:27:04:57 completed [id=0 id_str=]
Mar 09 17:36:15 volumio---azienka wpa_supplicant[896]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Mar 09 17:36:15 volumio---azienka wpa_supplicant[896]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=DE
Mar 09 17:36:15 volumio---azienka dhcpcd[908]: wlan0: IAID eb:2d:59:f4
Mar 09 17:36:15 volumio---azienka dhcpcd[908]: wlan0: carrier lost
Mar 09 17:36:15 volumio---azienka dhcpcd[908]: wlan0: carrier acquired
Mar 09 17:36:15 volumio---azienka dhcpcd[908]: wlan0: IAID eb:2d:59:f4
Mar 09 17:36:15 volumio---azienka dhcpcd[908]: wlan0: soliciting a DHCP lease
Mar 09 17:36:16 volumio---azienka python3[9295]: 2025-03-09 17:36:16.111|I|nuki.py:169|Start scanning
Mar 09 17:36:16 volumio---azienka python3[9295]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:16 volumio---azienka python3[9295]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:16 volumio---azienka python3[9295]: Traceback (most recent call last):
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:16 volumio---azienka python3[9295]: loop.run_until_complete(main_task)
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:16 volumio---azienka python3[9295]: return future.result()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:16 volumio---azienka python3[9295]: await runner.setup()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:16 volumio---azienka python3[9295]: self._server = await self._make_server()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:16 volumio---azienka python3[9295]: await self._app.startup()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:16 volumio---azienka python3[9295]: await self.on_startup.send(self)
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:16 volumio---azienka python3[9295]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:16 volumio---azienka python3[9295]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:16 volumio---azienka python3[9295]: await self.nuki_manager.start_scanning()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:16 volumio---azienka python3[9295]: await self._scanner.start()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:16 volumio---azienka python3[9295]: assert_reply(reply)
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:16 volumio---azienka python3[9295]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:16 volumio---azienka python3[9295]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:16 volumio---azienka python3[9295]: Traceback (most recent call last):
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:16 volumio---azienka python3[9295]: "__main__", mod_spec)
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:16 volumio---azienka python3[9295]: exec(code, run_globals)
Mar 09 17:36:16 volumio---azienka python3[9295]: File "./__main__.py", line 310, in
Mar 09 17:36:16 volumio---azienka python3[9295]: web_server.start()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "./__main__.py", line 57, in start
Mar 09 17:36:16 volumio---azienka python3[9295]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:16 volumio---azienka python3[9295]: loop.run_until_complete(main_task)
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:16 volumio---azienka python3[9295]: return future.result()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:16 volumio---azienka python3[9295]: await runner.setup()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:16 volumio---azienka python3[9295]: self._server = await self._make_server()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:16 volumio---azienka python3[9295]: await self._app.startup()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:16 volumio---azienka python3[9295]: await self.on_startup.send(self)
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:16 volumio---azienka python3[9295]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:16 volumio---azienka python3[9295]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:16 volumio---azienka python3[9295]: await self.nuki_manager.start_scanning()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:16 volumio---azienka python3[9295]: await self._scanner.start()
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:16 volumio---azienka python3[9295]: assert_reply(reply)
Mar 09 17:36:16 volumio---azienka python3[9295]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:16 volumio---azienka python3[9295]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:16 volumio---azienka python3[9295]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:16 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:16 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:16 volumio---azienka dhcpcd[908]: wlan0: soliciting an IPv6 router
Mar 09 17:36:16 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:36:16 volumio---azienka volumio[1014]: info: Error connecting to go-librespot Websocket: Error: connect ECONNREFUSED 127.0.0.1:9879
Mar 09 17:36:17 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:17 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786735.
Mar 09 17:36:17 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:17 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:18 volumio---azienka systemd[1]: go-librespot-daemon.service: Service RestartSec=3s expired, scheduling restart.
Mar 09 17:36:18 volumio---azienka systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 409.
Mar 09 17:36:18 volumio---azienka systemd[1]: Stopped go-librespot Daemon.
Mar 09 17:36:18 volumio---azienka systemd[1]: Started go-librespot Daemon.
Mar 09 17:36:18 volumio---azienka go-librespot[9326]: Librespot-go daemon starting...
Mar 09 17:36:18 volumio---azienka go-librespot[9326]: time="2025-03-09T17:36:18+01:00" level=info msg="generated new device id: 386c7ca7e18a954ccd9214c8e48082e363ce6856"
Mar 09 17:36:18 volumio---azienka go-librespot[9326]: time="2025-03-09T17:36:18+01:00" level=debug msg="stored credentials found for zlg59zlz62tn6yydngvx10gip"
Mar 09 17:36:18 volumio---azienka go-librespot[9326]: time="2025-03-09T17:36:18+01:00" level=fatal msg="failed running with username and spotify token" error="failed obtaining client token: failed requesting clienttoken: Post \"https://clienttoken.spotify.com/v1/clienttoken\": dial tcp: lookup clienttoken.spotify.com: device or resource busy"
Mar 09 17:36:18 volumio---azienka systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:18 volumio---azienka systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Mar 09 17:36:19 volumio---azienka python3[9319]: 2025-03-09 17:36:19.095|I|nuki.py:169|Start scanning
Mar 09 17:36:19 volumio---azienka python3[9319]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:19 volumio---azienka python3[9319]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:19 volumio---azienka python3[9319]: Traceback (most recent call last):
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:19 volumio---azienka python3[9319]: loop.run_until_complete(main_task)
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:19 volumio---azienka python3[9319]: return future.result()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:19 volumio---azienka python3[9319]: await runner.setup()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:19 volumio---azienka python3[9319]: self._server = await self._make_server()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:19 volumio---azienka python3[9319]: await self._app.startup()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:19 volumio---azienka python3[9319]: await self.on_startup.send(self)
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:19 volumio---azienka python3[9319]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:19 volumio---azienka python3[9319]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:19 volumio---azienka python3[9319]: await self.nuki_manager.start_scanning()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:19 volumio---azienka python3[9319]: await self._scanner.start()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:19 volumio---azienka python3[9319]: assert_reply(reply)
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:19 volumio---azienka python3[9319]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:19 volumio---azienka python3[9319]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:19 volumio---azienka python3[9319]: Traceback (most recent call last):
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:19 volumio---azienka python3[9319]: "__main__", mod_spec)
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:19 volumio---azienka python3[9319]: exec(code, run_globals)
Mar 09 17:36:19 volumio---azienka python3[9319]: File "./__main__.py", line 310, in
Mar 09 17:36:19 volumio---azienka python3[9319]: web_server.start()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "./__main__.py", line 57, in start
Mar 09 17:36:19 volumio---azienka python3[9319]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:19 volumio---azienka python3[9319]: loop.run_until_complete(main_task)
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:19 volumio---azienka python3[9319]: return future.result()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:19 volumio---azienka python3[9319]: await runner.setup()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:19 volumio---azienka python3[9319]: self._server = await self._make_server()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:19 volumio---azienka python3[9319]: await self._app.startup()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:19 volumio---azienka python3[9319]: await self.on_startup.send(self)
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:19 volumio---azienka python3[9319]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:19 volumio---azienka python3[9319]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:19 volumio---azienka python3[9319]: await self.nuki_manager.start_scanning()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:19 volumio---azienka python3[9319]: await self._scanner.start()
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:19 volumio---azienka python3[9319]: assert_reply(reply)
Mar 09 17:36:19 volumio---azienka python3[9319]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:19 volumio---azienka python3[9319]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:19 volumio---azienka python3[9319]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:19 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:19 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:19 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:36:19 volumio---azienka volumio[1014]: info: Error connecting to go-librespot Websocket: Error: connect ECONNREFUSED 127.0.0.1:9879
Mar 09 17:36:20 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:20 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786736.
Mar 09 17:36:20 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:20 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:20 volumio---azienka dhcpcd[908]: wlan0: probing for an IPv4LL address
Mar 09 17:36:21 volumio---azienka systemd[1]: go-librespot-daemon.service: Service RestartSec=3s expired, scheduling restart.
Mar 09 17:36:21 volumio---azienka systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 410.
Mar 09 17:36:21 volumio---azienka systemd[1]: Stopped go-librespot Daemon.
Mar 09 17:36:22 volumio---azienka systemd[1]: Started go-librespot Daemon.
Mar 09 17:36:22 volumio---azienka go-librespot[9351]: Librespot-go daemon starting...
Mar 09 17:36:22 volumio---azienka go-librespot[9351]: time="2025-03-09T17:36:22+01:00" level=info msg="generated new device id: 1b23be66280c3b3afd32142d837d84eeb682715e"
Mar 09 17:36:22 volumio---azienka go-librespot[9351]: time="2025-03-09T17:36:22+01:00" level=debug msg="stored credentials found for zlg59zlz62tn6yydngvx10gip"
Mar 09 17:36:22 volumio---azienka go-librespot[9351]: time="2025-03-09T17:36:22+01:00" level=fatal msg="failed running with username and spotify token" error="failed obtaining client token: failed requesting clienttoken: Post \"https://clienttoken.spotify.com/v1/clienttoken\": dial tcp: lookup clienttoken.spotify.com: device or resource busy"
Mar 09 17:36:22 volumio---azienka systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:22 volumio---azienka systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Mar 09 17:36:22 volumio---azienka python3[9347]: 2025-03-09 17:36:22.091|I|nuki.py:169|Start scanning
Mar 09 17:36:22 volumio---azienka python3[9347]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:22 volumio---azienka python3[9347]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:22 volumio---azienka python3[9347]: Traceback (most recent call last):
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:22 volumio---azienka python3[9347]: loop.run_until_complete(main_task)
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:22 volumio---azienka python3[9347]: return future.result()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:22 volumio---azienka python3[9347]: await runner.setup()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:22 volumio---azienka python3[9347]: self._server = await self._make_server()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:22 volumio---azienka python3[9347]: await self._app.startup()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:22 volumio---azienka python3[9347]: await self.on_startup.send(self)
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:22 volumio---azienka python3[9347]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:22 volumio---azienka python3[9347]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:22 volumio---azienka python3[9347]: await self.nuki_manager.start_scanning()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:22 volumio---azienka python3[9347]: await self._scanner.start()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:22 volumio---azienka python3[9347]: assert_reply(reply)
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:22 volumio---azienka python3[9347]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:22 volumio---azienka python3[9347]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:22 volumio---azienka python3[9347]: Traceback (most recent call last):
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:22 volumio---azienka python3[9347]: "__main__", mod_spec)
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:22 volumio---azienka python3[9347]: exec(code, run_globals)
Mar 09 17:36:22 volumio---azienka python3[9347]: File "./__main__.py", line 310, in
Mar 09 17:36:22 volumio---azienka python3[9347]: web_server.start()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "./__main__.py", line 57, in start
Mar 09 17:36:22 volumio---azienka python3[9347]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:22 volumio---azienka python3[9347]: loop.run_until_complete(main_task)
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:22 volumio---azienka python3[9347]: return future.result()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:22 volumio---azienka python3[9347]: await runner.setup()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:22 volumio---azienka python3[9347]: self._server = await self._make_server()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:22 volumio---azienka python3[9347]: await self._app.startup()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:22 volumio---azienka python3[9347]: await self.on_startup.send(self)
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:22 volumio---azienka python3[9347]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:22 volumio---azienka python3[9347]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:22 volumio---azienka python3[9347]: await self.nuki_manager.start_scanning()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:22 volumio---azienka python3[9347]: await self._scanner.start()
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:22 volumio---azienka python3[9347]: assert_reply(reply)
Mar 09 17:36:22 volumio---azienka python3[9347]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:22 volumio---azienka python3[9347]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:22 volumio---azienka python3[9347]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:22 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:22 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:22 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:36:22 volumio---azienka volumio[1014]: info: Error connecting to go-librespot Websocket: Error: connect ECONNREFUSED 127.0.0.1:9879
Mar 09 17:36:23 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:23 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786737.
Mar 09 17:36:23 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:23 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:24 volumio---azienka ntpd[9750]: error resolving pool 0.debian.pool.ntp.org: System error (-11)
Mar 09 17:36:25 volumio---azienka python3[9358]: 2025-03-09 17:36:25.076|I|nuki.py:169|Start scanning
Mar 09 17:36:25 volumio---azienka python3[9358]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:25 volumio---azienka python3[9358]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:25 volumio---azienka python3[9358]: Traceback (most recent call last):
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:25 volumio---azienka python3[9358]: loop.run_until_complete(main_task)
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:25 volumio---azienka python3[9358]: return future.result()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:25 volumio---azienka python3[9358]: await runner.setup()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:25 volumio---azienka python3[9358]: self._server = await self._make_server()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:25 volumio---azienka python3[9358]: await self._app.startup()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:25 volumio---azienka python3[9358]: await self.on_startup.send(self)
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:25 volumio---azienka python3[9358]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:25 volumio---azienka python3[9358]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:25 volumio---azienka python3[9358]: await self.nuki_manager.start_scanning()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:25 volumio---azienka python3[9358]: await self._scanner.start()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:25 volumio---azienka python3[9358]: assert_reply(reply)
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:25 volumio---azienka python3[9358]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:25 volumio---azienka python3[9358]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:25 volumio---azienka python3[9358]: Traceback (most recent call last):
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:25 volumio---azienka python3[9358]: "__main__", mod_spec)
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:25 volumio---azienka python3[9358]: exec(code, run_globals)
Mar 09 17:36:25 volumio---azienka python3[9358]: File "./__main__.py", line 310, in
Mar 09 17:36:25 volumio---azienka python3[9358]: web_server.start()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "./__main__.py", line 57, in start
Mar 09 17:36:25 volumio---azienka python3[9358]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:25 volumio---azienka python3[9358]: loop.run_until_complete(main_task)
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:25 volumio---azienka python3[9358]: return future.result()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:25 volumio---azienka python3[9358]: await runner.setup()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:25 volumio---azienka python3[9358]: self._server = await self._make_server()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:25 volumio---azienka python3[9358]: await self._app.startup()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:25 volumio---azienka python3[9358]: await self.on_startup.send(self)
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:25 volumio---azienka python3[9358]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:25 volumio---azienka python3[9358]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:25 volumio---azienka python3[9358]: await self.nuki_manager.start_scanning()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:25 volumio---azienka python3[9358]: await self._scanner.start()
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:25 volumio---azienka python3[9358]: assert_reply(reply)
Mar 09 17:36:25 volumio---azienka python3[9358]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:25 volumio---azienka python3[9358]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:25 volumio---azienka python3[9358]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:25 volumio---azienka systemd[1]: go-librespot-daemon.service: Service RestartSec=3s expired, scheduling restart.
Mar 09 17:36:25 volumio---azienka systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 411.
Mar 09 17:36:25 volumio---azienka systemd[1]: Stopped go-librespot Daemon.
Mar 09 17:36:25 volumio---azienka systemd[1]: Started go-librespot Daemon.
Mar 09 17:36:25 volumio---azienka go-librespot[9362]: Librespot-go daemon starting...
Mar 09 17:36:25 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:25 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:25 volumio---azienka go-librespot[9362]: time="2025-03-09T17:36:25+01:00" level=info msg="generated new device id: cd8e9dc91441d78beb3bededb9b3bee1fd00ad52"
Mar 09 17:36:25 volumio---azienka go-librespot[9362]: time="2025-03-09T17:36:25+01:00" level=debug msg="stored credentials found for zlg59zlz62tn6yydngvx10gip"
Mar 09 17:36:25 volumio---azienka go-librespot[9362]: time="2025-03-09T17:36:25+01:00" level=fatal msg="failed running with username and spotify token" error="failed obtaining client token: failed requesting clienttoken: Post \"https://clienttoken.spotify.com/v1/clienttoken\": dial tcp: lookup clienttoken.spotify.com: device or resource busy"
Mar 09 17:36:25 volumio---azienka systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:25 volumio---azienka systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Mar 09 17:36:25 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:36:25 volumio---azienka volumio[1014]: info: Error connecting to go-librespot Websocket: Error: connect ECONNREFUSED 127.0.0.1:9879
Mar 09 17:36:26 volumio---azienka dhcpcd[908]: wlan0: using IPv4LL address 169.254.155.79
Mar 09 17:36:26 volumio---azienka avahi-daemon[603]: Joining mDNS multicast group on interface wlan0.IPv4 with address 169.254.155.79.
Mar 09 17:36:26 volumio---azienka avahi-daemon[603]: New relevant interface wlan0.IPv4 for mDNS.
Mar 09 17:36:26 volumio---azienka dhcpcd[908]: wlan0: adding route to 169.254.0.0/16
Mar 09 17:36:26 volumio---azienka dhcpcd[908]: wlan0: adding default route
Mar 09 17:36:26 volumio---azienka avahi-daemon[603]: Registering new address record for 169.254.155.79 on wlan0.IPv4.
Mar 09 17:36:26 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:26 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786738.
Mar 09 17:36:26 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:26 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:28 volumio---azienka python3[9383]: 2025-03-09 17:36:28.079|I|nuki.py:169|Start scanning
Mar 09 17:36:28 volumio---azienka ntpd[9750]: Listen normally on 4 wlan0 169.254.155.79:123
Mar 09 17:36:28 volumio---azienka ntpd[9750]: new interface(s) found: waking up resolver
Mar 09 17:36:28 volumio---azienka python3[9383]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:28 volumio---azienka python3[9383]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:28 volumio---azienka python3[9383]: Traceback (most recent call last):
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:28 volumio---azienka python3[9383]: loop.run_until_complete(main_task)
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:28 volumio---azienka python3[9383]: return future.result()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:28 volumio---azienka python3[9383]: await runner.setup()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:28 volumio---azienka python3[9383]: self._server = await self._make_server()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:28 volumio---azienka python3[9383]: await self._app.startup()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:28 volumio---azienka python3[9383]: await self.on_startup.send(self)
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:28 volumio---azienka python3[9383]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:28 volumio---azienka python3[9383]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:28 volumio---azienka python3[9383]: await self.nuki_manager.start_scanning()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:28 volumio---azienka python3[9383]: await self._scanner.start()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:28 volumio---azienka python3[9383]: assert_reply(reply)
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:28 volumio---azienka python3[9383]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:28 volumio---azienka python3[9383]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:28 volumio---azienka python3[9383]: Traceback (most recent call last):
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:28 volumio---azienka python3[9383]: "__main__", mod_spec)
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:28 volumio---azienka python3[9383]: exec(code, run_globals)
Mar 09 17:36:28 volumio---azienka python3[9383]: File "./__main__.py", line 310, in
Mar 09 17:36:28 volumio---azienka python3[9383]: web_server.start()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "./__main__.py", line 57, in start
Mar 09 17:36:28 volumio---azienka python3[9383]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:28 volumio---azienka python3[9383]: loop.run_until_complete(main_task)
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:28 volumio---azienka python3[9383]: return future.result()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:28 volumio---azienka python3[9383]: await runner.setup()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:28 volumio---azienka python3[9383]: self._server = await self._make_server()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:28 volumio---azienka python3[9383]: await self._app.startup()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:28 volumio---azienka python3[9383]: await self.on_startup.send(self)
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:28 volumio---azienka python3[9383]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:28 volumio---azienka python3[9383]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:28 volumio---azienka python3[9383]: await self.nuki_manager.start_scanning()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:28 volumio---azienka python3[9383]: await self._scanner.start()
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:28 volumio---azienka python3[9383]: assert_reply(reply)
Mar 09 17:36:28 volumio---azienka python3[9383]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:28 volumio---azienka python3[9383]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:28 volumio---azienka python3[9383]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:28 volumio---azienka dhcpcd[908]: wlan0: offered 192.168.0.162 from 192.168.0.1
Mar 09 17:36:28 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:28 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:28 volumio---azienka systemd[1]: go-librespot-daemon.service: Service RestartSec=3s expired, scheduling restart.
Mar 09 17:36:28 volumio---azienka systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 412.
Mar 09 17:36:28 volumio---azienka systemd[1]: Stopped go-librespot Daemon.
Mar 09 17:36:28 volumio---azienka systemd[1]: Started go-librespot Daemon.
Mar 09 17:36:28 volumio---azienka go-librespot[9388]: Librespot-go daemon starting...
Mar 09 17:36:28 volumio---azienka go-librespot[9388]: time="2025-03-09T17:36:28+01:00" level=info msg="generated new device id: cf6913b6808d34693b6b45f2fabee6d1b25e66e5"
Mar 09 17:36:28 volumio---azienka go-librespot[9388]: time="2025-03-09T17:36:28+01:00" level=debug msg="stored credentials found for zlg59zlz62tn6yydngvx10gip"
Mar 09 17:36:28 volumio---azienka volumio[1014]: info: Volumio Network Manager: Network status updated: 2
Mar 09 17:36:28 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:36:29 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:29 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786739.
Mar 09 17:36:29 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:29 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:31 volumio---azienka python3[9413]: 2025-03-09 17:36:31.098|I|nuki.py:169|Start scanning
Mar 09 17:36:31 volumio---azienka python3[9413]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:31 volumio---azienka python3[9413]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:31 volumio---azienka python3[9413]: Traceback (most recent call last):
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:31 volumio---azienka python3[9413]: loop.run_until_complete(main_task)
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:31 volumio---azienka python3[9413]: return future.result()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:31 volumio---azienka python3[9413]: await runner.setup()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:31 volumio---azienka python3[9413]: self._server = await self._make_server()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:31 volumio---azienka python3[9413]: await self._app.startup()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:31 volumio---azienka python3[9413]: await self.on_startup.send(self)
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:31 volumio---azienka python3[9413]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:31 volumio---azienka python3[9413]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:31 volumio---azienka python3[9413]: await self.nuki_manager.start_scanning()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:31 volumio---azienka python3[9413]: await self._scanner.start()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:31 volumio---azienka python3[9413]: assert_reply(reply)
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:31 volumio---azienka python3[9413]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:31 volumio---azienka python3[9413]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:31 volumio---azienka python3[9413]: Traceback (most recent call last):
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:31 volumio---azienka python3[9413]: "__main__", mod_spec)
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:31 volumio---azienka python3[9413]: exec(code, run_globals)
Mar 09 17:36:31 volumio---azienka python3[9413]: File "./__main__.py", line 310, in
Mar 09 17:36:31 volumio---azienka python3[9413]: web_server.start()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "./__main__.py", line 57, in start
Mar 09 17:36:31 volumio---azienka python3[9413]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:31 volumio---azienka python3[9413]: loop.run_until_complete(main_task)
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:31 volumio---azienka python3[9413]: return future.result()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:31 volumio---azienka python3[9413]: await runner.setup()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:31 volumio---azienka python3[9413]: self._server = await self._make_server()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:31 volumio---azienka python3[9413]: await self._app.startup()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:31 volumio---azienka python3[9413]: await self.on_startup.send(self)
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:31 volumio---azienka python3[9413]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:31 volumio---azienka python3[9413]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:31 volumio---azienka python3[9413]: await self.nuki_manager.start_scanning()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:31 volumio---azienka python3[9413]: await self._scanner.start()
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:31 volumio---azienka python3[9413]: assert_reply(reply)
Mar 09 17:36:31 volumio---azienka python3[9413]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:31 volumio---azienka python3[9413]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:31 volumio---azienka python3[9413]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:31 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:31 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:31 volumio---azienka dhcpcd[908]: wlan0: ignoring offer of 192.168.0.162 from 192.168.0.1
Mar 09 17:36:32 volumio---azienka dhcpcd[908]: wlan0: probing address 192.168.0.162/24
Mar 09 17:36:32 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:32 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786740.
Mar 09 17:36:32 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:32 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:34 volumio---azienka python3[9417]: 2025-03-09 17:36:34.094|I|nuki.py:169|Start scanning
Mar 09 17:36:34 volumio---azienka python3[9417]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:34 volumio---azienka python3[9417]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:34 volumio---azienka python3[9417]: Traceback (most recent call last):
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:34 volumio---azienka python3[9417]: loop.run_until_complete(main_task)
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:34 volumio---azienka python3[9417]: return future.result()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:34 volumio---azienka python3[9417]: await runner.setup()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:34 volumio---azienka python3[9417]: self._server = await self._make_server()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:34 volumio---azienka python3[9417]: await self._app.startup()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:34 volumio---azienka python3[9417]: await self.on_startup.send(self)
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:34 volumio---azienka python3[9417]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:34 volumio---azienka python3[9417]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:34 volumio---azienka python3[9417]: await self.nuki_manager.start_scanning()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:34 volumio---azienka python3[9417]: await self._scanner.start()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:34 volumio---azienka python3[9417]: assert_reply(reply)
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:34 volumio---azienka python3[9417]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:34 volumio---azienka python3[9417]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:34 volumio---azienka python3[9417]: Traceback (most recent call last):
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:34 volumio---azienka python3[9417]: "__main__", mod_spec)
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:34 volumio---azienka python3[9417]: exec(code, run_globals)
Mar 09 17:36:34 volumio---azienka python3[9417]: File "./__main__.py", line 310, in
Mar 09 17:36:34 volumio---azienka python3[9417]: web_server.start()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "./__main__.py", line 57, in start
Mar 09 17:36:34 volumio---azienka python3[9417]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:34 volumio---azienka python3[9417]: loop.run_until_complete(main_task)
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:34 volumio---azienka python3[9417]: return future.result()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:34 volumio---azienka python3[9417]: await runner.setup()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:34 volumio---azienka python3[9417]: self._server = await self._make_server()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:34 volumio---azienka python3[9417]: await self._app.startup()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:34 volumio---azienka python3[9417]: await self.on_startup.send(self)
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:34 volumio---azienka python3[9417]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:34 volumio---azienka python3[9417]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:34 volumio---azienka python3[9417]: await self.nuki_manager.start_scanning()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:34 volumio---azienka python3[9417]: await self._scanner.start()
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:34 volumio---azienka python3[9417]: assert_reply(reply)
Mar 09 17:36:34 volumio---azienka python3[9417]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:34 volumio---azienka python3[9417]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:34 volumio---azienka python3[9417]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:34 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:34 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:35 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:35 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786741.
Mar 09 17:36:35 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:35 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:37 volumio---azienka python3[9421]: 2025-03-09 17:36:37.073|I|nuki.py:169|Start scanning
Mar 09 17:36:37 volumio---azienka python3[9421]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:37 volumio---azienka python3[9421]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:37 volumio---azienka python3[9421]: Traceback (most recent call last):
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:37 volumio---azienka python3[9421]: loop.run_until_complete(main_task)
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:37 volumio---azienka python3[9421]: return future.result()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:37 volumio---azienka python3[9421]: await runner.setup()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:37 volumio---azienka python3[9421]: self._server = await self._make_server()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:37 volumio---azienka python3[9421]: await self._app.startup()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:37 volumio---azienka python3[9421]: await self.on_startup.send(self)
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:37 volumio---azienka python3[9421]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:37 volumio---azienka python3[9421]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:37 volumio---azienka python3[9421]: await self.nuki_manager.start_scanning()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:37 volumio---azienka python3[9421]: await self._scanner.start()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:37 volumio---azienka python3[9421]: assert_reply(reply)
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:37 volumio---azienka python3[9421]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:37 volumio---azienka python3[9421]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:37 volumio---azienka python3[9421]: Traceback (most recent call last):
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:37 volumio---azienka python3[9421]: "__main__", mod_spec)
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:37 volumio---azienka python3[9421]: exec(code, run_globals)
Mar 09 17:36:37 volumio---azienka python3[9421]: File "./__main__.py", line 310, in
Mar 09 17:36:37 volumio---azienka python3[9421]: web_server.start()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "./__main__.py", line 57, in start
Mar 09 17:36:37 volumio---azienka python3[9421]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:37 volumio---azienka python3[9421]: loop.run_until_complete(main_task)
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:37 volumio---azienka python3[9421]: return future.result()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:37 volumio---azienka python3[9421]: await runner.setup()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:37 volumio---azienka python3[9421]: self._server = await self._make_server()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:37 volumio---azienka python3[9421]: await self._app.startup()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:37 volumio---azienka python3[9421]: await self.on_startup.send(self)
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:37 volumio---azienka python3[9421]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:37 volumio---azienka python3[9421]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:37 volumio---azienka python3[9421]: await self.nuki_manager.start_scanning()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:37 volumio---azienka python3[9421]: await self._scanner.start()
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:37 volumio---azienka python3[9421]: assert_reply(reply)
Mar 09 17:36:37 volumio---azienka python3[9421]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:37 volumio---azienka python3[9421]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:37 volumio---azienka python3[9421]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:37 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:37 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:37 volumio---azienka dhcpcd[908]: wlan0: leased 192.168.0.162 for 7200 seconds
Mar 09 17:36:37 volumio---azienka avahi-daemon[603]: Registering new address record for 192.168.0.162 on wlan0.IPv4.
Mar 09 17:36:37 volumio---azienka dhcpcd[908]: wlan0: adding route to 192.168.0.0/24
Mar 09 17:36:37 volumio---azienka dhcpcd[908]: wlan0: changing default route via 192.168.0.1
Mar 09 17:36:37 volumio---azienka ntpd[9750]: ntpd exiting on signal 15 (Terminated)
Mar 09 17:36:37 volumio---azienka systemd[1]: Stopping Network Time Service...
Mar 09 17:36:37 volumio---azienka systemd[1]: ntp.service: Succeeded.
Mar 09 17:36:37 volumio---azienka systemd[1]: Stopped Network Time Service.
Mar 09 17:36:37 volumio---azienka systemd[1]: Starting Network Time Service...
Mar 09 17:36:37 volumio---azienka ntpd[9456]: ntpd 4.2.8p12@1.3728-o (1): Starting
Mar 09 17:36:37 volumio---azienka ntpd[9456]: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -c /run/ntp.conf.dhcp -u 103:103
Mar 09 17:36:38 volumio---azienka systemd[1]: Started Network Time Service.
Mar 09 17:36:38 volumio---azienka ntpd[9462]: proto: precision = 0.677 usec (-20)
Mar 09 17:36:38 volumio---azienka ntpd[9462]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
Mar 09 17:36:38 volumio---azienka ntpd[9462]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2024-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37
Mar 09 17:36:38 volumio---azienka ntpd[9462]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired less than 72 days ago
Mar 09 17:36:38 volumio---azienka ntpd[9462]: Listen and drop on 0 v6wildcard [::]:123
Mar 09 17:36:38 volumio---azienka ntpd[9462]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Mar 09 17:36:38 volumio---azienka ntpd[9462]: Listen normally on 2 lo 127.0.0.1:123
Mar 09 17:36:38 volumio---azienka ntpd[9462]: Listen normally on 3 wlan0 169.254.155.79:123
Mar 09 17:36:38 volumio---azienka ntpd[9462]: Listen normally on 4 wlan0 192.168.0.162:123
Mar 09 17:36:38 volumio---azienka ntpd[9462]: Listening on routing socket on fd #21 for interface updates
Mar 09 17:36:38 volumio---azienka ntpd[9462]: kernel reports TIME_ERROR: 0x6041: Clock Unsynchronized
Mar 09 17:36:38 volumio---azienka ntpd[9462]: kernel reports TIME_ERROR: 0x6041: Clock Unsynchronized
Mar 09 17:36:38 volumio---azienka avahi-daemon[603]: Withdrawing address record for 169.254.155.79 on wlan0.
Mar 09 17:36:38 volumio---azienka avahi-daemon[603]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 169.254.155.79.
Mar 09 17:36:38 volumio---azienka avahi-daemon[603]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.162.
Mar 09 17:36:38 volumio---azienka dhcpcd[908]: wlan0: deleting route to 169.254.0.0/16
Mar 09 17:36:38 volumio---azienka dhcpcd[908]: wlan0: pid 908 deleted default route via 192.168.0.1
Mar 09 17:36:38 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:38 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786742.
Mar 09 17:36:38 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:38 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:38 volumio---azienka volumio[1014]: verbose: New Socket.io Connection to 192.168.0.162:3000 from 192.168.0.108 UA: node-XMLHttpRequest Engine version: 3 Transport: polling Total Clients: 6
Mar 09 17:36:38 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , initSocket
Mar 09 17:36:38 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:36:40 volumio---azienka ntpd[9462]: Deleting interface #3 wlan0, 169.254.155.79#123, interface stats: received=0, sent=0, dropped=0, active_time=2 secs
Mar 09 17:36:40 volumio---azienka python3[9485]: 2025-03-09 17:36:40.096|I|nuki.py:169|Start scanning
Mar 09 17:36:40 volumio---azienka python3[9485]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:40 volumio---azienka python3[9485]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:40 volumio---azienka python3[9485]: Traceback (most recent call last):
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:40 volumio---azienka python3[9485]: loop.run_until_complete(main_task)
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:40 volumio---azienka python3[9485]: return future.result()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:40 volumio---azienka python3[9485]: await runner.setup()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:40 volumio---azienka python3[9485]: self._server = await self._make_server()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:40 volumio---azienka python3[9485]: await self._app.startup()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:40 volumio---azienka python3[9485]: await self.on_startup.send(self)
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:40 volumio---azienka python3[9485]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:40 volumio---azienka python3[9485]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:40 volumio---azienka python3[9485]: await self.nuki_manager.start_scanning()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:40 volumio---azienka python3[9485]: await self._scanner.start()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:40 volumio---azienka python3[9485]: assert_reply(reply)
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:40 volumio---azienka python3[9485]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:40 volumio---azienka python3[9485]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:40 volumio---azienka python3[9485]: Traceback (most recent call last):
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:40 volumio---azienka python3[9485]: "__main__", mod_spec)
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:40 volumio---azienka python3[9485]: exec(code, run_globals)
Mar 09 17:36:40 volumio---azienka python3[9485]: File "./__main__.py", line 310, in
Mar 09 17:36:40 volumio---azienka python3[9485]: web_server.start()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "./__main__.py", line 57, in start
Mar 09 17:36:40 volumio---azienka python3[9485]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:40 volumio---azienka python3[9485]: loop.run_until_complete(main_task)
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:40 volumio---azienka python3[9485]: return future.result()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:40 volumio---azienka python3[9485]: await runner.setup()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:40 volumio---azienka python3[9485]: self._server = await self._make_server()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:40 volumio---azienka python3[9485]: await self._app.startup()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:40 volumio---azienka python3[9485]: await self.on_startup.send(self)
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:40 volumio---azienka python3[9485]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:40 volumio---azienka python3[9485]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:40 volumio---azienka python3[9485]: await self.nuki_manager.start_scanning()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:40 volumio---azienka python3[9485]: await self._scanner.start()
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:40 volumio---azienka python3[9485]: assert_reply(reply)
Mar 09 17:36:40 volumio---azienka python3[9485]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:40 volumio---azienka python3[9485]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:40 volumio---azienka python3[9485]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:40 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:40 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:41 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:41 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786743.
Mar 09 17:36:41 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:41 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:43 volumio---azienka python3[9506]: 2025-03-09 17:36:43.072|I|nuki.py:169|Start scanning
Mar 09 17:36:43 volumio---azienka python3[9506]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:43 volumio---azienka python3[9506]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:43 volumio---azienka python3[9506]: Traceback (most recent call last):
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:43 volumio---azienka python3[9506]: loop.run_until_complete(main_task)
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:43 volumio---azienka python3[9506]: return future.result()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:43 volumio---azienka python3[9506]: await runner.setup()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:43 volumio---azienka python3[9506]: self._server = await self._make_server()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:43 volumio---azienka python3[9506]: await self._app.startup()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:43 volumio---azienka python3[9506]: await self.on_startup.send(self)
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:43 volumio---azienka python3[9506]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:43 volumio---azienka python3[9506]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:43 volumio---azienka python3[9506]: await self.nuki_manager.start_scanning()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:43 volumio---azienka python3[9506]: await self._scanner.start()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:43 volumio---azienka python3[9506]: assert_reply(reply)
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:43 volumio---azienka python3[9506]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:43 volumio---azienka python3[9506]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:43 volumio---azienka python3[9506]: Traceback (most recent call last):
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:43 volumio---azienka python3[9506]: "__main__", mod_spec)
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:43 volumio---azienka python3[9506]: exec(code, run_globals)
Mar 09 17:36:43 volumio---azienka python3[9506]: File "./__main__.py", line 310, in
Mar 09 17:36:43 volumio---azienka python3[9506]: web_server.start()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "./__main__.py", line 57, in start
Mar 09 17:36:43 volumio---azienka python3[9506]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:43 volumio---azienka python3[9506]: loop.run_until_complete(main_task)
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:43 volumio---azienka python3[9506]: return future.result()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:43 volumio---azienka python3[9506]: await runner.setup()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:43 volumio---azienka python3[9506]: self._server = await self._make_server()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:43 volumio---azienka python3[9506]: await self._app.startup()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:43 volumio---azienka python3[9506]: await self.on_startup.send(self)
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:43 volumio---azienka python3[9506]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:43 volumio---azienka python3[9506]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:43 volumio---azienka python3[9506]: await self.nuki_manager.start_scanning()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:43 volumio---azienka python3[9506]: await self._scanner.start()
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:43 volumio---azienka python3[9506]: assert_reply(reply)
Mar 09 17:36:43 volumio---azienka python3[9506]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:43 volumio---azienka python3[9506]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:43 volumio---azienka python3[9506]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:43 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:43 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:43 volumio---azienka go-librespot[9388]: time="2025-03-09T17:36:43+01:00" level=fatal msg="failed running with username and spotify token" error="failed obtaining client token: failed requesting clienttoken: Post \"https://clienttoken.spotify.com/v1/clienttoken\": dial tcp: lookup clienttoken.spotify.com: device or resource busy"
Mar 09 17:36:43 volumio---azienka systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:43 volumio---azienka systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Mar 09 17:36:44 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:44 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786744.
Mar 09 17:36:44 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:44 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:46 volumio---azienka python3[9510]: 2025-03-09 17:36:46.086|I|nuki.py:169|Start scanning
Mar 09 17:36:46 volumio---azienka python3[9510]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:46 volumio---azienka python3[9510]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:46 volumio---azienka python3[9510]: Traceback (most recent call last):
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:46 volumio---azienka python3[9510]: loop.run_until_complete(main_task)
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:46 volumio---azienka python3[9510]: return future.result()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:46 volumio---azienka python3[9510]: await runner.setup()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:46 volumio---azienka python3[9510]: self._server = await self._make_server()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:46 volumio---azienka python3[9510]: await self._app.startup()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:46 volumio---azienka python3[9510]: await self.on_startup.send(self)
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:46 volumio---azienka python3[9510]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:46 volumio---azienka python3[9510]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:46 volumio---azienka python3[9510]: await self.nuki_manager.start_scanning()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:46 volumio---azienka python3[9510]: await self._scanner.start()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:46 volumio---azienka python3[9510]: assert_reply(reply)
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:46 volumio---azienka python3[9510]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:46 volumio---azienka python3[9510]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:46 volumio---azienka python3[9510]: Traceback (most recent call last):
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:46 volumio---azienka python3[9510]: "__main__", mod_spec)
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:46 volumio---azienka python3[9510]: exec(code, run_globals)
Mar 09 17:36:46 volumio---azienka python3[9510]: File "./__main__.py", line 310, in
Mar 09 17:36:46 volumio---azienka python3[9510]: web_server.start()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "./__main__.py", line 57, in start
Mar 09 17:36:46 volumio---azienka python3[9510]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:46 volumio---azienka python3[9510]: loop.run_until_complete(main_task)
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:46 volumio---azienka python3[9510]: return future.result()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:46 volumio---azienka python3[9510]: await runner.setup()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:46 volumio---azienka python3[9510]: self._server = await self._make_server()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:46 volumio---azienka python3[9510]: await self._app.startup()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:46 volumio---azienka python3[9510]: await self.on_startup.send(self)
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:46 volumio---azienka python3[9510]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:46 volumio---azienka python3[9510]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:46 volumio---azienka python3[9510]: await self.nuki_manager.start_scanning()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:46 volumio---azienka python3[9510]: await self._scanner.start()
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:46 volumio---azienka python3[9510]: assert_reply(reply)
Mar 09 17:36:46 volumio---azienka python3[9510]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:46 volumio---azienka python3[9510]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:46 volumio---azienka python3[9510]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:46 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:46 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:46 volumio---azienka systemd[1]: go-librespot-daemon.service: Service RestartSec=3s expired, scheduling restart.
Mar 09 17:36:46 volumio---azienka systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 413.
Mar 09 17:36:46 volumio---azienka systemd[1]: Stopped go-librespot Daemon.
Mar 09 17:36:46 volumio---azienka systemd[1]: Started go-librespot Daemon.
Mar 09 17:36:46 volumio---azienka go-librespot[9514]: Librespot-go daemon starting...
Mar 09 17:36:46 volumio---azienka go-librespot[9514]: time="2025-03-09T17:36:46+01:00" level=info msg="generated new device id: 7b2a25c485272dde985f5a65f685eb851334ddfa"
Mar 09 17:36:46 volumio---azienka go-librespot[9514]: time="2025-03-09T17:36:46+01:00" level=debug msg="stored credentials found for zlg59zlz62tn6yydngvx10gip"
Mar 09 17:36:47 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:47 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786745.
Mar 09 17:36:47 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:47 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:48 volumio---azienka volumiologrotate[607]: ls: cannot access '/var/log/samba/log.wb-VOLUMIO': No such file or directory
Mar 09 17:36:48 volumio---azienka volumiologrotate[607]: ls: cannot access '-': No such file or directory
Mar 09 17:36:48 volumio---azienka volumiologrotate[607]: ls: cannot access 'ĹAZIENKA': No such file or directory
Mar 09 17:36:49 volumio---azienka python3[9522]: 2025-03-09 17:36:49.127|I|nuki.py:169|Start scanning
Mar 09 17:36:49 volumio---azienka python3[9522]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:49 volumio---azienka python3[9522]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:49 volumio---azienka python3[9522]: Traceback (most recent call last):
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:49 volumio---azienka python3[9522]: loop.run_until_complete(main_task)
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:49 volumio---azienka python3[9522]: return future.result()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:49 volumio---azienka python3[9522]: await runner.setup()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:49 volumio---azienka python3[9522]: self._server = await self._make_server()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:49 volumio---azienka python3[9522]: await self._app.startup()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:49 volumio---azienka python3[9522]: await self.on_startup.send(self)
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:49 volumio---azienka python3[9522]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:49 volumio---azienka python3[9522]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:49 volumio---azienka python3[9522]: await self.nuki_manager.start_scanning()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:49 volumio---azienka python3[9522]: await self._scanner.start()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:49 volumio---azienka python3[9522]: assert_reply(reply)
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:49 volumio---azienka python3[9522]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:49 volumio---azienka python3[9522]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:49 volumio---azienka python3[9522]: Traceback (most recent call last):
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:49 volumio---azienka python3[9522]: "__main__", mod_spec)
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:49 volumio---azienka python3[9522]: exec(code, run_globals)
Mar 09 17:36:49 volumio---azienka python3[9522]: File "./__main__.py", line 310, in
Mar 09 17:36:49 volumio---azienka python3[9522]: web_server.start()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "./__main__.py", line 57, in start
Mar 09 17:36:49 volumio---azienka python3[9522]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:49 volumio---azienka python3[9522]: loop.run_until_complete(main_task)
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:49 volumio---azienka python3[9522]: return future.result()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:49 volumio---azienka python3[9522]: await runner.setup()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:49 volumio---azienka python3[9522]: self._server = await self._make_server()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:49 volumio---azienka python3[9522]: await self._app.startup()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:49 volumio---azienka python3[9522]: await self.on_startup.send(self)
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:49 volumio---azienka python3[9522]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:49 volumio---azienka python3[9522]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:49 volumio---azienka python3[9522]: await self.nuki_manager.start_scanning()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:49 volumio---azienka python3[9522]: await self._scanner.start()
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:49 volumio---azienka python3[9522]: assert_reply(reply)
Mar 09 17:36:49 volumio---azienka python3[9522]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:49 volumio---azienka python3[9522]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:49 volumio---azienka python3[9522]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:49 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:49 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:50 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:50 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786746.
Mar 09 17:36:50 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:50 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:52 volumio---azienka python3[9587]: 2025-03-09 17:36:52.073|I|nuki.py:169|Start scanning
Mar 09 17:36:52 volumio---azienka python3[9587]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:52 volumio---azienka python3[9587]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:52 volumio---azienka python3[9587]: Traceback (most recent call last):
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:52 volumio---azienka python3[9587]: loop.run_until_complete(main_task)
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:52 volumio---azienka python3[9587]: return future.result()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:52 volumio---azienka python3[9587]: await runner.setup()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:52 volumio---azienka python3[9587]: self._server = await self._make_server()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:52 volumio---azienka python3[9587]: await self._app.startup()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:52 volumio---azienka python3[9587]: await self.on_startup.send(self)
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:52 volumio---azienka python3[9587]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:52 volumio---azienka python3[9587]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:52 volumio---azienka python3[9587]: await self.nuki_manager.start_scanning()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:52 volumio---azienka python3[9587]: await self._scanner.start()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:52 volumio---azienka python3[9587]: assert_reply(reply)
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:52 volumio---azienka python3[9587]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:52 volumio---azienka python3[9587]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:52 volumio---azienka python3[9587]: Traceback (most recent call last):
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:52 volumio---azienka python3[9587]: "__main__", mod_spec)
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:52 volumio---azienka python3[9587]: exec(code, run_globals)
Mar 09 17:36:52 volumio---azienka python3[9587]: File "./__main__.py", line 310, in
Mar 09 17:36:52 volumio---azienka python3[9587]: web_server.start()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "./__main__.py", line 57, in start
Mar 09 17:36:52 volumio---azienka python3[9587]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:52 volumio---azienka python3[9587]: loop.run_until_complete(main_task)
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:52 volumio---azienka python3[9587]: return future.result()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:52 volumio---azienka python3[9587]: await runner.setup()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:52 volumio---azienka python3[9587]: self._server = await self._make_server()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:52 volumio---azienka python3[9587]: await self._app.startup()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:52 volumio---azienka python3[9587]: await self.on_startup.send(self)
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:52 volumio---azienka python3[9587]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:52 volumio---azienka python3[9587]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:52 volumio---azienka python3[9587]: await self.nuki_manager.start_scanning()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:52 volumio---azienka python3[9587]: await self._scanner.start()
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:52 volumio---azienka python3[9587]: assert_reply(reply)
Mar 09 17:36:52 volumio---azienka python3[9587]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:52 volumio---azienka python3[9587]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:52 volumio---azienka python3[9587]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:52 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:52 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:53 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:53 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786747.
Mar 09 17:36:53 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:53 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:55 volumio---azienka python3[9591]: 2025-03-09 17:36:55.113|I|nuki.py:169|Start scanning
Mar 09 17:36:55 volumio---azienka python3[9591]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:55 volumio---azienka python3[9591]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:55 volumio---azienka python3[9591]: Traceback (most recent call last):
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:55 volumio---azienka python3[9591]: loop.run_until_complete(main_task)
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:55 volumio---azienka python3[9591]: return future.result()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:55 volumio---azienka python3[9591]: await runner.setup()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:55 volumio---azienka python3[9591]: self._server = await self._make_server()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:55 volumio---azienka python3[9591]: await self._app.startup()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:55 volumio---azienka python3[9591]: await self.on_startup.send(self)
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:55 volumio---azienka python3[9591]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:55 volumio---azienka python3[9591]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:55 volumio---azienka python3[9591]: await self.nuki_manager.start_scanning()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:55 volumio---azienka python3[9591]: await self._scanner.start()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:55 volumio---azienka python3[9591]: assert_reply(reply)
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:55 volumio---azienka python3[9591]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:55 volumio---azienka python3[9591]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:55 volumio---azienka python3[9591]: Traceback (most recent call last):
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:55 volumio---azienka python3[9591]: "__main__", mod_spec)
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:55 volumio---azienka python3[9591]: exec(code, run_globals)
Mar 09 17:36:55 volumio---azienka python3[9591]: File "./__main__.py", line 310, in
Mar 09 17:36:55 volumio---azienka python3[9591]: web_server.start()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "./__main__.py", line 57, in start
Mar 09 17:36:55 volumio---azienka python3[9591]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:55 volumio---azienka python3[9591]: loop.run_until_complete(main_task)
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:55 volumio---azienka python3[9591]: return future.result()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:55 volumio---azienka python3[9591]: await runner.setup()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:55 volumio---azienka python3[9591]: self._server = await self._make_server()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:55 volumio---azienka python3[9591]: await self._app.startup()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:55 volumio---azienka python3[9591]: await self.on_startup.send(self)
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:55 volumio---azienka python3[9591]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:55 volumio---azienka python3[9591]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:55 volumio---azienka python3[9591]: await self.nuki_manager.start_scanning()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:55 volumio---azienka python3[9591]: await self._scanner.start()
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:55 volumio---azienka python3[9591]: assert_reply(reply)
Mar 09 17:36:55 volumio---azienka python3[9591]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:55 volumio---azienka python3[9591]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:55 volumio---azienka python3[9591]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:55 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:55 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:56 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:56 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786748.
Mar 09 17:36:56 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:56 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:36:58 volumio---azienka python3[9595]: 2025-03-09 17:36:58.108|I|nuki.py:169|Start scanning
Mar 09 17:36:58 volumio---azienka python3[9595]: unhandled exception during asyncio.run() shutdown
Mar 09 17:36:58 volumio---azienka python3[9595]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:36:58 volumio---azienka python3[9595]: Traceback (most recent call last):
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:58 volumio---azienka python3[9595]: loop.run_until_complete(main_task)
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:58 volumio---azienka python3[9595]: return future.result()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:58 volumio---azienka python3[9595]: await runner.setup()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:58 volumio---azienka python3[9595]: self._server = await self._make_server()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:58 volumio---azienka python3[9595]: await self._app.startup()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:58 volumio---azienka python3[9595]: await self.on_startup.send(self)
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:58 volumio---azienka python3[9595]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:58 volumio---azienka python3[9595]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:58 volumio---azienka python3[9595]: await self.nuki_manager.start_scanning()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:58 volumio---azienka python3[9595]: await self._scanner.start()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:58 volumio---azienka python3[9595]: assert_reply(reply)
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:58 volumio---azienka python3[9595]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:58 volumio---azienka python3[9595]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:58 volumio---azienka python3[9595]: Traceback (most recent call last):
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:36:58 volumio---azienka python3[9595]: "__main__", mod_spec)
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:36:58 volumio---azienka python3[9595]: exec(code, run_globals)
Mar 09 17:36:58 volumio---azienka python3[9595]: File "./__main__.py", line 310, in
Mar 09 17:36:58 volumio---azienka python3[9595]: web_server.start()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "./__main__.py", line 57, in start
Mar 09 17:36:58 volumio---azienka python3[9595]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:36:58 volumio---azienka python3[9595]: loop.run_until_complete(main_task)
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:36:58 volumio---azienka python3[9595]: return future.result()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:36:58 volumio---azienka python3[9595]: await runner.setup()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:36:58 volumio---azienka python3[9595]: self._server = await self._make_server()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:36:58 volumio---azienka python3[9595]: await self._app.startup()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:36:58 volumio---azienka python3[9595]: await self.on_startup.send(self)
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:36:58 volumio---azienka python3[9595]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:36:58 volumio---azienka python3[9595]: File "./__main__.py", line 98, in _startup
Mar 09 17:36:58 volumio---azienka python3[9595]: await self.nuki_manager.start_scanning()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:36:58 volumio---azienka python3[9595]: await self._scanner.start()
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:36:58 volumio---azienka python3[9595]: assert_reply(reply)
Mar 09 17:36:58 volumio---azienka python3[9595]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:36:58 volumio---azienka python3[9595]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:36:58 volumio---azienka python3[9595]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:36:58 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:36:58 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:36:59 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:36:59 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786749.
Mar 09 17:36:59 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:36:59 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:01 volumio---azienka ntpd[9462]: error resolving pool 0.debian.pool.ntp.org: System error (-11)
Mar 09 17:37:01 volumio---azienka python3[9613]: 2025-03-09 17:37:01.079|I|nuki.py:169|Start scanning
Mar 09 17:37:01 volumio---azienka python3[9613]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:01 volumio---azienka python3[9613]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:01 volumio---azienka python3[9613]: Traceback (most recent call last):
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:01 volumio---azienka python3[9613]: loop.run_until_complete(main_task)
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:01 volumio---azienka python3[9613]: return future.result()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:01 volumio---azienka python3[9613]: await runner.setup()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:01 volumio---azienka python3[9613]: self._server = await self._make_server()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:01 volumio---azienka python3[9613]: await self._app.startup()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:01 volumio---azienka python3[9613]: await self.on_startup.send(self)
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:01 volumio---azienka python3[9613]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:01 volumio---azienka python3[9613]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:01 volumio---azienka python3[9613]: await self.nuki_manager.start_scanning()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:01 volumio---azienka python3[9613]: await self._scanner.start()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:01 volumio---azienka python3[9613]: assert_reply(reply)
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:01 volumio---azienka python3[9613]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:01 volumio---azienka python3[9613]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:01 volumio---azienka python3[9613]: Traceback (most recent call last):
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:01 volumio---azienka python3[9613]: "__main__", mod_spec)
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:01 volumio---azienka python3[9613]: exec(code, run_globals)
Mar 09 17:37:01 volumio---azienka python3[9613]: File "./__main__.py", line 310, in
Mar 09 17:37:01 volumio---azienka python3[9613]: web_server.start()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "./__main__.py", line 57, in start
Mar 09 17:37:01 volumio---azienka python3[9613]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:01 volumio---azienka python3[9613]: loop.run_until_complete(main_task)
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:01 volumio---azienka python3[9613]: return future.result()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:01 volumio---azienka python3[9613]: await runner.setup()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:01 volumio---azienka python3[9613]: self._server = await self._make_server()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:01 volumio---azienka python3[9613]: await self._app.startup()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:01 volumio---azienka python3[9613]: await self.on_startup.send(self)
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:01 volumio---azienka python3[9613]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:01 volumio---azienka python3[9613]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:01 volumio---azienka python3[9613]: await self.nuki_manager.start_scanning()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:01 volumio---azienka python3[9613]: await self._scanner.start()
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:01 volumio---azienka python3[9613]: assert_reply(reply)
Mar 09 17:37:01 volumio---azienka python3[9613]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:01 volumio---azienka python3[9613]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:01 volumio---azienka python3[9613]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:01 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:01 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:02 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:02 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786750.
Mar 09 17:37:02 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:02 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:04 volumio---azienka python3[9620]: 2025-03-09 17:37:04.072|I|nuki.py:169|Start scanning
Mar 09 17:37:04 volumio---azienka python3[9620]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:04 volumio---azienka python3[9620]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:04 volumio---azienka python3[9620]: Traceback (most recent call last):
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:04 volumio---azienka python3[9620]: loop.run_until_complete(main_task)
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:04 volumio---azienka python3[9620]: return future.result()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:04 volumio---azienka python3[9620]: await runner.setup()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:04 volumio---azienka python3[9620]: self._server = await self._make_server()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:04 volumio---azienka python3[9620]: await self._app.startup()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:04 volumio---azienka python3[9620]: await self.on_startup.send(self)
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:04 volumio---azienka python3[9620]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:04 volumio---azienka python3[9620]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:04 volumio---azienka python3[9620]: await self.nuki_manager.start_scanning()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:04 volumio---azienka python3[9620]: await self._scanner.start()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:04 volumio---azienka python3[9620]: assert_reply(reply)
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:04 volumio---azienka python3[9620]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:04 volumio---azienka python3[9620]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:04 volumio---azienka volumio[1014]: info: Discovery: adding b2aff2cc-713e-456e-a181-729d9a918028
Mar 09 17:37:04 volumio---azienka volumio[1014]: info: Discovery: Found device Volumio - Ĺazienka
Mar 09 17:37:04 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:04 volumio---azienka python3[9620]: Traceback (most recent call last):
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:04 volumio---azienka python3[9620]: "__main__", mod_spec)
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:04 volumio---azienka python3[9620]: exec(code, run_globals)
Mar 09 17:37:04 volumio---azienka python3[9620]: File "./__main__.py", line 310, in
Mar 09 17:37:04 volumio---azienka python3[9620]: web_server.start()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "./__main__.py", line 57, in start
Mar 09 17:37:04 volumio---azienka python3[9620]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:04 volumio---azienka python3[9620]: loop.run_until_complete(main_task)
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:04 volumio---azienka python3[9620]: return future.result()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:04 volumio---azienka python3[9620]: await runner.setup()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:04 volumio---azienka python3[9620]: self._server = await self._make_server()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:04 volumio---azienka python3[9620]: await self._app.startup()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:04 volumio---azienka python3[9620]: await self.on_startup.send(self)
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:04 volumio---azienka python3[9620]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:04 volumio---azienka python3[9620]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:04 volumio---azienka python3[9620]: await self.nuki_manager.start_scanning()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:04 volumio---azienka python3[9620]: await self._scanner.start()
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:04 volumio---azienka python3[9620]: assert_reply(reply)
Mar 09 17:37:04 volumio---azienka python3[9620]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:04 volumio---azienka python3[9620]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:04 volumio---azienka python3[9620]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:04 volumio---azienka go-librespot[9514]: time="2025-03-09T17:37:04+01:00" level=debug msg="new websocket client"
Mar 09 17:37:04 volumio---azienka volumio[1014]: info: Connection to go-librespot Websocket established
Mar 09 17:37:04 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:04 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:05 volumio---azienka volumio[1014]: info: Discovery: adding 54a058c6-632a-4a9f-9994-fce2b8301ca9
Mar 09 17:37:05 volumio---azienka volumio[1014]: info: Discovery: Found device Volumio-kuchnia
Mar 09 17:37:05 volumio---azienka volumio[1014]: info: Discovery: Connecting to remote: 192.168.0.108
Mar 09 17:37:05 volumio---azienka volumio[1014]: info: Discovery: Connected to remote: 192.168.0.108
Mar 09 17:37:05 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:05 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786751.
Mar 09 17:37:05 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:05 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:07 volumio---azienka python3[9624]: 2025-03-09 17:37:07.095|I|nuki.py:169|Start scanning
Mar 09 17:37:07 volumio---azienka volumio[1014]: info: Getting Spotify volume
Mar 09 17:37:07 volumio---azienka python3[9624]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:07 volumio---azienka python3[9624]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:07 volumio---azienka python3[9624]: Traceback (most recent call last):
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:07 volumio---azienka python3[9624]: loop.run_until_complete(main_task)
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:07 volumio---azienka python3[9624]: return future.result()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:07 volumio---azienka python3[9624]: await runner.setup()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:07 volumio---azienka python3[9624]: self._server = await self._make_server()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:07 volumio---azienka python3[9624]: await self._app.startup()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:07 volumio---azienka python3[9624]: await self.on_startup.send(self)
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:07 volumio---azienka python3[9624]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:07 volumio---azienka python3[9624]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:07 volumio---azienka python3[9624]: await self.nuki_manager.start_scanning()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:07 volumio---azienka python3[9624]: await self._scanner.start()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:07 volumio---azienka python3[9624]: assert_reply(reply)
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:07 volumio---azienka python3[9624]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:07 volumio---azienka python3[9624]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:07 volumio---azienka python3[9624]: Traceback (most recent call last):
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:07 volumio---azienka python3[9624]: "__main__", mod_spec)
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:07 volumio---azienka python3[9624]: exec(code, run_globals)
Mar 09 17:37:07 volumio---azienka python3[9624]: File "./__main__.py", line 310, in
Mar 09 17:37:07 volumio---azienka python3[9624]: web_server.start()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "./__main__.py", line 57, in start
Mar 09 17:37:07 volumio---azienka python3[9624]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:07 volumio---azienka python3[9624]: loop.run_until_complete(main_task)
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:07 volumio---azienka python3[9624]: return future.result()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:07 volumio---azienka python3[9624]: await runner.setup()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:07 volumio---azienka python3[9624]: self._server = await self._make_server()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:07 volumio---azienka python3[9624]: await self._app.startup()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:07 volumio---azienka python3[9624]: await self.on_startup.send(self)
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:07 volumio---azienka python3[9624]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:07 volumio---azienka python3[9624]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:07 volumio---azienka python3[9624]: await self.nuki_manager.start_scanning()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:07 volumio---azienka python3[9624]: await self._scanner.start()
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:07 volumio---azienka python3[9624]: assert_reply(reply)
Mar 09 17:37:07 volumio---azienka python3[9624]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:07 volumio---azienka python3[9624]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:07 volumio---azienka python3[9624]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:07 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:07 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:08 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:08 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786752.
Mar 09 17:37:08 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:08 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:08 volumio---azienka go-librespot[9514]: time="2025-03-09T17:37:08+01:00" level=fatal msg="failed running with username and spotify token" error="failed obtaining client token: failed requesting clienttoken: Post \"https://clienttoken.spotify.com/v1/clienttoken\": dial tcp: lookup clienttoken.spotify.com: device or resource busy"
Mar 09 17:37:08 volumio---azienka systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:08 volumio---azienka systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Mar 09 17:37:08 volumio---azienka volumio[1014]: (node:1014) UnhandledPromiseRejectionWarning: Error: socket hang up
Mar 09 17:37:08 volumio---azienka volumio[1014]: at connResetException (internal/errors.js:607:14)
Mar 09 17:37:08 volumio---azienka volumio[1014]: at Socket.socketOnEnd (_http_client.js:493:23)
Mar 09 17:37:08 volumio---azienka volumio[1014]: at Socket.emit (events.js:327:22)
Mar 09 17:37:08 volumio---azienka volumio[1014]: at endReadableNT (internal/streams/readable.js:1327:12)
Mar 09 17:37:08 volumio---azienka volumio[1014]: at processTicksAndRejections (internal/process/task_queues.js:80:21)
Mar 09 17:37:08 volumio---azienka volumio[1014]: (node:1014) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 29949)
Mar 09 17:37:08 volumio---azienka volumio[1014]: info: Connection to go-librespot Websocket closed
Mar 09 17:37:10 volumio---azienka python3[9628]: 2025-03-09 17:37:10.097|I|nuki.py:169|Start scanning
Mar 09 17:37:10 volumio---azienka python3[9628]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:10 volumio---azienka python3[9628]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:10 volumio---azienka python3[9628]: Traceback (most recent call last):
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:10 volumio---azienka python3[9628]: loop.run_until_complete(main_task)
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:10 volumio---azienka python3[9628]: return future.result()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:10 volumio---azienka python3[9628]: await runner.setup()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:10 volumio---azienka python3[9628]: self._server = await self._make_server()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:10 volumio---azienka python3[9628]: await self._app.startup()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:10 volumio---azienka python3[9628]: await self.on_startup.send(self)
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:10 volumio---azienka python3[9628]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:10 volumio---azienka python3[9628]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:10 volumio---azienka python3[9628]: await self.nuki_manager.start_scanning()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:10 volumio---azienka python3[9628]: await self._scanner.start()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:10 volumio---azienka python3[9628]: assert_reply(reply)
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:10 volumio---azienka python3[9628]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:10 volumio---azienka python3[9628]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:10 volumio---azienka python3[9628]: Traceback (most recent call last):
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:10 volumio---azienka python3[9628]: "__main__", mod_spec)
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:10 volumio---azienka python3[9628]: exec(code, run_globals)
Mar 09 17:37:10 volumio---azienka python3[9628]: File "./__main__.py", line 310, in
Mar 09 17:37:10 volumio---azienka python3[9628]: web_server.start()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "./__main__.py", line 57, in start
Mar 09 17:37:10 volumio---azienka python3[9628]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:10 volumio---azienka python3[9628]: loop.run_until_complete(main_task)
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:10 volumio---azienka python3[9628]: return future.result()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:10 volumio---azienka python3[9628]: await runner.setup()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:10 volumio---azienka python3[9628]: self._server = await self._make_server()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:10 volumio---azienka python3[9628]: await self._app.startup()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:10 volumio---azienka python3[9628]: await self.on_startup.send(self)
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:10 volumio---azienka python3[9628]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:10 volumio---azienka python3[9628]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:10 volumio---azienka python3[9628]: await self.nuki_manager.start_scanning()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:10 volumio---azienka python3[9628]: await self._scanner.start()
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:10 volumio---azienka python3[9628]: assert_reply(reply)
Mar 09 17:37:10 volumio---azienka python3[9628]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:10 volumio---azienka python3[9628]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:10 volumio---azienka python3[9628]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:10 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:10 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:11 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:11 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786753.
Mar 09 17:37:11 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:11 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:11 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:37:11 volumio---azienka systemd[1]: go-librespot-daemon.service: Service RestartSec=3s expired, scheduling restart.
Mar 09 17:37:11 volumio---azienka systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 414.
Mar 09 17:37:11 volumio---azienka systemd[1]: Stopped go-librespot Daemon.
Mar 09 17:37:12 volumio---azienka systemd[1]: Started go-librespot Daemon.
Mar 09 17:37:12 volumio---azienka go-librespot[9650]: Librespot-go daemon starting...
Mar 09 17:37:12 volumio---azienka go-librespot[9650]: time="2025-03-09T17:37:12+01:00" level=info msg="generated new device id: 38704b0916397e640778c517e077e7f21f579adc"
Mar 09 17:37:12 volumio---azienka go-librespot[9650]: time="2025-03-09T17:37:12+01:00" level=debug msg="stored credentials found for zlg59zlz62tn6yydngvx10gip"
Mar 09 17:37:13 volumio---azienka python3[9649]: 2025-03-09 17:37:13.103|I|nuki.py:169|Start scanning
Mar 09 17:37:13 volumio---azienka python3[9649]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:13 volumio---azienka python3[9649]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:13 volumio---azienka python3[9649]: Traceback (most recent call last):
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:13 volumio---azienka python3[9649]: loop.run_until_complete(main_task)
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:13 volumio---azienka python3[9649]: return future.result()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:13 volumio---azienka python3[9649]: await runner.setup()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:13 volumio---azienka python3[9649]: self._server = await self._make_server()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:13 volumio---azienka python3[9649]: await self._app.startup()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:13 volumio---azienka python3[9649]: await self.on_startup.send(self)
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:13 volumio---azienka python3[9649]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:13 volumio---azienka python3[9649]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:13 volumio---azienka python3[9649]: await self.nuki_manager.start_scanning()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:13 volumio---azienka python3[9649]: await self._scanner.start()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:13 volumio---azienka python3[9649]: assert_reply(reply)
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:13 volumio---azienka python3[9649]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:13 volumio---azienka python3[9649]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:13 volumio---azienka python3[9649]: Traceback (most recent call last):
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:13 volumio---azienka python3[9649]: "__main__", mod_spec)
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:13 volumio---azienka python3[9649]: exec(code, run_globals)
Mar 09 17:37:13 volumio---azienka python3[9649]: File "./__main__.py", line 310, in
Mar 09 17:37:13 volumio---azienka python3[9649]: web_server.start()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "./__main__.py", line 57, in start
Mar 09 17:37:13 volumio---azienka python3[9649]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:13 volumio---azienka python3[9649]: loop.run_until_complete(main_task)
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:13 volumio---azienka python3[9649]: return future.result()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:13 volumio---azienka python3[9649]: await runner.setup()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:13 volumio---azienka python3[9649]: self._server = await self._make_server()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:13 volumio---azienka python3[9649]: await self._app.startup()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:13 volumio---azienka python3[9649]: await self.on_startup.send(self)
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:13 volumio---azienka python3[9649]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:13 volumio---azienka python3[9649]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:13 volumio---azienka python3[9649]: await self.nuki_manager.start_scanning()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:13 volumio---azienka python3[9649]: await self._scanner.start()
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:13 volumio---azienka python3[9649]: assert_reply(reply)
Mar 09 17:37:13 volumio---azienka python3[9649]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:13 volumio---azienka python3[9649]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:13 volumio---azienka python3[9649]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:13 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:13 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:14 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:14 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786754.
Mar 09 17:37:14 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:14 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:16 volumio---azienka python3[9660]: 2025-03-09 17:37:16.078|I|nuki.py:169|Start scanning
Mar 09 17:37:16 volumio---azienka python3[9660]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:16 volumio---azienka python3[9660]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:16 volumio---azienka python3[9660]: Traceback (most recent call last):
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:16 volumio---azienka python3[9660]: loop.run_until_complete(main_task)
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:16 volumio---azienka python3[9660]: return future.result()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:16 volumio---azienka python3[9660]: await runner.setup()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:16 volumio---azienka python3[9660]: self._server = await self._make_server()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:16 volumio---azienka python3[9660]: await self._app.startup()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:16 volumio---azienka python3[9660]: await self.on_startup.send(self)
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:16 volumio---azienka python3[9660]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:16 volumio---azienka python3[9660]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:16 volumio---azienka python3[9660]: await self.nuki_manager.start_scanning()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:16 volumio---azienka python3[9660]: await self._scanner.start()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:16 volumio---azienka python3[9660]: assert_reply(reply)
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:16 volumio---azienka python3[9660]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:16 volumio---azienka python3[9660]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:16 volumio---azienka python3[9660]: Traceback (most recent call last):
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:16 volumio---azienka python3[9660]: "__main__", mod_spec)
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:16 volumio---azienka python3[9660]: exec(code, run_globals)
Mar 09 17:37:16 volumio---azienka python3[9660]: File "./__main__.py", line 310, in
Mar 09 17:37:16 volumio---azienka python3[9660]: web_server.start()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "./__main__.py", line 57, in start
Mar 09 17:37:16 volumio---azienka python3[9660]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:16 volumio---azienka python3[9660]: loop.run_until_complete(main_task)
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:16 volumio---azienka python3[9660]: return future.result()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:16 volumio---azienka python3[9660]: await runner.setup()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:16 volumio---azienka python3[9660]: self._server = await self._make_server()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:16 volumio---azienka python3[9660]: await self._app.startup()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:16 volumio---azienka python3[9660]: await self.on_startup.send(self)
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:16 volumio---azienka python3[9660]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:16 volumio---azienka python3[9660]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:16 volumio---azienka python3[9660]: await self.nuki_manager.start_scanning()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:16 volumio---azienka python3[9660]: await self._scanner.start()
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:16 volumio---azienka python3[9660]: assert_reply(reply)
Mar 09 17:37:16 volumio---azienka python3[9660]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:16 volumio---azienka python3[9660]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:16 volumio---azienka python3[9660]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:16 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:16 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:17 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:17 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786755.
Mar 09 17:37:17 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:17 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:19 volumio---azienka python3[9669]: 2025-03-09 17:37:19.091|I|nuki.py:169|Start scanning
Mar 09 17:37:19 volumio---azienka python3[9669]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:19 volumio---azienka python3[9669]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:19 volumio---azienka python3[9669]: Traceback (most recent call last):
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:19 volumio---azienka python3[9669]: loop.run_until_complete(main_task)
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:19 volumio---azienka python3[9669]: return future.result()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:19 volumio---azienka python3[9669]: await runner.setup()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:19 volumio---azienka python3[9669]: self._server = await self._make_server()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:19 volumio---azienka python3[9669]: await self._app.startup()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:19 volumio---azienka python3[9669]: await self.on_startup.send(self)
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:19 volumio---azienka python3[9669]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:19 volumio---azienka python3[9669]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:19 volumio---azienka python3[9669]: await self.nuki_manager.start_scanning()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:19 volumio---azienka python3[9669]: await self._scanner.start()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:19 volumio---azienka python3[9669]: assert_reply(reply)
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:19 volumio---azienka python3[9669]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:19 volumio---azienka python3[9669]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:19 volumio---azienka python3[9669]: Traceback (most recent call last):
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:19 volumio---azienka python3[9669]: "__main__", mod_spec)
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:19 volumio---azienka python3[9669]: exec(code, run_globals)
Mar 09 17:37:19 volumio---azienka python3[9669]: File "./__main__.py", line 310, in
Mar 09 17:37:19 volumio---azienka python3[9669]: web_server.start()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "./__main__.py", line 57, in start
Mar 09 17:37:19 volumio---azienka python3[9669]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:19 volumio---azienka python3[9669]: loop.run_until_complete(main_task)
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:19 volumio---azienka python3[9669]: return future.result()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:19 volumio---azienka python3[9669]: await runner.setup()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:19 volumio---azienka python3[9669]: self._server = await self._make_server()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:19 volumio---azienka python3[9669]: await self._app.startup()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:19 volumio---azienka python3[9669]: await self.on_startup.send(self)
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:19 volumio---azienka python3[9669]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:19 volumio---azienka python3[9669]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:19 volumio---azienka python3[9669]: await self.nuki_manager.start_scanning()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:19 volumio---azienka python3[9669]: await self._scanner.start()
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:19 volumio---azienka python3[9669]: assert_reply(reply)
Mar 09 17:37:19 volumio---azienka python3[9669]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:19 volumio---azienka python3[9669]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:19 volumio---azienka python3[9669]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:19 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:19 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:20 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:20 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786756.
Mar 09 17:37:20 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:20 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:22 volumio---azienka python3[9690]: 2025-03-09 17:37:22.078|I|nuki.py:169|Start scanning
Mar 09 17:37:22 volumio---azienka python3[9690]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:22 volumio---azienka python3[9690]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:22 volumio---azienka python3[9690]: Traceback (most recent call last):
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:22 volumio---azienka python3[9690]: loop.run_until_complete(main_task)
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:22 volumio---azienka python3[9690]: return future.result()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:22 volumio---azienka python3[9690]: await runner.setup()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:22 volumio---azienka python3[9690]: self._server = await self._make_server()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:22 volumio---azienka python3[9690]: await self._app.startup()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:22 volumio---azienka python3[9690]: await self.on_startup.send(self)
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:22 volumio---azienka python3[9690]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:22 volumio---azienka python3[9690]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:22 volumio---azienka python3[9690]: await self.nuki_manager.start_scanning()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:22 volumio---azienka python3[9690]: await self._scanner.start()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:22 volumio---azienka python3[9690]: assert_reply(reply)
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:22 volumio---azienka python3[9690]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:22 volumio---azienka python3[9690]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:22 volumio---azienka python3[9690]: Traceback (most recent call last):
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:22 volumio---azienka python3[9690]: "__main__", mod_spec)
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:22 volumio---azienka python3[9690]: exec(code, run_globals)
Mar 09 17:37:22 volumio---azienka python3[9690]: File "./__main__.py", line 310, in
Mar 09 17:37:22 volumio---azienka python3[9690]: web_server.start()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "./__main__.py", line 57, in start
Mar 09 17:37:22 volumio---azienka python3[9690]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:22 volumio---azienka python3[9690]: loop.run_until_complete(main_task)
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:22 volumio---azienka python3[9690]: return future.result()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:22 volumio---azienka python3[9690]: await runner.setup()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:22 volumio---azienka python3[9690]: self._server = await self._make_server()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:22 volumio---azienka python3[9690]: await self._app.startup()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:22 volumio---azienka python3[9690]: await self.on_startup.send(self)
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:22 volumio---azienka python3[9690]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:22 volumio---azienka python3[9690]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:22 volumio---azienka python3[9690]: await self.nuki_manager.start_scanning()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:22 volumio---azienka python3[9690]: await self._scanner.start()
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:22 volumio---azienka python3[9690]: assert_reply(reply)
Mar 09 17:37:22 volumio---azienka python3[9690]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:22 volumio---azienka python3[9690]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:22 volumio---azienka python3[9690]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:22 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:22 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:22 volumio---azienka sudo[9665]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig eth0
Mar 09 17:37:22 volumio---azienka sudo[9665]: pam_unix(sudo:session): session opened for user root by (uid=0)
Mar 09 17:37:22 volumio---azienka sudo[9665]: pam_unix(sudo:session): session closed for user root
Mar 09 17:37:22 volumio---azienka sudo[9668]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0
Mar 09 17:37:22 volumio---azienka sudo[9668]: pam_unix(sudo:session): session opened for user root by (uid=0)
Mar 09 17:37:22 volumio---azienka sudo[9668]: pam_unix(sudo:session): session closed for user root
Mar 09 17:37:22 volumio---azienka volumio[1014]: verbose: New Socket.io Connection to 192.168.0.162 from 192.168.0.61 UA: Mozilla/5.0 (Linux; Android 8.0.0; AGS2-L09 Build/HUAWEIAGS2-L09; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/133.0.6943.137 Safari/537.36 Engine version: 3 Transport: polling Total Clients: 6
Mar 09 17:37:23 volumio---azienka ntpd[9462]: error resolving pool 1.debian.pool.ntp.org: System error (-11)
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getAutoUpdateCheckEnabled
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetVisibleSources
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: my_music , getDisabledSources
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: metavolumio , getInfinityPlayback
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: multiroom , getMultiroom
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: Received Get System Info
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: Discovery: Getting this device information
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: Listing playlists
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: appearance , getUiSettings
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: system , getPrivacySettings
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::getUIConfigOnPlugin
Mar 09 17:37:23 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:23 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786757.
Mar 09 17:37:23 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:23 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: Received Get System Info
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: Discovery: Getting this device information
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:23 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioToken
Mar 09 17:37:24 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: wizard , getOnboardingWizard
Mar 09 17:37:25 volumio---azienka python3[9697]: 2025-03-09 17:37:25.137|I|nuki.py:169|Start scanning
Mar 09 17:37:25 volumio---azienka python3[9697]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:25 volumio---azienka python3[9697]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:25 volumio---azienka python3[9697]: Traceback (most recent call last):
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:25 volumio---azienka python3[9697]: loop.run_until_complete(main_task)
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:25 volumio---azienka python3[9697]: return future.result()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:25 volumio---azienka python3[9697]: await runner.setup()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:25 volumio---azienka python3[9697]: self._server = await self._make_server()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:25 volumio---azienka python3[9697]: await self._app.startup()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:25 volumio---azienka python3[9697]: await self.on_startup.send(self)
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:25 volumio---azienka python3[9697]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:25 volumio---azienka python3[9697]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:25 volumio---azienka python3[9697]: await self.nuki_manager.start_scanning()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:25 volumio---azienka python3[9697]: await self._scanner.start()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:25 volumio---azienka python3[9697]: assert_reply(reply)
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:25 volumio---azienka python3[9697]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:25 volumio---azienka python3[9697]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:25 volumio---azienka python3[9697]: Traceback (most recent call last):
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:25 volumio---azienka python3[9697]: "__main__", mod_spec)
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:25 volumio---azienka python3[9697]: exec(code, run_globals)
Mar 09 17:37:25 volumio---azienka python3[9697]: File "./__main__.py", line 310, in
Mar 09 17:37:25 volumio---azienka python3[9697]: web_server.start()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "./__main__.py", line 57, in start
Mar 09 17:37:25 volumio---azienka python3[9697]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:25 volumio---azienka python3[9697]: loop.run_until_complete(main_task)
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:25 volumio---azienka python3[9697]: return future.result()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:25 volumio---azienka python3[9697]: await runner.setup()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:25 volumio---azienka python3[9697]: self._server = await self._make_server()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:25 volumio---azienka python3[9697]: await self._app.startup()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:25 volumio---azienka python3[9697]: await self.on_startup.send(self)
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:25 volumio---azienka python3[9697]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:25 volumio---azienka python3[9697]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:25 volumio---azienka python3[9697]: await self.nuki_manager.start_scanning()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:25 volumio---azienka python3[9697]: await self._scanner.start()
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:25 volumio---azienka python3[9697]: assert_reply(reply)
Mar 09 17:37:25 volumio---azienka python3[9697]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:25 volumio---azienka python3[9697]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:25 volumio---azienka python3[9697]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:25 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:25 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:26 volumio---azienka go-librespot[9650]: time="2025-03-09T17:37:26+01:00" level=debug msg="new websocket client"
Mar 09 17:37:26 volumio---azienka volumio[1014]: verbose: New Socket.io Connection to localhost:3000 from 127.0.0.1 UA: node-XMLHttpRequest Engine version: 3 Transport: polling Total Clients: 7
Mar 09 17:37:26 volumio---azienka volumio[1014]: info: Connection to go-librespot Websocket established
Mar 09 17:37:26 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:26 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786758.
Mar 09 17:37:26 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:26 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:27 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:27 volumio---azienka volumio[1014]: SPOTIFY: RECEIVED VOLUMIO VOLUME 57
Mar 09 17:37:28 volumio---azienka python3[9702]: 2025-03-09 17:37:28.097|I|nuki.py:169|Start scanning
Mar 09 17:37:28 volumio---azienka python3[9702]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:28 volumio---azienka python3[9702]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:28 volumio---azienka python3[9702]: Traceback (most recent call last):
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:28 volumio---azienka python3[9702]: loop.run_until_complete(main_task)
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:28 volumio---azienka python3[9702]: return future.result()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:28 volumio---azienka python3[9702]: await runner.setup()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:28 volumio---azienka python3[9702]: self._server = await self._make_server()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:28 volumio---azienka python3[9702]: await self._app.startup()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:28 volumio---azienka python3[9702]: await self.on_startup.send(self)
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:28 volumio---azienka python3[9702]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:28 volumio---azienka python3[9702]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:28 volumio---azienka python3[9702]: await self.nuki_manager.start_scanning()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:28 volumio---azienka python3[9702]: await self._scanner.start()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:28 volumio---azienka python3[9702]: assert_reply(reply)
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:28 volumio---azienka python3[9702]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:28 volumio---azienka python3[9702]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:28 volumio---azienka python3[9702]: Traceback (most recent call last):
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:28 volumio---azienka python3[9702]: "__main__", mod_spec)
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:28 volumio---azienka python3[9702]: exec(code, run_globals)
Mar 09 17:37:28 volumio---azienka python3[9702]: File "./__main__.py", line 310, in
Mar 09 17:37:28 volumio---azienka python3[9702]: web_server.start()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "./__main__.py", line 57, in start
Mar 09 17:37:28 volumio---azienka python3[9702]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:28 volumio---azienka python3[9702]: loop.run_until_complete(main_task)
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:28 volumio---azienka python3[9702]: return future.result()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:28 volumio---azienka python3[9702]: await runner.setup()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:28 volumio---azienka python3[9702]: self._server = await self._make_server()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:28 volumio---azienka python3[9702]: await self._app.startup()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:28 volumio---azienka python3[9702]: await self.on_startup.send(self)
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:28 volumio---azienka python3[9702]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:28 volumio---azienka python3[9702]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:28 volumio---azienka python3[9702]: await self.nuki_manager.start_scanning()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:28 volumio---azienka python3[9702]: await self._scanner.start()
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:28 volumio---azienka python3[9702]: assert_reply(reply)
Mar 09 17:37:28 volumio---azienka python3[9702]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:28 volumio---azienka python3[9702]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:28 volumio---azienka python3[9702]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:28 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:28 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:29 volumio---azienka volumio[1014]: info: Getting Spotify volume
Mar 09 17:37:29 volumio---azienka volumio[1014]: verbose: New Socket.io Connection to localhost:3000 from 127.0.0.1 UA: node-XMLHttpRequest Engine version: 3 Transport: polling Total Clients: 8
Mar 09 17:37:29 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:29 volumio---azienka volumio[1014]: SPOTIFY: RECEIVED VOLUMIO VOLUME 57
Mar 09 17:37:29 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:29 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786759.
Mar 09 17:37:29 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:29 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:31 volumio---azienka python3[9720]: 2025-03-09 17:37:31.092|I|nuki.py:169|Start scanning
Mar 09 17:37:31 volumio---azienka python3[9720]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:31 volumio---azienka python3[9720]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:31 volumio---azienka python3[9720]: Traceback (most recent call last):
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:31 volumio---azienka python3[9720]: loop.run_until_complete(main_task)
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:31 volumio---azienka python3[9720]: return future.result()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:31 volumio---azienka python3[9720]: await runner.setup()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:31 volumio---azienka python3[9720]: self._server = await self._make_server()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:31 volumio---azienka python3[9720]: await self._app.startup()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:31 volumio---azienka python3[9720]: await self.on_startup.send(self)
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:31 volumio---azienka python3[9720]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:31 volumio---azienka python3[9720]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:31 volumio---azienka python3[9720]: await self.nuki_manager.start_scanning()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:31 volumio---azienka python3[9720]: await self._scanner.start()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:31 volumio---azienka python3[9720]: assert_reply(reply)
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:31 volumio---azienka python3[9720]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:31 volumio---azienka python3[9720]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:31 volumio---azienka python3[9720]: Traceback (most recent call last):
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:31 volumio---azienka python3[9720]: "__main__", mod_spec)
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:31 volumio---azienka python3[9720]: exec(code, run_globals)
Mar 09 17:37:31 volumio---azienka python3[9720]: File "./__main__.py", line 310, in
Mar 09 17:37:31 volumio---azienka python3[9720]: web_server.start()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "./__main__.py", line 57, in start
Mar 09 17:37:31 volumio---azienka python3[9720]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:31 volumio---azienka python3[9720]: loop.run_until_complete(main_task)
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:31 volumio---azienka python3[9720]: return future.result()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:31 volumio---azienka python3[9720]: await runner.setup()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:31 volumio---azienka python3[9720]: self._server = await self._make_server()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:31 volumio---azienka python3[9720]: await self._app.startup()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:31 volumio---azienka python3[9720]: await self.on_startup.send(self)
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:31 volumio---azienka python3[9720]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:31 volumio---azienka python3[9720]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:31 volumio---azienka python3[9720]: await self.nuki_manager.start_scanning()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:31 volumio---azienka python3[9720]: await self._scanner.start()
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:31 volumio---azienka python3[9720]: assert_reply(reply)
Mar 09 17:37:31 volumio---azienka python3[9720]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:31 volumio---azienka python3[9720]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:31 volumio---azienka python3[9720]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:31 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:31 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:32 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:32 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786760.
Mar 09 17:37:32 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:32 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: appearance , isLatestTOSAccepted
Mar 09 17:37:32 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:34 volumio---azienka python3[9728]: 2025-03-09 17:37:34.102|I|nuki.py:169|Start scanning
Mar 09 17:37:34 volumio---azienka python3[9728]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:34 volumio---azienka python3[9728]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:34 volumio---azienka python3[9728]: Traceback (most recent call last):
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:34 volumio---azienka python3[9728]: loop.run_until_complete(main_task)
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:34 volumio---azienka python3[9728]: return future.result()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:34 volumio---azienka python3[9728]: await runner.setup()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:34 volumio---azienka python3[9728]: self._server = await self._make_server()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:34 volumio---azienka python3[9728]: await self._app.startup()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:34 volumio---azienka python3[9728]: await self.on_startup.send(self)
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:34 volumio---azienka python3[9728]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:34 volumio---azienka python3[9728]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:34 volumio---azienka python3[9728]: await self.nuki_manager.start_scanning()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:34 volumio---azienka python3[9728]: await self._scanner.start()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:34 volumio---azienka python3[9728]: assert_reply(reply)
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:34 volumio---azienka python3[9728]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:34 volumio---azienka python3[9728]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:34 volumio---azienka go-librespot[9650]: time="2025-03-09T17:37:34+01:00" level=fatal msg="failed running with username and spotify token" error="failed obtaining client token: failed requesting clienttoken: Post \"https://clienttoken.spotify.com/v1/clienttoken\": dial tcp: lookup clienttoken.spotify.com: device or resource busy"
Mar 09 17:37:34 volumio---azienka python3[9728]: Traceback (most recent call last):
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:34 volumio---azienka python3[9728]: "__main__", mod_spec)
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:34 volumio---azienka python3[9728]: exec(code, run_globals)
Mar 09 17:37:34 volumio---azienka python3[9728]: File "./__main__.py", line 310, in
Mar 09 17:37:34 volumio---azienka python3[9728]: web_server.start()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "./__main__.py", line 57, in start
Mar 09 17:37:34 volumio---azienka python3[9728]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:34 volumio---azienka python3[9728]: loop.run_until_complete(main_task)
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:34 volumio---azienka python3[9728]: return future.result()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:34 volumio---azienka python3[9728]: await runner.setup()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:34 volumio---azienka python3[9728]: self._server = await self._make_server()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:34 volumio---azienka python3[9728]: await self._app.startup()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:34 volumio---azienka python3[9728]: await self.on_startup.send(self)
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:34 volumio---azienka python3[9728]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:34 volumio---azienka python3[9728]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:34 volumio---azienka python3[9728]: await self.nuki_manager.start_scanning()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:34 volumio---azienka python3[9728]: await self._scanner.start()
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:34 volumio---azienka python3[9728]: assert_reply(reply)
Mar 09 17:37:34 volumio---azienka python3[9728]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:34 volumio---azienka python3[9728]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:34 volumio---azienka python3[9728]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:34 volumio---azienka systemd[1]: go-librespot-daemon.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:34 volumio---azienka systemd[1]: go-librespot-daemon.service: Failed with result 'exit-code'.
Mar 09 17:37:34 volumio---azienka volumio[1014]: (node:1014) UnhandledPromiseRejectionWarning: Error: socket hang up
Mar 09 17:37:34 volumio---azienka volumio[1014]: at connResetException (internal/errors.js:607:14)
Mar 09 17:37:34 volumio---azienka volumio[1014]: at Socket.socketOnEnd (_http_client.js:493:23)
Mar 09 17:37:34 volumio---azienka volumio[1014]: at Socket.emit (events.js:327:22)
Mar 09 17:37:34 volumio---azienka volumio[1014]: at endReadableNT (internal/streams/readable.js:1327:12)
Mar 09 17:37:34 volumio---azienka volumio[1014]: at processTicksAndRejections (internal/process/task_queues.js:80:21)
Mar 09 17:37:34 volumio---azienka volumio[1014]: (node:1014) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 29950)
Mar 09 17:37:34 volumio---azienka volumio[1014]: info: Connection to go-librespot Websocket closed
Mar 09 17:37:34 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:34 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:35 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:35 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786761.
Mar 09 17:37:35 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:35 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:37 volumio---azienka volumio[1014]: verbose: New Socket.io Connection to 192.168.0.162 from 192.168.0.61 UA: Mozilla/5.0 (Linux; Android 8.0.0; AGS2-L09 Build/HUAWEIAGS2-L09; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/133.0.6943.137 Safari/537.36 Engine version: 3 Transport: polling Total Clients: 8
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getAutoUpdateCheckEnabled
Mar 09 17:37:37 volumio---azienka python3[9732]: 2025-03-09 17:37:37.112|I|nuki.py:169|Start scanning
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetVisibleSources
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: my_music , getDisabledSources
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: metavolumio , getInfinityPlayback
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: multiroom , getMultiroom
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: Received Get System Info
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: Discovery: Getting this device information
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: Listing playlists
Mar 09 17:37:37 volumio---azienka python3[9732]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:37 volumio---azienka python3[9732]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:37 volumio---azienka python3[9732]: Traceback (most recent call last):
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:37 volumio---azienka python3[9732]: loop.run_until_complete(main_task)
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:37 volumio---azienka python3[9732]: return future.result()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:37 volumio---azienka python3[9732]: await runner.setup()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:37 volumio---azienka python3[9732]: self._server = await self._make_server()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:37 volumio---azienka python3[9732]: await self._app.startup()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:37 volumio---azienka python3[9732]: await self.on_startup.send(self)
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:37 volumio---azienka python3[9732]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:37 volumio---azienka python3[9732]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:37 volumio---azienka python3[9732]: await self.nuki_manager.start_scanning()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:37 volumio---azienka python3[9732]: await self._scanner.start()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:37 volumio---azienka python3[9732]: assert_reply(reply)
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:37 volumio---azienka python3[9732]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:37 volumio---azienka python3[9732]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:37 volumio---azienka python3[9732]: Traceback (most recent call last):
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:37 volumio---azienka python3[9732]: "__main__", mod_spec)
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:37 volumio---azienka python3[9732]: exec(code, run_globals)
Mar 09 17:37:37 volumio---azienka python3[9732]: File "./__main__.py", line 310, in
Mar 09 17:37:37 volumio---azienka python3[9732]: web_server.start()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "./__main__.py", line 57, in start
Mar 09 17:37:37 volumio---azienka python3[9732]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:37 volumio---azienka python3[9732]: loop.run_until_complete(main_task)
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:37 volumio---azienka python3[9732]: return future.result()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:37 volumio---azienka python3[9732]: await runner.setup()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:37 volumio---azienka python3[9732]: self._server = await self._make_server()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:37 volumio---azienka python3[9732]: await self._app.startup()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:37 volumio---azienka python3[9732]: await self.on_startup.send(self)
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:37 volumio---azienka python3[9732]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:37 volumio---azienka python3[9732]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:37 volumio---azienka python3[9732]: await self.nuki_manager.start_scanning()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:37 volumio---azienka python3[9732]: await self._scanner.start()
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:37 volumio---azienka python3[9732]: assert_reply(reply)
Mar 09 17:37:37 volumio---azienka python3[9732]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:37 volumio---azienka python3[9732]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:37 volumio---azienka python3[9732]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: Error connecting to go-librespot Websocket: Error: connect ECONNREFUSED 127.0.0.1:9879
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::getUIConfigOnPlugin
Mar 09 17:37:37 volumio---azienka systemd[1]: go-librespot-daemon.service: Service RestartSec=3s expired, scheduling restart.
Mar 09 17:37:37 volumio---azienka systemd[1]: go-librespot-daemon.service: Scheduled restart job, restart counter is at 415.
Mar 09 17:37:37 volumio---azienka systemd[1]: Stopped go-librespot Daemon.
Mar 09 17:37:37 volumio---azienka systemd[1]: Started go-librespot Daemon.
Mar 09 17:37:37 volumio---azienka go-librespot[9736]: Librespot-go daemon starting...
Mar 09 17:37:37 volumio---azienka go-librespot[9736]: time="2025-03-09T17:37:37+01:00" level=info msg="generated new device id: 8418c703fcb9dfdaf00988a7ab815eff935c2161"
Mar 09 17:37:37 volumio---azienka go-librespot[9736]: time="2025-03-09T17:37:37+01:00" level=debug msg="stored credentials found for zlg59zlz62tn6yydngvx10gip"
Mar 09 17:37:37 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:37 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:37 volumio---azienka volumio[1014]: info: CoreCommandRouter::getUIConfigOnPlugin
Mar 09 17:37:38 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:38 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786762.
Mar 09 17:37:38 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:38 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:40 volumio---azienka python3[9744]: 2025-03-09 17:37:40.111|I|nuki.py:169|Start scanning
Mar 09 17:37:40 volumio---azienka python3[9744]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:40 volumio---azienka python3[9744]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:40 volumio---azienka python3[9744]: Traceback (most recent call last):
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:40 volumio---azienka python3[9744]: loop.run_until_complete(main_task)
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:40 volumio---azienka python3[9744]: return future.result()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:40 volumio---azienka python3[9744]: await runner.setup()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:40 volumio---azienka python3[9744]: self._server = await self._make_server()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:40 volumio---azienka python3[9744]: await self._app.startup()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:40 volumio---azienka python3[9744]: await self.on_startup.send(self)
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:40 volumio---azienka python3[9744]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:40 volumio---azienka python3[9744]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:40 volumio---azienka python3[9744]: await self.nuki_manager.start_scanning()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:40 volumio---azienka python3[9744]: await self._scanner.start()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:40 volumio---azienka python3[9744]: assert_reply(reply)
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:40 volumio---azienka python3[9744]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:40 volumio---azienka python3[9744]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:40 volumio---azienka python3[9744]: Traceback (most recent call last):
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:40 volumio---azienka python3[9744]: "__main__", mod_spec)
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:40 volumio---azienka python3[9744]: exec(code, run_globals)
Mar 09 17:37:40 volumio---azienka python3[9744]: File "./__main__.py", line 310, in
Mar 09 17:37:40 volumio---azienka python3[9744]: web_server.start()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "./__main__.py", line 57, in start
Mar 09 17:37:40 volumio---azienka python3[9744]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:40 volumio---azienka python3[9744]: loop.run_until_complete(main_task)
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:40 volumio---azienka python3[9744]: return future.result()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:40 volumio---azienka python3[9744]: await runner.setup()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:40 volumio---azienka python3[9744]: self._server = await self._make_server()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:40 volumio---azienka python3[9744]: await self._app.startup()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:40 volumio---azienka python3[9744]: await self.on_startup.send(self)
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:40 volumio---azienka python3[9744]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:40 volumio---azienka python3[9744]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:40 volumio---azienka python3[9744]: await self.nuki_manager.start_scanning()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:40 volumio---azienka python3[9744]: await self._scanner.start()
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:40 volumio---azienka python3[9744]: assert_reply(reply)
Mar 09 17:37:40 volumio---azienka python3[9744]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:40 volumio---azienka python3[9744]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:40 volumio---azienka python3[9744]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:40 volumio---azienka volumio[1014]: info: Initializing connection to go-librespot Websocket
Mar 09 17:37:40 volumio---azienka go-librespot[9736]: time="2025-03-09T17:37:40+01:00" level=debug msg="new websocket client"
Mar 09 17:37:40 volumio---azienka volumio[1014]: info: Connection to go-librespot Websocket established
Mar 09 17:37:40 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:40 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:41 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:41 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786763.
Mar 09 17:37:41 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:41 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:43 volumio---azienka python3[9769]: 2025-03-09 17:37:43.099|I|nuki.py:169|Start scanning
Mar 09 17:37:43 volumio---azienka python3[9769]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:43 volumio---azienka python3[9769]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:43 volumio---azienka python3[9769]: Traceback (most recent call last):
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:43 volumio---azienka python3[9769]: loop.run_until_complete(main_task)
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:43 volumio---azienka python3[9769]: return future.result()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:43 volumio---azienka python3[9769]: await runner.setup()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:43 volumio---azienka python3[9769]: self._server = await self._make_server()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:43 volumio---azienka python3[9769]: await self._app.startup()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:43 volumio---azienka python3[9769]: await self.on_startup.send(self)
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:43 volumio---azienka python3[9769]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:43 volumio---azienka python3[9769]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:43 volumio---azienka python3[9769]: await self.nuki_manager.start_scanning()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:43 volumio---azienka python3[9769]: await self._scanner.start()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:43 volumio---azienka python3[9769]: assert_reply(reply)
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:43 volumio---azienka python3[9769]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:43 volumio---azienka python3[9769]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:43 volumio---azienka python3[9769]: Traceback (most recent call last):
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:43 volumio---azienka python3[9769]: "__main__", mod_spec)
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:43 volumio---azienka python3[9769]: exec(code, run_globals)
Mar 09 17:37:43 volumio---azienka python3[9769]: File "./__main__.py", line 310, in
Mar 09 17:37:43 volumio---azienka python3[9769]: web_server.start()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "./__main__.py", line 57, in start
Mar 09 17:37:43 volumio---azienka python3[9769]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:43 volumio---azienka python3[9769]: loop.run_until_complete(main_task)
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:43 volumio---azienka python3[9769]: return future.result()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:43 volumio---azienka python3[9769]: await runner.setup()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:43 volumio---azienka python3[9769]: self._server = await self._make_server()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:43 volumio---azienka python3[9769]: await self._app.startup()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:43 volumio---azienka python3[9769]: await self.on_startup.send(self)
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:43 volumio---azienka python3[9769]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:43 volumio---azienka python3[9769]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:43 volumio---azienka python3[9769]: await self.nuki_manager.start_scanning()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:43 volumio---azienka python3[9769]: await self._scanner.start()
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:43 volumio---azienka python3[9769]: assert_reply(reply)
Mar 09 17:37:43 volumio---azienka python3[9769]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:43 volumio---azienka python3[9769]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:43 volumio---azienka python3[9769]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:43 volumio---azienka volumio[1014]: info: Getting Spotify volume
Mar 09 17:37:43 volumio---azienka volumio[1014]: verbose: New Socket.io Connection to localhost:3000 from 127.0.0.1 UA: node-XMLHttpRequest Engine version: 3 Transport: polling Total Clients: 8
Mar 09 17:37:43 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:43 volumio---azienka volumio[1014]: SPOTIFY: RECEIVED VOLUMIO VOLUME 57
Mar 09 17:37:43 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:43 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:43 volumio---azienka sudo[9746]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig eth0
Mar 09 17:37:43 volumio---azienka sudo[9746]: pam_unix(sudo:session): session opened for user root by (uid=0)
Mar 09 17:37:43 volumio---azienka sudo[9746]: pam_unix(sudo:session): session closed for user root
Mar 09 17:37:43 volumio---azienka sudo[9748]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0
Mar 09 17:37:43 volumio---azienka sudo[9748]: pam_unix(sudo:session): session opened for user root by (uid=0)
Mar 09 17:37:43 volumio---azienka sudo[9748]: pam_unix(sudo:session): session closed for user root
Mar 09 17:37:43 volumio---azienka volumio[1014]: verbose: New Socket.io Connection to 192.168.0.162 from 192.168.0.61 UA: Mozilla/5.0 (Linux; Android 8.0.0; AGS2-L09 Build/HUAWEIAGS2-L09; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/133.0.6943.137 Safari/537.36 Engine version: 3 Transport: polling Total Clients: 8
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getAutoUpdateCheckEnabled
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetVisibleSources
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: my_music , getDisabledSources
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: metavolumio , getInfinityPlayback
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: multiroom , getMultiroom
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: Received Get System Info
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: Discovery: Getting this device information
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: Listing playlists
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: appearance , getUiSettings
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: system , getPrivacySettings
Mar 09 17:37:44 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:44 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786764.
Mar 09 17:37:44 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::getUIConfigOnPlugin
Mar 09 17:37:44 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: Received Get System Info
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: Discovery: Getting this device information
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::volumioGetState
Mar 09 17:37:44 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioToken
Mar 09 17:37:45 volumio---azienka ntpd[9462]: error resolving pool 2.debian.pool.ntp.org: System error (-11)
Mar 09 17:37:46 volumio---azienka python3[9775]: 2025-03-09 17:37:46.110|I|nuki.py:169|Start scanning
Mar 09 17:37:46 volumio---azienka python3[9775]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:46 volumio---azienka python3[9775]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:46 volumio---azienka python3[9775]: Traceback (most recent call last):
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:46 volumio---azienka python3[9775]: loop.run_until_complete(main_task)
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:46 volumio---azienka python3[9775]: return future.result()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:46 volumio---azienka python3[9775]: await runner.setup()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:46 volumio---azienka python3[9775]: self._server = await self._make_server()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:46 volumio---azienka python3[9775]: await self._app.startup()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:46 volumio---azienka python3[9775]: await self.on_startup.send(self)
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:46 volumio---azienka python3[9775]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:46 volumio---azienka python3[9775]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:46 volumio---azienka python3[9775]: await self.nuki_manager.start_scanning()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:46 volumio---azienka python3[9775]: await self._scanner.start()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:46 volumio---azienka python3[9775]: assert_reply(reply)
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:46 volumio---azienka python3[9775]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:46 volumio---azienka python3[9775]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:46 volumio---azienka python3[9775]: Traceback (most recent call last):
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:46 volumio---azienka python3[9775]: "__main__", mod_spec)
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:46 volumio---azienka python3[9775]: exec(code, run_globals)
Mar 09 17:37:46 volumio---azienka python3[9775]: File "./__main__.py", line 310, in
Mar 09 17:37:46 volumio---azienka python3[9775]: web_server.start()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "./__main__.py", line 57, in start
Mar 09 17:37:46 volumio---azienka python3[9775]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:46 volumio---azienka python3[9775]: loop.run_until_complete(main_task)
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:46 volumio---azienka python3[9775]: return future.result()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:46 volumio---azienka python3[9775]: await runner.setup()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:46 volumio---azienka python3[9775]: self._server = await self._make_server()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:46 volumio---azienka python3[9775]: await self._app.startup()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:46 volumio---azienka python3[9775]: await self.on_startup.send(self)
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:46 volumio---azienka python3[9775]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:46 volumio---azienka python3[9775]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:46 volumio---azienka python3[9775]: await self.nuki_manager.start_scanning()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:46 volumio---azienka python3[9775]: await self._scanner.start()
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:46 volumio---azienka python3[9775]: assert_reply(reply)
Mar 09 17:37:46 volumio---azienka python3[9775]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:46 volumio---azienka python3[9775]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:46 volumio---azienka python3[9775]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:46 volumio---azienka volumio[1014]: info: CoreCommandRouter::executeOnPlugin: wizard , getOnboardingWizard
Mar 09 17:37:46 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:46 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:47 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:47 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786765.
Mar 09 17:37:47 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:47 volumio---azienka systemd[1]: Started Nuki bridge.
Mar 09 17:37:47 volumio---azienka ntpd[9462]: Soliciting pool server 193.123.56.220
Mar 09 17:37:48 volumio---azienka volumio[1014]: |||||||||||||||||||||||| WARNING: FATAL ERROR |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mar 09 17:37:48 volumio---azienka volumio[1014]: [t [Error]: A network error (such as timeout, interrupted connection or unreachable host) has occurred.] {
Mar 09 17:37:48 volumio---azienka volumio[1014]: code: 'auth/network-request-failed',
Mar 09 17:37:48 volumio---azienka volumio[1014]: a: null
Mar 09 17:37:48 volumio---azienka volumio[1014]: }
Mar 09 17:37:48 volumio---azienka volumio[1014]: |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mar 09 17:37:48 volumio---azienka volumiologrotate[607]: ls: cannot access '/var/log/samba/log.wb-VOLUMIO': No such file or directory
Mar 09 17:37:48 volumio---azienka volumiologrotate[607]: ls: cannot access '-': No such file or directory
Mar 09 17:37:48 volumio---azienka volumiologrotate[607]: ls: cannot access 'ĹAZIENKA': No such file or directory
Mar 09 17:37:49 volumio---azienka ntpd[9462]: Soliciting pool server 193.123.38.172
Mar 09 17:37:49 volumio---azienka python3[9779]: 2025-03-09 17:37:49.213|I|nuki.py:169|Start scanning
Mar 09 17:37:49 volumio---azienka python3[9779]: unhandled exception during asyncio.run() shutdown
Mar 09 17:37:49 volumio---azienka python3[9779]: task: exception=BleakDBusError('org.freedesktop.DBus.Error.UnknownObject', 'Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn\'t exist\n')>
Mar 09 17:37:49 volumio---azienka python3[9779]: Traceback (most recent call last):
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:49 volumio---azienka python3[9779]: loop.run_until_complete(main_task)
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:49 volumio---azienka python3[9779]: return future.result()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:49 volumio---azienka python3[9779]: await runner.setup()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:49 volumio---azienka python3[9779]: self._server = await self._make_server()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:49 volumio---azienka python3[9779]: await self._app.startup()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:49 volumio---azienka python3[9779]: await self.on_startup.send(self)
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:49 volumio---azienka python3[9779]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:49 volumio---azienka python3[9779]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:49 volumio---azienka python3[9779]: await self.nuki_manager.start_scanning()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:49 volumio---azienka python3[9779]: await self._scanner.start()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:49 volumio---azienka python3[9779]: assert_reply(reply)
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:49 volumio---azienka python3[9779]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:49 volumio---azienka python3[9779]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:49 volumio---azienka python3[9779]: Traceback (most recent call last):
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
Mar 09 17:37:49 volumio---azienka python3[9779]: "__main__", mod_spec)
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
Mar 09 17:37:49 volumio---azienka python3[9779]: exec(code, run_globals)
Mar 09 17:37:49 volumio---azienka python3[9779]: File "./__main__.py", line 310, in
Mar 09 17:37:49 volumio---azienka python3[9779]: web_server.start()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "./__main__.py", line 57, in start
Mar 09 17:37:49 volumio---azienka python3[9779]: web.run_app(app, host=self._host, port=self._port)
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 514, in run_app
Mar 09 17:37:49 volumio---azienka python3[9779]: loop.run_until_complete(main_task)
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Mar 09 17:37:49 volumio---azienka python3[9779]: return future.result()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web.py", line 321, in _run_app
Mar 09 17:37:49 volumio---azienka python3[9779]: await runner.setup()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 279, in setup
Mar 09 17:37:49 volumio---azienka python3[9779]: self._server = await self._make_server()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_runner.py", line 375, in _make_server
Mar 09 17:37:49 volumio---azienka python3[9779]: await self._app.startup()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/aiohttp/web_app.py", line 417, in startup
Mar 09 17:37:49 volumio---azienka python3[9779]: await self.on_startup.send(self)
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/aiosignal/__init__.py", line 36, in send
Mar 09 17:37:49 volumio---azienka python3[9779]: await receiver(*args, **kwargs) # type: ignore
Mar 09 17:37:49 volumio---azienka python3[9779]: File "./__main__.py", line 98, in _startup
Mar 09 17:37:49 volumio---azienka python3[9779]: await self.nuki_manager.start_scanning()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "./nuki.py", line 170, in start_scanning
Mar 09 17:37:49 volumio---azienka python3[9779]: await self._scanner.start()
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/scanner.py", line 155, in start
Mar 09 17:37:49 volumio---azienka python3[9779]: assert_reply(reply)
Mar 09 17:37:49 volumio---azienka python3[9779]: File "/home/volumio/.local/lib/python3.7/site-packages/bleak/backends/bluezdbus/utils.py", line 23, in assert_reply
Mar 09 17:37:49 volumio---azienka python3[9779]: raise BleakDBusError(reply.error_name, reply.body)
Mar 09 17:37:49 volumio---azienka python3[9779]: bleak.exc.BleakDBusError: [org.freedesktop.DBus.Error.UnknownObject] Method "SetDiscoveryFilter" with signature "a{sv}" on interface "org.bluez.Adapter1" doesn't exist
Mar 09 17:37:49 volumio---azienka systemd[1]: nukibridge.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 17:37:49 volumio---azienka systemd[1]: nukibridge.service: Failed with result 'exit-code'.
Mar 09 17:37:49 volumio---azienka ntpd[9462]: Soliciting pool server 162.159.200.123
Mar 09 17:37:50 volumio---azienka ntpd[9462]: Soliciting pool server 185.244.24.36
Mar 09 17:37:50 volumio---azienka ntpd[9462]: Soliciting pool server 194.29.130.252
Mar 09 17:37:50 volumio---azienka ntpd[9462]: Soliciting pool server 213.239.234.28
Mar 09 17:37:50 volumio---azienka sudo[9835]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/journalctl --since=2025-03-09 17:36
Mar 09 17:37:50 volumio---azienka sudo[9835]: pam_unix(sudo:session): session opened for user root by (uid=0)
Mar 09 17:37:50 volumio---azienka systemd[1]: nukibridge.service: Service RestartSec=1s expired, scheduling restart.
Mar 09 17:37:50 volumio---azienka systemd[1]: nukibridge.service: Scheduled restart job, restart counter is at 1786766.
Mar 09 17:37:50 volumio---azienka systemd[1]: Stopped Nuki bridge.
Mar 09 17:37:50 volumio---azienka systemd[1]: Started Nuki bridge.
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
VOLUMIO_BUILD_VERSION="70bcab5180cf11352f5a5197ade215ea8ee93db0"
VOLUMIO_FE_VERSION="e7cae168f9927391640a091813b8a9656b6909b6"
VOLUMIO_FE3_VERSION="df82a8f23c90a3617c15c55572c8aaea90d8b32a"
VOLUMIO_BE_VERSION="678d37490b3eb2102ce7c6d7a6dc3cf042ff2347"
VOLUMIO_ARCH="arm"
VOLUMIO_VARIANT="volumio"
VOLUMIO_TEST="FALSE"
VOLUMIO_BUILD_DATE="Fri 08 Nov 2024 06:51:56 PM CET"
VOLUMIO_VERSION="3.779"
VOLUMIO_HARDWARE="pi"
VOLUMIO_DEVICENAME="Raspberry Pi"
VOLUMIO_HASH="b9009e0280f50389e80a537357ff3961"