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 · 1 comment
Open

udp #59818

ARDUTECH0 opened this issue Dec 28, 2024 · 1 comment
Labels
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)

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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)
Projects
None yet
Development

No branches or pull requests

2 participants