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

Issue Traceback #1170

Closed
kurtisa727 opened this issue Apr 6, 2022 · 1 comment
Closed

Issue Traceback #1170

kurtisa727 opened this issue Apr 6, 2022 · 1 comment

Comments

@kurtisa727
Copy link

kurtisa727 commented Apr 6, 2022

STOP right now, and please first look to see if the issue you're about to submit is already an open or recently closed issue at https://github.com/kizniche/Mycodo/issues

Please DO NOT OPEN AN ISSUE:

  • If your Mycodo version is not the latest release version, please update your device before submitting your issue (unless your issue is related to not being able to upgrade). Your problem might already be solved.

  • If your issue has been addressed before. If you have any new information that may aid in solving the issue, post it in the issue that already exists.

If you are going to post a new issue, next read How to Write a Good Bug Report at https://forum.radicaldiy.com/t/how-to-write-a-good-bug-report/71

Please complete as many of the sections below, if applicable, to provide the most information that may help with investigating your issue. Replace the text in brackets with your own text describing the issue. The details requested potentially affect which options to pursue. The small amount of time you spend completing the template will also help those providing assistance by reducing the time required to help you.

Describe the problem/bug

[A clear and concise description of what you were trying to do and what the problem/bug is - replace this with your own text]

Versions:

  • Mycodo Version: [e.g. 8.0.3]
  • Raspberry Pi Version: [e.g. 3B+]
  • Raspbian OS Version: [e.g. Buster Lite]

Reproducibility

Please list specific setup details that are involved and the steps to reproduce the behavior:

  1. [Go to...]
  2. [Click on...]
  3. [Scroll down to...]
  4. [See error...]
  5. [replace this list with your own text]

Expected behavior

[A clear and concise description of what you expected to happen - replace this with your own text]

Screenshots

[If applicable, add screenshots to help explain your problem - replace this with your own text]

Additional context

Error (Full Traceback):

Traceback (most recent call last):
File "/var/mycodo-root/env/lib/python3.9/site-packages/flask/app.py", line 2073, in wsgi_app
response = self.full_dispatch_request()
File "/var/mycodo-root/env/lib/python3.9/site-packages/flask/app.py", line 1518, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/var/mycodo-root/env/lib/python3.9/site-packages/flask_restx/api.py", line 672, in error_router
return original_handler(e)
File "/var/mycodo-root/env/lib/python3.9/site-packages/flask/app.py", line 1516, in full_dispatch_request
rv = self.dispatch_request()
File "/var/mycodo-root/env/lib/python3.9/site-packages/flask/app.py", line 1502, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/var/mycodo-root/env/lib/python3.9/site-packages/flask_login/utils.py", line 272, in decorated_view
return func(*args, **kwargs)
File "/home/5x5ontime/Mycodo/mycodo/mycodo_flask/routes_method.py", line 98, in method_builder
unmet_dependencies = utils_method.method_create(form_create_method)
File "/home/5x5ontime/Mycodo/mycodo/mycodo_flask/utils/utils_method.py", line 114, in method_create
list_unmet_deps.append(each_dep[3])
IndexError: tuple index out of range

@kizniche
Copy link
Owner

kizniche commented Apr 6, 2022

Thanks for the bug report. Making a bugfix release now.

@kizniche kizniche closed this as completed Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants