I am trying to update endless os to 3.9 while following instructions from this site (Getting Started | Beta Testing Program)
I run ```
eos-updater-ctl update
this code and it is giving the following error
"
bullet@endless:~$ eos-updater-ctl update
Changed state to Polling
Changed state to UpdateAvailable
======= Properties =======
State: Polling
CurrentID: '2128f7fcd1e89f1074d5e71ae62044a0ba4051c4a6d4ecb960851e34ff7637b8'
DownloadSize: int64 269988807
DownloadedBytes: int64 9956837
ErrorCode: uint32 0
ErrorMessage: ''
ErrorName: ''
FullDownloadSize: int64 1744845040
FullUnpackedSize: int64 4136184777
OriginalRefspec: 'eos:os/eos/amd64/eos3a'
UnpackedSize: int64 726307139
UpdateID: '3243bbede579e7c702e82d507afc5c32c6fdae47f0203ccac50a70e9e60f0fdb'
UpdateLabel: '201016-161328'
UpdateMessage: 'Built with eos-ostree-builder 84edaa7'
UpdateRefspec: 'eos:os/eos/amd64/eos3a'
Version: '3.9.0~beta2'
Changed state to Fetching
Changed state to Error
======= Properties =======
State: Fetching
CurrentID: '2128f7fcd1e89f1074d5e71ae62044a0ba4051c4a6d4ecb960851e34ff7637b8'
DownloadSize: int64 91535278
DownloadedBytes: int64 15602632
ErrorCode: uint32 0
ErrorMessage: ''
ErrorName: ''
FullDownloadSize: int64 1744845040
FullUnpackedSize: int64 4136184777
OriginalRefspec: 'eos:os/eos/amd64/eos3a'
UnpackedSize: int64 264292698
UpdateID: '3243bbede579e7c702e82d507afc5c32c6fdae47f0203ccac50a70e9e60f0fdb'
UpdateLabel: '201016-161328'
UpdateMessage: 'Built with eos-ostree-builder 84edaa7'
UpdateRefspec: 'eos:os/eos/amd64/eos3a'
Version: '3.9.0~beta2'
Traceback (most recent call last):
File "/usr/bin/eos-updater-ctl", line 409, in <module>
main()
File "/usr/bin/eos-updater-ctl", line 405, in main
sys.exit(args.function(**args_dict))
File "/usr/bin/eos-updater-ctl", line 213, in command_update
apply_result = command_apply(block=True, quiet=quiet)
File "/usr/bin/eos-updater-ctl", line 195, in command_apply
return command_dbus('apply', block, quiet)
File "/usr/bin/eos-updater-ctl", line 159, in command_dbus
proxy.call_sync(qualified_method_name, parameters, 0, -1, None)
gi.repository.GLib.Error: g-io-error-quark: GDBus.Error:com.endlessm.Updater.Error.WrongState: Can't call Apply() while in state Error (36)
"
[eos-diagnostic-201021_190915_UTC-0500.txt|attachment](upload://iOeG90rMlIQ1dVq8UzIMa1HugDB.txt) (1.4 MB)
Thank you in advance.