-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Everything has worked so far such as Get-Trelloboard, Get-TrelloList, Get-TrelloCard, New-TrelloCard, and Move-TrelloCard on the same board. When adding the ToBoardName parameter I get the error below. When debugged all variables are populated:
Get-TrelloList : The remote server returned an error: (404) Not Found.
At T:\trello\trello.ps1:48 char:21
-
if (-not ($list = (Get-TrelloList -BoardId $boardId).where({ $_.n ... -
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
- FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-TrelloList
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels