HTTP 0 when using InsertService:GetLatestAssetVersionID?

Apparently, when I use this for auto-updating module, you would get an error message HTTP 0 (Request Failed). I put the asset id correctly, however, it doesn’t work and wouldn’t return the asset version id. What’s the issue?

	while wait(1) do
		if InsertServ:GetLatestAssetVersionAsync(***) ~= knownVersion then
			ServerProtected = nil
			userApprove = nil
			script.UpdateModule:Fire()
			return
		end
	end
1 Like

Is this a model you own?

Returns the latest AssetVersionId of an asset for assets created by the place creator.

1 Like

Oh, wait, no. No wonder my friend cant install it.

2 Likes