Discussions
Using sandbox mode
last month by Neddie
I'm trying to use sandbox mode and i constantly get the session start message:
[code] => 4033
[data] =>
[message] => No credits available for start session
My request appears to be going to the productive platform, on which i have no credit, instead of the sand box. Why?
I use the following credentials in my request:
'mode' => FULL,
'avatar_id' => dd73ea75-1218-4ef3-92ce-606d5f7fbc0a,
'is_sandbox' => true,
'avatar_persona' => [
'voice_id' => 00000000-0000-0000-0000-000000000000,
'context_id' => 00000000-0000-0000-0000-000000000000,
'language' => en
]
Are one of my parameters only valid for the production platform?