Code Monkey home page Code Monkey logo

Comments (2)

brandisimus avatar brandisimus commented on August 15, 2024

I don't think 'eval $(minikube docker-env)' does what it intends to do. In an attempt to address the error above I run

brew install docker
brew link docker

and it seemed to have solved the immediate problem and progressed further to the following error:

(.venv) bozon@buba mkchain % mkchain $CHAIN_NAME --zerotier-network $ZT_NET --zerotier-token $ZT_TOKEN
Traceback (most recent call last):
  File "/Users/bozon/Documents/TQ/test/mkchain/.venv/bin/mkchain", line 8, in <module>
    sys.exit(main())
  File "/Users/bozon/Documents/TQ/test/mkchain/.venv/lib/python3.9/site-packages/tqchain/mkchain.py", line 141, in main
    keys = gen_key(args.docker_image)
  File "/Users/bozon/Documents/TQ/test/mkchain/.venv/lib/python3.9/site-packages/tqchain/mkchain.py", line 38, in gen_key
    return {"public_key": extract_key(keys, 1), "secret_key": extract_key(keys, 2)}
  File "/Users/bozon/Documents/TQ/test/mkchain/.venv/lib/python3.9/site-packages/tqchain/mkchain.py", line 27, in extract_key
    return keys[index].split(b":")[index].strip().decode("ascii")
IndexError: list index out of range

from tezos-k8s.

brandisimus avatar brandisimus commented on August 15, 2024

This 'index out of range' error might be a different issue from what was originally reported here. In any case this problem seem to appear intermittently, got it again today:

(.venv) bozon@blob aryeh % mkchain --docker-image tezos/tezos:v8-release av8            
Traceback (most recent call last):
  File "/Users/bozon/Documents/TQ/aryeh/.venv/bin/mkchain", line 8, in <module>
    sys.exit(main())
  File "/Users/bozon/Documents/TQ/aryeh/.venv/lib/python3.9/site-packages/tqchain/mkchain.py", line 141, in main
    keys = gen_key(args.docker_image)
  File "/Users/bozon/Documents/TQ/aryeh/.venv/lib/python3.9/site-packages/tqchain/mkchain.py", line 38, in gen_key
    return {"public_key": extract_key(keys, 1), "secret_key": extract_key(keys, 2)}
  File "/Users/bozon/Documents/TQ/aryeh/.venv/lib/python3.9/site-packages/tqchain/mkchain.py", line 27, in extract_key
    return keys[index].split(b":")[index].strip().decode("ascii")
IndexError: list index out of range

from tezos-k8s.

Related Issues (20)

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.