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

ERROR:data_channel.cc(44)] #10

Open
dxjmz opened this issue Jun 21, 2019 · 1 comment
Open

ERROR:data_channel.cc(44)] #10

dxjmz opened this issue Jun 21, 2019 · 1 comment

Comments

@dxjmz
Copy link

dxjmz commented Jun 21, 2019

I have this error and nothing gets downloaded:

DevTools listening on ws://127.0.0.1:54653/devtools/browser/95f0ac6b-a67a-4d57-baa6-b29cc3412005 Page 1 [20232:25456:0621/042844.217:ERROR:data_channel.cc(44)] Accepting maxRetransmits = -1 for backwards compatibility [20232:25456:0621/042844.217:ERROR:data_channel.cc(49)] Accepting maxRetransmitTime = -1 for backwards compatibility [20232:25456:0621/042845.736:ERROR:data_channel.cc(44)] Accepting maxRetransmits = -1 for backwards compatibility [20232:25456:0621/042845.736:ERROR:data_channel.cc(49)] Accepting maxRetransmitTime = -1 for backwards compatibility Page 2

@corwin-of-amber
Copy link

The error message is not related to the downloading problem. It is in fact displayed whenever a WebRTC data channel is created (see here). Chromium is initializing maxRetransmits and maxRetransmitTime with -1 by default.

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

No branches or pull requests

2 participants