Opened 11 years ago
Last modified 8 years ago
#2710 new bug
WebUI console flood: AuthError: Not authenticated
| Reported by: | Calum | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 2.x |
| Component: | Web UI | Version: | develop |
| Keywords: | Cc: |
Description
I have encountered the following error I think related to the browser displaying 'The connection to the webserver has been lost!'. It occurred after resuming saved state vbox so the lost of network could be a way to replicate.
[ERROR ][deluge.ui.web.json_api :207 ] Error calling method `web.connected`
19:15:06.572 [ERROR ][deluge.ui.web.json_api :1172] Not authenticated
Traceback (most recent call last):
File "/home/ubuntu/deluge.git_master/deluge/ui/web/json_api.py", line 199, in _handle_request
result = self._exec_local(method, params, request)
File "/home/ubuntu/deluge.git_master/deluge/ui/web/json_api.py", line 165, in _exec_local
component.get("Auth").check_request(request, meth)
File "/home/ubuntu/deluge.git_master/deluge/ui/web/auth.py", line 238, in check_request
raise AuthError("Not authenticated")
AuthError: Not authenticated
Change History (2)
comment:1 by , 8 years ago
| Milestone: | 2.0 → 2.0.x |
|---|---|
| Priority: | critical → major |
comment:2 by , 8 years ago
| Milestone: | 2.0.x → 2.x |
|---|
Note:
See TracTickets
for help on using tickets.



Milestone renamed