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
Trying to export with default parameters, or filtering by one small list of 1-2 cards gets me errors like below. It doesn't matter if I have anything in the Done input box or whether I've applied a filter.
Chrome Version 71.0.3578.98 (Official Build) (64-bit)
TrelloExport 1.9.61
trelloexport.js:739 Uncaught DOMException: Failed to set the 'TrelloExportListDone' property on 'Storage': Setting the value of 'TrelloExportListDone' exceeded the quota.
at HTMLButtonElement.<anonymous> (chrome-extension://kmmnaeamjfdnbhljpedgfchjbkbomahp/trelloexport.js:739:43)
(anonymous) @ trelloexport.js:739
3trelloexport.js:855 Uncaught DOMException: Failed to set the 'TrelloExportSelectedColumns' property on 'Storage': Setting the value of 'TrelloExportSelectedColumns' exceeded the quota.
at Object.onSelectAll (chrome-extension://kmmnaeamjfdnbhljpedgfchjbkbomahp/trelloexport.js:855:58)
at Multiselect.updateSelectAll (chrome-extension://kmmnaeamjfdnbhljpedgfchjbkbomahp/lib/bootstrap-multiselect/bootstrap-multiselect.js:1294:34)
at new Multiselect (chrome-extension://kmmnaeamjfdnbhljpedgfchjbkbomahp/lib/bootstrap-multiselect/bootstrap-multiselect.js:172:14)
at HTMLSelectElement.<anonymous> (chrome-extension://kmmnaeamjfdnbhljpedgfchjbkbomahp/lib/bootstrap-multiselect/bootstrap-multiselect.js:1395:24)
at Function.each (chrome-extension://kmmnaeamjfdnbhljpedgfchjbkbomahp/lib/jquery-2.1.0.min.js:2:2877)
at o.fn.init.each (chrome-extension://kmmnaeamjfdnbhljpedgfchjbkbomahp/lib/jquery-2.1.0.min.js:2:818)
at o.fn.init.$.fn.multiselect (chrome-extension://kmmnaeamjfdnbhljpedgfchjbkbomahp/lib/bootstrap-multiselect/bootstrap-multiselect.js:1389:21)
at initializeModal (chrome-extension://kmmnaeamjfdnbhljpedgfchjbkbomahp/trelloexport.js:852:31)
at t.onOpen (chrome-extension://kmmnaeamjfdnbhljpedgfchjbkbomahp/trelloexport.js:719:13)
at HTMLDivElement.o (chrome-extension://kmmnaeamjfdnbhljpedgfchjbkbomahp/lib/tingle.min.js:1:4384)
The text was updated successfully, but these errors were encountered:
@trapias Definitely not short of disk space, memory, etc. I did some googling and cleared out localstorage. I eventually managed to get this to work by duplicating the board and deleting most of the lists that I didn't care about. Our trello board is ~100MB including attachments, but it doesn't matter how small a set of cards I choose, always the same error.
@mordrax TE loading mechanism should be improved (see also #29, I'm closing this issue since the problem is the same): it does not handle properly large amount of data.
I'm working to solve the issue, but don't expect a solution anytime soon: if TrelloExport is not enough for you, please check out-of-browser solutions like Bridge24.
Trying to export with default parameters, or filtering by one small list of 1-2 cards gets me errors like below. It doesn't matter if I have anything in the Done input box or whether I've applied a filter.
Chrome Version 71.0.3578.98 (Official Build) (64-bit)
TrelloExport 1.9.61
The text was updated successfully, but these errors were encountered: