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

Error Found on puling from api #1

Open
minamagdy1995 opened this issue Sep 26, 2022 · 0 comments
Open

Error Found on puling from api #1

minamagdy1995 opened this issue Sep 26, 2022 · 0 comments

Comments

@minamagdy1995
Copy link

I used the tool as description and was rewarded with following error

"
Trying Simple Movie API..

Traceback (most recent call last):
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "", line 3, in raise_from
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 1349, in getresponse
response.begin()
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 316, in begin
version, status, reason = self._read_status()
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 285, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\adapters.py", line 439, in send
resp = conn.urlopen(
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 726, in urlopen
retries = retries.increment(
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\util\retry.py", line 410, in increment
raise six.reraise(type(error), error, _stacktrace)
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\packages\six.py", line 734, in reraise
raise value.with_traceback(tb)
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 426, in _make_request
six.raise_from(e, None)
File "", line 3, in raise_from
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 421, in _make_request
httplib_response = conn.getresponse()
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 1349, in getresponse
response.begin()
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 316, in begin
version, status, reason = self._read_status()
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\http\client.py", line 285, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\CyberComp\Desktop\vaporpic-master\vaporpic.py", line 475, in
main()
File "C:\Users\CyberComp\Desktop\vaporpic-master\vaporpic.py", line 414, in main
result = sma.check_for_movie()
File "C:\Users\CyberComp\Desktop\vaporpic-master\vaporpic.py", line 185, in check_for_movie
movie_json = json.loads(requests.post(self.url).text)
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\api.py", line 116, in post
return request('post', url, data=data, json=json, **kwargs)
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "C:\Users\CyberComp\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\adapters.py", line 498, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

"

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

1 participant