[GH-ISSUE #38] aborts with error "System.AggregateException" #35

Closed
opened 2026-02-26 17:44:04 +03:00 by kerem · 12 comments
Owner

Originally created by @Dunuin on GitHub (Aug 19, 2020).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/38

Today it aborted with this error:

# /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pve --password='MYPass' --vmid=all snap --label='daily' --keep=14 --state
ACTION Snap
VMs:   all
Label: daily
Keep:  14
State: True
----- VM 104 -----
Create snapshot: autodaily200820013035
VM execution 00:04:01.3424864
----- VM 105 -----
Create snapshot: autodaily200820013436
================ EXCEPTION ================
System.AggregateException
One or more errors occurred. (An error occurred while sending the request.)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at Corsinvest.ProxmoxVE.Api.PveClientBase.ExecuteAction(String resource, MethodType methodType, IDictionary`2 parameters)
   at Corsinvest.ProxmoxVE.Api.PveClientBase.TaskIsRunning(String node, String task)
   at Corsinvest.ProxmoxVE.Api.PveClientBase.WaitForTaskToFinish(String node, String task, Int64 wait, Int64 timeOut)
   at CallSite.Target(Closure , CallSite , PveClient , String , Object , Int32 , Int64 )
   at Corsinvest.ProxmoxVE.Api.Extension.ResultExtension.WaitForTaskToFinish(Result result, VMInfo vm, Int64 timeout)
   at Corsinvest.ProxmoxVE.Api.Extension.VM.Snapshots.Create(String name, String description, Boolean state, Int64 timeout)
   at Corsinvest.ProxmoxVE.AutoSnap.Api.Application.Snap(String vmIdsOrNames, String label, Int32 keep, Boolean state, Int64 timeout)
   at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.<>c__DisplayClass9_1.<Snap>b__1()
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>c__DisplayClass144_0.<OnExecute>b__0(CancellationToken _)
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken)
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
   at Corsinvest.ProxmoxVE.Api.Shell.Helpers.ShellHelper.ExecuteConsoleApp(CommandLineApplication app, String[] args)
# /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pve --password='MYPass' --vmid=all snap --label='daily' --keep=14 --state
ACTION Snap
VMs:   all
Label: daily
Keep:  14
State: True
----- VM 104 -----
Create snapshot: autodaily200820014343
VM execution 00:01:36.5933939
----- VM 105 -----
Create snapshot: autodaily200820014520
VM execution 00:01:41.4674355
----- VM 106 -----
Create snapshot: autodaily200820014701
VM execution 00:01:15.2446069
----- VM 107 -----
Create snapshot: autodaily200820014816
================ EXCEPTION ================
System.AggregateException
One or more errors occurred. (An error occurred while sending the request.)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at Corsinvest.ProxmoxVE.Api.PveClientBase.ExecuteAction(String resource, MethodType methodType, IDictionary`2 parameters)
   at Corsinvest.ProxmoxVE.Api.PveClientBase.TaskIsRunning(String node, String task)
   at Corsinvest.ProxmoxVE.Api.PveClientBase.WaitForTaskToFinish(String node, String task, Int64 wait, Int64 timeOut)
   at CallSite.Target(Closure , CallSite , PveClient , String , Object , Int32 , Int64 )
   at Corsinvest.ProxmoxVE.Api.Extension.ResultExtension.WaitForTaskToFinish(Result result, VMInfo vm, Int64 timeout)
   at Corsinvest.ProxmoxVE.Api.Extension.VM.Snapshots.Create(String name, String description, Boolean state, Int64 timeout)
   at Corsinvest.ProxmoxVE.AutoSnap.Api.Application.Snap(String vmIdsOrNames, String label, Int32 keep, Boolean state, Int64 timeout)
   at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.<>c__DisplayClass9_1.<Snap>b__1()
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>c__DisplayClass144_0.<OnExecute>b__0(CancellationToken _)
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken)
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
   at Corsinvest.ProxmoxVE.Api.Shell.Helpers.ShellHelper.ExecuteConsoleApp(CommandLineApplication app, String[] args)

What could be the problem?

I run it from latest ProxmoxVE.

Originally created by @Dunuin on GitHub (Aug 19, 2020). Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/38 Today it aborted with this error: ``` # /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pve --password='MYPass' --vmid=all snap --label='daily' --keep=14 --state ACTION Snap VMs: all Label: daily Keep: 14 State: True ----- VM 104 ----- Create snapshot: autodaily200820013035 VM execution 00:04:01.3424864 ----- VM 105 ----- Create snapshot: autodaily200820013436 ================ EXCEPTION ================ System.AggregateException One or more errors occurred. (An error occurred while sending the request.) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at Corsinvest.ProxmoxVE.Api.PveClientBase.ExecuteAction(String resource, MethodType methodType, IDictionary`2 parameters) at Corsinvest.ProxmoxVE.Api.PveClientBase.TaskIsRunning(String node, String task) at Corsinvest.ProxmoxVE.Api.PveClientBase.WaitForTaskToFinish(String node, String task, Int64 wait, Int64 timeOut) at CallSite.Target(Closure , CallSite , PveClient , String , Object , Int32 , Int64 ) at Corsinvest.ProxmoxVE.Api.Extension.ResultExtension.WaitForTaskToFinish(Result result, VMInfo vm, Int64 timeout) at Corsinvest.ProxmoxVE.Api.Extension.VM.Snapshots.Create(String name, String description, Boolean state, Int64 timeout) at Corsinvest.ProxmoxVE.AutoSnap.Api.Application.Snap(String vmIdsOrNames, String label, Int32 keep, Boolean state, Int64 timeout) at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.<>c__DisplayClass9_1.<Snap>b__1() at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>c__DisplayClass144_0.<OnExecute>b__0(CancellationToken _) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args) at Corsinvest.ProxmoxVE.Api.Shell.Helpers.ShellHelper.ExecuteConsoleApp(CommandLineApplication app, String[] args) ``` ``` # /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pve --password='MYPass' --vmid=all snap --label='daily' --keep=14 --state ACTION Snap VMs: all Label: daily Keep: 14 State: True ----- VM 104 ----- Create snapshot: autodaily200820014343 VM execution 00:01:36.5933939 ----- VM 105 ----- Create snapshot: autodaily200820014520 VM execution 00:01:41.4674355 ----- VM 106 ----- Create snapshot: autodaily200820014701 VM execution 00:01:15.2446069 ----- VM 107 ----- Create snapshot: autodaily200820014816 ================ EXCEPTION ================ System.AggregateException One or more errors occurred. (An error occurred while sending the request.) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at Corsinvest.ProxmoxVE.Api.PveClientBase.ExecuteAction(String resource, MethodType methodType, IDictionary`2 parameters) at Corsinvest.ProxmoxVE.Api.PveClientBase.TaskIsRunning(String node, String task) at Corsinvest.ProxmoxVE.Api.PveClientBase.WaitForTaskToFinish(String node, String task, Int64 wait, Int64 timeOut) at CallSite.Target(Closure , CallSite , PveClient , String , Object , Int32 , Int64 ) at Corsinvest.ProxmoxVE.Api.Extension.ResultExtension.WaitForTaskToFinish(Result result, VMInfo vm, Int64 timeout) at Corsinvest.ProxmoxVE.Api.Extension.VM.Snapshots.Create(String name, String description, Boolean state, Int64 timeout) at Corsinvest.ProxmoxVE.AutoSnap.Api.Application.Snap(String vmIdsOrNames, String label, Int32 keep, Boolean state, Int64 timeout) at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.<>c__DisplayClass9_1.<Snap>b__1() at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>c__DisplayClass144_0.<OnExecute>b__0(CancellationToken _) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args) at Corsinvest.ProxmoxVE.Api.Shell.Helpers.ShellHelper.ExecuteConsoleApp(CommandLineApplication app, String[] args) ``` What could be the problem? I run it from latest ProxmoxVE.
kerem closed this issue 2026-02-26 17:44:04 +03:00
Author
Owner

@franklupo commented on GitHub (Aug 20, 2020):

Hi,
Try manual snapshot. The problem is timeout

<!-- gh-comment-id:677396812 --> @franklupo commented on GitHub (Aug 20, 2020): Hi, Try manual snapshot. The problem is timeout
Author
Owner

@Dunuin commented on GitHub (Aug 20, 2020):

Looks like my snapshots without "--state" are working fine and as soon as I want to snapshot the RAM too it gets unreliable and sometimes work and sometimes not. But I really want to save the RAM, atleast in weekly snapshots. Is there a way to increase the timeout value so it won't get timed out? Can I just increase the "--timeout" option or is the qm snapshot causing the timeout?
I tried to add a "--timeout=600" at the end but then I get this:

root@Hypervisor:~# /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pve --password='MyPassword' --vmid=all snap --label='weekly' --keep=8 --state --timeout=600
Specify --help for a list of available options and commands.
Unrecognized option '--timeout=600'
<!-- gh-comment-id:677643635 --> @Dunuin commented on GitHub (Aug 20, 2020): Looks like my snapshots without "--state" are working fine and as soon as I want to snapshot the RAM too it gets unreliable and sometimes work and sometimes not. But I really want to save the RAM, atleast in weekly snapshots. Is there a way to increase the timeout value so it won't get timed out? Can I just increase the "--timeout" option or is the qm snapshot causing the timeout? I tried to add a "--timeout=600" at the end but then I get this: ``` root@Hypervisor:~# /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pve --password='MyPassword' --vmid=all snap --label='weekly' --keep=8 --state --timeout=600 Specify --help for a list of available options and commands. Unrecognized option '--timeout=600' ```
Author
Owner

@franklupo commented on GitHub (Aug 20, 2020):

fixed in the next few days

Best regards

<!-- gh-comment-id:677756083 --> @franklupo commented on GitHub (Aug 20, 2020): fixed in the next few days Best regards
Author
Owner

@Dunuin commented on GitHub (Sep 15, 2020):

I still get the "Unrecognized option '--timeout=600'" with latest version if using "--timeout".

<!-- gh-comment-id:692437004 --> @Dunuin commented on GitHub (Sep 15, 2020): I still get the "Unrecognized option '--timeout=600'" with latest version if using "--timeout".
Author
Owner

@franklupo commented on GitHub (Sep 15, 2020):

Hi,
Parameter --timeout after command snap

<!-- gh-comment-id:692528546 --> @franklupo commented on GitHub (Sep 15, 2020): Hi, Parameter --timeout after command snap
Author
Owner

@Dunuin commented on GitHub (Sep 15, 2020):

I used this:
/usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all snap --label='weekly' --keep=24 --state --timeout=600

With just this it works:
/usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all snap --label='weekly' --keep=24 --state

<!-- gh-comment-id:692654703 --> @Dunuin commented on GitHub (Sep 15, 2020): I used this: `/usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all snap --label='weekly' --keep=24 --state --timeout=600` With just this it works: `/usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all snap --label='weekly' --keep=24 --state`
Author
Owner

@franklupo commented on GitHub (Sep 15, 2020):

/usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all --timeout=600 snap --label='weekly' --keep=24 --state

<!-- gh-comment-id:692782817 --> @franklupo commented on GitHub (Sep 15, 2020): ` /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all --timeout=600 snap --label='weekly' --keep=24 --state `
Author
Owner

@franklupo commented on GitHub (Sep 21, 2020):

News?

<!-- gh-comment-id:695934440 --> @franklupo commented on GitHub (Sep 21, 2020): News?
Author
Owner

@Dunuin commented on GitHub (Sep 22, 2020):

Yes, with "--timeout=600" before "snap" it works.

Edit:
I got an exception again.

 /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all --timeout=600 snap --label='daily' --keep=7 --state
ACTION Snap
VMs:     all
Label:   daily
Keep:    7
State:   True
Timeout: 600000
----- VM 104 -----
Create snapshot: autodaily200923002303
VM execution 00:00:33.2694272
----- VM 105 -----
Create snapshot: autodaily200923002336
VM execution 00:00:20.1690097
----- VM 106 -----
Create snapshot: autodaily200923002356
VM execution 00:00:43.1627867
----- VM 107 -----
Create snapshot: autodaily200923002440
VM execution 00:00:22.1392543
----- VM 108 -----
Create snapshot: autodaily200923002502
VM execution 00:00:09.1594089
----- VM 109 -----
Create snapshot: autodaily200923002511
VM execution 00:00:07.1501445
----- VM 110 -----
Create snapshot: autodaily200923002518
================ EXCEPTION ================
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
'System.Dynamic.ExpandoObject' does not contain a definition for 'data'
   at CallSite.Target(Closure , CallSite , Object )
   at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T                                                                                                                                                             0 arg0)
   at CallSite.Target(Closure , CallSite , Object )
   at Corsinvest.ProxmoxVE.Api.PveClientBase.TaskIsRunning(String node, String t                                                                                                                                                             ask)
   at Corsinvest.ProxmoxVE.Api.PveClientBase.WaitForTaskToFinish(String node, St                                                                                                                                                             ring task, Int64 wait, Int64 timeOut)
   at CallSite.Target(Closure , CallSite , PveClient , String , Object , Int32 ,                                                                                                                                                              Int64 )
   at Corsinvest.ProxmoxVE.Api.Extension.ResultExtension.WaitForTaskToFinish(Res                                                                                                                                                             ult result, VMInfo vm, Int64 timeout)
   at Corsinvest.ProxmoxVE.Api.Extension.VM.Snapshots.Create(String name, String                                                                                                                                                              description, Boolean state, Int64 timeout)
   at Corsinvest.ProxmoxVE.AutoSnap.Api.Application.Snap(String vmIdsOrNames, St                                                                                                                                                             ring label, Int32 keep, Boolean state, Int64 timeout)
   at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.<>c__DisplayClass9_1.<Snap>b__                                                                                                                                                             1()
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>c__DisplayCl                                                                                                                                                             ass144_0.<OnExecute>b__0(CancellationToken _)
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(S                                                                                                                                                             tring[] args, CancellationToken cancellationToken)
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String                                                                                                                                                             [] args)
   at Corsinvest.ProxmoxVE.Api.Shell.Helpers.ShellHelper.ExecuteConsoleApp(Comma                                                                                                                                                             ndLineApplication app, String[] args)

Edit:
Second try with "--timeout=1800" instead of "--timeout=600" it worked and finished after 272 seconds. I don't now why it failed with timeout of 600 seconds if it only needs under 300 seconds to finish:

/usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all --timeout=1800 snap --label='daily' --keep=7 --state
ACTION Snap
VMs:     all
Label:   daily
Keep:    7
State:   True
Timeout: 1800000
----- VM 104 -----
Create snapshot: autodaily200923011129
VM execution 00:00:35.3117627
----- VM 105 -----
Create snapshot: autodaily200923011204
VM execution 00:00:20.1667684
----- VM 106 -----
Create snapshot: autodaily200923011224
VM execution 00:00:33.1771625
----- VM 107 -----
Create snapshot: autodaily200923011257
VM execution 00:00:21.1180850
----- VM 108 -----
Create snapshot: autodaily200923011319
VM execution 00:00:08.1252449
----- VM 109 -----
Create snapshot: autodaily200923011327
VM execution 00:00:08.1510917
----- VM 110 -----
Create snapshot: autodaily200923011335
VM execution 00:00:49.1394353
----- VM 111 -----
Create snapshot: autodaily200923011424
VM execution 00:00:38.1854233
----- VM 112 -----
Create snapshot: autodaily200923011502
VM execution 00:00:16.1642001
----- VM 113 -----
Create snapshot: autodaily200923011518
VM execution 00:00:07.1578527
----- VM 114 -----
Create snapshot: autodaily200923011526
VM execution 00:00:08.1629837
----- VM 115 -----
Create snapshot: autodaily200923011534
VM execution 00:00:10.1318888
----- VM 116 -----
Create snapshot: autodaily200923011544
VM execution 00:00:08.1488783
----- VM 117 -----
Create snapshot: autodaily200923011552
VM execution 00:00:09.1427460
Total execution 00:04:32.4230681

<!-- gh-comment-id:697014125 --> @Dunuin commented on GitHub (Sep 22, 2020): Yes, with "--timeout=600" before "snap" it works. Edit: I got an exception again. ``` /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all --timeout=600 snap --label='daily' --keep=7 --state ACTION Snap VMs: all Label: daily Keep: 7 State: True Timeout: 600000 ----- VM 104 ----- Create snapshot: autodaily200923002303 VM execution 00:00:33.2694272 ----- VM 105 ----- Create snapshot: autodaily200923002336 VM execution 00:00:20.1690097 ----- VM 106 ----- Create snapshot: autodaily200923002356 VM execution 00:00:43.1627867 ----- VM 107 ----- Create snapshot: autodaily200923002440 VM execution 00:00:22.1392543 ----- VM 108 ----- Create snapshot: autodaily200923002502 VM execution 00:00:09.1594089 ----- VM 109 ----- Create snapshot: autodaily200923002511 VM execution 00:00:07.1501445 ----- VM 110 ----- Create snapshot: autodaily200923002518 ================ EXCEPTION ================ Microsoft.CSharp.RuntimeBinder.RuntimeBinderException 'System.Dynamic.ExpandoObject' does not contain a definition for 'data' at CallSite.Target(Closure , CallSite , Object ) at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T 0 arg0) at CallSite.Target(Closure , CallSite , Object ) at Corsinvest.ProxmoxVE.Api.PveClientBase.TaskIsRunning(String node, String t ask) at Corsinvest.ProxmoxVE.Api.PveClientBase.WaitForTaskToFinish(String node, St ring task, Int64 wait, Int64 timeOut) at CallSite.Target(Closure , CallSite , PveClient , String , Object , Int32 , Int64 ) at Corsinvest.ProxmoxVE.Api.Extension.ResultExtension.WaitForTaskToFinish(Res ult result, VMInfo vm, Int64 timeout) at Corsinvest.ProxmoxVE.Api.Extension.VM.Snapshots.Create(String name, String description, Boolean state, Int64 timeout) at Corsinvest.ProxmoxVE.AutoSnap.Api.Application.Snap(String vmIdsOrNames, St ring label, Int32 keep, Boolean state, Int64 timeout) at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.<>c__DisplayClass9_1.<Snap>b__ 1() at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>c__DisplayCl ass144_0.<OnExecute>b__0(CancellationToken _) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(S tring[] args, CancellationToken cancellationToken) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String [] args) at Corsinvest.ProxmoxVE.Api.Shell.Helpers.ShellHelper.ExecuteConsoleApp(Comma ndLineApplication app, String[] args) ``` Edit: Second try with "--timeout=1800" instead of "--timeout=600" it worked and finished after 272 seconds. I don't now why it failed with timeout of 600 seconds if it only needs under 300 seconds to finish: ``` /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all --timeout=1800 snap --label='daily' --keep=7 --state ACTION Snap VMs: all Label: daily Keep: 7 State: True Timeout: 1800000 ----- VM 104 ----- Create snapshot: autodaily200923011129 VM execution 00:00:35.3117627 ----- VM 105 ----- Create snapshot: autodaily200923011204 VM execution 00:00:20.1667684 ----- VM 106 ----- Create snapshot: autodaily200923011224 VM execution 00:00:33.1771625 ----- VM 107 ----- Create snapshot: autodaily200923011257 VM execution 00:00:21.1180850 ----- VM 108 ----- Create snapshot: autodaily200923011319 VM execution 00:00:08.1252449 ----- VM 109 ----- Create snapshot: autodaily200923011327 VM execution 00:00:08.1510917 ----- VM 110 ----- Create snapshot: autodaily200923011335 VM execution 00:00:49.1394353 ----- VM 111 ----- Create snapshot: autodaily200923011424 VM execution 00:00:38.1854233 ----- VM 112 ----- Create snapshot: autodaily200923011502 VM execution 00:00:16.1642001 ----- VM 113 ----- Create snapshot: autodaily200923011518 VM execution 00:00:07.1578527 ----- VM 114 ----- Create snapshot: autodaily200923011526 VM execution 00:00:08.1629837 ----- VM 115 ----- Create snapshot: autodaily200923011534 VM execution 00:00:10.1318888 ----- VM 116 ----- Create snapshot: autodaily200923011544 VM execution 00:00:08.1488783 ----- VM 117 ----- Create snapshot: autodaily200923011552 VM execution 00:00:09.1427460 Total execution 00:04:32.4230681 ```
Author
Owner

@franklupo commented on GitHub (Sep 23, 2020):

Hi,
can execute with --debug option and attach result?
/usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all --timeout=600 snap --label='daily' --keep=7 --state --debug

Best regards

<!-- gh-comment-id:697323559 --> @franklupo commented on GitHub (Sep 23, 2020): Hi, can execute with --debug option and attach result? ` /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all --timeout=600 snap --label='daily' --keep=7 --state --debug ` Best regards
Author
Owner

@Dunuin commented on GitHub (Sep 23, 2020):

Last 3 tries of "/usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all --timeout=600 snap --label='daily' --keep=7 --state --debug" worked fine. Do you still ne a debug log no error occures?

<!-- gh-comment-id:697405776 --> @Dunuin commented on GitHub (Sep 23, 2020): Last 3 tries of "/usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snapshot@pam --password='myPass' --vmid=all --timeout=600 snap --label='daily' --keep=7 --state --debug" worked fine. Do you still ne a debug log no error occures?
Author
Owner

@franklupo commented on GitHub (Sep 23, 2020):

The problem was the communication with the Proxmox VE node which at some point was interrupted.

<!-- gh-comment-id:697599909 --> @franklupo commented on GitHub (Sep 23, 2020): The problem was the communication with the Proxmox VE node which at some point was interrupted.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cv4pve-autosnap#35
No description provided.