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

step-06, OperationError: Failed to set local offer sdp #87

Open
druuu opened this issue Jun 8, 2018 · 2 comments · May be fixed by #89
Open

step-06, OperationError: Failed to set local offer sdp #87

druuu opened this issue Jun 8, 2018 · 2 comments · May be fixed by #89

Comments

@druuu
Copy link

druuu commented Jun 8, 2018

when trying to connect to an existing room, the following error occurs

main.js:414 OperationError: Failed to set local offer sdp: Failed to push down transport description for data: Local fingerprint does not match identity. Expected: sha-256 CB:4E:B5:25:34:E5:3B:22:71:15:0B:53:43:BF:22:A8:67:51:79:A0:B4:DD:5F:F8:46:1B:9C:95:46:54:E2:EE Got: sha-256 26:36:B2:06:96:84:97:6B:EA:58:72:C6:70:7B:B9:D1:29:07:C3:BD:04:E3:8C:0C:21:3B:A1:4E:43:92:96:B3 DOMException: Failed to set local offer sdp: Failed to push down transport description for data: Local fingerprint does not match identity. Expected: sha-256 CB:4E:B5:25:34:E5:3B:22:71:15:0B:53:43:BF:22:A8:67:51:79:A0:B4:DD:5F:F8:46:1B:9C:95:46:54:E2:EE Got: sha-256 26:36:B2:06:96:84:97:6B:EA:58:72:C6:70:7B:B9:D1:29:07:C3:BD:04:E3:8C:0C:21:3B:A1:4E:43:92:96:B3 logError @ main.js:414 main.js:414 OperationError: Session error code: ERROR_CONTENT. Session error description: Failed to push down transport description for data: Local fingerprint does not match identity. Expected: sha-256 CB:4E:B5:25:34:E5:3B:22:71:15:0B:53:43:BF:22:A8:67:51:79:A0:B4:DD:5F:F8:46:1B:9C:95:46:54:E2:EE Got: sha-256 26:36:B2:06:96:84:97:6B:EA:58:72:C6:70:7B:B9:D1:29:07:C3:BD:04:E3:8C:0C:21:3B:A1:4E:43:92:96:B3. DOMException: Session error code: ERROR_CONTENT. Session error description: Failed to push down transport description for data: Local fingerprint does not match identity. Expected: sha-256 CB:4E:B5:25:34:E5:3B:22:71:15:0B:53:43:BF:22:A8:67:51:79:A0:B4:DD:5F:F8:46:1B:9C:95:46:54:E2:EE Got: sha-256 26:36:B2:06:96:84:97:6B:EA:58:72:C6:70:7B:B9:D1:29:07:C3:BD:04:E3:8C:0C:21:3B:A1:4E:43:92:96:B3. logError @ main.js:414

for more details: https://groups.google.com/forum/#!topic/discuss-webrtc/y36jBwPeuv0

workaround
remove: https://github.com/googlecodelabs/webrtc-web/blob/master/step-06/index.js#L45

@nitobuendia
Copy link
Contributor

@druuu Thank you Dinesh for reporting the issue and proposing a solution. Do you want to send a PR and I can review it? The proposed change makes sense a priori and I am happy to have a look. If you are not willing, happy to take on the PR too.

PS: This feels the same as #85.

@druuu druuu linked a pull request Jun 15, 2018 that will close this issue
@druuu
Copy link
Author

druuu commented Jun 15, 2018

created pr #89

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

Successfully merging a pull request may close this issue.

2 participants