Closed carlmaxx97 closed 2 years ago
Nice Work, claabs!!
Is it still working? I put the following in the config and restarted:
"countryCode:": "BY"
but still getting "This product is currently unavailable in your region." message. And my region is definitely BY:
I
Is it still working? I put the following in the config and restarted:
"countryCode:": "BY"
but still getting "This product is currently unavailable in your region." message. And my region is definitely BY:
Any luck? I tried adding it to the docker compose as:
environment:
- COUNTRY_CODE=CA
Then, when that didn't work I added it to the config. I don't know .json syntax very well, so I added it as:
{
"runOnStartup": true,
"cronSchedule": "0 0,6,12,18 * * *",
"countryCode": "CA",
"logLevel": "info",
"webPortalConfig": {
[the rest redacted]
And I'm still getting a notification to purchase the a demo that is unavailable in my region:
Is it still working? I put the following in the config and restarted:
"countryCode:": "BY"
but still getting "This product is currently unavailable in your region." message. And my region is definitely BY:
@claabs any updates? Should it work or is it broken?
@sviperz See #346 for a temporary solution
@sviperz See #346 for a temporary solution
Did it, but it doesn't work for some reason:
Describe the issue In this week, there have 3 game available
purchasableGames: [ "Knockout City™ Cross-Play Beta", "Shadow of the Tomb Raider: Definitive Edition", "Submerged: Hidden Depths" ]
but in my account country, Knockout City™ Cross-Play Beta is unavailable in my country, but my docker is setup in different country. After enter the captcha, it show the message as shown in below.
Screenshots or Logs
Additional context Maybe the purchasableGames can be filter based on the user account contry to split the unavailable games or can bypass the unavailable game to continue with second one. Thank you