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

Server-side error on transition #285

Closed
jessesnyder opened this issue May 21, 2024 · 1 comment
Closed

Server-side error on transition #285

jessesnyder opened this issue May 21, 2024 · 1 comment

Comments

@jessesnyder
Copy link
Contributor

jessesnyder commented May 21, 2024

Traceback:

Traceback (most recent call last):
  File "src/gevent/greenlet.py", line 908, in gevent._gevent_cgreenlet.Greenlet.run
  File "/private/tmp/dallinger_develop/experiment.py", line 1303, in send
    self.dispatch((message))
  File "/private/tmp/dallinger_develop/experiment.py", line 1291, in dispatch
    mapping[msg["type"]](msg)
  File "/private/tmp/dallinger_develop/experiment.py", line 1618, in handle_item_transition
    item_config=self.item_config[transition["actor_end"]],
KeyError: None
2024-05-21T20:03:39Z <Greenlet at 0x1102c9940: <bound method Griduniverse.send of <dallinger_experiment.experiment.Griduniverse object at 0x10d6e9690>>('griduniverse_ctrl:{"type":"item_transition","play)> failed with KeyError

Transition definition in question:

  - actor_start: diamond
    actor_end: null
    target_start: stone
    target_end: crown
    visible: always
    last_use: false
    modify_uses:
      - 0
      - 0
@jessesnyder
Copy link
Contributor Author

Fixed; closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant