Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[speech-to-text] 1006 Connection dropped by remote peer. #80

Closed
monte-hayward opened this issue Jan 20, 2016 · 6 comments
Closed

[speech-to-text] 1006 Connection dropped by remote peer. #80

monte-hayward opened this issue Jan 20, 2016 · 6 comments

Comments

@monte-hayward
Copy link

I'm testing files of roughly 75MB through the Websocket route.
After weeks of working consistently, today I am getting the message:
1006 Connection dropped by remote peer.
This is occurring immediately, with no result messages.

About to send ./in/1861034_xxx_lp.f4v-part000.flac
connect. config is {"maxReceivedFrameSize":1048576,"maxReceivedMessageSize":8388608,"fragmentOutgoingMessages":true,"fragmentationThreshold":16384,"webSocketVersion":13,"assembleFragments":true,"disableNagleAlgorithm":true,"closeTimeout":5000,"tlsOptions":{}}
1006 Connection dropped by remote peer.

Is this issue something to report here, or to another ticketing system for the S2T service itself?

@monte-hayward
Copy link
Author

Happens also for various-sized files -- 11MB, 21MB, 37MB

@monte-hayward
Copy link
Author

parameters that I am using have not changed in awhile:

{
    content_type: self.options.contenttype,
    'content-type': self.options.contenttype,
    base_url: credentials.url,
    continuous: true,
    timestamps: true,
    inactivity_timeout: -1,    // -1 means Infinity
    max_alternatives: 1,
    interim_results: true,
    keywords: KEYWORDS,               // beta feature
    keywords_threshold: 0.9,          // beta feature
    word_alternatives_threshold: 0.25,  // beta feature
    objectMode: true,                   // wishful
    readableObjectMode: true
  };

@daniel-bolanos
Copy link
Contributor

Hello @monte-hayward we are aware of this issue an trying to resolve it asap, sorry for the inconvenience.

Dani

@monte-hayward
Copy link
Author

Thanks!

@daniel-bolanos
Copy link
Contributor

@monte-hayward please try now, the STT service is fully functional now :)

@monte-hayward
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants