viskit icon indicating copy to clipboard operation
viskit copied to clipboard

error

Open Elktrn opened this issue 2 years ago • 4 comments

[2022-06-15 02:41:21,702] ERROR in app: Exception on / [GET] Traceback (most recent call last): File "C:\Users\Aguh\AppData\Local\Programs\Python\Python39\lib\site-packages\flask\app.py", line 2070, in wsgi_app response = self.full_dispatch_request() File "C:\Users\Aguh\AppData\Local\Programs\Python\Python39\lib\site-packages\flask\app.py", line 1515, in full_dispatch_request rv = self.handle_user_exception(e) File "C:\Users\Aguh\AppData\Local\Programs\Python\Python39\lib\site-packages\flask\app.py", line 1513, in full_dispatch_request rv = self.dispatch_request() File "C:\Users\Aguh\AppData\Local\Programs\Python\Python39\lib\site-packages\flask\app.py", line 1499, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "C:\Users\Aguh\Downloads\vs\viskit\frontend.py", line 925, in index plot_div = get_plot_instruction(plot_keys=plot_keys) File "C:\Users\Aguh\Downloads\vs\viskit\frontend.py", line 421, in get_plot_instruction plot_height = 300 * len(plot_keys) TypeError: object of type 'NoneType' has no len() 127.0.0.1 - - [15/Jun/2022 02:41:26] "GET / HTTP/1.1" 500 -

Elktrn avatar Jun 15 '22 09:06 Elktrn

encountering the same issue.

YiqiJ avatar Nov 11 '22 08:11 YiqiJ

encountering the same issue.

faker52 avatar Jun 08 '23 15:06 faker52

encountering the same issue. how to do?

faker52 avatar Jun 08 '23 15:06 faker52

I had the same issue. But for some reason, running the script as python -m viskit.frontend path/to/log works

Warggr avatar Dec 29 '23 10:12 Warggr