CardboardKeep / WardenBugs

2 stars 2 forks source link

PS4: Continuous sceHttpGetStatusCode errors #198

Closed Talsidor closed 8 years ago

Talsidor commented 8 years ago

sceHttpGetStatusCode(requestID, &code) failed with error code: 0x804101e1 SCE error detected: 0x804101e1

Talsidor commented 8 years ago

Suspect this is caused by either UnityPerf still trying to initialize, or UnityAnalytics events trying to submit. I've define-restricted them both to STANDALONE rather than just ANALYTICS (which is technically still enabled because it can't be made platform-specific).

Talsidor commented 8 years ago

That fixed it