ZracheSs-xyZ / PayoutScript-xyZ

70 stars 51 forks source link

ERROR slp_utils.execute_slp_claim: 'NoneType' object is not subscriptable #19

Open MayHem777 opened 2 years ago

MayHem777 commented 2 years ago

Getting an error as below,

Would you like to claim SLP? y Claiming 183 SLP for 'Scholar 4'... ERROR slp_utils.execute_slp_claim: 'NoneType' object is not subscriptable DONE Claiming 383 SLP for 'Scholar 5'... ERROR slp_utils.execute_slp_claim: 'NoneType' object is not subscriptable DONE Claiming 202 SLP for 'Scholar 7'... ERROR slp_utils.execute_slp_claim: 'NoneType' object is not subscriptable DONE Claiming 378 SLP for 'Scholar 8'... ERROR slp_utils.execute_slp_claim: 'NoneType' object is not subscriptable DONE Claiming 934 SLP for 'Scholar 9'... ERROR slp_utils.execute_slp_claim: 'NoneType' object is not subscriptable DONE Claiming 117 SLP for 'Scholar 12'... ERROR slp_utils.execute_slp_claim: 'NoneType' object is not subscriptable DONE Claiming 207 SLP for 'Scholar 13'... ERROR slp_utils.execute_slp_claim: 'NoneType' object is not subscriptabl axie script e

77656233 commented 2 years ago

I have the same problem :/

ERROR slp_utils.execute_slp_claim: 'NoneType' object is not subscriptable

Any idea how I can fix that?

Thanks

emimugar2 commented 2 years ago

The same error

spoogetti commented 2 years ago

I'm getting the same error. I believe the Axie team released a new API with new routes, I don't know if they are publicly available yet...

CryptoUncleSam commented 2 years ago

The error is in create_random_message() function on slp_utils.py it has error when calls the GraphQL endpoint

I do not know how to solve BTW

rick-van-boxtel commented 2 years ago

I have the same issue's. Is there a fix yet?

ZracheSs-xyZ commented 2 years ago

I changed the endpoint in the slp_utils.py file, can you please try it!

https://graphql-gateway.axieinfinity.com/graphql

MayHem777 commented 2 years ago

I changed the endpoint in the slp_utils.py file, can you please try it!

https://graphql-gateway.axieinfinity.com/graphql

Bravo! Thank you Ser! works like a charm once again

77656233 commented 2 years ago

I changed the endpoint in the slp_utils.py file, can you please try it!

https://graphql-gateway.axieinfinity.com/graphql

Seems to work ;) thank you!

MayHem777 commented 2 years ago

Seems to be more issues :(

image