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

Setting the value of 'TrelloExportListDone' exceeded the quota. #59

Closed
mordrax opened this issue Jan 31, 2019 · 4 comments
Closed

Setting the value of 'TrelloExportListDone' exceeded the quota. #59

mordrax opened this issue Jan 31, 2019 · 4 comments
Assignees

Comments

@mordrax
Copy link

mordrax commented Jan 31, 2019

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)
@trapias trapias added the bug label Feb 19, 2019
@trapias trapias self-assigned this Feb 19, 2019
@trapias
Copy link
Owner

trapias commented Feb 19, 2019

@mordrax will look into this asap

@trapias
Copy link
Owner

trapias commented Feb 19, 2019

@mordrax strange error... are you short of disk space? Many tabs open in Chrome? Did you try the "clean localstorage" button?

@mordrax
Copy link
Author

mordrax commented Feb 19, 2019

@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.

@trapias trapias added duplicate and removed question labels Mar 5, 2019
@trapias
Copy link
Owner

trapias commented Mar 5, 2019

@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.

As you read on the wiki...

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.

Regards,
Alberto.

@trapias trapias closed this as completed Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants