setting failing to load #3

Closed
opened 2025-01-29 17:05:48 +01:00 by Megamichi · 1 comment
Contributor
pygame 2.6.1 (SDL 2.28.4, Python 3.12.3)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
  File "/home/megamichi/.local/bin/wobuzz", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/megamichi/.local/lib/python3.12/site-packages/wobuzz/command_line.py", line 20, in main
    app = Wobuzz()
          ^^^^^^^^
  File "/home/megamichi/.local/lib/python3.12/site-packages/wobuzz/main.py", line 20, in __init__
    self.settings = load_dataclass_json(Settings, self.utils.settings_location, self, True, True)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: load_dataclass_json() takes from 2 to 3 positional arguments but 5 were given
```$ wobuzz . pygame 2.6.1 (SDL 2.28.4, Python 3.12.3) Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "/home/megamichi/.local/bin/wobuzz", line 8, in <module> sys.exit(main()) ^^^^^^ File "/home/megamichi/.local/lib/python3.12/site-packages/wobuzz/command_line.py", line 20, in main app = Wobuzz() ^^^^^^^^ File "/home/megamichi/.local/lib/python3.12/site-packages/wobuzz/main.py", line 20, in __init__ self.settings = load_dataclass_json(Settings, self.utils.settings_location, self, True, True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: load_dataclass_json() takes from 2 to 3 positional arguments but 5 were given ```
Owner

That's not a problem with the player. Currently, you need the current version of Wobbl Tools. (There is no actual version yet, so just make sure that your Wobbl Tools are fresh from Git.) I will add the latest Commit of Wobbl Tools to the requirements when i do the first alpha release.

That's not a problem with the player. Currently, you need the current version of Wobbl Tools. (There is no actual version yet, so just make sure that your Wobbl Tools are fresh from Git.) I will add the latest Commit of Wobbl Tools to the requirements when i do the first alpha release.
Wobbl closed this issue 2025-01-29 17:14:27 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Wobbl/Wobuzz#3
No description provided.