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
We've been trying to export 1 of our SharePoint lists, and while the script being used works as expected it keeps timing out after around a range of ~400 to 2000 items, and is giving a timeout 100 seconds elapsed error message.
I've been searching around on the internet/github/stackoverflow for a solution, however most given answers are dated, and don't seem to hold to solution to resume the script after timing out.
Has anyone an idea how to get pnp to resume operations after timing out?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We've been trying to export 1 of our SharePoint lists, and while the script being used works as expected it keeps timing out after around a range of ~400 to 2000 items, and is giving a timeout 100 seconds elapsed error message.
The script:
https://pnp.github.io/script-samples/spo-export-sharepoint-list-items-to-csv/README.html?tabs=pnpps
The error:
TerminatingError(Get-PnPFile): "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing."
Running:
PSVersion: 7.3.3
PSEdition: Core
PnP Version: 1.12.0.0
I've been searching around on the internet/github/stackoverflow for a solution, however most given answers are dated, and don't seem to hold to solution to resume the script after timing out.
Has anyone an idea how to get pnp to resume operations after timing out?
Beta Was this translation helpful? Give feedback.
All reactions