Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move-TrelloCard to another board giving error 404 #25

Open
flenwan opened this issue Sep 17, 2021 · 0 comments
Open

Move-TrelloCard to another board giving error 404 #25

flenwan opened this issue Sep 17, 2021 · 0 comments

Comments

@flenwan
Copy link

flenwan commented Sep 17, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant