[psiTurk server:off mode:sdbx #HITs:0]$ server on
Experiment server launching...
Now serving on http://localhost:22362
/Users/caleb/opt/anaconda3/lib/python3.8/os.py:1023: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
return io.open(fd, *args, **kwargs)
[psiTurk server:on mode:sdbx #HITs:0]$ Traceback (most recent call last):
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 210, in run
self.sleep()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 360, in sleep
ready = select.select([self.PIPE[0]], [], [], 1.0)
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 245, in handle_chld
self.reap_workers()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
raise HaltServer(reason, self.WORKER_BOOT_ERROR)
gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment_server.py", line 107, in <module>
launch()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment_server.py", line 103, in launch
ExperimentServer().run()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/app/base.py", line 223, in run
super(Application, self).run()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/app/base.py", line 72, in run
Arbiter(self).run()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 232, in run
self.halt(reason=inst.reason, exit_status=inst.exit_status)
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 345, in halt
self.stop()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 393, in stop
time.sleep(0.1)
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 245, in handle_chld
self.reap_workers()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
raise HaltServer(reason, self.WORKER_BOOT_ERROR)
gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
I am not really sure what to do. Here is my program server log (it's a little long, sorry):
[2020-10-22 18:14:52 -0600] [98446] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment_server.py", line 48, in load
return util.import_app("psiturk.experiment:app")
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/util.py", line 350, in import_app
__import__(module)
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment.py", line 77, in <module>
from custom import custom_code
File "/Users/caleb/desktop/psiturk-example/custom.py", line 61
try:
^
TabError: inconsistent use of tabs and spaces in indentation
[2020-10-22 18:14:52 -0600] [98448] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment_server.py", line 48, in load
return util.import_app("psiturk.experiment:app")
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/util.py", line 350, in import_app
__import__(module)
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment.py", line 77, in <module>
from custom import custom_code
File "/Users/caleb/desktop/psiturk-example/custom.py", line 61
try:
^
TabError: inconsistent use of tabs and spaces in indentation
[2020-10-22 18:14:52 -0600] [98449] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment_server.py", line 48, in load
return util.import_app("psiturk.experiment:app")
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/util.py", line 350, in import_app
__import__(module)
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment.py", line 77, in <module>
from custom import custom_code
File "/Users/caleb/desktop/psiturk-example/custom.py", line 61
try:
^
TabError: inconsistent use of tabs and spaces in indentation
[2020-10-22 18:14:52 -0600] [98447] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment_server.py", line 48, in load
return util.import_app("psiturk.experiment:app")
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/util.py", line 350, in import_app
__import__(module)
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment.py", line 77, in <module>
from custom import custom_code
File "/Users/caleb/desktop/psiturk-example/custom.py", line 61
try:
^
TabError: inconsistent use of tabs and spaces in indentation
[2020-10-22 18:14:52 -0600] [98450] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment_server.py", line 48, in load
return util.import_app("psiturk.experiment:app")
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/util.py", line 350, in import_app
__import__(module)
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment.py", line 77, in <module>
from custom import custom_code
File "/Users/caleb/desktop/psiturk-example/custom.py", line 61
try:
^
TabError: inconsistent use of tabs and spaces in indentation
[2020-10-22 18:14:52 -0600] [98451] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment_server.py", line 48, in load
return util.import_app("psiturk.experiment:app")
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/util.py", line 350, in import_app
__import__(module)
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment.py", line 77, in <module>
from custom import custom_code
File "/Users/caleb/desktop/psiturk-example/custom.py", line 61
try:
^
TabError: inconsistent use of tabs and spaces in indentation
[2020-10-22 18:14:52 -0600] [98452] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment_server.py", line 48, in load
return util.import_app("psiturk.experiment:app")
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/util.py", line 350, in import_app
__import__(module)
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment.py", line 77, in <module>
from custom import custom_code
File "/Users/caleb/desktop/psiturk-example/custom.py", line 61
try:
^
TabError: inconsistent use of tabs and spaces in indentation
[2020-10-22 18:14:52 -0600] [98453] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment_server.py", line 48, in load
return util.import_app("psiturk.experiment:app")
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/util.py", line 350, in import_app
__import__(module)
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment.py", line 77, in <module>
from custom import custom_code
File "/Users/caleb/desktop/psiturk-example/custom.py", line 61
try:
^
TabError: inconsistent use of tabs and spaces in indentation
[2020-10-22 18:14:52 -0600] [98454] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment_server.py", line 48, in load
return util.import_app("psiturk.experiment:app")
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/gunicorn/util.py", line 350, in import_app
__import__(module)
File "/Users/caleb/opt/anaconda3/lib/python3.8/site-packages/psiturk/experiment.py", line 77, in <module>
from custom import custom_code
File "/Users/caleb/desktop/psiturk-example/custom.py", line 61
try:
^
TabError: inconsistent use of tabs and spaces in indentation
--
You received this message because you are subscribed to the Google Groups "PsiTurk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psiturk+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/psiturk/f6869970-7ed1-427f-b800-94eb07961cfbn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/psiturk/b2cb5f05-4173-4ea8-9534-a1c85d1adb74n%40googlegroups.com.