[Bug 1932564] Re: FilesystemController has no _start_task
Dan Bungert
1932564 at bugs.launchpad.net
Mon Sep 27 13:27:11 UTC 2021
** Changed in: subiquity (Ubuntu)
Assignee: Dan Bungert (dbungert) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1932564
Title:
FilesystemController has no _start_task
Status in subiquity package in Ubuntu:
Invalid
Bug description:
the following was observed with the ubuntu-desktop-installer client:
2021-06-18 08:01:35,477 DEBUG root:39 start: subiquity/Filesystem/guided_GET:
2021-06-18 08:01:35,479 DEBUG root:39 finish: subiquity/Filesystem/guided_GET: SUCCESS: 500 Traceback (most recent call last):
File "/snap/ubuntu-desktop-installer/20/...
2021-06-18 08:01:35,479 DEBUG subiquity.server.server:357 request to /storage/guided?min_size=0&wait=true crashed
Traceback (most recent call last):
File "/snap/ubuntu-desktop-installer/20/bin/subiquity/subiquity/common/api/server.py", line 123, in handler
result = await implementation(**args)
File "/snap/ubuntu-desktop-installer/20/bin/subiquity/subiquity/server/controllers/filesystem.py", line 217, in guided_GET
probe_resp = await self._probe_response(wait, GuidedStorageResponse)
File "/snap/ubuntu-desktop-installer/20/bin/subiquity/subiquity/server/controllers/filesystem.py", line 181, in _probe_response
await self._start_task
AttributeError: 'FilesystemController' object has no attribute '_start_task'
2021-06-18 08:01:35,480 ERROR aiohttp.server:355 Error handling request
Traceback (most recent call last):
File "/snap/ubuntu-desktop-installer/20/usr/lib/python3/dist-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
File "/snap/ubuntu-desktop-installer/20/usr/lib/python3/dist-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
File "/snap/ubuntu-desktop-installer/20/usr/lib/python3/dist-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
File "/snap/ubuntu-desktop-installer/20/bin/subiquity/subiquity/server/server.py", line 364, in middleware
ErrorReportRef, report.ref())
AttributeError: 'NoneType' object has no attribute 'ref'
2021-06-18 08:01:35,482 INFO aiohttp.access:233 [18/juin/2021:08:01:35 +0000] "GET /storage/guided?min_size=0&wait=true HTTP/1.1" 500 244 "-" "-"
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1932564/+subscriptions
More information about the foundations-bugs
mailing list