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

error while parsing message: wrong argument type #2

Closed
GoogleCodeExporter opened this issue Aug 25, 2015 · 2 comments
Closed

error while parsing message: wrong argument type #2

GoogleCodeExporter opened this issue Aug 25, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. start server
2. start client
3. ./OscGroupClient <hostname> 22242 22243 22244 22245 michela <password> syna 
<gpassword>


What is the expected output? What do you see instead?

Sending UDP via a PD patch (connect localhost 22244) and listening to localhost 
22245. Nothing being received, no error from server


Client shows connection as below but server shows this error regularly for each 
connection (like a heartbeat, no relation to whether UDP data being sent on 
22244 or not)

Thu Sep 15 06:02:59 2011: error while parsing message: wrong argument type


Client:

oscgroupclient
connecting to group 'syna' as user 'michela'.
using server at IP:22242 with external traffic on local port 22243
--> send outbound traffic to localhost port 22244
<-- listen for inbound traffic on localhost port 22245
running...
press ctrl-c to end



What version of the product are you using? On what operating system?
Latest OSX build locally on 10.6.8, svn checkout for server on Centos 5.5

Please provide any additional information below.


Original issue reported on code.google.com by mich...@modprods.com on 15 Sep 2011 at 10:07

@GoogleCodeExporter
Copy link
Author

I am seeing a similar error when using a C++ implementation of TUIO protocol 
which uses oscpack internally. I get these errors for each TUIO message:

error parsing TUIO message: /tuio/2Dcur - wrong argument type
error parsing TUIO message: /tuio/2Dobj - wrong argument type

I got this error after moving to a 64bit system. I dont know if the OP is also 
using a 64bit kernel, but perhaps this error is caused somehow on 64bit systems?
I am using 64bit Ubuntu Oneiric Ocelot (11.10).

Original comment by ara...@gmail.com on 17 Nov 2011 at 6:45

@GoogleCodeExporter
Copy link
Author

Thanks for the report. This issue should be resolved now with the latest 
oscpack and oscgroups. Either with SVN head or the latest snapshot zipfile. 
Please reopen this ticket if the problem returns. 

Original comment by ross.bencina on 24 Jun 2013 at 2:08

  • Changed state: Fixed

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