TACTIC Open Source
Error: maximum recursion depth exceeded - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: Error: maximum recursion depth exceeded (/showthread.php?tid=37)



Error: maximum recursion depth exceeded - an2050 - 12-03-2019

Huh Hi, after installing the Tactic, I have errors. Perhaps you can help me with it. I install tactics locally on Windows10 system.

In the interface I get the message:
Error: maximum recursion depth exceeded in comparisonTACTIC has encountered an error.

Reported Error: "maximum recursion depth exceeded in comparison"


During win32_service.py debug, messages are sent to the console without stopping until I break the process. Messages as in the image.

Thank you!


RE: Error: maximum recursion depth exceeded - Celton McGrath - 12-04-2019

Hi an2050,

I've seen the maximum recursion error occur when the docs folder is not present in the TACTIC source code. You can download a copy from the TACTIC source code,

https://github.com/Southpaw-TACTIC/TACTIC

Also, did you follow all of the instructions for installing on Windows server here,

http://community.southpawtech.com/docs/sys-admin/install-tactic-windows-server/

It appears you have a PortNotFree error. Is there anything else on your server using port 8081? You can use the command "netstat" in cmd.exe to see processes listening to ports.

You can at least test that TACTIC installed correctly by running TACTIC on a port you know is free (ie. 9000),

TACTIC/src/bin/startup_dev.py -p 9000

Hope this helps!

Celton