Skip to content

Issue with UTAConfig.json #10

@binarygituser

Description

@binarygituser

I am facing the following error as seen in the terminal log after setting up the gunbot instance:
2025-10-25 16:56:21 Skipping job manageOverrides_binance (binance). Reason: waiting for Gunbot to cycle pairs first.
Error in loop: Error: ENOENT: no such file or directory, open '/data/UTAconfig.json'

  1. If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
    at Object.openSync (fs.js:461:3)
    at Object.fs.openSync (pkg/prelude/bootstrap.js:487:32)
    at Object.readFileSync (fs.js:364:35)
    at Object.fs.readFileSync (pkg/prelude/bootstrap.js:683:36)
    at /snapshot/gunbot/gain_rest.js
    at Object. (/snapshot/gunbot/gain_rest.js)
    at Module._compile (pkg/prelude/bootstrap.js:1320:22)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1218:10)
    at Module.load (internal/modules/cjs/loader.js:1047:32)
    at Function.Module._load (internal/modules/cjs/loader.js:935:14)
    at Module.require (internal/modules/cjs/loader.js:1087:19)
    at Module.require (pkg/prelude/bootstrap.js:1225:31)
    at require (internal/modules/cjs/helpers.js:73:18)
    at /snapshot/gunbot/requirefix.js
    at loop (/snapshot/gunbot/bot.gunbot.js) {
    errno: -2,
    syscall: 'open',
    code: 'ENOENT',
    path: '/data/UTAconfig.json',
    pkg: true
    }

can you please let me know how to address this ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions