-
Notifications
You must be signed in to change notification settings - Fork 130
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
GameHub fails to download installers from Humble Bundle Trove #329
Comments
Try to run GameHub with Trove page format seems to be same as before, but |
Hi @tkashkin , Here is an example where I am trying to download Tokyo 42 from Humble Bundle Trove. Interestingly, the last URL found by GameHub is working from a web browser.
|
Looks like it's an issue with humble access tokens again. See #32 and #9. I'm not sure how to fix that. Try #32 (comment) to see if there's something wrong while saving token. |
Take a look at these two logs. The first one with --log-auth
Relogin to Humble Bundle
|
Try #32 (comment) to make sure token is correct and Humble didn't change their API. |
|
Everything looks ok, it should work. Have you tried to download other games? |
Yes, every trove game fails to download. |
Did your token contain quotes? If it did, try to remove them. dconf write /com/github/tkashkin/gamehub/auth/humble/access-token \'<token>\' where |
I did try with and without quotes. All the same. Even tried with a faulty token and it shows an error page as expected.
Thank you for removing auth info. Privacy is important. :) Any idea? |
No, I don't know what's wrong. It always worked fine on my account when I was writing and testing it, but it didn't work for some users and I'm not sure why. There's no Humble API documetation and there's no Trove API at all, so I may be doing something wrong and that's why it's so unstable. |
Any way that I can help you to better diagnostic the problem and find a solution? Чем могу, тем помогу))) |
I'll try to test it on my account in a few days and fix it if I find a reason why it doesn't work. |
I added some code to HumbleGame.vala on line 3330 for debugging purpose: The output is Hope this helps. |
@backorder |
@backorder try 6057e0f. |
Thank you @tkashkin ! It's working with your patch. You are so fast. :D |
Fix Proton prefix initialization Former-commit-id: 6057e0f
Expected behavior
Download and install Humble Bundle Trove games.
Actual behavior
Fail to find the installers. It says "impossible to obtain a link to download on Trove. Please check that your monthly subscription is active."
My monthly subscription is indeed active. Perhaps this is due to the change from Humble Bundle Monthly to Humble Bundle Choice?
The text was updated successfully, but these errors were encountered: