question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker issue: "Aborted: gekko.js not found on path specified @Settings.py"

See original GitHub issue

Where do I specify the path to Gekko?

japnoicus.py has this

        if not os.path.isfile(settings['global']['gekkoPath'] + '/gekko.js'):
            print("Aborted: gekko.js not found on path specified @Settings.py;")
            exit(1)

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Gab0commented, Mar 27, 2019

This path is set at japonicus/settings/global.toml.

0reactions
rcoenencommented, Mar 28, 2019

here is how I got it to work:

comment these lines out in japonicus.py It basically does not bother to find gekko.js. This will obviously only work when running Gekko + Japonicus in Docker

        # if not os.path.isfile(settings['global']['gekkoPath'] + '/gekko.js'):
        #     print(settings['global']['gekkoPath'] + '/gekko.js')
        #     print( os.listdir("/") )
        #     print("Aborted: gekko.js not found on path specified @Settings.py;")
        #     exit(1)
Read more comments on GitHub >

github_iconTop Results From Across the Web

I am getting error while converting my next js project to docker
I made node version 14, I deleted next js from package.json file and after npm install in Dockerfile I added this command RUN...
Read more >
Cannot connect to the Docker daemon using DinD for GitLab ...
Summary. When using docker:dind, trying to use a variety of configurations to get it working, I continue to get the same Cannot connect...
Read more >
Bug listing with status RESOLVED with resolution TEST ...
Bug:233 - "Emacs segfaults when merged through the sandbox." status:RESOLVED resolution:TEST-REQUEST severity:critical · Bug:3888 - "yenta_socket module not ...
Read more >
protocolerror: ('connection aborted.', remotedisconnected('remote ...
I am currently working on a project that involves python-bugzilla module. ... All with docker selenium 4.1.1 Issue is not on one specific...
Read more >
Build step: No such file or directory · Codefresh | Docs
Codefresh is a Docker-native CI/CD platform. Instantly build , test and deploy Docker images.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found