We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the server.py running on my laptop top connected to my cloudlog. I am getting this error everytime I send a new contact.
riggs498@ThinkPad:~/Cloudlog-WSJT-X$ python3 ./server.py WSJT-X to Cloudlog by Joeri Van Dooren ON3URE
Waiting for new log entry... Received log message:
(b'call:5N4DWD gridsquare:4EM86 mode:3FT8 <rst_sent:3>-02 <rst_rcvd:3>-03 <qso_date:8>20210905 <time_on:6>172530 <qso_date_off:8>20210905 <time_off:6>172630 band:340m freq:87.074900 <station_callsign:6>KB8PMY <my_gridsquare:4>EM79 <tx_pwr:2>20 comment:45BTV operator:6KB8PMY ', ('127.0.0.1', 40292))
Parsing log entry from WSJT-X...
Traceback (most recent call last): File "./server.py", line 306, in W.log_new_qso() File "./server.py", line 207, in log_new_qso "<lon:" + str(len(self.lon)) + ">" + self.lon + AttributeError: 'WsjtxToCloudlog' object has no attribute 'cont'
How can I fix this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have the server.py running on my laptop top connected to my cloudlog. I am getting this error everytime I send a new contact.
riggs498@ThinkPad:~/Cloudlog-WSJT-X$ python3 ./server.py
WSJT-X to Cloudlog by Joeri Van Dooren ON3URE
Waiting for new log entry...
Received log message:
(b'call:5N4DWD gridsquare:4EM86 mode:3FT8 <rst_sent:3>-02 <rst_rcvd:3>-03 <qso_date:8>20210905 <time_on:6>172530 <qso_date_off:8>20210905 <time_off:6>172630 band:340m freq:87.074900 <station_callsign:6>KB8PMY <my_gridsquare:4>EM79 <tx_pwr:2>20 comment:45BTV operator:6KB8PMY ', ('127.0.0.1', 40292))
Parsing log entry from WSJT-X...
Traceback (most recent call last):
File "./server.py", line 306, in
W.log_new_qso()
File "./server.py", line 207, in log_new_qso
"<lon:" + str(len(self.lon)) + ">" + self.lon +
AttributeError: 'WsjtxToCloudlog' object has no attribute 'cont'
How can I fix this?
The text was updated successfully, but these errors were encountered: