Skip to content

Cant get config editor to run #213

Closed
@MartinMueller2003

Description

@MartinMueller2003

Using latest version of the tool as of Aug 31 2024
Executed ./build.sh -t esp32 without any issues
Cannot execute $ ./tools/config_editor/app.py

I am running on a hyper-v Ubuntu 24.04 instance that is up to date and has all tools installed. I have the GUI installed and running.
I get the same results using terminal or ssh.

What am I missing?

I get the following output:

Traceback (most recent call last):
File "/home/martin/esp32-arduino-lib-builder/./tools/config_editor/app.py", line 92, in
class ConfigEditorApp(App):
File "/usr/local/lib/python3.12/dist-packages/textual/message_pump.py", line 107, in new
class_obj = super().new(cls, name, bases, class_dict, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/textual/app.py", line 703, in init_subclass
raise ValueError(
ValueError: SCREENS should contain a Screen type or callable, not an instance (got instance of MainScreen for 'main')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions