View suddenly stopped working #288
Unanswered
luvpatel890
asked this question in
Q&A
Replies: 1 comment
-
|
I had a similar problem. I was able to kill python and run view again although it's very slow (about 1 min) to load and sometimes it doesn't load at all. I wait an hour or so and I was able to run the view command. Given how glitchy it is to keep the view up and refreshing I only run view every once in a while to take a peek at the progress |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
View suddenly stopped working and this error is showing.
Traceback (most recent call last):
File "C:\Users\luv\Swar-Chia-Plot-Manager-main\manager.py", line 36, in
view()
File "C:\Users\luv\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\commands.py", line 104, in view
analysis = analyze_log_dates(log_directory=log_directory, analysis=analysis)
File "C:\Users\luv\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\log.py", line 76, in analyze_log_dates
analysis = _get_date_summary(analysis)
File "C:\Users\luv\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\log.py", line 35, in _get_date_summary
end_date = analysis['files'][file_path]['data']['date'].date()
TypeError: 'bool' object is not subscriptable
I am not sure. it was working perfectly before. Also i already installed pip and using venv mode
Beta Was this translation helpful? Give feedback.
All reactions