vrchatapi / vrchatapi.github.io

✨ VRChat API Documentation - A Community-Driven API documentation project.
https://vrchatapi.github.io
MIT License
220 stars 44 forks source link

Created too many sessions for that user #27

Closed nupamore closed 5 years ago

nupamore commented 5 years ago

auth/user response 429 ': Created too many sessions for that user' It's been about 12 hours since I stopped calling the API. Will it expire someday?

nupamore commented 5 years ago

Oh, I can login now

ariesclark commented 5 years ago

I haven't seen this error before, If you see it again, I'd be curious.

Tekiro commented 5 years ago

Saw it on my dummy account when trying to get world instance. It's possible that it limits the number of requests. It still works with other requests though.

ariesclark commented 5 years ago

Saw it on my dummy account when trying to get world instance. It's possible that it limits the number of requests. It still works with other requests though.

Alright, thanks for the information.

Katistic commented 4 years ago

Each time you use the Basic authorization without an auth cookie it creates a new cookie (for a new session). So if anyone gets this issue in the future make sure you use the cookie that the login endpoint gives you!