Replies: 1 comment
-
problem is there's no way to override the default 100 second timeout on http requests that PnP is making. Hopefully #4899 will address |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hey guys,
i get following error code:
System.Management.Automation.PSInvalidOperationException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
at PnP.PowerShell.Commands.Base.PnPConnectedCmdlet.ProcessRecord() in D:\a\powershell\powershell\src\Commands\Base\PnPConnectedCmdlet.cs:line 103
I got a foreach loop and want to get the files with
Get-PnPFolderItem -FolderSiteRelativeUrl $sourceFolderPath
The loop works and suddenly I got the exception... Folder/Path is valid. I use the current PnP Version from yesterday.
Is this kinda throtteling?
Do you have any idea?
Best regards
Rouven
Beta Was this translation helpful? Give feedback.
All reactions