gbishop / outfox

Automatically exported from code.google.com/p/outfox
Other
1 stars 0 forks source link

Traceback on Mac: int not str #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Pass an integer to outfox.audio.say instead of a string.
2) Boom.

The Python side of things should be robust against the type and do proper
conversion.

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

GoogleCodeExporter commented 9 years ago
Happens with more than just ints. Basically, any JSON-encodable datatype can
potentially get passed through and causes an exception.

Original comment by pare...@gmail.com on 25 Apr 2009 at 3:24

GoogleCodeExporter commented 9 years ago

Original comment by c...@unc.edu on 2 May 2009 at 2:33

GoogleCodeExporter commented 9 years ago
Fix for issue #44 fixes this bug also.

Original comment by c...@unc.edu on 2 May 2009 at 2:39