Project

General

Profile

Actions

Bug #8201

closed

AttributeError: 'module' object has no attribute 'SerialException'

Added by Ted . over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08/25/2020
Due date:
% Done:

0%

Estimated time:
Chirp Version:
daily
Model affected:
unknown
Platform:
Linux
Debug Log:
I read the instructions above:

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.

Actions #1

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!

Actions #2

Updated by Bernhard Hailer about 4 years ago

  • Status changed from Incomplete to Closed

No more feedback by submitter.

Actions

Also available in: Atom PDF