mahelbir / valorant-store

Python module to display your Valorant store
MIT License
7 stars 2 forks source link

Request Error when using valorantstore version 6.0.0 #9

Open Elivce opened 2 days ago

Elivce commented 2 days ago

Error: Traceback (most recent call last): File "c:\Users\usern\OneDrive\Documents\Programming\Valorant Account Checker\test.py", line 8, in valorant_store = ValorantStore(username="mycorrectusername", password="mycorrectpassword", region="na", sess_path=None, proxy=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\usern\AppData\Local\Programs\Python\Python311\Lib\site-packages\valorantstore\ValorantStore.py", line 50, in init self.login() File "C:\Users\usern\AppData\Local\Programs\Python\Python311\Lib\site-packages\valorantstore\ValorantStore.py", line 186, in login raise ValorantStoreException("cookie", "request", cookie_response) valorantstore.ValorantStoreException.ValorantStoreException: Cookie: Request error

Code

from valorantstore import ValorantStore
valorant_store = ValorantStore(username="username", password="password", region="na", sess_path=None, proxy=None)
print(valorant_store.wallet(False))

Can you fix this error

Elivce commented 2 days ago

I put my own correct username and password and got the error