TheCommsChannel / TC2-BBS-mesh

A BBS server for Meshtastic for posting bulletins, sending mail to users, and channel directory.
GNU General Public License v3.0
291 stars 54 forks source link

Fails on docker #78

Closed miodzicho closed 3 months ago

miodzicho commented 3 months ago
Traceback (most recent call last):
  File "/TC2-BBS-mesh/server.py", line 20, in <module>
    from js8call_integration import JS8CallClient
  File "/TC2-BBS-mesh/js8call_integration.py", line 10, in <module>
    from command_handlers import handle_help_command
  File "/TC2-BBS-mesh/command_handlers.py", line 24, in <module>
    main_menu_items = config['menu']['main_menu_items'].split(',')
                      ~~~~~~^^^^^^^^
  File "/usr/lib/python3.12/configparser.py", line 941, in __getitem__
    raise KeyError(key)
KeyError: 'menu'