You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
File "/opt/virtenvs/django_slice/src/multimechanize/multimechanize/resultswriter.py", line 51, in run
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'Empty'
The config is the default config that is created with a new project.
[global]
run_time = 30
rampup = 0
results_ts_interval = 10
progress_bar = on
console_logging = off
xml_report = off
[user_group-1]
threads = 3
script = v_user.py
[user_group-2]
threads = 3
script = v_user.py
The text was updated successfully, but these errors were encountered:
I get these errors (not all the time):
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
File "/opt/virtenvs/django_slice/src/multimechanize/multimechanize/resultswriter.py", line 51, in run
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'Empty'
The config is the default config that is created with a new project.
[global]
run_time = 30
rampup = 0
results_ts_interval = 10
progress_bar = on
console_logging = off
xml_report = off
[user_group-1]
threads = 3
script = v_user.py
[user_group-2]
threads = 3
script = v_user.py
The text was updated successfully, but these errors were encountered: