Backup failed with message "HTTP request has been canceled"
-
Can you be more specific? Are you using XOA or XO from the sources?
-
@olivierlambert Im using XO installed using the script provide by
-
Please check you are on latest
master
commit. 3rd party scripts are not supported, but just tell us on which commit are you are also double check everything was rebuilt correctly. -
@olivierlambert
I've double check and i'm on the laster master check out on 15/06/2021 and everything rebuild -
Can you tell us which commit are you exactly? (just to be sure).
We might want to test lower values then.
-
@olivierlambert I think: xen-orchestra-202106151431
-
The commit id please
56e4847b6bb85da8ae2dc09e8e9fb7a0db36070a
You can have it by doing
git rev-parse HEAD
-
@olivierlambert said in Backup failed with message "HTTP request has been canceled":
git rev-parse HEAD
51f013851d6d72275a16d37cd92b0ff88e7046d8
-
@erwand said in Backup failed with message "HTTP request has been canceled":
51f013851d6d72275a16d37cd92b0ff88e7046d8
pinging @julien-f
-
@erwand I don't know how this script works and if the libraries are installed from the repo itself or are coming from npmjs.org, because this change in
xen-api
has not been published.You can check by doing something like this:
> cd packages/xo-server > node -p 'require.resolve("xen-api")' <root dir>/xen-orchestra/packages/xen-api/dist/index.js
Also, this error simply indicates that the connection was interrupted between XO and the host during the export of the VDI, this does not necessarily indicate an XO bug, please check your host's logs.
-
@julien-f said in Backup failed with message "HTTP request has been canceled":
node -p 'require.resolve("xen-api")'
Hi all,
I think the problem is fixed now. thanks for your help