ThePlata Posted January 27, 2019 Report Posted January 27, 2019 Apps in getproductinfo is returning null but not when I try to access from package. Is something wrong? Is it because I download the dependencies using npm? Quote
ThePlata Posted January 27, 2019 Author Report Posted January 27, 2019 Works fine for me. This is really weird. When I console log apps, it'll return null but when I console log packages, it returns the exact same output as what you have shown above. Is this some kind of a bug? Quote
ThePlata Posted January 27, 2019 Author Report Posted January 27, 2019 Nothing seems to be working for me. When I try client.picsCache, it returns { changenumber: 0, apps: {}, packages: {} } which means my account doesn't have any games at all. How is this possible? Quote
ThePlata Posted January 29, 2019 Author Report Posted January 29, 2019 Are you on v3 or v4?I'm currently using "steam-user": "^4.0.0-beta.5"". I downloaded it using NPM Quote
Dr. McKay Posted January 29, 2019 Report Posted January 29, 2019 Okay, so there's your problem. As of v4, the first argument in all callbacks is err. Check out the full release notes for all the breaking changes. Quote
ThePlata Posted January 29, 2019 Author Report Posted January 29, 2019 Okay, so there's your problem. As of v4, the first argument in all callbacks is err. Check out the full release notes for all the breaking changes.Ahhhhh, this is why it's happening. I'll try it again once I get back home. Thanks Quote
Revadike Posted March 3, 2019 Report Posted March 3, 2019 @ThePlata, did u try? For me, it seems callback isn't called at all. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.