mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 10:55:56 +03:00
[GH-ISSUE #150] Whagodri not working #133
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crazyfrog89 on GitHub (Dec 24, 2021).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/150
i am getting the below error
Traceback (most recent call last):
Traceback (most recent call last):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\connectionpool.py", line 597, in urlopen
File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\connectionpool.py", line 597, in urlopen
File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "C:\Users\Dell\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\adapters.py", line 498, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionAbortedError(10053, 'An established connection was aborted by the software in your host machine', None, 10053, None))
It was working fine and downloads were happening 10 mins back. But wifi got turned off and when i tried again with the same account with same request, getting the above errors. Also i tried multiple times running whagodri, it is not working. Can you please help me here

@B16f00t commented on GitHub (Jan 18, 2022):
You have to downgrade your request python library. Use the versions include in the requirements file.