Skip to content
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

Origin Subscription Update #18

Open
PioneerRaptor opened this issue May 7, 2020 · 8 comments
Open

Origin Subscription Update #18

PioneerRaptor opened this issue May 7, 2020 · 8 comments
Labels
bug Something isn't working

Comments

@PioneerRaptor
Copy link

Wondering if the plugin is going to be updated to take advantage of GOG Galaxy 2.0 now allowing for subscriptions to be added.

If it has been updated for this, then I am not seeing any of my Origin Premier games appearing.

@FriendsOfGalaxy
Copy link
Owner

Yes, support for subscription was added. Please share your plugin logs, I'll take a look where is the problem https://github.com/FriendsOfGalaxy/galaxy-integration-origin/wiki/Log-files

@PioneerRaptor
Copy link
Author

plugin-origin-7f53219b-4e2b-4591-9f4f-dfc5f4ba9eb0.log

My subscription tab in GOG is only showing Xbox Live Gold and Xbox Game Pass subscription games.

@FriendsOfGalaxy
Copy link
Owner

@PioneerRaptor Right now i see that the plugin claims that no subscription is owned on the account

2020-06-12 00:14:30,543 - root - DEBUG - Sending data: {"jsonrpc": "2.0", "id": "8658", "result": {"subscriptions": [{"subscription_name": "Origin Access Basic", "owned": false, "subscription_discovery": 3}, {"subscription_name": "Origin Access Premier", "owned": false, "subscription_discovery": 3}]}}

can you confirm that you own an active access basic or premier subscription ? and if so provide details which one of them ?

Maybe there is an unhandled edge case where for example if subscription is going to expire this month it might incorrectly think its already expired.

@PioneerRaptor
Copy link
Author

@FriendsOfGalaxy I am an Origin Access Premier Subscriber and have been for almost 4 years now (obviously started out as just Access before Premier released). My current subscription ends on August 6, 2020. I re-up annually if that matters as well.

@FriendsOfGalaxy
Copy link
Owner

FriendsOfGalaxy commented Jun 29, 2020

@PioneerRaptor thanks for info. I've prepared plugin version with extended logs. Could you please:

  • Close Galaxy
  • extract given zip directly to %LocalAppData%\GOG.com\Galaxy\plugins\installed\ with overriding files
    origin more logs for subscription.zip
  • Open Galaxy, connect Origin if not connected yet, capture origin logs, paste here both .log and .log.1

For now you can override plugin subscription detection by going to Galaxy Settings window -> Features-> deselect "Detect and show automatically" and choose your plan

@PioneerRaptor
Copy link
Author

PioneerRaptor commented Jun 29, 2020

Thank you, I didn't know you could manually select subscriptions, so that's very helpful!

Log
plugin-origin-7f53219b-4e2b-4591-9f4f-dfc5f4ba9eb0.log

Log 1 - I know it looks the same, but I had to open and save as to change the file type to upload it.
plugin-origin-7f53219b-4e2b-4591-9f4f-dfc5f4ba9eb0.txt

@FriendsOfGalaxy
Copy link
Owner

Thanks! Now I see where is the problem. We read only the first subscription entry found, that is already EXPIRED bue to transition to new subscription type in 2018.
https://gateway.ea.com/proxy/subscription/pids/2261665082/subscriptionsv2/1000002165082

I'll fix that

@FriendsOfGalaxy FriendsOfGalaxy added the bug Something isn't working label Jul 1, 2020
@PioneerRaptor
Copy link
Author

You're awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants