We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2020-07-22T08:49:51.464529 [REQUEST] HTTP, 195.54.160.21:37844->195.37.209.20:80, Lat: --, Lon: --, /?XDEBUG_SESSION_START=phpstorm, , GET Unhandled Error Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/twisted/python/log.py", line 103, in callWithLogger return callWithContext({"system": lp}, func, args, kw) File "/usr/lib/python3.7/site-packages/twisted/python/log.py", line 86, in callWithContext return context.call({ILogContext: newCtx}, func, *args, kw) File "/usr/lib/python3.7/site-packages/twisted/python/context.py", line 122, in callWithContext return self.currentContext().callWithContext(ctx, func, args, *kw) File "/usr/lib/python3.7/site-packages/twisted/python/context.py", line 85, in callWithContext return func(args,**kw) --- <exception caught here> --- File "/usr/lib/python3.7/site-packages/twisted/internet/posixbase.py", line 614, in _doReadOrWrite why = selectable.doRead() File "/usr/lib/python3.7/site-packages/twisted/internet/tcp.py", line 243, in doRead return self._dataReceived(data) File "/usr/lib/python3.7/site-packages/twisted/internet/tcp.py", line 249, in _dataReceived rval = self.protocol.dataReceived(data) File "/app/honeygrove/services/HTTPService.py", line 197, in dataReceived log.response("HTTP", remote.host, remote.port, local.host, local.port, self.page, login_string, "404 NOT FOUND") builtins.UnboundLocalError: local variable 'login_string' referenced before assignment
The text was updated successfully, but these errors were encountered:
basta criar variável login_string antes da instrução if da linha 122, ex: login_string = "" no arquivo honeygrove/services/HTTPService.py
login_string
if
122
login_string = ""
honeygrove/services/HTTPService.py
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: