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

udp #59818

Open
ARDUTECH0 opened this issue Dec 28, 2024 · 2 comments
Open

udp #59818

ARDUTECH0 opened this issue Dec 28, 2024 · 2 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io needs-info We need additional information from the issue author (auto-closed after 14 days if no response)

Comments

@ARDUTECH0
Copy link

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: SocketException: Send failed (OS Error: No route to host, errno = 65), address = 0.0.0.0, port = 4210
#0 _NativeSocket.send (dart:io-patch/socket_patch.dart:1275:34)
#1 _RawDatagramSocket.send (dart:io-patch/socket_patch.dart:2590:15)
#2 UDP.send. (package:udp/src/udp_base.dart:120:12)
#3 new Future.microtask. (dart:async/future.dart:285:40)
#4 _microtaskLoop (dart:async/schedule_microtask.dart:40:21)
#5 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5)

@ARDUTECH0 ARDUTECH0 changed the title udb udp Dec 28, 2024
@dart-github-bot
Copy link
Collaborator

Summary: User experiences SocketException: No route to host when sending UDP packets. This suggests a network connectivity problem.

@dart-github-bot dart-github-bot added area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Dec 28, 2024
@lrhn lrhn added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io and removed area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. labels Jan 11, 2025
@mraleph
Copy link
Member

mraleph commented Jan 13, 2025

Impossible to say what is going on without a way to reproduce the issue. An underlying OS syscall is returning EHOSTUNREACH.

@mraleph mraleph added the needs-info We need additional information from the issue author (auto-closed after 14 days if no response) label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io needs-info We need additional information from the issue author (auto-closed after 14 days if no response)
Projects
None yet
Development

No branches or pull requests

4 participants