You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
Run the installer in dry mode and verify that it works:
flutter run
Run the integration tests: SUBIQUITY_REPLAY_TIMESCALE=100 flutter test integration_test/
Run the installer again
flutter run
On the second run, it fails with:
flutter: DEBUG subiquity_client: GET http://localhost/refresh?wait=true
flutter: DEBUG refresh: RefreshState.error(error: checkRefresh() returned error 500
Traceback (most recent call last):
File "/home/u/udi/ubuntu-desktop-installer/vendor/ubuntu-desktop-provision/packages/subiquity_client/subiquity/subiquity/common/api/server.py", line 163, in handler
result = await implementation(**args)
File "/home/u/udi/ubuntu-desktop-installer/vendor/ubuntu-desktop-provision/packages/subiquity_client/subiquity/subiquity/server/controllers/refresh.py", line 233, in GET
await self.check_task.wait()
AttributeError: 'NoneType' object has no attribute 'wait'
)
Test Case
flutter run
SUBIQUITY_REPLAY_TIMESCALE=100 flutter test integration_test/
flutter run
On the second run, it fails with:
It'll ruin again after the deletion of .subiquity
rm -Rf ../../vendor/ubuntu-desktop-provision/packages/subiquity_client/subiquity/.subiquity/
The text was updated successfully, but these errors were encountered: