Giter VIP home page Giter VIP logo

Comments (6)

dongfanglong2012 avatar dongfanglong2012 commented on July 24, 2024

found some more info from sudo python3 /bin/wokd --environment=dev
https://pastebin.com/mZzsa5S8

this line is odd to me.
("Config error in section: 'wok', option: 'enable', value: 'True'. Config values must be valid Python.", 'TypeError',

because the file has enable = True and last i checked that is a valid command in python. i even tested it locally and it works. So im not sure what it means by valid python.

also checked the pydocs for 3.8 to see if it was right.
https://docs.python.org/3/library/configparser.html
and it looks right to me so i have no idea what it is wanting

from wok.

x1nni avatar x1nni commented on July 24, 2024

+1 on this. Just installed on Ubuntu 20.04 and I am getting the exact same error.

from wok.

fisimania avatar fisimania commented on July 24, 2024

+1 on this. I have the same error on Ubuntu 20.04.

from wok.

nrdmtt avatar nrdmtt commented on July 24, 2024

Can you check /var/log/wok/wok-error.log to better understand the problem? I suspect it is something related to issue 1318

from wok.

fisimania avatar fisimania commented on July 24, 2024

Log says:
Failed to load plugin conf from /etc/wok/plugins.d/kimchi.conf: ("Config error in section: 'wok', option: 'enable', value: 'True'. Config values must be valid Python.", 'TypeError', ("unrepr does not recognize 'Constant'",))

If I change function "def build(self, o):" in "class _Builder3:" to
"def build(self, o):
return o.value"
then kimchi plugin is loading, but noVNC is not working.

from wok.

nrdmtt avatar nrdmtt commented on July 24, 2024

Yep, that is another problem with ubuntu 20 :) All should be fixed with the next release.

If you are on a headless machine, see here for a temporary workaround.

from wok.

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.