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
{{ message }}
This repository has been archived by the owner on May 6, 2022. It is now read-only.
"Illegal callback invocation error", "Spokestack error during initialize.", and app crash when calling Spokestack.initialize() on first load. No issues on subsequent loads. (iOS only)
#105
Open
cdmoss opened this issue
Nov 17, 2021
· 0 comments
As the title describes, here is the the console output during the first load of the app on an iOS device:
2021-11-16 13:08:06.096795-0700 mobile[4246:3045067] [native] Illegal callback invocation from native module. This callback type only permits a single invocation from native code.
2021-11-16 13:08:06.096902-0700 mobile[4246:3045068] [native] Illegal callback invocation from native module. This callback type only permits a single invocation from native code.
2021-11-16 13:08:06.423242-0700 mobile[4246:3044487] [javascript] [Error: Spokestack error during initialize.]
2021-11-16 13:08:08.461274-0700 mobile[4246:3044487] [javascript] Possible Unhandled Promise Rejection (id: 0):
Error: Speech Pipeline is not initialized. Call Spokestack.initialize() first.
followed by the app crashing.
Strangely, after reloading the app, these issues do not occur and the app works fine.
The app crashes on first load with aforementioned errors.
Has anyone encountered this sort of error, or know what could cause it?
The text was updated successfully, but these errors were encountered:
cdmoss
changed the title
"Illegal callback invocation error", "Spokestack error during initialize."and app crash when calling Spokestack.initialize() on first load. No issues on subsequent loads. (iOS only)
"Illegal callback invocation error", "Spokestack error during initialize.", and app crash when calling Spokestack.initialize() on first load. No issues on subsequent loads. (iOS only)
Nov 17, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
As the title describes, here is the the console output during the first load of the app on an iOS device:
followed by the app crashing.
Strangely, after reloading the app, these issues do not occur and the app works fine.
Here is the code initalizing Spokestack:
Your environment
Expected behavior
The app should not crash on first load.
Actual behavior
The app crashes on first load with aforementioned errors.
Has anyone encountered this sort of error, or know what could cause it?
The text was updated successfully, but these errors were encountered: