Bug #10250
closedTraceback upon completing upload
100%
Description
I received the following traceback at the completion of an upload. It appears to be innocuous, as the upload did complete successfully.
Traceback (most recent call last):
File "/usr/lib64/python3.11/site-packages/wx/core.py", line 3427, in
lambda event: event.callable(*event.args, **event.kw) )
File "/usr/local/lib/python3.11/site-packages/chirp-next_20230109-py3.11.egg/chirp/wxui/clone.py", line 411, in _safe_status
self.gauge.SetValue(status.cur)
wx._core.wxAssertionError: C++ assertion ""pos <= m_rangeMax"" failed at ../src/gtk/gauge.cpp(84) in SetValue(): invalid value in wxGauge::SetValue()
Updated by Dan Smith almost 2 years ago
- Assignee set to Dan Smith
- Target version set to chirp-py3
Yep, harmless and technically a bug in the driver, but I'll add something to the UI that should avoid the warning for any other driver that does the same.
Updated by Dan Smith almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset github|ad045c4a1dda08cf2bbe6ce8979c4454a13e4b65.