Intermittent HTTPError: 500 Internal Server Error for https://api.gather.town/api/createRoom

When trying to create spaces using the API we are getting the following error intermittently:

HTTPError: 500 Server Error: Internal Server Error for url: https://api.gather.town/api/createRoom

Retrying after a few moments and the error goes away with the same data. An example of data which fails is

{“apiKey”: “REDACTED”, “name”: “iclr2022-workshop-room-19”, “map”: “lounge-large”}

This is code we’ve had that has worked for well over a year now going back to the NeurIPS 2021 Conference. The issue just started showing up a few days ago.

I wonder if this is due to the HTTPs API updates that were set to happen sometime soon that @opalrose mentioned in office hours. There was talk of moving just about every endpoint to a v2 version.

Just a theory though.