Flutter and firebase_auth connection issue
Hi , I am using stable version of flutter and firebase_auth 0.8.1+1 version but it give me error again and again..... flutter: PlatformException(ERROR_INTERNAL_ERROR, An internal error has occurred, print and inspect the error details for more information., null) please help me to solve me this problem . Thanks in advance…..
flutter run -v show this -- 192.168.1.3:59264<->172.217.163.106:443 socket-flow] flow:start_connect [ ] [DEVICE LOG] 2019-02-19 12:23:04.033074+0530 localhost Runner[92855]: (Flutter) flutter: PlatformException(ERROR_INTERNAL_ERROR, An internal error has occurred, print and inspect the error details for more information., null) [ ] [DEVICE LOG] 2019-02-19 12:23:04.033246+0530 localhost Runner[92855]: (libnetwork.dylib) [com.apple.network:] 0.098s [C5.1 58D6A57D-7688-4128-827B-B9F1402FF220 192.168.1.3:59264<->172.217.163.106:443 socket-flow] flow:finish_transport [ +1 ms] [DEVICE LOG] 2019-02-19 12:23:04.034802+0530 localhost Runner[92855]: (libnetwork.dylib) [com.apple.network:] 0.098s [C5 F0796D79-46A3-415F-9087-A3A83AFA93CD googleapis.com:443 resolver] flow:finish_transport [ ] [DEVICE LOG] 2019-02-19 12:23:04.035563+0530 localhost Runner[92855]: (libnetwork.dylib) [com.apple.network:] 0.274s [C5.1 58D6A57D-7688-4128-827B-B9F1402FF220 192.168.1.3:59264<->172.217.163.106:443 socket-flow] flow:finish_connect [ ] [DEVICE LOG] 2019-02-19 12:23:04.035632+0530 localhost Runner[92855]: (libnetwork.dylib) [com.apple.network:] 0.275s [C5 F0796D79-46A3-415F-9087-A3A83AFA93CD googleapis.com:443 resolver] flow:finish_connect [ ] [DEVICE LOG] 2019-02-19 12:23:04.035695+0530 localhost Runner[92855]: (libnetwork.dylib) [com.apple.network:] 0.275s [C5.1 58D6A57D-7688-4128-827B-B9F1402FF220 192.168.1.3:59264<->172.217.163.106:443 socket-flow] flow:changed_viability [ ] [DEVICE LOG] 2019-02-19 12:23:04.036785+0530 localhost Runner[92855]: (libnetwork.dylib) [com.apple.network:] 0.276s [C5 F0796D79-46A3-415F-9087-A3A83AFA93CD googleapis.com:443 resolver] flow:changed_viability [ ] [DEVICE LOG] 2019-02-19 12:23:04.036846+0530 localhost Runner[92855]: (libnetwork.dylib) [com.apple.network:] 0.633s [C5] path:cancel [ ] [DEVICE LOG] 2019-02-19 12:23:04.038871+0530 localhost Runner[92855]: (libnetwork.dylib) [com.apple.network:] nw_endpoint_flow_protocol_disconnected [C5.1 172.217.163.106:443 cancelled socket-flow (null)] Output protocol disconnected [ ] flutter: PlatformException(ERROR_INTERNAL_ERROR, An internal error has occurred, print and inspect the error details for more information., null) [ ] [DEVICE LOG] 2019-02-19 12:23:04.043771+0530 localhost Runner[92855]: (libnetwork.dylib) [com.apple.network:] nw_connection_report_state_with_handler_locked [C5] reporting state cancelled [ ] [DEVICE LOG] 2019-02-19 12:23:04.044475+0530 localhost Runner[92855]: (CFNetwork) TIC TCP Conn Destroyed [5:0x6000034d58c0] [ ] [DEVICE LOG] 2019-02-19 12:23:04.044558+0530 localhost Runner[92855]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C5.1:2][0x7fce69721ff0] get output frames failed, state 8196 [ ] [DEVICE LOG] 2019-02-19 12:23:04.044636+0530 localhost Runner[92855]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C5.1:2][0x7fce69721ff0] get output frames failed, state 8196 [ ] [DEVICE LOG] 2019-02-19 12:23:04.044965+0530 localhost Runner[92855]: (CFNetwork) TIC Read Status [5:0x0]: 1:57 [ ] [DEVICE LOG] 2019-02-19 12:23:04.045034+0530 localhost Runner[92855]: (CFNetwork) TIC Read Status [5:0x0]: 1:57
I have the same issue. Was working yesterday. I restored my Mac with time machine (Got another Mac). Cleared out all the cache on the simulator. Now getting this error.