-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Honkai Star Rail record not working #64
Comments
Nevermind, seems like this is an issue for Genshin too. |
Findings after personal testing:
|
Hello, I have exactly the same problem and I think I've found the solution. In fact, the regions in the hsr.interface.js file are wrong. For example, I'm on server Europe and the file says "prod_official_euro" when it's actually "prod_official_eur". And for the USA server, strangely it says "prod_official_asia" when it should be "prod_official_usa" I think. I made the change manually for the Europe server and suddenly everything started working. |
It seems that while GenshinImpact has everything working properly, for Star Rail, only the daily API works. Once you can something like
hsr.record.records(), hsr.record.characters()
etc., you get aHoyoAPIError: param error
, note that this does not occur for Genshin with the same cookie.The text was updated successfully, but these errors were encountered: