Hi,
 
	I'm currently trying to write a simple application that downloads a file in a manifest.
 
	I observed, that getManiFest sometimes fails and sometimes doesn't. Do you have any idea how I can further debug this?
 
	All im getting is an "Error: fail". My code:
 
let client = new SteamUser();
client.logOn();
client.on('loggedOn', async (details) => {
  let productInfo = await client.getProductInfo([730], [], true);
  const latestManifestId = productInfo.apps['730'].appinfo.depots['731'].manifests.public;
  
  let result = await client.getManifest(730, 731, latestManifestId);
  console.log(result);
  client.logOff();
  //console.log("Logged out of steam");
});
	When debugging, I see that the "latestManifestId" is indeed correct, I checked it with steamdb.