-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Unhandled "This product is currently unavailable in your region" #46
Comments
What region are you in? |
A possible solution might be to get the currently available games for your region not relying on text but using CSS selectors and then do the rest in English. |
My current region that is bound to my account is Indonesia. I think it is based on the location the first time we create an account. Also, if I'm not mistaken, the region detecting system in epic is not based on IP at all but instead it is directly linked to the account because changing it requires contacting the customer service. |
Maybe the easiest solution for now is simply to skip games that are not available regionally. |
Yes, the region is bound to your account. I just wondered if there's some way to get an overview of what's available for your region. AFAIK the last time there was some replacement game for my region, I would get the correct list by visiting de-DE instead of en-US. Maybe this is a special case since Divine Knockout is free anyway and there is no replacement game for it. It's also strange that you can still click the 'get' button and only afterwards get this message. |
Can you check if #48 fixes it? Seems like I don't have images built for branches.
Let me know if you need help. |
Hi, I've commented in your PR. |
Ran on docker
Scenario:
There are multiple free games to be claimed, but some of them are unavailable in the user's region.
Expected behaviour:
Games that are unavailable are skipped and games that are available are claimed.
Existing behaviour:
Script exited after first attempt on unavailable game due to time out.
Logs:
The text was updated successfully, but these errors were encountered: