We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6bf2f commit c3603cbCopy full SHA for c3603cb
examples/examples-source/cookies_store.py
@@ -27,7 +27,7 @@
27
except vrchatapi.ApiException as e:
28
print("Exception when calling API: %s\n", e)
29
30
- cookie_jar = api_client.rest_client.cookie_jar._cookies["vrchat.com"]["/"]
+ cookie_jar = api_client.rest_client.cookie_jar._cookies["api.vrchat.cloud"]["/"]
31
print("Logged in as:", current_user.display_name)
32
print("auth: " + cookie_jar["auth"].value)
33
print("twoFactorAuth: " + cookie_jar["twoFactorAuth"].value)
0 commit comments