PlannerModule icon indicating copy to clipboard operation
PlannerModule copied to clipboard

Get-PlannerTask - HTTP Status 429 - ideas to solve it ?

Open MOKknudsen opened this issue 5 years ago • 0 comments

Get-PlannerTask : Request to https://graph.microsoft.com/beta/planner/tasks/uuFDHKcRbEm4dxOXcOYqQJYAH1pe failed with HTTP Status 429 At C:\Program Files\WindowsPowerShell\Modules\PlannerModule\1.0.2.3\PlannerModule.psm1:1248 char:15

  •         $respond = Get-PlannerTask -TaskID $TaskID
    
  •                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
    • FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-PlannerTask

Get-PlannerTask : Request to https://graph.microsoft.com/beta/planner/tasks/uuFDHKcRbEm4dxOXcOYqQJYAH1pe failed with HTTP Status 429 At C:\Program Files\WindowsPowerShell\Modules\PlannerModule\1.0.2.3\PlannerModule.psm1:1364 char:14

  •     $respond = Get-PlannerTask -TaskID $TaskID
    
  •                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
    • FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-PlannerTask

MOKknudsen avatar Apr 23 '20 21:04 MOKknudsen