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

the network does not work without drivers? Lookup of host name 'www.com' failed: Netdev not set #4630

Open
deepch opened this issue Nov 26, 2024 · 0 comments
Labels
network Anything to do with network use from TinyGo

Comments

@deepch
Copy link

deepch commented Nov 26, 2024

Mac OS M2

	telnet, err := net.Dial("tcp4", fmt.Sprintf("www.com:%d", 80))
	if err != nil {
		log.Fatalln(err)
	}

Lookup of host name 'www.com' failed: Netdev not set

tinygo run cmd/client/main.go

@deadprogram deadprogram added the network Anything to do with network use from TinyGo label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
network Anything to do with network use from TinyGo
Projects
None yet
Development

No branches or pull requests

2 participants