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

UnboundLocalError: local variable 'nurNamen' referenced before assignment #146

Open
sentry-io bot opened this issue Aug 26, 2022 · 0 comments
Open
Labels
prio:mid Standard Priority

Comments

@sentry-io
Copy link

sentry-io bot commented Aug 26, 2022

Sentry Issue: FLASK-2

UnboundLocalError: local variable 'nurNamen' referenced before assignment
  File "flask\app.py", line 2077, in wsgi_app
    response = self.full_dispatch_request()
  File "flask\app.py", line 1525, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "flask\app.py", line 1523, in full_dispatch_request
    rv = self.dispatch_request()
  File "flask\app.py", line 1509, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
  File "app.py", line 484, in spezielles_Dashboard
    nurNamen.append(name_line)  # append the name to the list
@SpotlightForBugs SpotlightForBugs added the prio:mid Standard Priority label Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio:mid Standard Priority
Projects
None yet
Development

No branches or pull requests

1 participant