Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make_indicators produces error in a new data folder #89

Open
temeddix opened this issue Nov 17, 2023 · 0 comments
Open

make_indicators produces error in a new data folder #89

temeddix opened this issue Nov 17, 2023 · 0 comments

Comments

@temeddix
Copy link
Member

concurrent.futures.process._RemoteTraceback: 
"""
Traceback (most recent call last):
  File "C:\Users\temed\miniforge3\envs\solie\Lib\concurrent\futures\process.py", line 261, in _process_worker
    r = call_item.fn(*call_item.args, **call_item.kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\temed\Documents\GitHub\solie\module\recipe\make_indicators.py", line 56, in do
    exec(indicators_script, namespace)
  File "<string>", line 20, in <module>
TypeError: unsupported operand type(s) for /: 'NoneType' and 'NoneType'
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Users\temed\miniforge3\envs\solie\Lib\site-packages\apscheduler\executors\base_py3.py", line 30, in run_coroutine_job
    retval = await job.func(*job.args, **job.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\temed\Documents\GitHub\solie\module\worker\transactor.py", line 1146, in display_lines
    indicators = await core.event_loop.run_in_executor(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: unsupported operand type(s) for /: 'NoneType' and 'NoneType'
@temeddix temeddix changed the title make_indicators produces bugs from time to time make_indicators produces error from time to time Nov 17, 2023
@temeddix temeddix changed the title make_indicators produces error from time to time make_indicators produces error on first start Nov 22, 2023
@temeddix temeddix changed the title make_indicators produces error on first start make_indicators produces error in a new data folder Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant