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

[BUG REPORT] #501

Open
issamhaimour opened this issue Feb 13, 2025 · 0 comments
Open

[BUG REPORT] #501

issamhaimour opened this issue Feb 13, 2025 · 0 comments

Comments

@issamhaimour
Copy link

An error occurred

Error: ENOSPC: no space left on device, mkdir '/private/var/folders/kn/6qskyzc172xfq3t9h354g4c00000gn/T/1588c344-ed9a-47ed-9d0b-15b5ee449b2e'
    at Object.mkdirSync (node:fs:1398:3)
    at module.exports.sync (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/make-dir/index.js:114:6)
    at module.exports.sync (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/temp-write/index.js:44:10)
    at Alert.fire (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/electron-alert/dist/alert.js:383:28)
    at _fireAlert (/Applications/Bitfinex Report.app/Contents/Resources/app/src/error-manager/show-modal-dialog.js:160:21)
    at module.exports (/Applications/Bitfinex Report.app/Contents/Resources/app/src/error-manager/show-modal-dialog.js:206:15)
    at manageNewGithubIssue (/Applications/Bitfinex Report.app/Contents/Resources/app/src/error-manager/index.js:151:15)
    at async _manageErrorLogLevel (/Applications/Bitfinex Report.app/Contents/Resources/app/src/error-manager/index.js:58:24)

Debug info
Version 4.31.0
Commit Hash 267c0f2
Commit Date 2024-12-05T06:59:51Z
Electron 27.3.11
Chrome 118.0.5993.159
Node.js 18.17.1
V8 11.8.172.18-electron.0
OS version Darwin Kernel Version 23.6.0: Wed Jul 31 20:53:05 PDT 2024; root:xnu-10063.141.1.700.5~1/RELEASE_ARM64_T8112
OS release Darwin x64 23.6.0
CPUs Apple M2 x 8
RAM 8GB (0.04GB free)
App RAM limit 2072Mb (26.69MB used)
Is BFX API Staging used No
Main log
[2025-01-03 13:28:41.346] [warn]  Error: ENOENT: no such file or directory, open '/Users/issamhaimour/Library/Application Support/Bitfinex Report/secret-key'
[2025-01-03 13:28:41.391] [warn]  Error: ENOENT: no such file or directory, unlink '/Users/issamhaimour/Library/Application Support/Bitfinex Report/secret-key'
[2025-01-03 17:04:17.080] [error] Error: ERR_FAILED (-2) loading 'file:///Applications/Bitfinex%20Report.app/Contents/Resources/app/src/window-creators/layouts/app-init-error.html'
    at rejectAndCleanup (node:electron/js2c/browser_init:2:75584)
    at WebContents.stopLoadingListener (node:electron/js2c/browser_init:2:75971)
    at WebContents.emit (node:events:514:28)
[2025-01-11 06:43:47.490] [error] Error: Error: net::ERR_CONNECTION_CLOSED
    at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:2:110219)
    at SimpleURLLoaderWrapper.emit (node:events:514:28)
[2025-01-11 06:43:47.506] [error] Error: net::ERR_CONNECTION_CLOSED
    at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:2:110219)
    at SimpleURLLoaderWrapper.emit (node:events:514:28)
[2025-01-11 06:44:37.687] [error] Error: Error: net::ERR_CONNECTION_CLOSED
    at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:2:110219)
    at SimpleURLLoaderWrapper.emit (node:events:514:28)
[2025-01-11 06:44:37.691] [error] Error: net::ERR_CONNECTION_CLOSED
    at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:2:110219)
    at SimpleURLLoaderWrapper.emit (node:events:514:28)
[2025-02-12 13:06:06.244] [error] Error: Error: ENOSPC: no space left on device, write
[2025-02-12 13:06:06.270] [error] Error: ENOSPC: no space left on device, write
[2025-02-12 13:58:58.969] [error] Error: Error: ENOSPC: no space left on device, write
[2025-02-12 13:58:58.977] [error] Error: ENOSPC: no space left on device, write
[2025-02-12 14:57:09.948] [error] Error: Error: ENOSPC: no space left on device, write
[2025-02-12 14:57:09.956] [error] Error: ENOSPC: no space left on device, write
[2025-02-12 15:56:54.388] [error] Error: ENOSPC: no space left on device, mkdir '/private/var/folders/kn/6qskyzc172xfq3t9h354g4c00000gn/T/6b7f1ca5-05d5-4a16-a944-2cdb97a017a2'
    at Object.mkdirSync (node:fs:1398:3)
    at module.exports.sync (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/make-dir/index.js:114:6)
    at module.exports.sync (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/temp-write/index.js:44:10)
    at Alert.fire (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/electron-alert/dist/alert.js:383:28)
    at _fireToast (/Applications/Bitfinex Report.app/Contents/Resources/app/src/auto-updater/index.js:194:21)
    at BfxMacUpdater.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/src/auto-updater/index.js:364:40)
    at BfxMacUpdater.emit (node:events:514:28)
    at BfxMacUpdater.onUpdateAvailable (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/electron-updater/out/AppUpdater.js:358:14)
    at BfxMacUpdater.doCheckForUpdates (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/electron-updater/out/AppUpdater.js:344:14)
Worker errors
Empty
Worker exceptions
Empty

The issue was opened from the electron app

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