Setup related error

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.

Do you have a traceback beyond that error?

No @ThiefMaster
But, I was able to resolve it by not passing the port in run command.

Thanks though.

Ah yes, that’s incorrect. The port goes in the -p arg and not in the host.

Anyway, it should fail with a proper error instead…

I will raise a fix for it

1 Like