i have just did a fresh install of the lineage on thinksmart view 8". ran the script without issue. however, it’s not working and i got these error messages when trying to start the satellite, any idea?
~/wyoming-satellite $ ./script/run --name 'Thinksmart View Satellite' --uri 'tcp://0.0.0.0:10400' --mic-command 'rec -r 16000 -c 1 -b 16 -e signed-integer -t raw --no-show-progress - ' --snd-command ' play -r 22050 -c 1 -b 16 -e signed-integer -t raw --no-show-progress -' --awake-wav ./sounds/awake.wav --done-wav ./sounds/done.wav --timer-finished-wav ./sounds/timer_finished.wav --timer-finished-wav-repeat 5 0.5 --debug
DEBUG:root:Namespace(mic_uri=None, mic_command='rec -r 16000 -c 1 -b 16 -e signed-integer -t raw --no-show-progress - ', mic_command_rate=16000, mic_command_width=2, mic_command_channels=1, mic_command_samples_per_chunk=1024, mic_volume_multiplier=1.0, mic_noise_suppression=0, mic_auto_gain=0, mic_seconds_to_mute_after_awake_wav=0.5, mic_no_mute_during_awake_wav=False, mic_channel_index=None, snd_uri=None, snd_command=' play -r 22050 -c 1 -b 16 -e signed-integer -t raw --no-show-progress -', snd_command_rate=22050, snd_command_width=2, snd_command_channels=1, snd_volume_multiplier=1.0, wake_uri=None, wake_word_name=[], wake_command=None, wake_command_rate=16000, wake_command_width=2, wake_command_channels=1, wake_refractory_seconds=5.0, vad=False, vad_threshold=0.5, vad_trigger_level=1, vad_buffer_seconds=2, vad_wake_word_timeout=5.0, event_uri=None, startup_command=None, detect_command=None, detection_command=None, transcript_command=None, stt_start_command=None, stt_stop_command=None, synthesize_command=None, tts_start_command=None, tts_stop_command=None, tts_played_command=None, streaming_start_command=None, streaming_stop_command=None, error_command=None, connected_command=None, disconnected_command=None, timer_started_command=None, timer_updated_command=None, timer_cancelled_command=None, timer_finished_command=None, awake_wav='./sounds/awake.wav', done_wav='./sounds/done.wav', timer_finished_wav='./sounds/timer_finished.wav', timer_finished_wav_repeat=[5.0, 0.5], uri='tcp://0.0.0.0:10400', name='Thinksmart View Satellite', area=None, no_zeroconf=False, zeroconf_name=None, zeroconf_host=None, debug_recording_dir=None, debug=True, log_format='%(levelname)s:%(name)s:%(message)s')
INFO:root:Ready
DEBUG:root:Detected IP: 10.0.2.252
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/data/data/com.termux/files/home/wyoming-satellite/wyoming_satellite/__main__.py", line 490, in <module>
run()
File "/data/data/com.termux/files/home/wyoming-satellite/wyoming_satellite/__main__.py", line 484, in run
asyncio.run(main())
File "/data/data/com.termux/files/usr/lib/python3.12/asyncio/runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/asyncio/base_events.py", line 686, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/home/wyoming-satellite/wyoming_satellite/__main__.py", line 457, in main
await register_server(
File "/data/data/com.termux/files/home/wyoming-satellite/.venv/lib/python3.12/site-packages/wyoming/zeroconf.py", line 35, in register_server
await aiozc.async_register_service(service_info)
File "/data/data/com.termux/files/home/wyoming-satellite/.venv/lib/python3.12/site-packages/zeroconf/asyncio.py", line 207, in async_register_service
return await self.zeroconf.async_register_service(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/home/wyoming-satellite/.venv/lib/python3.12/site-packages/zeroconf/_core.py", line 342, in async_register_service
await self.async_check_service(info, allow_name_change, cooperating_responders, strict)
File "/data/data/com.termux/files/home/wyoming-satellite/.venv/lib/python3.12/site-packages/zeroconf/_core.py", line 508, in async_check_service
raise NonUniqueNameException
zeroconf._exceptions.NonUniqueNameException
Traceback (most recent call last):
File "/data/data/com.termux/files/home/wyoming-satellite/./script/run", line 12, in <module>
subprocess.check_call([context.env_exe, "-m", "wyoming_satellite"] + sys.argv[1:])
File "/data/data/com.termux/files/usr/lib/python3.12/subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/data/data/com.termux/files/home/wyoming-satellite/.venv/bin/python3', '-m', 'wyoming_satellite', '--name', 'Thinksmart View Satellite', '--uri', 'tcp://0.0.0.0:10400', '--mic-command', 'rec -r 16000 -c 1 -b 16 -e signed-integer -t raw --no-show-progress - ', '--snd-command', ' play -r 22050 -c 1 -b 16 -e signed-integer -t raw --no-show-progress -', '--awake-wav', './sounds/awake.wav', '--done-wav', './sounds/done.wav', '--timer-finished-wav', './sounds/timer_finished.wav', '--timer-finished-wav-repeat', '5', '0.5', '--debug']' returned non-zero exit status 1.