Giter VIP home page Giter VIP logo

proxxy's Introduction

proxxy's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

proxxy's Issues

Running on headless ubuntu server

This gives an error that looks like,

python3 proXXy.py
HTTP server ListenAndServe: listen tcp: lookup tcp/or re: Servname not supported for ai_socktype
Traceback (most recent call last):
File "/home/proXXy/proXXy.py", line 588, in
parameters()
File "/home/proXXy/proXXy.py", line 183, in parameters
banner()
File "/home/proXXy/proXXy.py", line 126, in banner
os.system("title proXXy -- by Solanaceae")
^^
NameError: name 'os' is not defined

NameError: name 'os' is not defined. Did you forget to import 'os'?

WARNING: Please run pip install hrequests[all] for automated browsing support.
Traceback (most recent call last):
File "C:\Users\bim\Downloads\Python\proXXy-main\proXXy-main\proXXy\proXXy.py", line 588, in
parameters()
File "C:\Users\bim\Downloads\Python\proXXy-main\proXXy-main\proXXy\proXXy.py", line 183, in parameters
banner()
File "C:\Users\bim\Downloads\Python\proXXy-main\proXXy-main\proXXy\proXXy.py", line 126, in banner
os.system("title proXXy -- by Solanaceae")
^^
NameError: name 'os' is not defined. Did you forget to import 'os'?

ERROR: Failed building wheel for greenlet

Building wheels for collected packages: greenlet
  Building wheel for greenlet (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for greenlet (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [120 lines of output]
ERROR: Could not build wheels for greenlet, which is required to install pyproject.toml-based projects

This is a consequence of using python 3.12+. In order to fix, please revert to python 3.11 -- Currently, the highest tested version is python 3.11.8.

cannot import name 'utils' from 'build'

Traceback (most recent call last):
File "C:\Users\USER\Tools\proXXy\proXXy.py", line 6, in
from build import utils
ImportError: cannot import name 'utils' from 'build' (C:\Users\USER\Tools\proXXy\build_init_.py)

UnboundLocalError == line 192

threads is being accessed before it's assigned a value.

To Solve == initialize it with a default value or assign a value to it before the if statement.

Assuming you have a variable named threads defined somewhere in your script

threads = None # Initialize with a default value or set it based on your logic

AttributeError

Python 3.10.6
Windows 11
Installed last update + last requirements

Traceback (most recent call last):
File "C:\Users\tester\Desktop\proXXy-2.4\proXXy.py", line 221, in
main()
File "C:\Users\tester\Desktop\proXXy-2.4\proXXy.py", line 206, in main
proxies = utils.cproxy_sources()
AttributeError: module 'utils' has no attribute 'cproxy_sources'

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.