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

Opening Node Details and Saving throws an error #6631

Open
dyceron opened this issue May 27, 2024 · 0 comments
Open

Opening Node Details and Saving throws an error #6631

dyceron opened this issue May 27, 2024 · 0 comments
Labels
bug feature: Database requirements, node fields, images, etc.

Comments

@dyceron
Copy link
Contributor

dyceron commented May 27, 2024

  File "D:\Documents\GitHub\randovania\venv\Lib\site-packages\qasync\__init__.py", line 780, in _error_handler
    task.result()
  File "D:\Documents\GitHub\randovania\randovania\gui\data_editor.py", line 460, in on_node_edit_button
    self.editor.add_node(area, lock_node)
  File "D:\Documents\GitHub\randovania\randovania\game_description\editor.py", line 61, in add_node
    raise ValueError(f"A node named {node.name} already exists.")
ValueError: A node named Lock - Door to Lava Pond already exists.
@dyceron dyceron added bug feature: Database requirements, node fields, images, etc. labels May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature: Database requirements, node fields, images, etc.
Projects
None yet
Development

No branches or pull requests

1 participant