Advertisement
wemersonrv

2. Falha após conectado

Jul 16th, 2019
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 2.92 KB | None | 0 0
  1. I/flutter ( 4203): ------| LOG |------
  2. I/flutter ( 4203):  - Socket: Instance of '_Socket'
  3. I/flutter ( 4203):  - SocketState: SocketState.GET_DATA
  4. I/flutter ( 4203):  - Método: dataHandler ( String Inválida )
  5. I/flutter ( 4203):  - Resultado: String não é válida (ou não tem dados registrados)... tenta de novo na próxima iteração
  6. I/flutter ( 4203):
  7. I/flutter ( 4203): Checksum: 69  - Check: 45 / 45
  8. I/flutter ( 4203): ------| LOG |------
  9. I/flutter ( 4203):  - Socket: Instance of '_Socket'
  10. I/flutter ( 4203):  - SocketState: SocketState.GET_DATA
  11. I/flutter ( 4203):  - Método: dataHandler ( String de resultado )
  12. I/flutter ( 4203):  - Resultado: Resposta OK, validar string de >!00020245
  13. I/flutter ( 4203): ------| LOG |------
  14. I/flutter ( 4203):  - Socket: Instance of '_Socket'
  15. I/flutter ( 4203):  - SocketState: SocketState.GET_DATA
  16. I/flutter ( 4203):  - Método: dataHandler ( String Inválida )
  17. I/flutter ( 4203):  - Resultado: String não é válida (ou não tem dados registrados)... tenta de novo na próxima iteração
  18. I/flutter ( 4203):
  19. I/flutter ( 4203): SocketException: OS Error: Connection reset by peer, errno = 104, address = 192.168.0.91, port = 33348
  20. I/flutter ( 4203): ------| LOG |------
  21. I/flutter ( 4203):  - Socket: Instance of '_Socket'
  22. I/flutter ( 4203):  - SocketState: SocketState.GET_DATA
  23. I/flutter ( 4203):  - Método: errorHandler ( Falha ao receber )
  24. I/flutter ( 4203):  - Resultado: Falha ao buscar informações no canal, tenta recriar socket...
  25. I/flutter ( 4203):
  26. E/flutter ( 4203): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: SocketException: OS Error: Connection reset by peer, errno = 104, address = 192.168.0.91, port = 33348
  27. E/flutter ( 4203): null
  28. I/flutter ( 4203): Falha ao criar o socket: SocketException: Connection timed out, host: 192.168.0.91, port: 771
  29. I/flutter ( 4203): ------| LOG |------
  30. I/flutter ( 4203):  - Socket: Instance of '_Socket'
  31. I/flutter ( 4203):  - SocketState: SocketState.CREATE_FAIL
  32. I/flutter ( 4203):  - Método: _createSocket ( Falha na criação do canal  )
  33. I/flutter ( 4203):  - Resultado: Tentar criar novamente 10 segundos
  34. I/flutter ( 4203): Falha ao criar o socket: SocketException: Connection timed out, host: 192.168.0.91, port: 771
  35. I/flutter ( 4203): ------| LOG |------
  36. I/flutter ( 4203):  - Socket: Instance of '_Socket'
  37. I/flutter ( 4203):  - SocketState: SocketState.CREATE_FAIL
  38. I/flutter ( 4203):  - Método: _createSocket ( Falha na criação do canal  )
  39. I/flutter ( 4203):  - Resultado: Tentar criar novamente 10 segundos
  40. I/flutter ( 4203): Falha ao criar o socket: SocketException: Connection timed out, host: 192.168.0.91, port: 771
  41. I/flutter ( 4203): ------| LOG |------
  42. I/flutter ( 4203):  - Socket: Instance of '_Socket'
  43. I/flutter ( 4203):  - SocketState: SocketState.CREATE_FAIL
  44. I/flutter ( 4203):  - Método: _createSocket ( Falha na criação do canal  )
  45. I/flutter ( 4203):  - Resultado: Tentar criar novamente 10 segundos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement