willowtreeapps / wombats-api

Wombats API
https://github.com/willowtreeapps/wombats-documentation
MIT License
10 stars 4 forks source link

[BUG] 500 error seen when attempting to start a game with a deleted arena. #211

Open morganduverney opened 7 years ago

morganduverney commented 7 years ago

Steps to Reproduce:

  1. Create an arena, "Conway"
  2. Create a game using that arena, "Alternative Facts"
  3. Delete "Conway"
  4. Start the game "Alternative Facts"

Expected Results No error is seen; a user may expect the game to start using the arena configuration provided when the game was created.

Actual Results 500 error is seen

morganduverney commented 7 years ago

We're holding off on this until we work on arena management (alpha7)