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

A tuple bug (presumably) #519

Open
Night-walker opened this issue Dec 28, 2015 · 0 comments
Open

A tuple bug (presumably) #519

Night-walker opened this issue Dec 28, 2015 · 0 comments

Comments

@Night-walker
Copy link

(dao) load net
= none
(dao) sock = net.listen(':23498')
= TcpListener[0x1ca9b40]
(dao) s = sock.accept() # here a remote peer connects
= ( , [[Error::Param]] --- Invalid parameter(s):

In code snippet:
      4 :  SETVG       :     3 ,     3 ,     0 ;     1;   s = sock. accept()
>>    5 :  RETURN      :     3 ,     1 ,     0 ;     1;   )
Raised by:  __main__(), at instruction 5 in line 1 in file "interactive codes";
 )
[[Exception::Error]] --- General error:

In code snippet:
      4 :  SETVG       :     3 ,     3 ,     0 ;     1;   s = sock. accept()
>>    5 :  RETURN      :     3 ,     1 ,     0 ;     1;   )
Raised by:  __main__(), at instruction 5 in line 1 in file "interactive codes";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant