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
Hello. When trying to import a json from Trello with the following command: npm run import-board -- --file=/home/gabriel/trello.json
I get an error with the following message:
TypeError: Cannot read properties of undefined (reading 'id')
The full log is this:
authenticated GET to http://192.168.3.39:3000/api/users/me
status = 200
authenticated POST to http://192.168.3.39:3000/api/projects/1434382650465846290/boards
status = 200
TypeError: Cannot read properties of undefined (reading 'id')
at file:///home/gabriel/trello2planka/src/trello/export.js:22:22
at Array.forEach (<anonymous>)
at getUsedTrelloLabels (file:///home/gabriel/trello2planka/src/trello/export.js:21:57)
at importLabels (file:///home/gabriel/trello2planka/src/planka/import.js:55:37)
at importTrelloBoard (file:///home/gabriel/trello2planka/src/planka/import.js:17:40)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async main (file:///home/gabriel/trello2planka/src/index.js:8:9)
The text was updated successfully, but these errors were encountered:
Unfortunately I don't have any trello export where this error occurs.
Could you please checkout the branch 34-typeerror-cannot-read-properties-of-undefined-reading-id with a quickfix and test whether its working now or if there are any follow up issues? Thanks!
Hello. When trying to import a json from Trello with the following command:
npm run import-board -- --file=/home/gabriel/trello.json
I get an error with the following message:
The full log is this:
The text was updated successfully, but these errors were encountered: