Bug #10489
closedRepeaterBook Query for Canada - Newfoundland and Labrador is not working
100%
Description
When you query Newfoundland and Labrador using the RepeaterBook Query there are no results returned even though there are valid repeaters on the site.
Steps to recreate:
- Start Chirp-Next
- Choose Radio-> Query Source-> RepeaterBook
- Select the following settings
- Country: Canada
- Service: Amateur
- State/Province: Newfoundland and Labrador
- Press "OK" button.
After the query runs, it returns "No Results1". You get a similar problem if the "State/Province" is set to "Yukon". All other Provinces work.
Updated by Brian Kidney over 1 year ago
Further investigation shows that the issue for Newfoundland and Labrador is using the full name in the "state" field for the Query. If the "state" field in the params is changed to "Newfoundland" (without the full province name) before the call to the API on line 123 of repeaterbook.py, then the query works as intended.
I have not found the solution to the Yukon query.
Updated by Brian Kidney over 1 year ago
Note: In my previous update I said line 123 of repeaterbook.py, that should have been 122. I still had a debug line of code included in my local copy.
Updated by Dan Smith over 1 year ago
- Status changed from New to In Progress
- Assignee set to Dan Smith
- Target version set to chirp-py3
- Model affected changed from Indepedent of Radio to RepeaterBook
Yep, thanks for this. I think "Yukon Territory" is what RB wants for that one.
Updated by Dan Smith over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset github|b62dec887eed36802d29c7e27193ecc2a25ca451.