-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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 occurred, shutting down websocket connection: when update RN #22942
Comments
I get this error after the app runs for a while, and then the live reloading gets disabled. |
Same issue Env
|
Error occurred, shutting down websocket connection: Websocket exception Error Domain=NSPOSIXErrorDomain Code=50 "Network is down" UserInfo={_kCFStreamErrorCodeKey=50, _kCFStreamErrorDomainKey=1} please help me to resolve the above error. |
Has anyone found a solution to this issue ? I am getting the error too.... Similar to above comment, it works fine on Android but throws exception on iOS |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
when i update RN to 0.57.8
xcode show error:
2019-01-10 18:07:42.924 [info][tid:com.facebook.react.WebSocketExecutor][RCTInspectorPackagerConnection.m:304] Error occurred, shutting down websocket connection: Websocket exception Error Domain=NSPOSIXErrorDomain Code=60 "Operation timed out" UserInfo={_kCFStreamErrorCodeKey=60, _kCFStreamErrorDomainKey=1}
and node command(npm start) logcat ,
::ffff:192.168.3.12 - - [10/Jan/2019:10:10:01 +0000] "GET /assets/node_modules/antd-mobile/lib/toast/images/fail@2x.png?platform=ios&hash=68f5d8a7810b3bc63f955cfa70888516 HTTP/1.1" 200 - "-" "MyRNxx/2.5 CFNetwork/897.15 Darwin/17.5.0"
will be show fail tips when network error, but "fail@2x.png" is exist, I don't understand the log.
Environment
Run
react-native info
in your terminal and paste its contents here.React Native Environment Info:
System:
OS: macOS 10.14.1
CPU: (4) x64 Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz
Memory: 30.38 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 8.9.0 - /usr/local/bin/node
npm: 6.5.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
Android SDK:
API Levels: 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28
Build Tools: 23.0.1, 23.0.3, 25.0.0, 25.0.1, 25.0.2, 25.0.3, 26.0.1, 26.0.2, 26.0.3, 27.0.1, 27.0.3
System Images: android-23 | Intel x86 Atom_64, android-23 | Google APIs Intel x86 Atom_64, android-27 | Google APIs Intel x86 Atom
IDEs:
Android Studio: 3.0 AI-171.4408382
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
react: ^16.6.3 => 16.6.3
react-native: ^0.57.8 => 0.57.8
npmGlobalPackages:
react-native-cli: 2.0.1
The text was updated successfully, but these errors were encountered: