Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curious missing dependency on websockify #279

Open
khushil opened this issue Oct 26, 2019 · 1 comment
Open

Curious missing dependency on websockify #279

khushil opened this issue Oct 26, 2019 · 1 comment

Comments

@khushil
Copy link

khushil commented Oct 26, 2019

I'm getting the following after following the instructions. The module is definitely installed...

root@viola:/etc/nginx/conf.d# service wokd status
● wokd.service - Wok - Webserver Originated from Kimchi
Loaded: loaded (/lib/systemd/system/wokd.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/wokd.service.d
└─kimchi.conf
Active: failed (Result: exit-code) since Sat 2019-10-26 02:28:47 UTC; 9s ago
Docs: https://github.com/kimchi-project/wok/wiki
Process: 7930 ExecStart=/usr/bin/wokd (code=exited, status=1/FAILURE)
Main PID: 7930 (code=exited, status=1/FAILURE)

Oct 26 02:28:47 viola wokd[7930]: Traceback (most recent call last):
Oct 26 02:28:47 viola wokd[7930]: File "/usr/bin/wokd", line 30, in
Oct 26 02:28:47 viola wokd[7930]: import wok.server
Oct 26 02:28:47 viola wokd[7930]: File "/usr/lib/python2.7/dist-packages/wok/server.py", line 28, in
Oct 26 02:28:47 viola wokd[7930]: from wok import auth, config, websocket
Oct 26 02:28:47 viola wokd[7930]: File "/usr/lib/python2.7/dist-packages/wok/websocket.py", line 28, in
Oct 26 02:28:47 viola wokd[7930]: from websockify import WebSocketProxy
Oct 26 02:28:47 viola wokd[7930]: ImportError: No module named websockify
Oct 26 02:28:47 viola systemd[1]: wokd.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 02:28:47 viola systemd[1]: wokd.service: Failed with result 'exit-code'.

@alinefm
Copy link
Member

alinefm commented Jan 21, 2020

Hey @khushil

could you try Wok 3.0? https://github.com/kimchi-project/wok/releases/tag/3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants