Bug #8201
closedAttributeError: 'module' object has no attribute 'SerialException'
0%
Description
I'm using 'daily', as of today, from Flatpak, on Ubuntu 20.04. FWIW my user has 'dialout' access to the serial port, which is recognized. But debugging the serial isn't the focus of my issue. Instead, it is that failures aren't being caught when I start using the port (with "download"). I've listed a stacktrace below. Flatpak means I can't monkeypatch and try some things. The syntax is correct for python2, it didn't fail to import pyserial, so the error is somewhat surprising to me.
Traceback (most recent call last):
File "/app/lib/python2.7/site-packages/chirp/ui/mainapp.py", line 1651, in mh
self.do_download(*args)
File "/app/lib/python2.7/site-packages/chirp/ui/mainapp.py", line 743, in do_download
except serial.SerialException, e:
AttributeError: 'module' object has no attribute 'SerialException'
This was tangentially mentioned in #4273 while trying to troubleshoot a problem, but I don't see any other references to it.
Updated by Bernhard Hailer over 4 years ago
- Status changed from New to Incomplete
- Model affected changed from (All models) to unknown
It would be important to see the full log. It also matters very much which radio you are using.
Please attach a complete log as described in How to report Issues. Thank you!
Updated by Bernhard Hailer about 4 years ago
- Status changed from Incomplete to Closed
No more feedback by submitter.