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

entering an ip address does not work #2

Open
GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments
Open

entering an ip address does not work #2

GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. inputting an ip address instead of a servername 
2.
3.

What is the expected output? What do you see instead?
it should connect to the samba share, instead its blank and the options key
does nothing

What version of the product are you using? On what operating system?


Please provide any additional information below.
i believe there is a problem with udp on pys60 iv been trying to send a
basic package with sendto and it always gives me an error.

this is the code i use to try a package
import socket
s = socket.socket(socket.AF_INET , socket.SOCK_DGRAM)

s.sendto("hello world",("255.255.255.255",8100))
s.close()

Original issue reported on code.google.com by anthony...@gmail.com on 4 Apr 2009 at 8:25

@GoogleCodeExporter
Copy link
Author

ps good work its so handy

Original comment by anthony...@gmail.com on 4 Apr 2009 at 8:27

@GoogleCodeExporter
Copy link
Author

I can duplicate this problem. In addition, after the application has hung after
entering the IP address, it will crash back to the apps screen.

Original comment by ajh...@gmail.com on 9 Jun 2009 at 2:08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant