Kizoku-Dev / pybluez

Automatically exported from code.google.com/p/pybluez
GNU General Public License v2.0
0 stars 0 forks source link

Invalid argument: error 22 #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
"_bluetooth.error: (22, 'Invalid argument') "

On Ubuntu 9.10 (and because of the new kernel version), with all versions
of PyBluez, when using functions connect, bind, send (and may be some
others) we have this error.

We have solved it, replacing "char *addrstr = NULL;" bye "struct sockaddr
addrstr = {0};" everywere in msbt.c.

This error has been withdrawn, but it is not solved directly and we must
compile PyBluez Module with this changes. So I add it again.

Original issue reported on code.google.com by delayen.florent on 7 Jan 2010 at 6:18

GoogleCodeExporter commented 8 years ago
excuse me, I have not seen it because the research was on "open issues"

Please remove this issue

Thanks.

Original comment by delayen.florent on 7 Jan 2010 at 6:23

GoogleCodeExporter commented 8 years ago

Original comment by elvis.pf...@gmail.com on 5 Jul 2010 at 1:10