GameAnalytics / GA-SDK-ROBLOX

Repository for GameAnalytics Roblox SDK
MIT License
68 stars 44 forks source link

SDK fails out of the box on studio test due to wrong protocol #116

Open AmberGraceRblx opened 1 year ago

AmberGraceRblx commented 1 year ago

When integrating GameAnalytics into a new roblox project, GameAnalytics emits an error during studio tests out of the box when trying to send events:

image

I was able to fix this by going into the HttpApi module and change the conditional "http" protocol during studio tests to "https" (I created a PR for this at #117). My guess is the endpoints have changed but the SDK wasn't updated to match?

schmatz commented 1 year ago

Thanks for addressing this! Hopefully it gets merged soon.

gagbaghdas commented 1 year ago

Please release a new version with this fix )