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

CSV importing many transactions crashes #459

Closed
iffy opened this issue May 14, 2020 · 1 comment
Closed

CSV importing many transactions crashes #459

iffy opened this issue May 14, 2020 · 1 comment
Labels
bug Things that prevent or seriously impede people from doing their budget. included in next release The work is done, it's just waiting to be released.

Comments

@iffy
Copy link
Contributor

iffy commented May 14, 2020

[21:09:00.564] [error] (files) Error importing file: /private/tmp/sample.csv
[21:09:00.569] [error] (files) Error: unable to open database file
    at BucketsBackendRPCWrap.<anonymous> (/Users/matt/m/buckets.git/app/node_modules/buckets-common/dist/src/backend-base.js:125:40)
    at step (/Users/matt/m/buckets.git/app/node_modules/buckets-common/dist/src/backend-base.js:33:23)
    at Object.next (/Users/matt/m/buckets.git/app/node_modules/buckets-common/dist/src/backend-base.js:14:53)
    at /Users/matt/m/buckets.git/app/node_modules/buckets-common/dist/src/backend-base.js:8:71
    at new Promise (<anonymous>)
    at __awaiter (/Users/matt/m/buckets.git/app/node_modules/buckets-common/dist/src/backend-base.js:4:12)
    at BucketsBackendRPCWrap.rpcResultReceived (/Users/matt/m/buckets.git/app/node_modules/buckets-common/dist/src/backend-base.js:116:16)
    at BucketsBackendRPCWrap.<anonymous> (/Users/matt/m/buckets.git/app/node_modules/buckets-common/dist/src/backend-base.js:108:30)
    at step (/Users/matt/m/buckets.git/app/node_modules/buckets-common/dist/src/backend-base.js:33:23)
    at Object.next (/Users/matt/m/buckets.git/app/node_modules/buckets-common/dist/src/backend-base.js:14:53)
    at /Users/matt/m/buckets.git/app/node_modules/buckets-common/dist/src/backend-base.js:8:71
    at new Promise (<anonymous>)
    at __awaiter (/Users/matt/m/buckets.git/app/node_modules/buckets-common/dist/src/backend-base.js:4:12)
    at BucketsBackendRPCWrap.handleBackendOutput (/Users/matt/m/buckets.git/app/node_modules/buckets-common/dist/src/backend-base.js:82:16)
    at NetstringParser.handler (/Users/matt/m/buckets.git/app/node_modules/buckets-node/dist/main.js:212:35)
    at NetstringParser.consume (/Users/matt/m/buckets.git/app/node_modules/buckets-node/dist/main.js:146:30)
    at Socket.<anonymous> (/Users/matt/m/buckets.git/app/node_modules/buckets-node/dist/main.js:215:37)
    at Socket.emit (events.js:200:13)
    at addChunk (_stream_readable.js:294:12)
    at readableAddChunk (_stream_readable.js:275:11)
    at Socket.Readable.push (_stream_readable.js:210:10)
    at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
[21:09:00.633] [info] (core) ERROR Too many open files (code: 24)
[21:09:00.633] [info] (core) selectors.nim(279)       raiseIOSelectorsError
[21:09:00.633] [info] (core) asyncfutures.nim(431)    asyncCheckCallback
[21:09:00.633] [info] (core) Error: unhandled exception: Too many open files (code: 24) [IOSelectorsException]
[21:09:00.637] [error] (main) uncaughtException Error: write EPIPE
    at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:83:16)

@iffy iffy added the bug Things that prevent or seriously impede people from doing their budget. label May 14, 2020
@iffy iffy added the included in next release The work is done, it's just waiting to be released. label Jan 28, 2022
@iffy
Copy link
Contributor Author

iffy commented Feb 17, 2022

Included in v0.65.0 release (AUTOMATED COMMENT)

@iffy iffy closed this as completed Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Things that prevent or seriously impede people from doing their budget. included in next release The work is done, it's just waiting to be released.
Projects
None yet
Development

No branches or pull requests

1 participant