#1 by JustinasGr
Hi everyone,
I'm getting the error below while trying to launch an app with "otree zipserver" on CMD. This only happens after I zip the project with "otree zip" myself, but not when I download an ".otreezip" file from oTree Studio. However, I also get this error if I unzip and zip these downloaded apps before launching.
Anyone ran into a similar issue?
oTree v. 5.10.3
-----
File "C:\Users\...\Python\Python311\Lib\site-packages\otree\cli\zipserver.py", line 105, in autoreload_for_new_zipfiles
project.wait()
File "C:\Users\...\Python\Python311\Lib\site-packages\otree\cli\zipserver.py", line 149, in wait
return self._proc.wait()
^^^^^^^^^^
AttributeError: 'Project' object has no attribute '_proc'
-----
Thank you for help!
Justinas