Giter Site home page Giter Site logo

Comments (2)

mr-canoehead avatar mr-canoehead commented on July 17, 2024 1

I have never tried running this project using Debian (only Raspberry Pi OS) so I spun up a Debian 10 VM today to try it out. When I tried to start the vpncgw service I encountered the same error as you did. I think it's a Python version issue, the long term solution is to migrate the project to Python 3 but in the meantime I was able to patch the system to get it working. Here is the workaround I used:

  1. install the simplejson package:

    sudo pip install simplejson

  2. modify the engine.io client:

    sudo nano /usr/local/lib/python2.7/dist-packages/engineio/client.py

    change line 2 to:

    from simplejson import JSONDecodeError

  3. start the vpncgw service:

    sudo systemctl start vpncgw

That should do the trick, After applying this patch the system seems to be working as expected.

- Chris

from vpn_client_gateway.

mr-canoehead avatar mr-canoehead commented on July 17, 2024 1

Update: I have migrated the project code to Python 3 and have updated the install guide, patching is no longer required for this issue. I installed a combined VPN Client Gateway + Pi-hole system in a Debian 10 VM, everything seems to be working as expected.

from vpn_client_gateway.

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.