Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Error in PurchasePromptScript #18

Closed
Anaminus opened this issue May 28, 2014 · 4 comments
Closed

Error in PurchasePromptScript #18

Anaminus opened this issue May 28, 2014 · 4 comments

Comments

@Anaminus
Copy link
Contributor

See original issue by @TheSneak


I am seeing this error in Google Analytics using the new GA module:

CoreGui.RobloxGui.CoreScripts/PurchasePromptScript:665: attempt to index upvalue 'currentProductInfo' (a nil value) | CoreGui.RobloxGui.CoreScripts/PurchasePromptScript, line 665 - global canPurchaseItem CoreGui.RobloxGui.CoreScripts/PurchasePromptScript, line 180
@einsteinK
Copy link
Contributor

This bug can't happen anymore, apparently this got (silently) fixed.

@TheSneak
Copy link

TheSneak commented Aug 8, 2014

I saw this again today, August 7:

CoreGui.RobloxGui.CoreScripts/PurchasePromptScript:782: attempt to index upvalue 'currentProductInfo' (a nil value) CoreGui.RobloxGui.CoreScripts/PurchasePromptScript, line 782 - global canPurchaseItem CoreGui.RobloxGui.CoreScripts/PurchasePromptScript, line 283

@einsteinK
Copy link
Contributor

A bit above the errorline:

if not currentProductInfo then
    descText = "Could not get product info. Please try again later."
    return true, nil, nil, true, descText
end

How's that possible?

@jmargh
Copy link
Contributor

jmargh commented Mar 17, 2015

Closing as new purchase script is live.

@jmargh jmargh closed this as completed Mar 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants