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

When it logs a new contact #1

Open
riggs498 opened this issue Sep 5, 2021 · 0 comments
Open

When it logs a new contact #1

riggs498 opened this issue Sep 5, 2021 · 0 comments

Comments

@riggs498
Copy link

riggs498 commented Sep 5, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant