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

TC2 BBS crashes after receiving JS8 heartbeat #99

Open
FoxnoTango opened this issue Nov 29, 2024 · 2 comments
Open

TC2 BBS crashes after receiving JS8 heartbeat #99

FoxnoTango opened this issue Nov 29, 2024 · 2 comments

Comments

@FoxnoTango
Copy link

FoxnoTango commented Nov 29, 2024

After starting the TC2 BBS software it connects to a Meshtatstic node on /dev/ttyUSB0 and to the JS8CALL software on the same Raspberry Pi where the TC2 BBS software is installed.
When receiving a heartbeat message on JS8 the TC2 BBS crashes:

Configured to sync with the following BBS nodes: []
Nodes with Urgent board permissions: []
2024-11-29 16:48:59 - INFO - TC²-BBS is running on serial interface...
Database schema initialized.
2024-11-29 16:48:59 - JS8Call - INFO - Database tables created or verified.
2024-11-29 16:48:59 - JS8Call - INFO - Connecting to ('127.0.0.1', 2442)
2024-11-29 16:49:30 - JS8Call - INFO - Received JS8Call message: SM4MJR: to 3PC/4COA0O - HEARTBEAT SNR -19 ♢
Traceback (most recent call last):
File "/home/beheer/TC2-BBS-mesh/server.py", line 93, in
main()
File "/home/beheer/TC2-BBS-mesh/server.py", line 80, in main
js8call_client.connect()
File "/home/beheer/TC2-BBS-mesh/js8call_integration.py", line 206, in connect
self.process(message)
File "/home/beheer/TC2-BBS-mesh/js8call_integration.py", line 169, in process
self.insert_message('messages', sender, receiver, msg)
File "/home/beheer/TC2-BBS-mesh/js8call_integration.py", line 129, in insert_message
''', (sender, receiver_or_group, message))
^^^^^^^^^^^^^^^^^
NameError: name 'receiver_or_group' is not defined

Is this something in the software of the TC2 BBS or have I made a configuration error?

73 Foeke PA3FNT

@myerika
Copy link

myerika commented Dec 19, 2024

Is your problem solved?
73
Thomas SM0YOS

@TheCommsChannel
Copy link
Owner

I'll have to do some testing. Seems like another user is having the same issue.

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

3 participants