-
Notifications
You must be signed in to change notification settings - Fork 232
Js.dart dependency #775
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
Comments
<img src="https://avatars.githubusercontent.com/u/8631949?v=3" align="left" width="48" height="48"hspace="10"> Comment by floitschG |
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent Hey Søren and Bill, any idea what's up with this? |
<img src="https://avatars.githubusercontent.com/u/1343914?v=3" align="left" width="48" height="48"hspace="10"> Comment by sgjesse According to the NSS error code this means that the client (pub) does not have the required root certificate for connecting to the server (pub.dartlang.org? - there is not hostname visible in the stacktrace). gonza.gutierrez: Did you try to run pub --trace 'get' ? |
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="48" height="48"hspace="10"> Comment by nex3 Will this be fixed by the same CL as issue #751? |
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent Removed Priority-Unassigned label. |
This comment was originally written by [email protected] I also have the same issue and have been struggling more than 2 weeks. |
<img src="https://avatars.githubusercontent.com/u/4905639?v=3" align="left" width="48" height="48"hspace="10"> Comment by whesse This was fixed with an update to pub, that is now in the dev channel, but not yet in the stable release. The problem was that the SSL certificate database could not be opened if it was on a path with non-ASCII characters. The problem was solved by removing the custom pub certificate database - it was no longer needed. Please see if the problem persists if you download the editor from the dev channel links at https://www.dartlang.org/tools/editor/ (The text link, not the button, which is the stable channel.). Marking the problem as fixed, since this should resolve it. The fix will be in the next release of stable Dart, and is already in the dev channel. Added Fixed label. |
This comment was originally written by [email protected] Updated to Dart Editor version 1.3.0.dev_07_10 (DEV) Dart SDK version 1.3.0-dev.7.10 This is still an issue. Resolving dependencies... (1.7s) ---- Log transcript ----
---- End log transcript ---- Resolving dependencies... (2.6s) pub --trace 'get' and include the results in a bug report on http://dartbug.com/new. |
Originally opened as dart-lang/sdk#15611
This issue was originally filed by [email protected]
--- 12-12-2013 11:38:57 AM Running pub get ... ---
Pub get failed, [1] Resolving dependencies......Error in PubHttpClient.send (issue dart-lang/sdk#12581) error: HandshakeException: Handshake error in client (OS Error: Peer's Certificate issuer is not recognized., errno = -8179)
stacktrace: #0 PubHttpClient.send (file:///e:/b/build/slave/dart-editor-win-stable/build/dart/sdk/lib/_internal/pub/lib/src/http.dart:60)
1 BaseClient._sendUnstreamed.<anonymous closure> (package:http/src/base_client.dart:118)
2 _Future._propagateToListeners.<anonymous closure> (dart:async/future_impl.dart:453)
3 _rootRun (dart:async/zone.dart:683)
4 _RootZone.run (dart:async/zone.dart:823)
5 _Future._propagateToListeners (dart:async/future_impl.dart:445)
6 _Future._complete (dart:async/future_impl.dart:303)
7 _Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:354)
8 _asyncRunCallback (dart:async/schedule_microtask.dart:18)
9 _createTimer.<anonymous closure> (dart:async-patch/timer_patch.dart:11)
10 _Timer._createTimerHandler._handleTimeout (timer_impl.dart:151)
11 _Timer._createTimerHandler.<anonymous closure> (timer_impl.dart:166)
12 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:93)
.Error in PubHttpClient.send (issue dart-lang/sdk#12581) error: HandshakeException: Handshake error in client (OS Error: Peer's Certificate issuer is not recognized., errno = -8179)
stacktrace: #0 PubHttpClient.send (file:///e:/b/build/slave/dart-editor-win-stable/build/dart/sdk/lib/_internal/pub/lib/src/http.dart:60)
1 BaseClient._sendUnstreamed.<anonymous closure> (package:http/src/base_client.dart:118)
2 _Future._propagateToListeners.<anonymous closure> (dart:async/future_impl.dart:453)
3 _rootRun (dart:async/zone.dart:683)
4 _RootZone.run (dart:async/zone.dart:823)
5 _Future._propagateToListeners (dart:async/future_impl.dart:445)
6 _Future._complete (dart:async/future_impl.dart:303)
7 _Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:354)
8 _asyncRunCallback (dart:async/schedule_microtask.dart:18)
9 _createTimer.<anonymous closure> (dart:async-patch/timer_patch.dart:11)
10 _Timer._createTimerHandler._handleTimeout (timer_impl.dart:151)
11 _Timer._createTimerHandler.<anonymous closure> (timer_impl.dart:166)
12 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:93)
...Error in PubHttpClient.send (issue dart-lang/sdk#12581) error: HandshakeException: Handshake error in client (OS Error: Peer's Certificate issuer is not recognized., errno = -8179)
stacktrace: #0 PubHttpClient.send (file:///e:/b/build/slave/dart-editor-win-stable/build/dart/sdk/lib/_internal/pub/lib/src/http.dart:60)
1 BaseClient._sendUnstreamed.<anonymous closure> (package:http/src/base_client.dart:118)
2 _Future._propagateToListeners.<anonymous closure> (dart:async/future_impl.dart:453)
3 _rootRun (dart:async/zone.dart:683)
4 _RootZone.run (dart:async/zone.dart:823)
5 _Future._propagateToListeners (dart:async/future_impl.dart:445)
6 _Future._complete (dart:async/future_impl.dart:303)
7 _Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:354)
8 _asyncRunCallback (dart:async/schedule_microtask.dart:18)
9 _createTimer.<anonymous closure> (dart:async-patch/timer_patch.dart:11)
10 _Timer._createTimerHandler._handleTimeout (timer_impl.dart:151)
11 _Timer._createTimerHandler.<anonymous closure> (timer_impl.dart:166)
12 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:93)
Handshake error in client
This is an unexpected error. Please run
pub --trace 'get'
and include the results in a bug report on http://dartbug.com/new.
** Warning: Application may fail to run since packages did not get installed.Try running pub get again. **
The text was updated successfully, but these errors were encountered: