-
Notifications
You must be signed in to change notification settings - Fork 101
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
Followed Readme instructions and nothing seeems to work. #174
Comments
Did you install requirements?
…On Thu, Mar 28, 2024 at 5:01 AM Darrion Gering ***@***.***> wrote:
Traceback (most recent call last):
File "/Users/darrionkg/Dev/AmazonFlexUnlimited/app.py", line 2, in
from lib.FlexUnlimited import FlexUnlimited
File "/Users/darrionkg/Dev/AmazonFlexUnlimited/lib/FlexUnlimited.py", line
3, in
import requests, time, os, sys, json
File
"/Users/darrionkg/Dev/AmazonFlexUnlimited/.venv/lib/python3.12/site-packages/requests/
*init*.py", line 43, in
import urllib3
File
"/Users/darrionkg/Dev/AmazonFlexUnlimited/.venv/lib/python3.12/site-packages/urllib3/
*init*.py", line 7, in
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool,
connection_from_url
File
"/Users/darrionkg/Dev/AmazonFlexUnlimited/.venv/lib/python3.12/site-packages/urllib3/connectionpool.py",
line 11, in
from .exceptions import (
File
"/Users/darrionkg/Dev/AmazonFlexUnlimited/.venv/lib/python3.12/site-packages/urllib3/exceptions.py",
line 2, in
from .packages.six.moves.http_client import IncompleteRead as
httplib_IncompleteRead
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
—
Reply to this email directly, view it on GitHub
<#174>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6V47K7SBINOQ6FGVMBZMCLY2PL6FAVCNFSM6AAAAABFMMHRU2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTENRZGI4TGNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
yes. could my python3 and pip3 not be connected? I'm using mac, and used homebrew but I'm not confident in my installation and path install. This is what I get when I run the command below: This is what's in my .zshrc file |
hi bro i need you help |
Bro I think is easier if you install vmware fusion and run that on ubuntu,
I have no experience on mac
On Thu, Mar 28, 2024 at 3:59 PM marcos laurenz ***@***.***>
wrote:
… Did you install requirements?
… <#m_8358872239237277947_>
On Thu, Mar 28, 2024 at 5:01 AM Darrion Gering *@*.*> wrote: Traceback
(most recent call last): File
"/Users/darrionkg/Dev/AmazonFlexUnlimited/app.py", line 2, in from
lib.FlexUnlimited import FlexUnlimited File
"/Users/darrionkg/Dev/AmazonFlexUnlimited/lib/FlexUnlimited.py", line 3, in
import requests, time, os, sys, json File
"/Users/darrionkg/Dev/AmazonFlexUnlimited/.venv/lib/python3.12/site-packages/requests/
init.py", line 43, in import urllib3 File
"/Users/darrionkg/Dev/AmazonFlexUnlimited/.venv/lib/python3.12/site-packages/urllib3/
init.py", line 7, in from .connectionpool import HTTPConnectionPool,
HTTPSConnectionPool, connection_from_url File
"/Users/darrionkg/Dev/AmazonFlexUnlimited/.venv/lib/python3.12/site-packages/urllib3/connectionpool.py",
line 11, in from .exceptions import ( File
"/Users/darrionkg/Dev/AmazonFlexUnlimited/.venv/lib/python3.12/site-packages/urllib3/exceptions.py",
line 2, in from .packages.six.moves.http_client import IncompleteRead as
httplib_IncompleteRead ModuleNotFoundError: No module named
'urllib3.packages.six.moves' — Reply to this email directly, view it on
GitHub <#174 <#174>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/A6V47K7SBINOQ6FGVMBZMCLY2PL6FAVCNFSM6AAAAABFMMHRU2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTENRZGI4TGNA
<https://github.com/notifications/unsubscribe-auth/A6V47K7SBINOQ6FGVMBZMCLY2PL6FAVCNFSM6AAAAABFMMHRU2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTENRZGI4TGNA>
. You are receiving this because you are subscribed to this thread.Message
ID: @.*>
hi bro i need you help
—
Reply to this email directly, view it on GitHub
<#174 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6V47KY5DQ7FFFERGQJ3PQ3Y2RZDRAVCNFSM6AAAAABFMMHRU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRWGAYDOOBUG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I am receiving a response code of 400, it seems that there is some parameter that is being sent wrong in the request to accept the block, I just took the header using iPhone and burpsuite to buy it with the parameters |
Traceback (most recent call last):
File "/Users/darrionkg/Dev/AmazonFlexUnlimited/app.py", line 2, in
from lib.FlexUnlimited import FlexUnlimited
File "/Users/darrionkg/Dev/AmazonFlexUnlimited/lib/FlexUnlimited.py", line 3, in
import requests, time, os, sys, json
File "/Users/darrionkg/Dev/AmazonFlexUnlimited/.venv/lib/python3.12/site-packages/requests/init.py", line 43, in
import urllib3
File "/Users/darrionkg/Dev/AmazonFlexUnlimited/.venv/lib/python3.12/site-packages/urllib3/init.py", line 7, in
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
File "/Users/darrionkg/Dev/AmazonFlexUnlimited/.venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in
from .exceptions import (
File "/Users/darrionkg/Dev/AmazonFlexUnlimited/.venv/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in
from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
The text was updated successfully, but these errors were encountered: