Skip to content
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.

Request Error when using valorantstore version 6.0.0 #9

Open
Elivce opened this issue Jul 2, 2024 · 3 comments
Open

Request Error when using valorantstore version 6.0.0 #9

Elivce opened this issue Jul 2, 2024 · 3 comments

Comments

@Elivce
Copy link

Elivce commented Jul 2, 2024

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
Copy link
Author

Elivce commented Jul 2, 2024

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

@XiaXia009
Copy link
Contributor

Have you adjusted it to the correct region?
https://valapidocs.techchrism.me/

@Elivce
Copy link
Author

Elivce commented Jul 30, 2024

Have you adjusted it to the correct region? https://valapidocs.techchrism.me/

Yes, in the code above im in the region of north america, so I put na.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants