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

again trackback #32

Closed
micash545 opened this issue Feb 1, 2022 · 4 comments
Closed

again trackback #32

micash545 opened this issue Feb 1, 2022 · 4 comments

Comments

@micash545
Copy link

Beginning download of "xxxxxxx" collection.

Traceback (most recent call last):
File "/Users/user/Desktop/OpenSea-NFT-Stealer-master/opensea.py", line 101, in
data = json.loads(requests.get(f"https://api.opensea.io/api/v1/assets?order_direction=asc&offset={offset}&limit=50&collection={CollectionName}&format=json", headers=headers).content.decode())
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0

@B00TMan
Copy link

B00TMan commented Feb 1, 2022

OpenSea now requires an API Key to access the API... :(

@sj-dan
Copy link
Owner

sj-dan commented Feb 2, 2022

They do not require an API key, they just put a CloudFlare rule against my script. I'm fixing this now.

@dannypaton
Copy link

i think the cloudflare rule is back? lol still not working for me

@ismailox1000
Copy link

ismailox1000 commented Feb 8, 2022

it doesn't work for me either
Traceback (most recent call last):
File "D:\OpenSea-NFT-Stealer-master\OpenSea-NFT-Stealer-master\opensea.py", line 110, in
data = json.loads(requests.get(
File "C:\Users\is-os\AppData\Local\Programs\Python\Python39\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\is-os\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\is-os\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

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