Roblox / Core-Scripts

All of ROBLOX's core client scripts.
Apache License 2.0
245 stars 182 forks source link

MarketplaceService:getProductInfo() failed because #24

Closed TheSneak closed 8 years ago

TheSneak commented 10 years ago
MarketplaceService:getProductInfo() failed because https://api.roblox.com/marketplace/productinfo?assetId=117931593: HttpSendRequest, err=0x2EE7
jmargh commented 9 years ago

I know this is an old issue, but did this occur in the old purchase script? (LoadingScript was not enabled at this time)

The error is the result of the API call making a web call that failed. All current CoreScripts that call this pcall the call, so scripts should not be crashing.

Will leave open for a bit but if this doesn't come up anymore I will close the issue. Thanks!

TheSneak commented 9 years ago

Not sure about the original error, anymore. I am still seeing similar errors, though the error varies. Each of these errors was seen within the past week:

MarketplaceService:getProductInfo() failed because https://api.roblox.com/marketplace/productinfo?assetId=<PlaceId>: HttpSendRequest, err=0x2EE2
MarketplaceService:getProductInfo() failed because HTTP -1001
MarketplaceService:getProductInfo() failed because HTTP 404 

These errors are from LoadingScript, Line 89

jmargh commented 9 years ago

This will be handled better from this 54a62974dd84c56eb5ed5cc9ac842e1b6582a1a5

Those errors are engine level errors. The web call is failing or it's getting back empty JSON.

TheSneak commented 8 years ago

Last seen on 11/21/2015. Closing.