oTree Forum >

Heroku Deployment issues

#1 by ecopsy2023

This is my first time deploying something to Heroku. When I was testing my experiment, I purposely tried to make mistakes to see if the error messages would work like they did when deployed locally. However I got the error pasted below. Does anyone know what I could do to resolve this issue?


File .heroku/python/lib/python3.9/concurrent/futures/thread.py, line 58, in run ‒

55.             return

56.

57.         try:

58.             result = self.fn(*self.args, **self.kwargs)

59.         except BaseException as exc:

60.             self.future.set_exception(exc)

61.             # Break a reference cycle with the exception 'exc'

Write a reply

Set forum username