Hi,
When I am starting my dev server using
indico run -h ::1:9000 -q --enable-evalex
It is throwing RuntimeError: can't register atexit after shutdown
Traceback of the error pastebin
Anyone else has faced this before?
PS: This is the corresponding line in indico.conf
BASE_URL = 'http://127.0.0.1:9000'
, so I have ensured both of addresses are same.