Git Product home page Git Product logo

bfx-report-electron's Introduction

bfx-report-electron

Binaries

Already complied binaries can be found on release section release section

Download the correspondent binary according your operating system. Available the following binaries:

  • AppImages for the Linux
  • zipped DMG for the MacOS
  • NSIS installer for the Windows

I get some errors related to something called “FUSE”

AppImages require a Linux technology called Filesystem in Userspace (or short FUSE). The majority of systems ships with a working FUSE setup. However, sometimes, it doesn’t quite work. This section explains a few solutions that fix the most frequently reported problems.

Setup

Functionality has been tested on Ubuntu 22.04 LTS

Main Structure

To simplify setup/build/publish processes the following bash scripts are provided:

  • ./scripts/setup.sh - CLI as an easy way to get through the setup process. It will launch ./scripts/sync-repo.sh script and then setup the development environment
  • ./scripts/sync-repo.sh - CLI to fetch the last changes of the repository/sub-modules from the main remote repo
  • ./scripts/launch.sh - CLI to launch Docker Compose services to build releases and publish executable artifacts of the electron app with the last fetched changes

Additional bash scripts:

  • ./scripts/build-release.sh - CLI as the entrypoint to start the build release process, uses in the docker container, but can be used independently
  • ./scripts/build-ui.sh - CLI as the entrypoint to start the build UI process, uses in the docker container, but can be used independently
  • ./scripts/helpers - folder with addition bash functions
  • ./scripts/node - folder with addition NodeJS scripts

Requirements

The setup was tested with the following dependencies:

  • Docker version 24.0.6
  • Docker Compose version 2.21.0
  • git version 2.24.1

To install Docker/Docker Compose check the corresponding sections of the official docs:

  • install Docker
  • install Docker Compose Compose V2 is included with all currently supported versions of Docker Desktop
  • if you don’t want to preface the docker command with sudo, create a Unix group called docker and add users to it, check the doc

Setup electron app

After cloning the repository there's needed to configure the app. For it can be used ./scripts/setup.sh bash script. Available the following arguments:

./scripts/setup.sh -h

Usage: ./scripts/setup.sh [options] [-h]

Options:
  -r    Sync all repositories
  -o    Sync only sub-modules
  -s    Use staging BFX API
  -d    Set development environment
  -u    Turn off auto-update
  -h    Display help

Also there will be executed the following steps:

  • setup backend configs
  • install all backend dependencies
  • setup and build the UI static files

To launch ./scripts/setup.sh script also can be used the following NPM script:

npm run setup -- -r

Sync repo process

In case needs to fetch the last changes all repository/sub-modules might be used ./scripts/sync-repo.sh bash script. Available the following arguments:

./scripts/sync-repo.sh -h

Usage: ./scripts/sync-repo.sh [options] | [-h]

Options:
  -a    Sync all repositories
  -m    Sync bfx-report-electron only
  -w    Sync bfx-reports-framework only
  -u    Sync bfx-report-ui only
  -e    Sync bfx-report-express only
  -h    Display help

To launch ./scripts/sync-repo.sh script also can be used the following NPM script:

npm run sync-repo -- -wue

Launch Electron App for dev purpose

For Dev purpose to launch the Electron app locally might be used the following NPM script:

npm start

Also, there's available an option to debug the auto-update flow non-packaged build, in that case, just need to set the corresponding environment variable before running npm start:

export IS_AUTO_UPDATE_BEING_TESTED=true

Launch build process

For doing builds for other platforms please have Multi Platform Build in consideration

To launch Docker Compose services to build releases and publish executable artifacts of the electron app available the ./scripts/launch.sh bash script. Available the following arguments:

./scripts/launch.sh -h

Usage: ./scripts/launch.sh [options] [-h]

Options:
  -a    Build all releases
  -l    Build Linux release
  -w    Build Windows release
  -m    Build Mac release
  -r    Sync all repositories
  -o    Sync only sub-modules
  -s    Use staging BFX API
  -d    Set development environment
  -u    Turn off auto-update
  -p    Publish artifacts
  -h    Display help

It provides the following steps:

  • if the corresponding flag is added will be fetched the last changes repository/sub-modules
  • launch Docker container to build UI using ./scripts/build-ui.sh entrypoint, compiled UI files will be used in the build process of the Electron app
  • launch Docker containers for selected OSs (Linux, Windows, Mac) to build releases of the Electron app using ./scripts/build-release.sh entrypoint
  • if -p flag is passed and GH_TOKEN or GITHUB_TOKEN environment variable is set:
    • after the binary artifacts are successfully built
    • publish artifacts on the github releases page as a draft
    • after which they can be downloaded/tested and if everything is fine, press the buttons for editing and then publishing the release with the corresponding tag, check this Recommended GitHub Releases Workflow
  • without -p flag, artifacts will be in the ./dist folder

To launch ./scripts/launch.sh script also can be used the following NPM script:

npm run launch -- -aop

Also, we provide GitHub Actioins workflows configs for automated building and publishing of the Electron app artifacts using the above-described scripts ./scripts/launch.sh and ./scripts/build-release.sh, see the corresponding file .github/workflows/build-electron-app.yml

bfx-report-electron's People

Contributors

davide-scola avatar ezewer avatar gasolin avatar prdn avatar zimkaru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bfx-report-electron's Issues

[BUG REPORT] database is locked

An error occurred

WORKER:ERROR [2022-05-10T07:31:08.540Z] PROGRESS:SYNC:SET: SqliteError: database is locked
    at _runStm (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:13:11)
    at /home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:66:12
    at sqliteTransaction (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/better-sqlite3/lib/methods/transaction.js:65:24)
    at Object.module.exports [as UPDATE_RECORD_OF] (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:69:10)
    at module.exports (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:18:31)
    at MessagePort.<anonymous> (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/worker-factory.js:61:22)

Debug info
Version 3.7.1
Commit Hash 6e2c58d
Commit Date 2022-05-03T01:43:11Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Ubuntu SMP Fri Apr 8 09:10:54 UTC 2022
OS release Linux x64 5.4.0-109-generic
CPUs Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz x 8
RAM 15.52GB (2.24GB free)
App RAM limit 4095.75Mb (9.04MB used)
Main log
    at MessagePort.<anonymous> (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_
[2022-05-10 17:31:08.543] [error] WORKER:ERROR [2022-05-10T07:31:08.540Z] PROGRESS:SYNC:SET: SqliteError: database is locked
    at _runStm (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:13:11)
    at /home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:66:12
    at sqliteTransaction (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/better-sqlite3/lib/methods/transaction.js:65:24)
    at Object.module.exports [as UPDATE_RECORD_OF] (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:69:10)
    at module.exports (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:18:31)
    at MessagePort.<anonymous> (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/worker-factory.js:61:22)
Worker errors
WORKER:ERROR [2022-05-10T07:31:08.540Z] PROGRESS:SYNC:SET: SqliteError: database is locked
    at _runStm (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:13:11)
    at /home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:66:12
    at sqliteTransaction (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/better-sqlite3/lib/methods/transaction.js:65:24)
    at Object.module.exports [as UPDATE_RECORD_OF] (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:69:10)
    at module.exports (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:18:31)
    at MessagePort.<anonymous> (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/worker-factory.js:61:22)
    at MessagePort.[nodejs.internal.kHybridDispatch] (internal/event_target.js:354:41)
    at MessagePort.exports.emitMessage (internal/per_context/messageport.js:18:26)
Worker exceptions
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/a
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2953:17
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2955:19
    at wrapper (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:268:20)
    at replenish (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:435:29)
    at iterateeCallback (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:424:21)
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:321:20
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2953:17
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2955:19
    at wrapper (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:268:20)

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2023-06-19T19:03:02.838Z]     Error: ETIMEDOUT    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request-promise-core/lib/errors.js:14:15)
    at plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (node:events:527:28)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)

Debug info
Version 4.7.1
Commit Hash b00b9f0
Commit Date 2023-06-07T09:47:51Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:23 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T6000
OS release Darwin x64 21.6.0
CPUs Apple M1 Max x 10
RAM 64GB (2.74GB free)
App RAM limit 4095.75Mb (13.04MB used)
Is BFX API Staging used No
Main log
    at plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request-promise-co
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (node:events:527:28)
    at Request.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:1035:10)
    at Request.emit (node:events:539:35)
    at IncomingMessage.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:962:12)
    at IncomingMessage.emit (node:events:539:35)
[2023-06-19 15:03:02.854] [error] WORKER:ERROR [2023-06-19T19:03:02.838Z]     Error: ETIMEDOUT    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request-promise-core/lib/errors.js:14:15)
    at plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (node:events:527:28)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
Worker errors
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (node:events:527:28)
    at Request.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:1035:10)
    at Request.emit (node:events:539:35)
    at IncomingMessage.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:962:12)
    at IncomingMessage.emit (node:events:539:35)
    at endReadableNT (node:internal/streams/readable:1345:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
WORKER:ERROR [2023-06-19T19:03:02.838Z]     Error: ETIMEDOUT    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request-promise-core/lib/errors.js:14:15)
    at plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (node:events:527:28)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
    at listOnTimeout (node:internal/timers:559:17)
    at process.processTimers (node:internal/timers:502:7)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2021-12-19T09:50:53.639Z]     Error: connect ETIMEDOUT 104.16.171.181:443    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: connect ETIMEDOUT 104.16.171.181:443
    at new RequestError (C:/Users/camc4/Downloads/BitfinexReport-3.6.2-x64-win/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (C:/Users/camc4/Downloads/BitfinexReport-3.6.2-x64-win/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (C:/Users/camc4/Downloads/BitfinexReport-3.6.2-x64-win/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (C:/Users/camc4/Downloads/BitfinexReport-3.6.2-x64-win/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (C:/Users/camc4/Downloads/BitfinexReport-3.6.2-x64-win/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)

Debug info
Version 3.6.2
Commit Hash 2f22ef9
Commit Date 2021-12-16T09:29:31Z
Electron 13.6.3
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.39-electron.0
OS version Windows 10 Home
OS release Windows_NT x64 10.0.19042
CPUs AMD Ryzen 3 3300U with Radeon Vega Mobile Gfx x 4
RAM 5.92GB (0.97GB free)
App RAM limit 2072Mb (8.7MB used)
Main log
Worker errors
Worker exceptions

The issue was opened from the electron app

[BUG REPORT]

An error occurred

Error: HttpError: 403 
"method: GET url: https://objects.githubusercontent.com/github-production-release-asset-2e65be/136324251/bb08374b-817c-448d-a9b7-60a4cab985fd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230629%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230629T134714Z&X-Amz-Expires=300&X-Amz-Signature=a7a0f6d678de23f020fde32cd28015ce899c1e3f56ede9615beb7f5c970d0152&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=136324251&response-content-disposition=attachment%3B%20filename%3Dlatest.yml&response-content-type=application%2Foctet-stream/n/n          Data:/n          <?xml version=/"1.0/" encoding=/"utf-8/"?><Error><Code>AuthenticationFailed</Code><Message>Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature./nRequestId:759d8156-b01e-004d-0290-aa2eb9000000/nTime:2023-06-29T13:47:15.0010747Z</Message><AuthenticationErrorDetail>Signed expiry time [Thu, 29 Jun 2023 13:47:15 GMT] must be after signed start time [Thu, 29 Jun 2023 13:47:15 GMT]</AuthenticationErrorDetail></Error>/n          "
Headers: {
  "content-type": "application/xml",
  "server": "Microsoft-HTTPAPI/2.0",
  "x-ms-request-id": "759d8156-b01e-004d-0290-aa2eb9000000",
  "x-ms-error-code": "AuthenticationFailed",
  "accept-ranges": "bytes",
  "via": "1.1 varnish, 1.1 varnish",
  "fastly-restarts": "1",
  "date": "Thu, 29 Jun 2023 13:47:15 GMT",
  "x-served-by": "cache-iad-kiad7000128-IAD, cache-lhr7376-LHR",
  "x-cache": "MISS, MISS",
  "x-cache-hits": "0, 0",
  "x-timer": "S1688046435.867109,VS0,VE178",
  "content-length": "489"
}
    at createHttpError (C:/Users/SS3/AppData/Local/Programs/bfx-report-electron/resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:14:12)
    at IncomingMessage.<anonymous> (C:/Users/SS3/AppData/Local/Programs/bfx-report-electron/resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:147:28)
    at IncomingMessage.emit (node:events:527:28)

Debug info
Version 4.8.1
Commit Hash de07407
Commit Date 2023-06-22T11:44:00Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Windows 10 Pro
OS release Windows_NT x64 10.0.19045
CPUs Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz x 36
RAM 255.72GB (229.73GB free)
App RAM limit 4095.75Mb (12.03MB used)
Is BFX API Staging used No
Main log
Worker errors
Worker exceptions

The issue was opened from the electron app

[BUG REPORT] when trying to remove a sub account

An error occurred

WORKER:ERROR [2022-05-04T03:03:38.843Z]     database is locked    
  - METHOD_NAME: updateSubAccount    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE SqliteError: database is locked
    at _runStm (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:13:11)
    at /home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:66:12
    at sqliteTransaction (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/better-sqlite3/lib/methods/transaction.js:65:24)
    at Object.module.exports [as UPDATE_RECORD_OF] (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:69:10)
    at module.exports (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:18:31)
    at MessagePort.<anonymous> (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/worker-factory.js:61:22)

Debug info
Version 3.7.1
Commit Hash 6e2c58d
Commit Date 2022-05-03T01:43:11Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Ubuntu SMP Fri Apr 8 09:10:54 UTC 2022
OS release Linux x64 5.4.0-109-generic
CPUs Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz x 8
RAM 15.52GB (0.78GB free)
App RAM limit 4095.75Mb (9.41MB used)
Main log
[2022-05-04 13:03:38.847] [error] WORKER:ERROR [2022
  - METHOD_NAME: updateSubAccount    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE SqliteError: database is locked
    at _runStm (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:13:11)
    at /home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:66:12
    at sqliteTransaction (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/better-sqlite3/lib/methods/transaction.js:65:24)
    at Object.module.exports [as UPDATE_RECORD_OF] (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:69:10)
    at module.exports (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:18:31)
    at MessagePort.<anonymous> (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/worker-factory.js:61:22)
Worker errors
  - STACK_TRACE SqliteError: database is lo
    at _runStm (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:13:11)
    at /home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:66:12
    at sqliteTransaction (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/better-sqlite3/lib/methods/transaction.js:65:24)
    at Object.module.exports [as UPDATE_RECORD_OF] (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/action-update-record-of.js:69:10)
    at module.exports (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:18:31)
    at MessagePort.<anonymous> (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/worker-factory.js:61:22)
    at MessagePort.[nodejs.internal.kHybridDispatch] (internal/event_target.js:354:41)
    at MessagePort.exports.emitMessage (internal/per_context/messageport.js:18:26)
Worker exceptions
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/re
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2953:17
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2955:19
    at wrapper (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:268:20)
    at replenish (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:435:29)
    at iterateeCallback (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:424:21)
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:321:20
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2953:17
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2955:19
    at wrapper (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:268:20)

The issue was opened from the electron app

[BUG REPORT]

An error occurred

Error: ENOENT: no such file or directory, open 'C:/Users/Player 1/AppData/Roaming/bfx-report-electron/secret-key'

Debug info
Version 3.5.0
Commit Hash 41ab2f8
Commit Date 2021-07-14T06:02:24Z
Electron 13.1.6
Chrome 91.0.4472.124
Node.js 14.16.0
V8 9.1.269.36-electron.0
OS version Windows 10 Pro
OS release Windows_NT x64 10.0.19042
CPUs Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz x 8
RAM 15.78GB (1.67GB free)
App RAM limit 4095.75Mb (10.79MB used)
Main log
[2021-07-14 17:39:41.242] [error] Error: ENOENT: no such file or directory, open 'C:/Users/Player 1/AppData/Roaming/bfx-report-electron/secret-key'
Worker errors
Log file read error
Worker exceptions
Log file read error

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2023-08-08T06:58:15.158Z] PROGRESS:SYNC: StatusCodeError: 500 - ["error",null,"generic error"]
    at new StatusCodeError (C:/Users/Jauyu/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:32:15)
    at Request.plumbing.callback (C:/Users/Jauyu/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:104:33)
    at Request.RP$callback [as _callback] (C:/Users/Jauyu/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at Request.self.callback (C:/Users/Jauyu/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.<anonymous> (C:/Users/Jauyu/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:1035:10)
    at IncomingMessage.<anonymous> (C:/Users/Jauyu/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:962:12)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)

Debug info
Version 4.1.0
Commit Hash 9c267a3
Commit Date 2023-01-18T16:45:30Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Windows 10 Enterprise
OS release Windows_NT x64 10.0.19045
CPUs AMD Ryzen 7 3700X 8-Core Processor x 16
RAM 63.94GB (38.5GB free)
App RAM limit 4095.75Mb (8.99MB used)
Main log
Worker errors
Worker exceptions

The issue was opened from the electron app

LogIn Issue from China Mainland! Need a network setting for Socks5 proxy!

An error occurred

WORKER:ERROR [2023-04-27T05:23:03.793Z]     Error: ETIMEDOUT    
  - METHOD_NAME: signUp    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)

Debug info
Version 4.5.1
Commit Hash 721acbd
Commit Date 2023-04-26T10:39:39Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Darwin Kernel Version 18.7.0: Tue Jun 22 19:37:08 PDT 2021; root:xnu-4903.278.70~1/RELEASE_X86_64
OS release Darwin x64 18.7.0
CPUs Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz x 4
RAM 8GB (0.05GB free)
App RAM limit 2072Mb (9.65MB used)
Main log
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/
[2023-04-27 12:28:10.863] [error] WORKER:ERROR [2023-04-27T04:28:10.862Z]     Error: ETIMEDOUT    
  - METHOD_NAME: loginToBFX    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
[2023-04-27 13:23:03.811] [error] WORKER:ERROR [2023-04-27T05:23:03.793Z]     Error: ETIMEDOUT    
  - METHOD_NAME: signUp    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
Worker errors
WORKER:ERRO
  - METHOD_NAME: loginToBFX    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
WORKER:ERROR [2023-04-27T05:23:03.793Z]     Error: ETIMEDOUT    
  - METHOD_NAME: signUp    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2022-02-28T04:14:01.613Z]     Error: getaddrinfo ENOTFOUND api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: getaddrinfo ENOTFOUND api-pub.bitfinex.com
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)

Debug info
Version 3.6.3
Commit Hash 000b6be
Commit Date 2022-01-13T05:36:02Z
Electron 13.6.3
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.39-electron.0
OS version Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000
OS release Darwin x64 21.3.0
CPUs Apple M1 Max x 10
RAM 64GB (1.53GB free)
App RAM limit 4095.75Mb (9.34MB used)
Main log
    at Request.onRequestError (/Applications/Bitfinex Report.app
[2022-02-27 22:14:01.616] [error] WORKER:ERROR [2022-02-28T04:14:01.613Z]     Error: getaddrinfo ENOTFOUND api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: getaddrinfo ENOTFOUND api-pub.bitfinex.com
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
[2022-02-27 22:14:01.646] [error] WORKER:ERROR [2022-02-28T04:14:01.619Z]     ERR_SERVER_https://api-pub.bitfinex.com_IS_NOT_AVAILABLE    
  - METHOD_NAME: pingApi    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: The server https://api-pub.bitfinex.com is not available        
  - STACK_TRACE ServerAvailabilityError: ERR_SERVER_https://api-pub.bitfinex.com_IS_NOT_AVAILABLE
    at /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/service.report.framework.js:201:13
    at async Sync.start (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/index.js:96:7)
[2022-02-27 22:14:01.649] [error] WORKER:ERROR [2022-02-28T04:14:01.620Z] PROGRESS:SYNC: ServerAvailabilityError: ERR_SERVER_https://api-pub.bitfinex.com_IS_NOT_AVAILABLE
    at /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/service.report.framework.js:201:13
    at async Sync.start (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/index.js:96:7)
Worker errors
  - STACK_TRACE RequestError: Error: getaddrinfo ENOTFOUND api-pub.bitfinex.co
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.socketErrorListener (_http_client.js:469:9)
    at TLSSocket.emit (events.js:315:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
WORKER:ERROR [2022-02-28T04:14:01.619Z]     ERR_SERVER_https://api-pub.bitfinex.com_IS_NOT_AVAILABLE    
  - METHOD_NAME: pingApi    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: The server https://api-pub.bitfinex.com is not available        
  - STACK_TRACE ServerAvailabilityError: ERR_SERVER_https://api-pub.bitfinex.com_IS_NOT_AVAILABLE
    at /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/service.report.framework.js:201:13
    at async Sync.start (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/index.js:96:7)
WORKER:ERROR [2022-02-28T04:14:01.620Z] PROGRESS:SYNC: ServerAvailabilityError: ERR_SERVER_https://api-pub.bitfinex.com_IS_NOT_AVAILABLE
    at /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/service.report.framework.js:201:13
    at async Sync.start (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/index.js:96:7)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2023-08-07T09:29:44.894Z] PROGRESS:SYNC: Error: HTTP code 500 Internal Server Error
    at Proxy._apiError (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at /tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:51:19
    at BfxApiRouter.route (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/workers/loc.api/bfx.api.router/index.js:69:14)
    at _route (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:49:23)
    at Object.apply (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:121:27)
    at Proxy._request (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at async _asyncApplyHook (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _getResAndParams (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:52:18)
    at async FrameworkReportService._prepareApiResponse (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:150:19)
    at async ApiMiddleware.request (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/api.middleware/index.js:32:20)
    at async DataInserter.getDataFromApi (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-data-from-api.js:93:15)
    at async DataInserter._insertApiDataArrObjTypeToDb (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:544:11)
    at async DataInserter._insertApiData (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:461:7)

Debug info
Version 4.9.2
Commit Hash c6dca30
Commit Date 2023-08-02T09:24:10Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 10 23:39:54 UTC 2023
OS release Linux x64 6.2.0-26-generic
CPUs Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz x 8
RAM 30.26GB (12.96GB free)
App RAM limit 4095.75Mb (13.59MB used)
Is BFX API Staging used No
Main log
    at Proxy._request (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib
    at async _asyncApplyHook (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _getResAndParams (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:52:18)
    at async FrameworkReportService._prepareApiResponse (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:150:19)
    at async ApiMiddleware.request (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/api.middleware/index.js:32:20)
    at async DataInserter.getDataFromApi (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-data-from-api.js:93:15)
    at async DataInserter._insertApiDataArrObjTypeToDb (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:544:11)
    at async DataInserter._insertApiData (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:461:7)
Worker errors
    at Proxy._request (/tmp/.mount_B
    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async _asyncApplyHook (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _getResAndParams (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:52:18)
    at async FrameworkReportService._prepareApiResponse (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:150:19)
    at async ApiMiddleware.request (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/api.middleware/index.js:32:20)
    at async DataInserter.getDataFromApi (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-data-from-api.js:93:15)
    at async DataInserter._insertApiDataArrObjTypeToDb (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:544:11)
    at async DataInserter._insertApiData (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:461:7)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2023-07-19T12:38:55.044Z]     HTTP code 500 Internal Server Error    
  - METHOD_NAME: loginToBFX    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error    
  - DATA: {
      "bfxApiErrorMessage": {
        "bfxApiStatus": 500,
        "bfxApiStatusText": "Internal Server Error",
        "bfxApiRawBodyCode": 10001,
        "isBfxApiRawBodyResponseHtml": "No",
        "bfxApiRawBodyResponse": "ERR_AUTH_API: ERR_INVALID_CREDENTIALS"
      }
    }    
  - STACK_TRACE Error: HTTP code 500 Internal Server Error
    at ExpandedRESTv2._apiError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at ExpandedRESTv2._request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at async makeRequestToBFX (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/http.request/helpers.js:13:12)

Debug info
Version 4.9.1
Commit Hash dc139dc
Commit Date 2023-07-12T08:49:31Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Darwin Kernel Version 22.6.0: Mon May 8 23:10:14 PDT 2023; root:xnu-8796.140.12.505.1~5/RELEASE_ARM64_T8103
OS release Darwin x64 22.6.0
CPUs Apple M1 x 8
RAM 16GB (0.18GB free)
App RAM limit 4095.75Mb (11.04MB used)
Is BFX API Staging used No
Main log
[2023-07-19 14:37:06.465] [warn]  Error: ENOENT: no such file or directory, open '/Users/christianscheinast/Library/Application Support/Bitfinex Report/secret-key'
[2023-07-19 14:37:06.548] [warn]  Error: ENOENT: no such file or directory, unlink '/Users/christianscheinast/Library/Application Support/Bitfinex Report/secret-key'
[2023-07-19 14:38:55.053] [error] WORKER:ERROR [2023-07-19T12:38:55.044Z]     HTTP code 500 Internal Server Error    
  - METHOD_NAME: loginToBFX    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error    
  - DATA: {
      "bfxApiErrorMessage": {
        "bfxApiStatus": 500,
        "bfxApiStatusText": "Internal Server Error",
        "bfxApiRawBodyCode": 10001,
        "isBfxApiRawBodyResponseHtml": "No",
        "bfxApiRawBodyResponse": "ERR_AUTH_API: ERR_INVALID_CREDENTIALS"
      }
    }    
  - STACK_TRACE Error: HTTP code 500 Internal Server Error
    at ExpandedRESTv2._apiError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at ExpandedRESTv2._request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at async makeRequestToBFX (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/http.request/helpers.js:13:12)
Worker errors
WORKER:ERROR [2023-07-19T12:38:55.044Z]     HTTP code 500 Internal Server Error    
  - METHOD_NAME: loginToBFX    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error    
  - DATA: {
      "bfxApiErrorMessage": {
        "bfxApiStatus": 500,
        "bfxApiStatusText": "Internal Server Error",
        "bfxApiRawBodyCode": 10001,
        "isBfxApiRawBodyResponseHtml": "No",
        "bfxApiRawBodyResponse": "ERR_AUTH_API: ERR_INVALID_CREDENTIALS"
      }
    }    
  - STACK_TRACE Error: HTTP code 500 Internal Server Error
    at ExpandedRESTv2._apiError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at ExpandedRESTv2._request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async makeRequestToBFX (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/http.request/helpers.js:13:12)
Worker exceptions
Empty

The issue was opened from the electron app

unable to get dbsync to query

I am unable to get the db sync portion of the software to function. Operating on Linux Mint.

I am not getting any error messages, but it never succeeds and ends up switching to Query Offline mode.

I am able to generate basic ledger reports / wallet reports, but am hoping to be able to get some more data via the Tax Report function, which I cant unless db sync works.

Thanks in advance

[BUG REPORT]

An error occurred

WORKER:ERROR [2022-12-09T20:58:52.156Z]     Error: ETIMEDOUT    
  - METHOD_NAME: getFundingOfferHistory    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)

Debug info
Version 3.8.1
Commit Hash cbdd946
Commit Date 2022-09-30T02:51:16Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Darwin Kernel Version 22.1.0: Sun Oct 9 20:15:09 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T6000
OS release Darwin x64 22.1.0
CPUs Apple M1 Max x 10
RAM 64GB (1.41GB free)
App RAM limit 4095.75Mb (10.16MB used)
Main log
[2022-12-09 15:15:53.092] [warn]  Error: ENOENT: no such file or directory, open '/Users//Library/Application Support/bfx-report-electron/secret-key'
[2022-12-09 15:15:53.149] [warn]  Error: ENOENT: no such file or directory, unlink '/Users//Library/Application Support/bfx-report-electron/secret-key'
[2022-12-09 15:58:52.164] [error] WORKER:ERROR [2022-12-09T20:58:52.156Z]     Error: ETIMEDOUT    
  - METHOD_NAME: getFundingOfferHistory    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
Worker errors
WORKER:ERROR [2022-12-09T20:58:52.156Z]     Error: ETIMEDOUT    
  - METHOD_NAME: getFundingOfferHistory    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT] Empty page due to react javascript error

Going to beginning snapshot leads to an empty page, opening the console shots problem in the react code:

react-dom.production.min.js:209 TypeError: Cannot read property 'params' of undefined
at Function.mapToProps (Snapshot.container.js:16)
at o (wrapMapToProps.js:41)
at Function.o.mapToProps (wrapMapToProps.js:50)
at o (wrapMapToProps.js:41)
at selectorFactory.js:22
at connectAdvanced.js:319
at Object.useMemo (react-dom.production.min.js:165)
at t.useMemo (react.production.min.js:25)
at y (connectAdvanced.js:304)
at Ji (react-dom.production.min.js:153)
rp @ react-dom.production.min.js:209
n.callback @ react-dom.production.min.js:226
di @ react-dom.production.min.js:131
bp @ react-dom.production.min.js:212
Wa @ react-dom.production.min.js:255
t.unstable_runWithPriority @ scheduler.production.min.js:19
Gr @ react-dom.production.min.js:122
qa @ react-dom.production.min.js:248
pa @ react-dom.production.min.js:239
(anonymous) @ react-dom.production.min.js:123
t.unstable_runWithPriority @ scheduler.production.min.js:19
Gr @ react-dom.production.min.js:122
$r @ react-dom.production.min.js:123
Qr @ react-dom.production.min.js:122
aa @ react-dom.production.min.js:240
notify @ Subscription.js:19
t.notifyNestedSubs @ Subscription.js:90
t.handleChangeWrapper @ Subscription.js:95
d @ redux.js:221
(anonymous) @ middleware.js:26
(anonymous) @ middleware.js:66
dispatch @ redux.js:638
(anonymous) @ utils.js:250
(anonymous) @ proc.js:489
i @ scheduler.js:19
b @ scheduler.js:60
c @ scheduler.js:33
(anonymous) @ channel.js:185
emit @ channel.js:26
(anonymous) @ middleware.js:67
onMessage @ index.js:133
utils.js:225 uncaught at Zg TypeError: Cannot read property 'params' of undefined
at Function.mapToProps (app://-/static/js/main.d9a1ff8d.chunk.js:1:504127)
at o (app://-/static/js/2.c06e7841.chunk.js:2:19203)
at Function.o.mapToProps (app://-/static/js/2.c06e7841.chunk.js:2:19339)
at o (app://-/static/js/2.c06e7841.chunk.js:2:19203)
at app://-/static/js/2.c06e7841.chunk.js:2:20569
at app://-/static/js/2.c06e7841.chunk.js:2:17975
at Object.useMemo (app://-/static/js/2.c06e7841.chunk.js:2:1114460)
at t.useMemo (app://-/static/js/2.c06e7841.chunk.js:2:1050982)
at y (app://-/static/js/2.c06e7841.chunk.js:2:17919)
at Ji (app://-/static/js/2.c06e7841.chunk.js:2:1109566)
X @ utils.js:225
X @ proc.js:210
(anonymous) @ proc.js:493
i @ scheduler.js:19
b @ scheduler.js:60
c @ scheduler.js:33
(anonymous) @ channel.js:185
emit @ channel.js:26
(anonymous) @ middleware.js:67
onMessage @ index.js:133

Bug report


Debug info
Version 3.5.5
Commit Hash 3fd122f
Commit Date 2021-08-27T11:13:16Z
Electron 13.1.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.39-electron.0
OS version Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64
OS release Darwin x64 20.3.0
CPUs Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz x 12
RAM 32GB (0.32GB free)
App RAM limit 4095.75Mb (9.08MB used)
Main log
[2021-10-10 15:27:55.351] [warn]  Error: ENOENT: no such file or directory, open '/Users/jeremy/Library/Application Support/bfx-report-electron/secret-key'
[2021-10-10 15:27:55.357] [warn]  Error: ENOENT: no such file or directory, unlink '/Users/jeremy/Library/Application Support/bfx-report-electron/secret-key'
Worker errors
Empty
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT] version 3.7.3 issue with unique constraint

An error occurred

WORKER:ERROR [2022-07-12T09:49:49.935Z]     UNIQUE constraint failed: users.email, users.username    
  - METHOD_NAME: createSubAccount    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE SqliteError: UNIQUE constraint failed: users.email, users.username
    at Object.module.exports [as RUN] (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/action-run.js:8:11)
    at module.exports (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/index.js:16:31)
    at module.exports (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:21:10)
    at BetterSqliteDAO.query (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:108:14)
    at BetterSqliteDAO.insertElemToDb (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:539:23)
    at Authenticator.createUser (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/authenticator/index.js:754:48)
    at Authenticator.signUp (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/authenticator/index.js:141:29)
    at async dao.executeQueriesInTrans.withoutWorkerThreads (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/sub.account/index.js:105:30)
    at async _beginTrans.beforeTransFn.beforeTransFn (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:449:22)
    at async BetterSqliteDAO._proccesTrans (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:133:19)
    at async module.exports (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:24:17)

Debug info
Version 3.7.3
Commit Hash a069700
Commit Date 2022-07-08T07:52:07Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Ubuntu SMP Wed Jun 15 13:33:07 UTC 2022
OS release Linux x64 5.4.0-121-generic
CPUs Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz x 8
RAM 15.52GB (1.01GB free)
App RAM limit 4095.75Mb (10.01MB used)
Main log
    at BetterSqliteDAO.query (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:1
    at BetterSqliteDAO.insertElemToDb (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:539:23)
    at Authenticator.createUser (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/authenticator/index.js:754:48)
    at Authenticator.signUp (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/authenticator/index.js:141:29)
    at async dao.executeQueriesInTrans.withoutWorkerThreads (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/sub.account/index.js:105:30)
    at async _beginTrans.beforeTransFn.beforeTransFn (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:449:22)
    at async BetterSqliteDAO._proccesTrans (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:133:19)
    at async module.exports (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:24:17)
Worker errors
    at BetterSqliteDAO.query (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:1
    at BetterSqliteDAO.insertElemToDb (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:539:23)
    at Authenticator.createUser (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/authenticator/index.js:754:48)
    at Authenticator.signUp (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/authenticator/index.js:141:29)
    at async dao.executeQueriesInTrans.withoutWorkerThreads (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/sub.account/index.js:105:30)
    at async _beginTrans.beforeTransFn.beforeTransFn (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:449:22)
    at async BetterSqliteDAO._proccesTrans (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:133:19)
    at async module.exports (/tmp/.mount_BitfinBxwiEJ/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:24:17)
Worker exceptions
    at /home/eze
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2955:19
    at wrapper (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:268:20)
    at replenish (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:435:29)
    at iterateeCallback (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:424:21)
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:321:20
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2953:17
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2955:19
    at wrapper (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:268:20)

The issue was opened from the electron app

Mac OS build keep loading forever 0.10.3

Hi,

I have manually built the mac electron version successfully, with no errors. After launching the app, then giving "documents folder" permission, the app keeps loading forever.

Screen Shot 2020-03-23 at 3 45 17 PM

I checked ~/Library/Logs/Bitfinex Report folder which stays empty.
Additionally, checking with Little Snitch, the app doesn't make a call at all.

[BUG REPORT] - Sync after updating to v 4.0.0

An error occurred

WORKER:ERROR [2023-01-13T14:33:40.048Z]     Error: ETIMEDOUT    
  - METHOD_NAME: getFundingOfferHistory    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)

Debug info
Version 4.0.0
Commit Hash af2d6b6
Commit Date 2022-12-14T14:14:17Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Darwin Kernel Version 22.2.0: Fri Nov 11 02:08:47 PST 2022; root:xnu-8792.61.2~4/RELEASE_X86_64
OS release Darwin x64 22.2.0
CPUs Intel(R) Core(TM) i7-4771 CPU @ 3.50GHz x 8
RAM 28GB (0.13GB free)
App RAM limit 4095.75Mb (8.97MB used)
Main log
[2022-11-21 21:22:45.861] [error] Error: ne
    at SimpleURLLoaderWrapper.<anonymous> (electron/js2c/browser_init.js:105:7068)
[2022-11-22 09:22:44.464] [error] (node:35119) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 closed listeners added to [BrowserWindow]. Use emitter.setMaxListeners() to increase limit
    at _fireAlert (/Applications/Bitfinex Report.app/Contents/Resources/app/src/error-manager/show-modal-dialog.js:74:7)
    at module.exports (/Applications/Bitfinex Report.app/Contents/Resources/app/src/error-manager/show-modal-dialog.js:172:15)
    at manageNewGithubIssue (/Applications/Bitfinex Report.app/Contents/Resources/app/src/error-manager/index.js:141:15)
    at async _manageErrorLogLevel (/Applications/Bitfinex Report.app/Contents/Resources/app/src/error-manager/index.js:51:24)
[2023-01-13 14:29:01.877] [warn]  sysctl shell command to check for macOS Rosetta environment failed: Error: Command failed: sysctl sysctl.proc_translated
sysctl: unknown oid 'sysctl.proc_translated'
[2023-01-13 15:29:10.194] [warn]  sysctl shell command to check for macOS Rosetta environment failed: Error: Command failed: sysctl sysctl.proc_translated
sysctl: unknown oid 'sysctl.proc_translated'
[2023-01-13 15:33:40.050] [error] WORKER:ERROR [2023-01-13T14:33:40.048Z]     Error: ETIMEDOUT    
  - METHOD_NAME: getFundingOfferHistory    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
Worker errors
    at new RequestError (/Applications/Bitfinex Report.app/
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.socketErrorListener (_http_client.js:469:9)
    at TLSSocket.emit (events.js:315:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
WORKER:ERROR [2023-01-13T14:33:40.048Z]     Error: ETIMEDOUT    
  - METHOD_NAME: getFundingOfferHistory    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Timeout._onTimeout (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT] SqliteError

An error occurred

WORKER:ERROR [2023-06-23T09:49:06.691Z] PROGRESS:SYNC: SqliteError: table temp_s29_currencies has no column named symbol
    at Database.prepare (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/node_modules/better-sqlite3/lib/methods/wrappers.js:5:21)
    at module.exports [as RUN] (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/action-run.js:4:18)
    at module.exports (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/index.js:16:31)
    at module.exports (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:21:10)
    at BetterSqliteDAO.query (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:120:20)
    at /tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:840:20
    at async BetterSqliteDAO._proccesTrans (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:162:19)
    at async /tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:14:12
    at async module.exports (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:20:17)
    at async /tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:204:14
    at async BetterSqliteDAO._beginTrans (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:212:19)
    at async BetterSqliteDAO.insertElemsToDb (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:836:5)
    at async DataInserter._updateApiDataArrObjTypeToDb (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:843:5)
    at async DataInserter._updateApiData (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:739:7)
    at async DataInserter._insertNewPublicDataToDb (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:310:11)
    at async DataInserter.insertNewDataToDbMultiUser (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:229:9)

Debug info
Version 4.8.1
Commit Hash de07407
Commit Date 2023-06-22T11:44:00Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version 22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 7 15:06:04 UTC 20
OS release Linux x64 5.19.0-45-generic
CPUs 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz x 16
RAM 15.26GB (8.75GB free)
App RAM limit 2072Mb (10.92MB used)
Is BFX API Staging used No
Main log
    at async BetterSqliteDAO._proccesTrans (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js
    at async /tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:14:12
    at async module.exports (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:20:17)
    at async /tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:204:14
    at async BetterSqliteDAO._beginTrans (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:212:19)
    at async BetterSqliteDAO.insertElemsToDb (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:836:5)
    at async DataInserter._updateApiDataArrObjTypeToDb (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:843:5)
    at async DataInserter._updateApiData (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:739:7)
    at async DataInserter._insertNewPublicDataToDb (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:310:11)
    at async DataInserter.insertNewDataToDbMultiUser (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:229:9)
Worker errors
    at async BetterSqliteDAO._proccesTrans (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js
    at async /tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:14:12
    at async module.exports (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:20:17)
    at async /tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:204:14
    at async BetterSqliteDAO._beginTrans (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:212:19)
    at async BetterSqliteDAO.insertElemsToDb (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:836:5)
    at async DataInserter._updateApiDataArrObjTypeToDb (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:843:5)
    at async DataInserter._updateApiData (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:739:7)
    at async DataInserter._insertNewPublicDataToDb (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:310:11)
    at async DataInserter.insertNewDataToDbMultiUser (/tmp/.mount_BitfinQm4x2w/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:229:9)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

Cannot download differentially, fallback to full download: Error: ENOENT: no such file or directory, open 'C:/Users/Adam/AppData/Local/bfx-report-electron-updater/installer.exe'

Debug info
Version 3.5.2
Commit Hash 236a7bd
Commit Date 2021-08-09T10:41:05Z
Electron 13.1.7
Chrome 91.0.4472.124
Node.js 14.16.0
V8 9.1.269.36-electron.0
OS version Windows 10 Home
OS release Windows_NT x64 10.0.19042
CPUs AMD Ryzen 7 1800X Eight-Core Processor x 16
RAM 63.95GB (39.65GB free)
App RAM limit 4095.75Mb (9.5MB used)
Main log
[2021-08-25 09:24:30.262] [error] Cannot download differentially, fallback to full download: Error: ENOENT: no such file or directory, open 'C:/Users/Adam/AppData/Local/bfx-report-electron-updater/installer.exe'
Worker errors
WORKER:ERROR [2021-08-24T02:44:38.801Z] 	
  - METHOD_NAME: getFullSnapshotReport [PROTECTED]
  - DataConsistencyError: ERR_COLLECTIONS_DATA_IS_NOT_CONSISTENT
    at DataConsistencyChecker.check (D:\Bitfinex Work Files\BitfinexReport-3.5.2-x64-win\resources\app\bfx-reports-framework\workers\loc
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2022-09-15T03:17:54.051Z]     Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com
    at new RequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)

Debug info
Version 3.7.4
Commit Hash 61d3ac8
Commit Date 2022-08-11T10:07:58Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022
OS release Linux x64 5.15.0-47-generic
CPUs Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz x 8
RAM 15.44GB (2.23GB free)
App RAM limit 2072Mb (10.69MB used)
Main log
    at self.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-
    at Request.onRequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
[2022-09-14 23:17:54.190] [error] WORKER:ERROR [2022-09-15T03:17:54.094Z]     Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com
    at new RequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
[2022-09-14 23:17:54.193] [error] WORKER:ERROR [2022-09-15T03:17:54.175Z]     Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com
    at new RequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
Worker errors
    at Request.plumbing.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-cor
    at Request.RP$callback [as _callback] (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Request.onRequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.socketErrorListener (_http_client.js:469:9)
    at TLSSocket.emit (events.js:315:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
WORKER:ERROR [2022-09-15T03:17:54.175Z]     Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com
    at new RequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Request.onRequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.socketErrorListener (_http_client.js:469:9)
    at TLSSocket.emit (events.js:315:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT] Reporting the error does not allow to follow up, forcing to close the app

An error occurred

WORKER:ERROR [2022-05-13T06:50:09.323Z]     Error: ETIMEDOUT    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Timeout._onTimeout (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)

Debug info
Version 3.7.1
Commit Hash 6e2c58d
Commit Date 2022-05-03T01:43:11Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Ubuntu SMP Thu Apr 14 19:46:19 UTC 2022
OS release Linux x64 5.4.0-110-generic
CPUs Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz x 8
RAM 15.52GB (0.54GB free)
App RAM limit 4095.75Mb (9.39MB used)
Main log
    at self.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports
    at Timeout._onTimeout (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
[2022-05-13 16:50:09.330] [error] WORKER:ERROR [2022-05-13T06:50:09.323Z]     Error: ETIMEDOUT    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Timeout._onTimeout (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
Worker errors
    at Timeout._onTimeout (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
WORKER:ERROR [2022-05-13T06:50:09.323Z]     Error: ETIMEDOUT    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Timeout._onTimeout (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
Worker exceptions
  
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:321:20
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2953:17
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2955:19
    at wrapper (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:268:20)
    at replenish (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:435:29)
    at iterateeCallback (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:424:21)
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:321:20
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2953:17
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2955:19
    at wrapper (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:268:20)

The issue was opened from the electron app

[BUG REPORT]

Just cleared all data and the App restartet and promptly gave me this error:

WORKER:ERROR [2023-08-15T11:42:17.085Z]     HTTP code 500 Internal Server Error    
  - METHOD_NAME: getSymbols    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error    
  - DATA: {
      "bfxApiErrorMessage": {
        "bfxApiStatus": 500,
        "bfxApiStatusText": "Internal Server Error",
        "bfxApiRawBodyCode": "Code is not abailable",
        "isBfxApiRawBodyResponseHtml": "No",
        "bfxApiRawBodyResponse": ""
      }
    }    
  - STACK_TRACE Error: HTTP code 500 Internal Server Error
    at Proxy._apiError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:51:19
    at BfxApiRouter.route (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/bfx.api.router/index.js:69:14)
    at _route (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:49:23)
    at Object.apply (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:121:27)
    at Proxy._request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async Promise.all (index 2)
    at async /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/service.report.js:210:11

Debug info
Version 4.9.3
Commit Hash 4ebef5a
Commit Date 2023-08-09T07:28:02Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:53 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6020
OS release Darwin x64 22.6.0
CPUs Apple M2 Pro x 10
RAM 32GB (0.08GB free)
App RAM limit 4095.75Mb (11.1MB used)
Is BFX API Staging used No
Main log
    }
  - STACK_TRACE Error: HTTP code 500 Internal Server Error
    at Proxy._apiError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:51:19
    at BfxApiRouter.route (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/bfx.api.router/index.js:69:14)
    at _route (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:49:23)
    at Object.apply (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:121:27)
    at Proxy._request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async Promise.all (index 2)
    at async /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/service.report.js:210:11
Worker errors
    at Proxy._apiError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib
    at /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:51:19
    at BfxApiRouter.route (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/bfx.api.router/index.js:69:14)
    at _route (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:49:23)
    at Object.apply (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:121:27)
    at Proxy._request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async Promise.all (index 2)
    at async /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/service.report.js:210:11
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred while using and syncing for the very first time.

WORKER:ERROR [2023-08-05T08:42:55.231Z] PROGRESS:SYNC: Error: HTTP code 500 Internal Server Error
    at Proxy._apiError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:51:19
    at BfxApiRouter.route (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/bfx.api.router/index.js:69:14)
    at _route (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:49:23)
    at Object.apply (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:121:27)
    at Proxy._request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _getResAndParams (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:52:18)
    at async FrameworkReportService._prepareApiResponse (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:150:19)
    at async ApiMiddleware.request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/api.middleware/index.js:32:20)
    at async DataInserter.getDataFromApi (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-data-from-api.js:93:15)
    at async DataInserter._insertApiDataArrObjTypeToDb (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:544:11)
    at async DataInserter._insertApiData (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:461:7)

Debug info
Version 4.9.2
Commit Hash c6dca30
Commit Date 2023-08-02T09:24:10Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:53 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6020
OS release Darwin x64 22.6.0
CPUs Apple M2 Pro x 10
RAM 32GB (0.09GB free)
App RAM limit 4095.75Mb (11.43MB used)
Is BFX API Staging used No
Main log
    at async _asyncApplyHook
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _getResAndParams (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:52:18)
    at async FrameworkReportService._prepareApiResponse (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:150:19)
    at async ApiMiddleware.request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/api.middleware/index.js:32:20)
    at async DataInserter.getDataFromApi (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-data-from-api.js:93:15)
    at async DataInserter._insertApiDataArrObjTypeToDb (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:544:11)
    at async DataInserter._insertApiData (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:461:7)
Worker errors
    at async _asyncApplyHook
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _getResAndParams (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:52:18)
    at async FrameworkReportService._prepareApiResponse (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:150:19)
    at async ApiMiddleware.request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/api.middleware/index.js:32:20)
    at async DataInserter.getDataFromApi (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-data-from-api.js:93:15)
    at async DataInserter._insertApiDataArrObjTypeToDb (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:544:11)
    at async DataInserter._insertApiData (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:461:7)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2022-09-25T20:56:38.674Z] database is locked
SqliteError: database is locked
    at Object.module.exports [as RUN] (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/action-run.js:7:11)
    at module.exports (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/index.js:16:31)
    at module.exports (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:21:10)
    at BetterSqliteDAO.query (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:108:14)
    at _beginTrans.beforeTransFn.beforeTransFn (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:442:33)
    at BetterSqliteDAO._proccesTrans (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:133:25)
    at /tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:159:18
    at _manageTrans (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:8:10)
    at async module.exports (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:24:17)

Debug info
Version 3.8.0
Commit Hash a0886da
Commit Date 2022-09-23T00:28:32Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022
OS release Linux x64 5.15.0-48-generic
CPUs Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz x 8
RAM 15.44GB (0.3GB free)
App RAM limit 2072Mb (9.08MB used)
Main log
    at Object.module.exports [as EXEC_PRAGMA] (/tmp/.mount_BitfinUtCTFD/resources/app/bfx-reports-framework/node_modules/bfx-facs-
    at module.exports (/tmp/.mount_BitfinUtCTFD/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/index.js:16:31)
    at module.exports (/tmp/.mount_BitfinUtCTFD/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:21:10)
    at MessagePort.<anonymous> (/tmp/.mount_BitfinUtCTFD/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/worker-factory.js:61:22)
[2022-09-25 16:56:38.684] [error] WORKER:ERROR [2022-09-25T20:56:38.674Z] database is locked
SqliteError: database is locked
    at Object.module.exports [as RUN] (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/action-run.js:7:11)
    at module.exports (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/index.js:16:31)
    at module.exports (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:21:10)
    at BetterSqliteDAO.query (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:108:14)
    at _beginTrans.beforeTransFn.beforeTransFn (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:442:33)
    at BetterSqliteDAO._proccesTrans (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:133:25)
    at /tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:159:18
    at _manageTrans (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:8:10)
    at async module.exports (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:24:17)
Worker errors
    at module.exports (/tmp/.mount_BitfinUtCTFD/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/index.js:1
    at module.exports (/tmp/.mount_BitfinUtCTFD/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:21:10)
    at MessagePort.<anonymous> (/tmp/.mount_BitfinUtCTFD/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/worker-factory.js:61:22)
    at MessagePort.[nodejs.internal.kHybridDispatch] (internal/event_target.js:354:41)
    at MessagePort.exports.emitMessage (internal/per_context/messageport.js:18:26)
WORKER:ERROR [2022-09-25T20:56:38.674Z] database is locked
SqliteError: database is locked
    at Object.module.exports [as RUN] (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/action-run.js:7:11)
    at module.exports (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/index.js:16:31)
    at module.exports (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:21:10)
    at BetterSqliteDAO.query (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:108:14)
    at _beginTrans.beforeTransFn.beforeTransFn (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:442:33)
    at BetterSqliteDAO._proccesTrans (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:133:25)
    at /tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:159:18
    at _manageTrans (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:8:10)
    at async module.exports (/tmp/.mount_Bitfin55973x/resources/app/bfx-reports-framework/workers/loc.api/sync/dao/helpers/manage-transaction/index.js:24:17)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

HttpError: 401 
"method: GET url: https://objects.githubusercontent.com/github-production-release-asset-2e65be/136324251/3b9dd9d9-55ef-41d5-abca-899bfd03d1b5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230624%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230624T043432Z&X-Amz-Expires=300&X-Amz-Signature=fbeb47ee645ff57c3ab06c9f88fb35e98ccebcf88ab4cfe47d3b670eb491de96&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=136324251&response-content-disposition=attachment%3B%20filename%3Dlatest-mac.yml&response-content-type=application%2Foctet-stream/n/n          Data:/n          /n          "
Headers: {
  "x-github-backend": "Kubernetes",
  "x-github-request-id": "1E72:9FBD:A18FE3:1CBC515:6496768D",
  "accept-ranges": "bytes",
  "date": "Sat, 24 Jun 2023 04:52:29 GMT",
  "via": "1.1 varnish",
  "x-served-by": "cache-mia-kmia1760029-MIA",
  "x-cache": "MISS",
  "x-cache-hits": "0",
  "x-timer": "S1687582349.433024,VS0,VE29",
  "content-length": "0"
}
    at createHttpError (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:14:12)
    at IncomingMessage.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:147:28)
    at IncomingMessage.emit (node:events:527:28)

Debug info
Version 4.8.1
Commit Hash de07407
Commit Date 2023-06-22T11:44:00Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:23 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T6000
OS release Darwin x64 21.6.0
CPUs Apple M1 Max x 10
RAM 64GB (0.12GB free)
App RAM limit 4095.75Mb (15.42MB used)
Is BFX API Staging used No
Main log
  "x-github-backend": "
  "x-github-request-id": "1E72:9FBD:A18FE3:1CBC515:6496768D",
  "accept-ranges": "bytes",
  "date": "Sat, 24 Jun 2023 04:52:29 GMT",
  "via": "1.1 varnish",
  "x-served-by": "cache-mia-kmia1760029-MIA",
  "x-cache": "MISS",
  "x-cache-hits": "0",
  "x-timer": "S1687582349.433024,VS0,VE29",
  "content-length": "0"
}
    at createHttpError (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:14:12)
    at IncomingMessage.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:147:28)
    at IncomingMessage.emit (node:events:527:28)
[2023-06-24 00:52:29.482] [error] HttpError: 401 
"method: GET url: https://objects.githubusercontent.com/github-production-release-asset-2e65be/136324251/3b9dd9d9-55ef-41d5-abca-899bfd03d1b5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230624%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230624T043432Z&X-Amz-Expires=300&X-Amz-Signature=fbeb47ee645ff57c3ab06c9f88fb35e98ccebcf88ab4cfe47d3b670eb491de96&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=136324251&response-content-disposition=attachment%3B%20filename%3Dlatest-mac.yml&response-content-type=application%2Foctet-stream/n/n          Data:/n          /n          "
Headers: {
  "x-github-backend": "Kubernetes",
  "x-github-request-id": "1E72:9FBD:A18FE3:1CBC515:6496768D",
  "accept-ranges": "bytes",
  "date": "Sat, 24 Jun 2023 04:52:29 GMT",
  "via": "1.1 varnish",
  "x-served-by": "cache-mia-kmia1760029-MIA",
  "x-cache": "MISS",
  "x-cache-hits": "0",
  "x-timer": "S1687582349.433024,VS0,VE29",
  "content-length": "0"
}
    at createHttpError (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:14:12)
    at IncomingMessage.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:147:28)
    at IncomingMessage.emit (node:events:527:28)
Worker errors
    at Timeout.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resour
    at listOnTimeout (node:internal/timers:559:17)
    at process.processTimers (node:internal/timers:502:7)
WORKER:ERROR [2023-06-22T21:45:01.471Z]     request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com
    at ClientRequest.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1505:11)
    at ClientRequest.emit (node:events:527:28)
    at TLSSocket.socketErrorListener (node:_http_client:454:9)
    at TLSSocket.emit (node:events:527:28)
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
WORKER:ERROR [2023-06-22T21:45:01.517Z]     request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com
    at ClientRequest.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1505:11)
    at ClientRequest.emit (node:events:527:28)
    at TLSSocket.socketErrorListener (node:_http_client:454:9)
    at TLSSocket.emit (node:events:527:28)
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2022-02-26T18:25:27.646Z] PROGRESS:SYNC: StatusCodeError: 520 - "<html>/r/n<head><title>520 Origin Error</title></head>/r/n<body bgcolor=/"white/">/r/n<center><h1>520 Origin Error</h1></center>/r/n<hr><center>cloudflare-nginx</center>/r/n</body>/r/n</html>/r/n"
    at new StatusCodeError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:32:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:104:33)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at Request.self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:1035:10)
    at IncomingMessage.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:962:12)

Debug info
Version 3.6.3
Commit Hash 000b6be
Commit Date 2022-01-13T05:36:02Z
Electron 13.6.3
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.39-electron.0
OS version Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000
OS release Darwin x64 21.3.0
CPUs Apple M1 Max x 10
RAM 64GB (0.06GB free)
App RAM limit 4095.75Mb (9.06MB used)
Main log
    at new RequestError (/Applications/Bitfinex Report.app/C
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
[2022-02-26 12:25:27.649] [error] WORKER:ERROR [2022-02-26T18:25:27.646Z] PROGRESS:SYNC: StatusCodeError: 520 - "<html>/r/n<head><title>520 Origin Error</title></head>/r/n<body bgcolor=/"white/">/r/n<center><h1>520 Origin Error</h1></center>/r/n<hr><center>cloudflare-nginx</center>/r/n</body>/r/n</html>/r/n"
    at new StatusCodeError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:32:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:104:33)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at Request.self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:1035:10)
    at IncomingMessage.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:962:12)
Worker errors
    at Request.emit (ev
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.socketErrorListener (_http_client.js:469:9)
    at TLSSocket.emit (events.js:315:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
WORKER:ERROR [2022-02-26T18:25:27.646Z] PROGRESS:SYNC: StatusCodeError: 520 - "<html>\r\n<head><title>520 Origin Error</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>520 Origin Error</h1></center>\r\n<hr><center>cloudflare-nginx</center>\r\n</body>\r\n</html>\r\n"
    at new StatusCodeError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:32:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:104:33)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at Request.self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Request.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:1035:10)
    at Request.emit (events.js:327:22)
    at IncomingMessage.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:962:12)
    at IncomingMessage.emit (events.js:327:22)
    at endReadableNT (internal/streams/readable.js:1327:12)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2022-09-15T05:46:21.922Z]     Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com    
  - METHOD_NAME: getLedgers    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com
    at new RequestError (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)

Debug info
Version 3.7.4
Commit Hash 61d3ac8
Commit Date 2022-08-11T10:07:58Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022
OS release Linux x64 5.15.0-47-generic
CPUs Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz x 8
RAM 15.44GB (1.79GB free)
App RAM limit 2072Mb (9.24MB used)
Main log
    at self.call
    at Request.onRequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
[2022-09-14 23:17:54.193] [error] WORKER:ERROR [2022-09-15T03:17:54.175Z]     Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com
    at new RequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
[2022-09-15 01:46:21.933] [error] WORKER:ERROR [2022-09-15T05:46:21.922Z]     Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com    
  - METHOD_NAME: getLedgers    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com
    at new RequestError (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
Worker errors
    at Request.plumbing.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-r
    at Request.RP$callback [as _callback] (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Request.onRequestError (/tmp/.mount_BitfinnvdUoK/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.socketErrorListener (_http_client.js:469:9)
    at TLSSocket.emit (events.js:315:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
WORKER:ERROR [2022-09-15T05:46:21.922Z]     Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com    
  - METHOD_NAME: getLedgers    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: getaddrinfo EAI_AGAIN api-pub.bitfinex.com
    at new RequestError (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Request.onRequestError (/tmp/.mount_BitfinQcxndm/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.socketErrorListener (_http_client.js:469:9)
    at TLSSocket.emit (events.js:315:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT] Loosing internet when sync is happening

When sync is happening if there is a lost of internet connection the following error happens.
We should consider that a sudden lost of internet is possible.

WORKER:ERROR [2022-01-03T01:01:12.784Z]     Error: connect ENETUNREACH 104.16.172.181:443    
  - METHOD_NAME: getFundingLoanHistory    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: connect ENETUNREACH 104.16.172.181:443
    at new RequestError (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)

Debug info
Version 3.6.2
Commit Hash 2f22ef9
Commit Date 2021-12-16T09:29:31Z
Electron 13.6.3
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.39-electron.0
OS version Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021
OS release Linux x64 5.4.0-91-generic
CPUs Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz x 8
RAM 15.53GB (0.41GB free)
App RAM limit 4095.75Mb (8.66MB used)
Main log
    at self.callback (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:
    at Request.onRequestError (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
[2022-01-03 12:01:12.853] [error] WORKER:ERROR [2022-01-03T01:01:12.799Z] PROGRESS:SYNC: RequestError: Error: connect ENETUNREACH 104.16.172.181:443
    at new RequestError (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
Worker errors
    at processTicksAndRejections (internal/pr
WORKER:ERROR [2022-01-03T01:01:12.799Z] PROGRESS:SYNC: RequestError: Error: connect ENETUNREACH 104.16.172.181:443
    at new RequestError (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Request.onRequestError (/home/ezequiel/Documents/report/BitfinexReport-3.6.2-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.socketErrorListener (_http_client.js:469:9)
    at TLSSocket.emit (events.js:315:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
Worker exceptions
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2953:17
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2955:19
    at wrapper (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:268:20)
    at replenish (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:435:29)
    at iterateeCallback (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:424:21)
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:321:20
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2953:17
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2955:19
    at wrapper (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:268:20)

The issue was opened from the electron app

[BUG REPORT] W10 / EACCES: permission denied 0.0.0.0:1455

An error occurred

AppInitializationError: ERR_APP_HAS_NOT_INITIALIZED
    at Timeout.<anonymous> (C:/Users/Admin/AppData/Local/Programs/bfx-report-electron/resources/app/src/initialize-app.js:110:16)

Debug info
Version 3.8.1
Commit Hash cbdd946
Commit Date 2022-09-30T02:51:16Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Windows 10 Pro
OS release Windows_NT x64 10.0.19045
CPUs Intel(R) Core(TM) i7-7600U CPU @ 2.80GHz x 4
RAM 19.84GB (10.01GB free)
App RAM limit 4095.75Mb (8.33MB used)
Main log
[2022-11-30 22:43:
[2022-11-30 23:07:07.475] [error] AppInitializationError: ERR_APP_HAS_NOT_INITIALIZED
    at Timeout.<anonymous> (C:/Users/Admin/AppData/Local/Programs/bfx-report-electron/resources/app/src/initialize-app.js:110:16)
Worker errors
Empty
Worker exceptions
WORKER:ERROR [2022-11-30T21:57:13.031Z] uncaughtException: listen EACCES: permission denied 0.0.0.0:1455
Error: listen EACCES: permission denied 0.0.0.0:1455
    at Server.setupListenHandle [as _listen2] (net.js:1301:21)
    at listenI

The issue was opened from the electron app

NB: The issue occurs with or without administrator perms.

[BUG REPORT]

An error occurred

WORKER:ERROR [2023-08-07T12:10:26.663Z] PROGRESS:SYNC: Error: HTTP code 500 Internal Server Error
    at Proxy._apiError (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:51:19
    at BfxApiRouter.route (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/workers/loc.api/bfx.api.router/index.js:69:14)
    at _route (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:49:23)
    at Object.apply (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:121:27)
    at Proxy._request (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at async _asyncApplyHook (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _getResAndParams (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:52:18)
    at async FrameworkReportService._prepareApiResponse (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:150:19)
    at async ApiMiddleware.request (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/api.middleware/index.js:32:20)
    at async DataInserter.getDataFromApi (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-data-from-api.js:93:15)
    at async DataInserter._insertApiDataArrObjTypeToDb (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:544:11)
    at async DataInserter._insertApiData (C:/Users/kostya/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:461:7)

Debug info
Version 4.9.2
Commit Hash c6dca30
Commit Date 2023-08-02T09:24:10Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Windows 10 Pro
OS release Windows_NT x64 10.0.22621
CPUs 12th Gen Intel(R) Core(TM) i7-12700K x 20
RAM 31.75GB (13.08GB free)
App RAM limit 4095.75Mb (10.87MB used)
Is BFX API Staging used No
Main log
Worker errors
Worker exceptions

The issue was opened from the electron app

[BUG REPORT] Prevent throwing an error in case GitHub server can't respond

Need to prevent throwing an error in case GitHub server can't respond to the auto-update requests

Error: HttpError: 503 
"method: GET url: https://objects.githubusercontent.com/github-production-release-asset-2e65be/136324251/2861975c-62f5-4337-a0e8-07dfb9a7e56d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230810%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230810T071553Z&X-Amz-Expires=300&X-Amz-Signature=96c4e1446a3d3310a32e8890e728179297d6d71a1c3e393e565dea8551d65da9&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=136324251&response-content-disposition=attachment%3B%20filename%3Dlatest-linux.yml&response-content-type=application%2Foctet-stream/n/n          Data:/n          <?xml version=/"1.0/" encoding=/"utf-8/"?><Error><Code>ServerBusy</Code><Message>Egress is over the account limit./nRequestId:95e66584-001e-002a-1f5a-cb3e45000000/nTime:2023-08-10T07:15:59.0343407Z</Message></Error>/n          "
Headers: {
  "content-type": "application/xml",
  "server": "Microsoft-HTTPAPI/2.0",
  "x-ms-request-id": "95e66584-001e-002a-1f5a-cb3e45000000",
  "x-ms-error-code": "ServerBusy",
  "accept-ranges": "bytes",
  "via": "1.1 varnish, 1.1 varnish",
  "fastly-restarts": "1",
  "date": "Thu, 10 Aug 2023 07:15:59 GMT",
  "x-served-by": "cache-iad-kiad7000172-IAD, cache-fra-eddf8230135-FRA",
  "x-cache": "MISS, MISS",
  "x-cache-hits": "0, 0",
  "x-timer": "S1691651754.883923,VS0,VE5475",
  "content-length": "212"
}
    at createHttpError (/tmp/.mount_BitfinneIpz3/resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:14:12)
    at IncomingMessage.<anonymous> (/tmp/.mount_BitfinneIpz3/resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:147:28)
    at IncomingMessage.emit (node:events:527:28)

Debug info
Version 4.9.3
Commit Hash 4ebef5a
Commit Date 2023-08-09T07:28:02Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version #202308041557 SMP PREEMPT_DYNAMIC Fri Aug 4 16:03:00 UTC 2023
OS release Linux x64 6.4.8-060408-generic
CPUs 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz x 8
RAM 31.04GB (17.86GB free)
App RAM limit 4095.75Mb (10.96MB used)
Is BFX API Staging used No
Main log
    at createHttpError (/tm
    at IncomingMessage.<anonymous> (/tmp/.mount_BitfinneIpz3/resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:147:28)
    at IncomingMessage.emit (node:events:527:28)
[2023-08-10 10:15:59.379] [error] HttpError: 503 
"method: GET url: https://objects.githubusercontent.com/github-production-release-asset-2e65be/136324251/2861975c-62f5-4337-a0e8-07dfb9a7e56d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230810%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230810T071553Z&X-Amz-Expires=300&X-Amz-Signature=96c4e1446a3d3310a32e8890e728179297d6d71a1c3e393e565dea8551d65da9&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=136324251&response-content-disposition=attachment%3B%20filename%3Dlatest-linux.yml&response-content-type=application%2Foctet-stream/n/n          Data:/n          <?xml version=/"1.0/" encoding=/"utf-8/"?><Error><Code>ServerBusy</Code><Message>Egress is over the account limit./nRequestId:95e66584-001e-002a-1f5a-cb3e45000000/nTime:2023-08-10T07:15:59.0343407Z</Message></Error>/n          "
Headers: {
  "content-type": "application/xml",
  "server": "Microsoft-HTTPAPI/2.0",
  "x-ms-request-id": "95e66584-001e-002a-1f5a-cb3e45000000",
  "x-ms-error-code": "ServerBusy",
  "accept-ranges": "bytes",
  "via": "1.1 varnish, 1.1 varnish",
  "fastly-restarts": "1",
  "date": "Thu, 10 Aug 2023 07:15:59 GMT",
  "x-served-by": "cache-iad-kiad7000172-IAD, cache-fra-eddf8230135-FRA",
  "x-cache": "MISS, MISS",
  "x-cache-hits": "0, 0",
  "x-timer": "S1691651754.883923,VS0,VE5475",
  "content-length": "212"
}
    at createHttpError (/tmp/.mount_BitfinneIpz3/resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:14:12)
    at IncomingMessage.<anonymous> (/tmp/.mount_BitfinneIpz3/resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:147:28)
    at IncomingMessage.emit (node:events:527:28)
Worker errors
Empty
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2022-01-17T19:04:30.850Z]     Error: ETIMEDOUT    
  - METHOD_NAME: getCandles    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ETIMEDOUT
    at new RequestError (C:/Users/JCarlos/Downloads/BitfinexReport-3.6.3-x64-win/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (C:/Users/JCarlos/Downloads/BitfinexReport-3.6.3-x64-win/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (C:/Users/JCarlos/Downloads/BitfinexReport-3.6.3-x64-win/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (C:/Users/JCarlos/Downloads/BitfinexReport-3.6.3-x64-win/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Timeout._onTimeout (C:/Users/JCarlos/Downloads/BitfinexReport-3.6.3-x64-win/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:764:12)
    at processTimers (internal/timers.js:497:7)

Debug info
Version 3.6.3
Commit Hash 000b6be
Commit Date 2022-01-13T05:36:02Z
Electron 13.6.3
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.39-electron.0
OS version Windows 10 Enterprise
OS release Windows_NT x64 10.0.19044
CPUs AMD Ryzen 7 1700 Eight-Core Processor x 16
RAM 31.93GB (16.31GB free)
App RAM limit 4095.75Mb (9.43MB used)
Main log
Worker errors
Worker exceptions

The issue was opened from the electron app

[BUG REPORT]

An error occurred

Cannot download differentially, fallback to full download: Error: ENOENT: no such file or directory, open 'C:/Users/JCarlos/AppData/Local/bfx-report-electron-updater/installer.exe'

Debug info
Version 3.5.2
Commit Hash 236a7bd
Commit Date 2021-08-09T10:41:05Z
Electron 13.1.7
Chrome 91.0.4472.124
Node.js 14.16.0
V8 9.1.269.36-electron.0
OS version Windows 10 Enterprise
OS release Windows_NT x64 10.0.19043
CPUs AMD Ryzen 7 1700 Eight-Core Processor x 16
RAM 31.93GB (14.42GB free)
App RAM limit 4095.75Mb (9.32MB used)
Main log
[2021-08-14 11:53:34.7
[2021-09-06 12:42:50.684] [error] Cannot download differentially, fallback to full download: Error: ENOENT: no such file or directory, open 'C:/Users/JCarlos/AppData/Local/bfx-report-electron-updater/installer.exe'
Worker errors
WORKER:ERROR [2021-08-14T19:09:30.107Z] 	PROGRESS:SYNC: StatusCodeError: 504 - "<html>\r\n<head><title>504 Gateway Time-out</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>504 Gateway Time-out</h1></center>\r\n<hr><center>nginx<
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT] Error when connection is lost

An error occurred when loosing internet connection

WORKER:ERROR [2022-05-13T01:54:09.040Z]     Error: connect ENETUNREACH 104.16.174.181:443    
  - METHOD_NAME: getCandles    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: connect ENETUNREACH 104.16.174.181:443
    at new RequestError (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)

Debug info
Version 3.7.1
Commit Hash 6e2c58d
Commit Date 2022-05-03T01:43:11Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Ubuntu SMP Thu Apr 14 19:46:19 UTC 2022
OS release Linux x64 5.4.0-110-generic
CPUs Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz x 8
RAM 15.52GB (3.16GB free)
App RAM limit 4095.75Mb (9.72MB used)
Main log
    at module.exports (/home/ezequiel/Documents/report/B
    at MessagePort.<anonymous> (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/worker-factory.js:61:22)
[2022-05-13 11:54:09.042] [error] WORKER:ERROR [2022-05-13T01:54:09.040Z]     Error: connect ENETUNREACH 104.16.174.181:443    
  - METHOD_NAME: getCandles    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: connect ENETUNREACH 104.16.174.181:443
    at new RequestError (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
Worker errors
WORKER:ERROR 
  - METHOD_NAME: getCandles    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: connect ENETUNREACH 104.16.174.181:443
    at new RequestError (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Request.onRequestError (/home/ezequiel/Documents/report/BitfinexReport-3.7.1-x64-linux/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.socketErrorListener (_http_client.js:469:9)
    at TLSSocket.emit (events.js:315:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
Worker exceptions
    at iterate
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:321:20
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2953:17
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2955:19
    at wrapper (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:268:20)
    at replenish (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:435:29)
    at iterateeCallback (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:424:21)
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:321:20
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2953:17
    at /home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:2955:19
    at wrapper (/home/ezequiel/Documents/report/BitfinexReport-3.5.0-x64-linux/resources/app/bfx-reports-framework/node_modules/async/dist/async.js:268:20)

The issue was opened from the electron app

[BUG REPORT]

Issue with login when using a physical key as 2FA, error should be more clear.

WORKER:ERROR [2023-09-01T07:00:50.197Z]     HTTP code 500 Internal Server Error    
  - METHOD_NAME: loginToBFX    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error    
  - DATA: {
      "bfxApiErrorMessage": {
        "bfxApiStatus": 500,
        "bfxApiStatusText": "Internal Server Error",
        "bfxApiRawBodyCode": 10001,
        "isBfxApiRawBodyResponseHtml": false,
        "bfxApiRawBodyResponse": "ERR_AUTH_API: ERR_2FA_INVALID_ORIGIN"
      }
    }    
  - STACK_TRACE Error: HTTP code 500 Internal Server Error
    at ExpandedRESTv2._apiError (/tmp/.mount_BitfinlH0xEo/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at ExpandedRESTv2._request (/tmp/.mount_BitfinlH0xEo/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at async makeRequestToBFX (/tmp/.mount_BitfinlH0xEo/resources/app/bfx-reports-framework/workers/loc.api/http.request/helpers.js:13:12)

Debug info
Version 4.10.0
Commit Hash 49d2c91
Commit Date 2023-08-23T09:51:15Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 10 18:24:29 UTC 2023
OS release Linux x64 5.19.0-50-generic
CPUs 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz x 16
RAM 15.26GB (8.14GB free)
App RAM limit 2072Mb (10.49MB used)
Is BFX API Staging used No
Main log
[2023-08-18 19:48:

[2023-08-18 19:48:23.636] [silly] 2023-08-18T09:48:23.636Z bittorrent-dht [ee5fa69] received announce_peer query from 127.0.0.1:20001
2023-08-18T09:48:23.636Z grenache:grape 20002 announce rest:report:api:ws

[2023-08-18 19:48:23.638] [silly] 2023-08-18T09:48:23.638Z bittorrent-dht [e195ce2] announce 726573743a7265706f72743a617069 3501

[2023-08-18 19:48:23.638] [silly] 2023-08-18T09:48:23.638Z bittorrent-dht [ee5fa69] received announce_peer query from 127.0.0.1:20001
2023-08-18T09:48:23.638Z grenache:grape 20002 announce rest:report:api

[2023-09-01 17:00:50.201] [error] WORKER:ERROR [2023-09-01T07:00:50.197Z]     HTTP code 500 Internal Server Error    
  - METHOD_NAME: loginToBFX    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error    
  - DATA: {
      "bfxApiErrorMessage": {
        "bfxApiStatus": 500,
        "bfxApiStatusText": "Internal Server Error",
        "bfxApiRawBodyCode": 10001,
        "isBfxApiRawBodyResponseHtml": false,
        "bfxApiRawBodyResponse": "ERR_AUTH_API: ERR_2FA_INVALID_ORIGIN"
      }
    }    
  - STACK_TRACE Error: HTTP code 500 Internal Server Error
    at ExpandedRESTv2._apiError (/tmp/.mount_BitfinlH0xEo/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at ExpandedRESTv2._request (/tmp/.mount_BitfinlH0xEo/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at async makeRequestToBFX (/tmp/.mount_BitfinlH0xEo/resources/app/bfx-reports-framework/workers/loc.api/http.request/helpers.js:13:12)
Worker errors
    at async A
    at async DataInserter.getDataFromApi (/tmp/.mount_BitfinGdt3Ib/resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-data-from-api.js:93:15)
    at async DataInserter._insertApiDataArrObjTypeToDb (/tmp/.mount_BitfinGdt3Ib/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:544:11)
    at async DataInserter._insertApiData (/tmp/.mount_BitfinGdt3Ib/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:477:7)
WORKER:ERROR [2023-09-01T07:00:50.197Z]     HTTP code 500 Internal Server Error    
  - METHOD_NAME: loginToBFX    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error    
  - DATA: {
      "bfxApiErrorMessage": {
        "bfxApiStatus": 500,
        "bfxApiStatusText": "Internal Server Error",
        "bfxApiRawBodyCode": 10001,
        "isBfxApiRawBodyResponseHtml": false,
        "bfxApiRawBodyResponse": "ERR_AUTH_API: ERR_2FA_INVALID_ORIGIN"
      }
    }    
  - STACK_TRACE Error: HTTP code 500 Internal Server Error
    at ExpandedRESTv2._apiError (/tmp/.mount_BitfinlH0xEo/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at ExpandedRESTv2._request (/tmp/.mount_BitfinlH0xEo/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async makeRequestToBFX (/tmp/.mount_BitfinlH0xEo/resources/app/bfx-reports-framework/workers/loc.api/http.request/helpers.js:13:12)
Worker exceptions
    at
    at writeOrBuffer (/tmp/.mount_Bitfinia6XOS/resources/app/bfx-reports-framework/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:417:5)
    at Writable.write (/tmp/.mount_Bitfinia6XOS/resources/app/bfx-reports-framework/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:334:11)
    at DerivedLogger.ondata (/tmp/.mount_Bitfinia6XOS/resources/app/bfx-reports-framework/node_modules/readable-stream/lib/_stream_readable.js:629:20)
    at DerivedLogger.emit (node:events:539:35)
    at addChunk (/tmp/.mount_Bitfinia6XOS/resources/app/bfx-reports-framework/node_modules/readable-stream/lib/_stream_readable.js:279:12)
    at readableAddChunk (/tmp/.mount_Bitfinia6XOS/resources/app/bfx-reports-framework/node_modules/readable-stream/lib/_stream_readable.js:262:11)
    at Readable.push (/tmp/.mount_Bitfinia6XOS/resources/app/bfx-reports-framework/node_modules/readable-stream/lib/_stream_readable.js:228:10)
    at Transform.push (/tmp/.mount_Bitfinia6XOS/resources/app/bfx-reports-framework/node_modules/readable-stream/lib/_stream_transform.js:132:32)
    at DerivedLogger._transform (/tmp/.mount_Bitfinia6XOS/resources/app/bfx-reports-framework/node_modules/winston/lib/winston/logger.js:305:12)
    at Transform._read (/tmp/.mount_Bitfinia6XOS/resources/app/bfx-reports-framework/node_modules/readable-stream/lib/_stream_transform.js:166:10)
    at Transform._write (/tmp/.mount_Bitfinia6XOS/resources/app/bfx-reports-framework/node_modules/readable-stream/lib/_stream_transform.js:155:83)

The issue was opened from the electron app

[BUG REPORT]

Hi @ezewer and @ZIMkaRU here is the Bug report you asked for


Debug info
Version 4.9.3
Commit Hash 4ebef5a
Commit Date 2023-08-09T07:28:02Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:53 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6020
OS release Darwin x64 22.6.0
CPUs Apple M2 Pro x 10
RAM 32GB (0.05GB free)
App RAM limit 4095.75Mb (11.78MB used)
Is BFX API Staging used No
Main log
    at BfxApiRouter.route (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx
    at _route (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:49:23)
    at Object.apply (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:121:27)
    at Proxy._request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _getResAndParams (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:52:18)
    at async FrameworkReportService._prepareApiResponse (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:150:19)
    at async ApiMiddleware.request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/api.middleware/index.js:32:20)
    at async DataInserter.getDataFromApi (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-data-from-api.js:93:15)
    at async DataInserter._insertApiDataArrObjTypeToDb (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:544:11)
    at async DataInserter._insertApiData (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:461:7)
[2023-08-09 10:11:10.958] [error] (node:71554) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
    at BfxMacUpdater.install (/Applications/Bitfinex Report.app/Contents/Resources/app/src/auto-updater/bfx.mac.updater.js:57:25)
    at async BfxMacUpdater.asyncQuitAndInstall (/Applications/Bitfinex Report.app/Contents/Resources/app/src/auto-updater/bfx.mac.updater.js:91:25)
    at async BfxMacUpdater.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/src/auto-updater/index.js:454:7)
Worker errors
    at async DataInserter._insertApiData (/Applications/Bitfi
WORKER:ERROR [2023-08-09T08:10:52.366Z] PROGRESS:SYNC: Error: HTTP code 500 Internal Server Error
    at Proxy._apiError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:51:19
    at BfxApiRouter.route (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/bfx.api.router/index.js:69:14)
    at _route (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:49:23)
    at Object.apply (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:121:27)
    at Proxy._request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _asyncApplyHook (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-rest.js:65:21)
    at async _getResAndParams (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:52:18)
    at async FrameworkReportService._prepareApiResponse (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/prepare-response/index.js:150:19)
    at async ApiMiddleware.request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/api.middleware/index.js:32:20)
    at async DataInserter.getDataFromApi (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-report/workers/loc.api/helpers/get-data-from-api.js:93:15)
    at async DataInserter._insertApiDataArrObjTypeToDb (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:544:11)
    at async DataInserter._insertApiData (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:461:7)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

Error: Error: Could not get code signature for running application
    at Server.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/electron-updater/out/MacUpdater.js:173:32)

Debug info
Version 3.6.1
Commit Hash bb79373
Commit Date 2021-11-02T09:35:48Z
Electron 13.4.0
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.39-electron.0
OS version Darwin Kernel Version 19.6.0: Sun Nov 14 19:58:51 PST 2021; root:xnu-6153.141.50~1/RELEASE_X86_64
OS release Darwin x64 19.6.0
CPUs Intel(R) Core(TM) i7-4771 CPU @ 3.50GHz x 8
RAM 16GB (0.17GB free)
App RAM limit 4095.75Mb (8.71MB used)
Main log
[2021-12-04 20:26:30.
[2021-12-04 20:26:30.053] [warn]  Error: ENOENT: no such file or directory, unlink '/Users/adam/Library/Application Support/bfx-report-electron/secret-key'
[2021-12-08 03:34:19.309] [error] Error: HttpError: 503 
"<?xml version=/"1.0/" encoding=/"utf-8/"?><Error><Code>ServerBusy</Code><Message>Egress is over the account limit./nRequestId:e2adaa13-401e-0047-25dc-eb493e000000/nTime:2021-12-08T02:34:19.2272912Z</Message></Error>"
Headers: {
  "content-type": "application/xml",
  "server": "Microsoft-HTTPAPI/2.0",
  "x-ms-request-id": "e2adaa13-401e-0047-25dc-eb493e000000",
  "x-ms-error-code": "ServerBusy",
  "fastly-restarts": "1",
  "accept-ranges": "bytes",
  "date": "Wed, 08 Dec 2021 02:34:19 GMT",
  "via": "1.1 varnish",
  "x-served-by": "cache-ams21035-AMS",
  "x-cache": "MISS",
  "x-cache-hits": "0",
  "x-timer": "S1638930854.072906,VS0,VE5198",
  "content-length": "212"
}
    at createHttpError (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:84:10)
    at IncomingMessage.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:201:18)
[2021-12-08 03:34:19.491] [error] HttpError: 503 
"<?xml version=/"1.0/" encoding=/"utf-8/"?><Error><Code>ServerBusy</Code><Message>Egress is over the account limit./nRequestId:e2adaa13-401e-0047-25dc-eb493e000000/nTime:2021-12-08T02:34:19.2272912Z</Message></Error>"
Headers: {
  "content-type": "application/xml",
  "server": "Microsoft-HTTPAPI/2.0",
  "x-ms-request-id": "e2adaa13-401e-0047-25dc-eb493e000000",
  "x-ms-error-code": "ServerBusy",
  "fastly-restarts": "1",
  "accept-ranges": "bytes",
  "date": "Wed, 08 Dec 2021 02:34:19 GMT",
  "via": "1.1 varnish",
  "x-served-by": "cache-ams21035-AMS",
  "x-cache": "MISS",
  "x-cache-hits": "0",
  "x-timer": "S1638930854.072906,VS0,VE5198",
  "content-length": "212"
}
    at createHttpError (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:84:10)
    at IncomingMessage.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:201:18)
[2021-12-08 11:34:18.266] [error] Error: HttpError: 503 
"<?xml version=/"1.0/" encoding=/"utf-8/"?><Error><Code>ServerBusy</Code><Message>Egress is over the account limit./nRequestId:442e24ea-701e-0001-591f-ec7db9000000/nTime:2021-12-08T10:34:18.2626930Z</Message></Error>"
Headers: {
  "content-type": "application/xml",
  "server": "Microsoft-HTTPAPI/2.0",
  "x-ms-request-id": "442e24ea-701e-0001-591f-ec7db9000000",
  "x-ms-error-code": "ServerBusy",
  "fastly-restarts": "1",
  "accept-ranges": "bytes",
  "date": "Wed, 08 Dec 2021 10:34:18 GMT",
  "via": "1.1 varnish",
  "x-served-by": "cache-ams21030-AMS",
  "x-cache": "MISS",
  "x-cache-hits": "0",
  "x-timer": "S1638959653.113266,VS0,VE5192",
  "content-length": "212"
}
    at createHttpError (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:84:10)
    at IncomingMessage.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:201:18)
[2021-12-08 11:34:18.318] [error] HttpError: 503 
"<?xml version=/"1.0/" encoding=/"utf-8/"?><Error><Code>ServerBusy</Code><Message>Egress is over the account limit./nRequestId:442e24ea-701e-0001-591f-ec7db9000000/nTime:2021-12-08T10:34:18.2626930Z</Message></Error>"
Headers: {
  "content-type": "application/xml",
  "server": "Microsoft-HTTPAPI/2.0",
  "x-ms-request-id": "442e24ea-701e-0001-591f-ec7db9000000",
  "x-ms-error-code": "ServerBusy",
  "fastly-restarts": "1",
  "accept-ranges": "bytes",
  "date": "Wed, 08 Dec 2021 10:34:18 GMT",
  "via": "1.1 varnish",
  "x-served-by": "cache-ams21030-AMS",
  "x-cache": "MISS",
  "x-cache-hits": "0",
  "x-timer": "S1638959653.113266,VS0,VE5192",
  "content-length": "212"
}
    at createHttpError (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:84:10)
    at IncomingMessage.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:201:18)
[2021-12-27 13:20:25.001] [warn]  Error: Could not get code signature for running application
    at Server.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/electron-updater/out/MacUpdater.js:173:32)
[2021-12-27 13:20:25.161] [error] Error: Error: Could not get code signature for running application
    at Server.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/node_modules/electron-updater/out/MacUpdater.js:173:32)
Worker errors
WORKER:ERROR [2021-12-14T18:01:55.327Z] 	Error: connect ECONNREFUSED 127.0.0.1:30001
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2022-02-26T19:31:51.749Z]     Error: connect ETIMEDOUT 104.16.173.181:443    
  - METHOD_NAME: getPositionsAudit    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: connect ETIMEDOUT 104.16.173.181:443
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)

Debug info
Version 3.6.3
Commit Hash 000b6be
Commit Date 2022-01-13T05:36:02Z
Electron 13.6.3
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.39-electron.0
OS version Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000
OS release Darwin x64 21.3.0
CPUs Apple M1 Max x 10
RAM 64GB (0.17GB free)
App RAM limit 4095.75Mb (8.77MB used)
Main log
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/r
[2022-02-26 13:31:51.779] [error] WORKER:ERROR [2022-02-26T19:31:51.756Z]     Error: connect ETIMEDOUT 104.16.173.181:443    
  - METHOD_NAME: getPositionsAudit    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: connect ETIMEDOUT 104.16.173.181:443
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
[2022-02-26 13:31:51.782] [error] WORKER:ERROR [2022-02-26T19:31:51.767Z] PROGRESS:SYNC: RequestError: Error: connect ETIMEDOUT 104.16.173.181:443
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
Worker errors
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.socketErrorListener (_http_client.js:469:9)
    at TLSSocket.emit (events.js:315:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
WORKER:ERROR [2022-02-26T19:31:51.767Z] PROGRESS:SYNC: RequestError: Error: connect ETIMEDOUT 104.16.173.181:443
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.socketErrorListener (_http_client.js:469:9)
    at TLSSocket.emit (events.js:315:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

Cannot download differentially, fallback to full download: Error: sha512 checksum mismatch, expected lHlUnVKF6owVNkCbNV9aCeANahBEW60Vs5nzF79LdTrTPiDYpB1M5gXqzZmDl9WrPpajb5ZtPudJSZuEgV0zkg==, got dNnYzYzKHqA98Riuy0pXM/uPwB2wkWsp9DSBey3qNRQPAaPKx5kd976+47vE+uyjGGaROBaaF07iKFZreJFWgA==
    at newError (C:/Users/matia/Documents/BitfinexReport-3.5.1-x64-win/resources/app/node_modules/builder-util-runtime/out/index.js:212:17)
    at DigestTransform.validate (C:/Users/matia/Documents/BitfinexReport-3.5.1-x64-win/resources/app/node_modules/builder-util-runtime/out/httpExecutor.js:409:35)
    at WriteStream.<anonymous> (C:/Users/matia/Documents/BitfinexReport-3.5.1-x64-win/resources/app/node_modules/electron-updater/out/differentialDownloader/DifferentialDownloader.js:219:29)

Debug info
Version 3.5.1
Commit Hash 8605a11
Commit Date 2021-07-29T07:46:16Z
Electron 13.1.6
Chrome 91.0.4472.124
Node.js 14.16.0
V8 9.1.269.36-electron.0
OS version Windows 10 Pro
OS release Windows_NT x64 10.0.19043
CPUs Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz x 4
RAM 7.86GB (2.33GB free)
App RAM limit 2072Mb (9.13MB used)
Main log
Worker errors
Worker exceptions

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2023-08-29T21:37:38.118Z]     request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com
    at ClientRequest.<anonymous> (/tmp/.mount_BitfinRyhkjg/resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1501:11)
    at ClientRequest.emit (node:events:527:28)
    at TLSSocket.socketErrorListener (node:_http_client:454:9)
    at TLSSocket.emit (node:events:527:28)

Debug info
Version 4.10.0
Commit Hash 49d2c91
Commit Date 2023-08-23T09:51:15Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 10 23:39:54 UTC 2023
OS release Linux x64 6.2.0-26-generic
CPUs Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz x 8
RAM 30.26GB (7.48GB free)
App RAM limit 4095.75Mb (15.71MB used)
Is BFX API Staging used No
Main log
    at async DataInserter._insertApiDataArrObjTypeToDb (/tmp/.mount
    at async DataInserter._insertApiData (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:461:7)
[2023-08-07 13:15:22.363] [error] WORKER:ERROR [2023-08-07T11:15:22.359Z]     request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com
    at ClientRequest.<anonymous> (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1505:11)
    at ClientRequest.emit (node:events:527:28)
    at TLSSocket.socketErrorListener (node:_http_client:454:9)
    at TLSSocket.emit (node:events:527:28)
[2023-08-29 23:37:38.111] [error] WORKER:ERROR [2023-08-29T21:37:38.107Z]     request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com
    at ClientRequest.<anonymous> (/tmp/.mount_BitfinRyhkjg/resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1501:11)
    at ClientRequest.emit (node:events:527:28)
    at TLSSocket.socketErrorListener (node:_http_client:454:9)
    at TLSSocket.emit (node:events:527:28)
[2023-08-29 23:37:38.138] [error] WORKER:ERROR [2023-08-29T21:37:38.118Z]     request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com
    at ClientRequest.<anonymous> (/tmp/.mount_BitfinRyhkjg/resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1501:11)
    at ClientRequest.emit (node:events:527:28)
    at TLSSocket.socketErrorListener (node:_http_client:454:9)
    at TLSSocket.emit (node:events:527:28)
Worker errors
  - STACK_TRACE FetchError: request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitf
    at ClientRequest.<anonymous> (/tmp/.mount_BitfinKpN0Kn/resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1505:11)
    at ClientRequest.emit (node:events:527:28)
    at TLSSocket.socketErrorListener (node:_http_client:454:9)
    at TLSSocket.emit (node:events:527:28)
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
WORKER:ERROR [2023-08-29T21:37:38.107Z]     request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com
    at ClientRequest.<anonymous> (/tmp/.mount_BitfinRyhkjg/resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1501:11)
    at ClientRequest.emit (node:events:527:28)
    at TLSSocket.socketErrorListener (node:_http_client:454:9)
    at TLSSocket.emit (node:events:527:28)
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
WORKER:ERROR [2023-08-29T21:37:38.118Z]     request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com    
  - METHOD_NAME: verifyUser    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: request to https://api-pub.bitfinex.com/v2/auth/r/info/user failed, reason: getaddrinfo ENOTFOUND api-pub.bitfinex.com
    at ClientRequest.<anonymous> (/tmp/.mount_BitfinRyhkjg/resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1501:11)
    at ClientRequest.emit (node:events:527:28)
    at TLSSocket.socketErrorListener (node:_http_client:454:9)
    at TLSSocket.emit (node:events:527:28)
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

(node:14064) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 closed listeners added to [BrowserWindow]. Use emitter.setMaxListeners() to increase limit
    at _addListener (node:events:601:17)
    at BrowserWindow.addListener (node:events:619:10)
    at BrowserWindow.once (node:events:663:8)
    at _fireToast (C:/Users/SS3/AppData/Local/Programs/bfx-report-electron/resources/app/src/auto-updater/index.js:95:7)
    at NsisUpdater.<anonymous> (C:/Users/SS3/AppData/Local/Programs/bfx-report-electron/resources/app/src/auto-updater/index.js:432:31)
    at NsisUpdater.emit (node:events:527:28)
    at NsisUpdater.dispatchUpdateDownloaded (C:/Users/SS3/AppData/Local/Programs/bfx-report-electron/resources/app/node_modules/electron-updater/out/AppUpdater.js:404:14)
    at Object.done (C:/Users/SS3/AppData/Local/Programs/bfx-report-electron/resources/app/node_modules/electron-updater/out/BaseUpdater.js:30:22)
    at done (C:/Users/SS3/AppData/Local/Programs/bfx-report-electron/resources/app/node_modules/electron-updater/out/AppUpdater.js:516:31)

Debug info
Version 4.8.0
Commit Hash bab4099
Commit Date 2023-06-21T12:34:00Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Windows 10 Pro
OS release Windows_NT x64 10.0.19045
CPUs Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz x 36
RAM 255.72GB (227.74GB free)
App RAM limit 4095.75Mb (12.89MB used)
Is BFX API Staging used No
Main log
Worker errors
Worker exceptions

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2023-07-06T13:12:01.229Z] PROGRESS:SYNC: StatusCodeError: 429 - ["error",11010,"ratelimit: error"]
    at new StatusCodeError (C:/Users/LENOVO/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:32:15)
    at Request.plumbing.callback (C:/Users/LENOVO/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:104:33)
    at Request.RP$callback [as _callback] (C:/Users/LENOVO/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at Request.self.callback (C:/Users/LENOVO/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.<anonymous> (C:/Users/LENOVO/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:1035:10)
    at IncomingMessage.<anonymous> (C:/Users/LENOVO/AppData/Local/Programs/bfx-report-electron/resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:962:12)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)

Debug info
Version 3.7.4
Commit Hash 61d3ac8
Commit Date 2022-08-11T10:07:58Z
Electron 13.6.9
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.40-electron.0
OS version Windows 10 Pro
OS release Windows_NT x64 10.0.19045
CPUs Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz x 4
RAM 7.86GB (1.33GB free)
App RAM limit 2072Mb (8.93MB used)
Main log
Worker errors
Worker exceptions

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2023-06-22T14:17:04.619Z] PROGRESS:SYNC: SqliteError: database is locked
    at Database.pragma (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/better-sqlite3/lib/methods/pragma.js:11:31)
    at module.exports [as EXEC_PRAGMA] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/action-exec-pragma.js:11:17)
    at module.exports (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/index.js:16:31)
    at module.exports (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:21:10)
    at /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:126:20
    at async BetterSqliteDAO.query (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:132:19)
    at async DataInserter._optimizeDb (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:1024:5)
    at async DataInserter.insertNewDataToDbMultiUser (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:236:5)
    at async SyncQueue._subProcess (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/sync.queue/index.js:222:7)
    at async SyncQueue.process (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/sync.queue/index.js:163:20)
    at async Sync._sync (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/index.js:45:34)

Debug info
Version 4.8.1
Commit Hash de07407
Commit Date 2023-06-22T11:44:00Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:23 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T6000
OS release Darwin x64 21.6.0
CPUs Apple M1 Max x 10
RAM 64GB (0.21GB free)
App RAM limit 4095.75Mb (12.48MB used)
Is BFX API Staging used No
Main log
[2023-06-22 10:17:04.641] [e
    at Database.pragma (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/better-sqlite3/lib/methods/pragma.js:11:31)
    at module.exports [as EXEC_PRAGMA] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/action-exec-pragma.js:11:17)
    at module.exports (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/index.js:16:31)
    at module.exports (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:21:10)
    at /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:126:20
    at async BetterSqliteDAO.query (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:132:19)
    at async DataInserter._optimizeDb (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:1024:5)
    at async DataInserter.insertNewDataToDbMultiUser (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:236:5)
    at async SyncQueue._subProcess (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/sync.queue/index.js:222:7)
    at async SyncQueue.process (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/sync.queue/index.js:163:20)
    at async Sync._sync (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/index.js:45:34)
Worker errors
WORKER:ERROR [2023-06-22T14:
    at Database.pragma (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/better-sqlite3/lib/methods/pragma.js:11:31)
    at module.exports [as EXEC_PRAGMA] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/action-exec-pragma.js:11:17)
    at module.exports (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-facs-db-better-sqlite/worker/db-worker-actions/index.js:16:31)
    at module.exports (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js:21:10)
    at /Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:126:20
    at async BetterSqliteDAO.query (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/dao/dao.better.sqlite.js:132:19)
    at async DataInserter._optimizeDb (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:1024:5)
    at async DataInserter.insertNewDataToDbMultiUser (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/data.inserter/index.js:236:5)
    at async SyncQueue._subProcess (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/sync.queue/index.js:222:7)
    at async SyncQueue.process (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/sync.queue/index.js:163:20)
    at async Sync._sync (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/sync/index.js:45:34)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT]

An error occurred

WORKER:ERROR [2023-08-24T08:06:17.445Z]     network timeout at: https://api-pub.bitfinex.com/v2/auth/r/summary    
  - METHOD_NAME: getAccountSummary    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: network timeout at: https://api-pub.bitfinex.com/v2/auth/r/summary
    at Timeout.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1494:13)

Debug info
Version 4.10.0
Commit Hash 49d2c91
Commit Date 2023-08-23T09:51:15Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Darwin Kernel Version 22.6.0: Wed Jul 5 22:22:52 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T8103
OS release Darwin x64 22.6.0
CPUs Apple M1 x 8
RAM 8GB (0.02GB free)
App RAM limit 2072Mb (12.02MB used)
Is BFX API Staging used No
Main log
  - STA
    at ExpandedRESTv2._apiError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at ExpandedRESTv2._request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at async makeRequestToBFX (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/http.request/helpers.js:13:12)
[2023-08-24 15:05:07.384] [error] WORKER:ERROR [2023-08-24T08:05:07.379Z]     HTTP code 500 Internal Server Error    
  - METHOD_NAME: verifyOnBFX    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error    
  - DATA: {
      "bfxApiErrorMessage": {
        "bfxApiStatus": 500,
        "bfxApiStatusText": "Internal Server Error",
        "bfxApiRawBodyCode": 10001,
        "isBfxApiRawBodyResponseHtml": false,
        "bfxApiRawBodyResponse": "ERR_AUTH_API: ERR_TOKEN_ALREADY_USED"
      }
    }    
  - STACK_TRACE Error: HTTP code 500 Internal Server Error
    at ExpandedRESTv2._apiError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at ExpandedRESTv2._request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at async makeRequestToBFX (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/http.request/helpers.js:13:12)
[2023-08-24 15:06:17.452] [error] WORKER:ERROR [2023-08-24T08:06:17.445Z]     network timeout at: https://api-pub.bitfinex.com/v2/auth/r/summary    
  - METHOD_NAME: getAccountSummary    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: network timeout at: https://api-pub.bitfinex.com/v2/auth/r/summary
    at Timeout.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1494:13)
[2023-08-24 15:06:17.473] [error] WORKER:ERROR [2023-08-24T08:06:17.451Z]     Internal Server Error: network timeout at: https://api-pub.bitfinex.com/v2/auth/r/summary    
  - METHOD_NAME: getAccountSummary [PROTECTED]    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: network timeout at: https://api-pub.bitfinex.com/v2/auth/r/summary
    at Timeout.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1494:13)
Worker errors
    at ExpandedRESTv2._request (/Applications/Bitfinex
    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async makeRequestToBFX (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/http.request/helpers.js:13:12)
WORKER:ERROR [2023-08-24T08:05:07.379Z]     HTTP code 500 Internal Server Error    
  - METHOD_NAME: verifyOnBFX    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error    
  - DATA: {
      "bfxApiErrorMessage": {
        "bfxApiStatus": 500,
        "bfxApiStatusText": "Internal Server Error",
        "bfxApiRawBodyCode": 10001,
        "isBfxApiRawBodyResponseHtml": false,
        "bfxApiRawBodyResponse": "ERR_AUTH_API: ERR_TOKEN_ALREADY_USED"
      }
    }    
  - STACK_TRACE Error: HTTP code 500 Internal Server Error
    at ExpandedRESTv2._apiError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:159:17)
    at ExpandedRESTv2._request (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/lib/rest2.js:148:26)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async makeRequestToBFX (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/workers/loc.api/http.request/helpers.js:13:12)
WORKER:ERROR [2023-08-24T08:06:17.445Z]     network timeout at: https://api-pub.bitfinex.com/v2/auth/r/summary    
  - METHOD_NAME: getAccountSummary    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: network timeout at: https://api-pub.bitfinex.com/v2/auth/r/summary
    at Timeout.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1494:13)
    at listOnTimeout (node:internal/timers:559:17)
    at process.processTimers (node:internal/timers:502:7)
WORKER:ERROR [2023-08-24T08:06:17.451Z]     Internal Server Error: network timeout at: https://api-pub.bitfinex.com/v2/auth/r/summary    
  - METHOD_NAME: getAccountSummary [PROTECTED]    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE FetchError: network timeout at: https://api-pub.bitfinex.com/v2/auth/r/summary
    at Timeout.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/node-fetch/lib/index.js:1494:13)
    at listOnTimeout (node:internal/timers:559:17)
    at process.processTimers (node:internal/timers:502:7)
Worker exceptions
Empty

The issue was opened from the electron app

Tax reports do not work

The tax reports do not seem to works. Regardless if I work with online or offline queries I get the spinning wheel of dead and a error message pop-up later (see attached image). I can also choose different time frame I want the report from always with the same result.

Screenshot 2023-08-09 at 14 36 14

[BUG REPORT]

An error occurred

WORKER:ERROR [2022-03-02T04:03:58.747Z]     Error: ESOCKETTIMEDOUT    
  - METHOD_NAME: getCandles    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ESOCKETTIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at ClientRequest.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:781:16)

Debug info
Version 3.6.3
Commit Hash 000b6be
Commit Date 2022-01-13T05:36:02Z
Electron 13.6.3
Chrome 91.0.4472.164
Node.js 14.16.0
V8 9.1.269.39-electron.0
OS version Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000
OS release Darwin x64 21.3.0
CPUs Apple M1 Max x 10
RAM 64GB (0.15GB free)
App RAM limit 4095.75Mb (9.51MB used)
Main log
    at self.callba
    at Request.onRequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:820:8)
[2022-03-01 22:03:58.754] [error] WORKER:ERROR [2022-03-02T04:03:58.747Z]     Error: ESOCKETTIMEDOUT    
  - METHOD_NAME: getCandles    
  - STATUS_CODE: 500    
  - STATUS_MESSAGE: Internal Server Error        
  - STACK_TRACE RequestError: Error: ESOCKETTIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at ClientRequest.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:781:16)
[2022-03-01 22:03:58.780] [error] WORKER:ERROR [2022-03-02T04:03:58.761Z] PROGRESS:SYNC: RequestError: Error: ESOCKETTIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at ClientRequest.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:781:16)
Worker errors
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/p
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at ClientRequest.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:781:16)
    at Object.onceWrapper (events.js:421:28)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.emitRequestTimeout (_http_client.js:784:9)
    at Object.onceWrapper (events.js:421:28)
    at TLSSocket.emit (events.js:327:22)
    at TLSSocket.Socket._onTimeout (net.js:483:8)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
WORKER:ERROR [2022-03-02T04:03:58.761Z] PROGRESS:SYNC: RequestError: Error: ESOCKETTIMEDOUT
    at new RequestError (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/errors.js:14:15)
    at Request.plumbing.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:87:29)
    at Request.RP$callback [as _callback] (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at self.callback (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:198:22)
    at Request.emit (events.js:315:20)
    at ClientRequest.<anonymous> (/Applications/Bitfinex Report.app/Contents/Resources/app/bfx-reports-framework/node_modules/bfx-api-node-rest/node_modules/request/request.js:781:16)
    at Object.onceWrapper (events.js:421:28)
    at ClientRequest.emit (events.js:315:20)
    at TLSSocket.emitRequestTimeout (_http_client.js:784:9)
    at Object.onceWrapper (events.js:421:28)
    at TLSSocket.emit (events.js:327:22)
    at TLSSocket.Socket._onTimeout (net.js:483:8)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
Worker exceptions
Empty

The issue was opened from the electron app

[BUG REPORT] AppInitializationError: ERR_APP_HAS_NOT_INITIALIZED

An error occurred

AppInitializationError: ERR_APP_HAS_NOT_INITIALIZED
    at Timeout.<anonymous> (C:/Users/ddd/AppData/Local/Programs/bfx-report-electron/resources/app/src/initialize-app.js:107:16)

Debug info
Version 4.9.1
Commit Hash dc139dc
Commit Date 2023-07-12T08:49:31Z
Electron 21.3.3
Chrome 106.0.5249.199
Node.js 16.16.0
V8 10.6.194.26-electron.0
OS version Windows 10 Pro
OS release Windows_NT x64 10.0.22623
CPUs AMD Ryzen 9 5950X 16-Core Processor x 32
RAM 63.93GB (39.88GB free)
App RAM limit 4095.75Mb (10.68MB used)
Is BFX API Staging used No
Main log
[2023-07-13 23:02:18.563] [error
[2023-07-13 23:02:18.564] [error] Error: ENOENT: no such file or directory, open 'C:/Users/ahcz0/AppData/Roaming/Bitfinex Report/logs/exceptions-worker.log'
[2023-07-13 23:26:19.445] [error] AppInitializationError: ERR_APP_HAS_NOT_INITIALIZED
    at Timeout.<anonymous> (C:/Users/ahcz0/AppData/Local/Programs/bfx-report-electron/resources/app/src/initialize-app.js:107:16)
Worker errors
Log file read error
Worker exceptions
Log file read error

The issue was opened from the electron app

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.