GithubHelp home page GithubHelp logo

Liveproxy 1.0.0 about liveproxy HOT 8 CLOSED

back-to avatar back-to commented on May 31, 2024
Liveproxy 1.0.0

from liveproxy.

Comments (8)

back-to avatar back-to commented on May 31, 2024

[Errno 125] Address already in use

something is already running with same port, try to restart or a different port

from liveproxy.

thawtes avatar thawtes commented on May 31, 2024

something is already running with same port, try to restart or a different port

okay, I got it but only run liveproxy-server

from liveproxy.

back-to avatar back-to commented on May 31, 2024

try a different port --port 33333

from liveproxy.

thawtes avatar thawtes commented on May 31, 2024

I think I need to update /etc/init.d/liveproxy-server

from liveproxy.

thawtes avatar thawtes commented on May 31, 2024

why did you remove support for Python2x/Enigma2? (it was working very well)

from liveproxy.

back-to avatar back-to commented on May 31, 2024

why did you remove support for Python2x/Enigma2?

Streamlink dropped Python2 support, so did I.
It is just to old.

There are other E2 Images which support Python3,
such as openATV 7.0 https://github.com/openatv/enigma2

from liveproxy.

thawtes avatar thawtes commented on May 31, 2024

why did you remove support for Python2x/Enigma2?

Streamlink dropped Python2 support, so did I. It is just to old.

There are other E2 Images which support Python3, such as openATV 7.0 https://github.com/openatv/enigma2

ok i use now openatv 7.0

how to install latest liveproxy ?

you source copy to /usr/lib/python3.9/site-packages but not work command line

python3 -m pip install --upgrade git+https://github.com/back-to/liveproxy.git

this doesn't work because there is no pip

something is missing right now but what can you help me?

from liveproxy.

thawtes avatar thawtes commented on May 31, 2024

i added /usr/bin/liveproxy

`
import re
import sys

from liveproxy.main import main

if name == 'main':
sys.argv[0] = re.sub(r'(-script.pyw?|.exe)?$', '', sys.argv[0])
sys.exit(main())`

and work thanks

from liveproxy.

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.