I cannot find a debug.log There is no option for one in my CHIRP (CHIRP next-20230712 on Python 3.8.10 wxPython 4.0.7 gtk3 (phoenix) wxWidgets 3.0.4) And none is created in ~/.chirp While CHIRP is still running:
joliver@blinky:~$ ls .chirp/
chirp.config stock_configs
In the terminal I launched CHIRP:
joliver@blinky:~$ ./.local/bin/chirp
02:52:04 PM: Debug: Unrecognized accel key 'backspace', accel string ignored.
ERROR: Failed to clone: Error reading data from radio
Traceback (most recent call last):
File "/home/joliver/.local/lib/python3.8/site-packages/chirp/drivers/btech.py", line 369, in _rawrecv
raise errors.RadioError("No data received from radio")
chirp.errors.RadioError: No data received from radio
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/joliver/.local/lib/python3.8/site-packages/chirp/wxui/clone.py", line 68, in run
self._fn()
File "/home/joliver/.local/lib/python3.8/site-packages/chirp/drivers/btech.py", line 758, in sync_in
data = _download(self)
File "/home/joliver/.local/lib/python3.8/site-packages/chirp/drivers/btech.py", line 533, in _download
_do_ident(radio, status)
File "/home/joliver/.local/lib/python3.8/site-packages/chirp/drivers/btech.py", line 447, in _do_ident
ident = _rawrecv(radio, 50)
File "/home/joliver/.local/lib/python3.8/site-packages/chirp/drivers/btech.py", line 377, in _rawrecv
raise errors.RadioError("Error reading data from radio")
chirp.errors.RadioError: Error reading data from radio