Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FT-736 set_freq error #485

Closed
mdblack98 opened this issue Jan 2, 2021 · 0 comments
Closed

FT-736 set_freq error #485

mdblack98 opened this issue Jan 2, 2021 · 0 comments
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. needs test Patches have been submitted but need testing to close issue WSJTX Bugs affecting WSTJ-X operations

Comments

@mdblack98
Copy link
Contributor

set_freq is calling get_freq when no get_freq is available
2021-01-02 18:39:36.299445][00:00:13.863248][RIGCTRL:debug] rig_set_freq called vfo=currVFO, freq=1.4415e+08
[2021-01-02 18:39:36.299445][00:00:13.863267][RIGCTRL:trace] vfo_fixup: vfo=currVFO
[2021-01-02 18:39:36.299445][00:00:13.863278][RIGCTRL:trace] vfo_fixup: Leaving currVFO alone
[2021-01-02 18:39:36.299445][00:00:13.863290][RIGCTRL:trace] rig_set_freq: TARGETABLE_FREQ vfo=currVFO
[2021-01-02 18:39:36.299445][00:00:13.863304][RIGCTRL:debug] to_bcd_be called
[2021-01-02 18:39:36.299445][00:00:13.863316][RIGCTRL:debug] write_block called
[2021-01-02 18:39:36.473352][00:00:14.036575][RIGCTRL:trace] write_block(): TX 5 bytes
[2021-01-02 18:39:36.473352][00:00:14.036639][RIGCTRL:trace] 0000 14 41 50 00 01 .AP..
[2021-01-02 18:39:36.473352][00:00:14.036695][RIGCTRL:trace] elapsed_ms: start = 0,0
[2021-01-02 18:39:36.473352][00:00:14.036741][RIGCTRL:trace] elapsed_ms: elapsed_msecs=10000
[2021-01-02 18:39:36.473352][00:00:14.036778][RIGCTRL:debug] rig_get_freq called vfo=currVFO
[2021-01-02 18:39:36.473352][00:00:14.036821][RIGCTRL:trace] vfo_fixup: vfo=currVFO
[2021-01-02 18:39:36.473352][00:00:14.036854][RIGCTRL:trace] vfo_fixup: Leaving currVFO alone
[2021-01-02 18:39:36.473352][00:00:14.036895][RIGCTRL:trace] get_cache_freq: vfo=currVFO, freq=0
[2021-01-02 18:39:36.473352][00:00:14.036935][RIGCTRL:trace] elapsed_ms: start = 1609612766,473352900
[2021-01-02 18:39:36.473352][00:00:14.036980][RIGCTRL:trace] elapsed_ms: elapsed_msecs=10000
[2021-01-02 18:39:36.473352][00:00:14.037017][RIGCTRL:trace] rig_get_freq: cache check age=10000ms
[2021-01-02 18:39:36.473352][00:00:14.037057][RIGCTRL:trace] rig_get_freq: cache miss age=10000ms, cached_vfo=None, asked_vfo=currVFO
[2021-01-02 18:39:36.473352][00:00:14.037082][RIGCTRL:error] error: Feature not available

@mdblack98 mdblack98 added bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. WSJTX Bugs affecting WSTJ-X operations labels Jan 2, 2021
@mdblack98 mdblack98 added this to the 4.1 milestone Jan 2, 2021
mdblack98 added a commit that referenced this issue Jan 2, 2021
mdblack98 added a commit that referenced this issue Jan 2, 2021
@mdblack98 mdblack98 added the needs test Patches have been submitted but need testing to close issue label Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. needs test Patches have been submitted but need testing to close issue WSJTX Bugs affecting WSTJ-X operations
Projects
None yet
Development

No branches or pull requests

1 participant