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
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
Traceback:
File "/home/clore/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.dict)
File "/home/clore/bot/pbgui/pages/3_Optimize.py", line 133, in
opt_edit()
File "/home/clore/bot/pbgui/pages/3_Optimize.py", line 43, in opt_edit
if my_opt.file and my_opt.position >= 0:
This error appears no matter what.
But I overcame this - we create the necessary conditions. Then in the opt_queue folder we take a fresh json and in it we edit what does not fit, then in the Queue we launch the need settings.
The text was updated successfully, but these errors were encountered:
push Add and then we get an error:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
Traceback:
File "/home/clore/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.dict)
File "/home/clore/bot/pbgui/pages/3_Optimize.py", line 133, in
opt_edit()
File "/home/clore/bot/pbgui/pages/3_Optimize.py", line 43, in opt_edit
if my_opt.file and my_opt.position >= 0:
This error appears no matter what.
But I overcame this - we create the necessary conditions. Then in the opt_queue folder we take a fresh json and in it we edit what does not fit, then in the Queue we launch the need settings.
The text was updated successfully, but these errors were encountered: