Bug #11299
closedFailed: 'subcat' object has no attribute 'scName' - Zip Code 25070
100%
Description
Failed: 'subcat' object has no attribute 'scName' error appears when trying to use RadioReference.com along with a few other surrounding zip codes in Putnam County, WV. Many other zip codes have worked successfully. I believe this is just a filter of a specific table return as i think i found it has been fixed with other reported zip codes.
Debug:
[2024-04-12 19:10:55,278] chirp.wxui.query_sources - INFO: Starting QueryThread for
[2024-04-12 19:10:55,278] chirp.wxui.query_sources - DEBUG: Query Parameters: {'zipcounty': '25070', 'country': 'US'}
[2024-04-12 19:10:58,044] chirp.wxui.query_sources - ERROR: Failed to execute query: 'subcat' object has no attribute 'scName'
Traceback (most recent call last):
File "chirp\wxui\query_sources.py", line 132, in run
File "chirp\sources\radioreference.py", line 161, in do_fetch
AttributeError: 'subcat' object has no attribute 'scName'
Updated by Dan Smith 7 months ago
- Status changed from New to In Progress
- Assignee set to Dan Smith
- Target version set to chirp-py3
- Model affected changed from Not related to model - Just Program API pull to RadioReference
This is just because of some bad data in that zipcode. Easy fix for chirp to work around it, fix queued for the next build.
Updated by Dan Smith 7 months ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset github|43992dfa94dc1074d43c565e14a6e547a27d8c7e.