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 Nov 16, 2023. It is now read-only.
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Follow quickstart and run the sample application from Eclipse on a Ubuntu 18.04 virtual machine, choose Conversation Transcription, then click Session -> Start, after a while, it gave a fatal error.
Linux (Ubuntu 18.04) virtual machine created by virtualbox
Versions
Jdk 8, sdk 1.14.0
Mention any other details that might be useful
It successfully run 'startRecognizeMeeting' to register those event listeners.
But it gave the above fatal error before print out "Session started event. Start recognition" by line 289 of Samples/Java/Windows_Linux/SampleDemo/src/com/microsoft/cognitiveservices/speech/samples/Cts.java:
t.sessionStarted.addEventListener((o, e) -> System.out.println("Session started event. Start recognition"));
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
Samples/Java/Windows_Linux/SampleDemo/src/com/microsoft/cognitiveservices/speech/samples/Cts.java
:The text was updated successfully, but these errors were encountered: