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
I am trying to automate the process for multiple amazon account, and I was able to successfully set it up on my windows server.
However my Windows Server is quite slow and old and very often I get a timeout which often leads to not being able to get past the login prompts.
Would it be possible to set a new configuration flag with a custom timeout value?
Hello!
I am trying to automate the process for multiple amazon account, and I was able to successfully set it up on my windows server.
However my Windows Server is quite slow and old and very often I get a timeout which often leads to not being able to get past the login prompts.
Would it be possible to set a new configuration flag with a custom timeout value?
My current command is:
docudigger scrape amazon --username "XXXX" --password "XXXX" --fileDestinationFolder="C:\Users\XXXX\Meine Ablage\PDF\Amazon\XXX" --onlyNew --recurringCron="0 1 * * *"
Maybe with a custom timeout like this?
docudigger scrape amazon --username "XXXX" --password "XXXX" --fileDestinationFolder="C:\Users\XXXX\Meine Ablage\PDF\Amazon\XXX" --onlyNew --recurringCron="0 1 * * *" --timeout="15000"
Thank you!
The text was updated successfully, but these errors were encountered: