Jump to content
McKay Development

mariachi

Member
  • Posts

    3
  • Joined

  • Last visited

mariachi's Achievements

  1. Passing true works. Next step in my code is downloading vpk files which now produces this error: (node:39157) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_PROTOCOL]: Protocol "https:" not supported. Expected "http:" at new ClientRequest (_http_client.js:155:11) at Object.request (http.js:50:10) at download (/Users/mariachi/Development/projects/csgo-inventory-cms/node_modules/steam-user/components/cdn.js:494:28)
  2. I actually tried that at one point but might have messed up the parameters, cause I got an http/https related error calling that method. Will give it another go later today. Thanks for swift reply.
  3. getProductInfo([730], [], (apps, packages, unknownApps, unknownPackages) => { // should contain: // packages['730'].appinfo.depots['731'] }) When getting data from CS:GO depots is no longer present on the returned object. This is used to get the latest manifest ID. Is there another way of getting this?
×
×
  • Create New...