Replies: 3 comments 7 replies
-
|
And does QSSTV use Hamlib 4.7 ? Are you using QLog Flatpak or DEB package? |
Beta Was this translation helpful? Give feedback.
-
|
I assume you are using flatpak. then try running qlog like this.
It would also be useful to send a screenshot of the rig settings. There are several unusual things in your report that Qlog does not generate.
|
Beta Was this translation helpful? Give feedback.
-
|
Unfortunately, it seems that this is not a bug in QLog. The actual issue is that your locale is configured so that decimal numbers use a comma as the separator. QLog does not handle this, because the message sent to your nCAT is handled by Hamlib. QLog only requests Hamlib to set frequency; the message itself is formatted by Hamlib. It appears that Hamlib uses your locale settings. However, nCAT written in Go is not locale-dependent, and based on the source code it likely does not handle this case. I do not know what led you to choose nCAT. At the moment, the only solution is to use the configuration I sent you. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I am using QLog on Linux Mint qith Hamlib and Rigctl.
Changing the frequency from the Flex is ok on Qlog but when I click on a spot the frequency changes in Qlog but not on the Flex.
On the other hand QSSTV works ok, changing the band on QSSTV changes the band and frequency on the Flex.
The errors reported are:
No handler found on "power2mw"
No handler found on "short:l",KEYSPD
WRN Handler returned error error="strconv.ParseFloat: parsing "14080000,000000": invalid syntax" cmd=["short:F","14080000,000000"]
Looks like a command error.
Qlog 0.48.0
HamLib 4.7.0
nCAT-linux-amd64
nDAX-linu-amd64
Flex6400M
Any idea on how to correct this?
Beta Was this translation helpful? Give feedback.
All reactions