You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response error values of many commands do not accept an empty array. For instance, with the rTRInitSessions, we have this error when creating the session:
The response error values of many commands do not accept an empty array. For instance, with the
rTRInitSessions
, we have this error when creating the session:It is successful when updating the
DomainInitResponseWrapperFromJSONTyped
function to:Logging the response for this shows that the error array is empty:
There are many of these (157 from a search for the json error) that don't look like they are handling this correctly.
The text was updated successfully, but these errors were encountered: