Opened 9 years ago

Last modified 7 years ago

#2710 new bug

WebUI console flood: AuthError: Not authenticated

Reported by: Cas 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 Changed 7 years ago by Cas

  • Milestone changed from 2.0 to 2.0.x
  • Priority changed from critical to major

comment:2 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.