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

IndexError('list index out of range') #6

Open
rohitdhote111 opened this issue Aug 7, 2024 · 0 comments
Open

IndexError('list index out of range') #6

rohitdhote111 opened this issue Aug 7, 2024 · 0 comments

Comments

@rohitdhote111
Copy link

I am following instructions from youtube video on linux ubuntu machine and facing below error:

Error: 500 Internal Server Error

Sorry, the requested URL 'http://localhost:8080/plot/21/generate' caused an error:

Internal Server Error

Exception:

IndexError('list index out of range')

Traceback:

Traceback (most recent call last):
File "/home/rohith/workspace/signalserver_gui/signalserver_gui/.venv/lib/python3.10/site-packages/bottle.py", line 876, in _handle
return route.call(**args)
File "/home/rohith/workspace/signalserver_gui/signalserver_gui/.venv/lib/python3.10/site-packages/bottle.py", line 1759, in wrapper
rv = callback(*a, **ka)
File "/home/rohith/workspace/signalserver_gui/signalserver_gui/.venv/lib/python3.10/site-packages/bottle_sqlalchemy.py", line 155, in wrapper
rv = callback(*args, **kwargs)
File "/home/rohith/workspace/signalserver_gui/signalserver_gui/main.py", line 182, in plot_generate
utils.generate(config, item)
File "/home/rohith/workspace/signalserver_gui/signalserver_gui/../signalserver_gui/utils.py", line 241, in generate
make_kmz(item, file_base, dimensions, config["convert"]["output_type"])
File "/home/rohith/workspace/signalserver_gui/signalserver_gui/../signalserver_gui/utils.py", line 346, in make_kmz
plot.latlonbox.north = dimensions[1]
IndexError: list index out of range

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