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

Doesnt work for me windows 10 #1

Open
abdiasriver opened this issue Aug 13, 2021 · 10 comments
Open

Doesnt work for me windows 10 #1

abdiasriver opened this issue Aug 13, 2021 · 10 comments

Comments

@abdiasriver
Copy link

I put links to site.txt and saved on the root of the script

but isnt work
and then i imput the url direct

[!] List Site Shortlink > https://tei.ai/lMNeBJv

Traceback (most recent call last):
File "C:\Users\avi\repo\Shortlink-Bypass\shortlink.py", line 38, in
open_list = open(input_list,"r").read().splitlines()
OSError: [Errno 22] Invalid argument: 'https://tei.ai/lMNeBJv'

@wannazid
Copy link
Owner

wannazid commented Aug 13, 2021 via email

@wannazid
Copy link
Owner

Input List Shortlink Not Shortlink, format list .txt

@abdiasriver
Copy link
Author

I put my shortlinks on list.txt

i was this error-------------------------------------------------------------

[!] List Site Shortlink > list.txt

Traceback (most recent call last):
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connection.py", line 169, in _new_conn
conn = connection.create_connection(
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\util\connection.py", line 73, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\socket.py", line 953, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 382, in _make_request
self._validate_conn(conn)
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 1010, in _validate_conn
conn.connect()
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connection.py", line 353, in connect
conn = self._new_conn()
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x00000217530F92E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\adapters.py", line 439, in send
resp = conn.urlopen(
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 755, in urlopen
retries = retries.increment(
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\util\retry.py", line 574, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='lp.nrmn.top', port=443): Max retries exceeded with url: /api/bypass?url=aHR0cHM6Ly9iaXQubHkvMlZQZldNeg== (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x00000217530F92E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\avi\repo\Shortlink-Bypass\shortlink.py", line 43, in
req = requests.get(api+str(ba64)).text
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "C:\Users\avi\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lp.nrmn.top', port=443): Max retries exceeded with url: /api/bypass?url=aHR0cHM6Ly9iaXQubHkvMlZQZldNeg== (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x00000217530F92E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))


list.txt inside has
https://bit.ly/2VPfWMz
https://tei.ai/lMNeBJv

@wannazid
Copy link
Owner

API Not Work Sorry Sir

@wsweishang
Copy link

Me too
Does anyone have good advise? @wannazid

@abdiasriver
Copy link
Author

Me too Does anyone have good advise? @wannazid

Use my app https://uniqbypass.herokuapp.com/

@wsweishang
Copy link

Me too Does anyone have good advise? @wannazid

Use my app https://uniqbypass.herokuapp.com/

"https://ouo.io/Pym96q" doesn't work

@pavan3999
Copy link

api working?

@wannazid
Copy link
Owner

api working?

Not sorry sir

@AinzOoalGown-fun
Copy link

[!] List Site Shortlink > site.txt
Traceback (most recent call last):
File "C:\Python310\lib\site-packages\urllib3\connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "C:\Python310\lib\site-packages\urllib3\util\connection.py", line 73, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "C:\Python310\lib\socket.py", line 955, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Python310\lib\site-packages\urllib3\connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "C:\Python310\lib\site-packages\urllib3\connectionpool.py", line 382, in _make_request
self._validate_conn(conn)
File "C:\Python310\lib\site-packages\urllib3\connectionpool.py", line 1010, in _validate_conn
conn.connect()
File "C:\Python310\lib\site-packages\urllib3\connection.py", line 358, in connect
conn = self._new_conn()
File "C:\Python310\lib\site-packages\urllib3\connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x0000020EFDA2FA90>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Python310\lib\site-packages\requests\adapters.py", line 439, in send
resp = conn.urlopen(
File "C:\Python310\lib\site-packages\urllib3\connectionpool.py", line 755, in urlopen
retries = retries.increment(
File "C:\Python310\lib\site-packages\urllib3\util\retry.py", line 574, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='lp.nrmn.top', port=443): Max retries exceeded with url: /api/bypass?url=aHR0cHM6Ly9vLm92bGlua3MuY29tL0NSd0tr (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000020EFDA2FA90>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\Alexander\Pictures\Shortlink-Bypass-main\Shortlink-Bypass-main\shortlink.py", line 43, in
req = requests.get(api+str(ba64)).text
File "C:\Python310\lib\site-packages\requests\api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "C:\Python310\lib\site-packages\requests\sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "C:\Python310\lib\site-packages\requests\sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "C:\Python310\lib\site-packages\requests\adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lp.nrmn.top', port=443): Max retries exceeded with url: /api/bypass?url=aHR0cHM6Ly9vLm92bGlua3MuY29tL0NSd0tr (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000020EFDA2FA90>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

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

5 participants