esdalmaijer / PyGaze

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
www.pygaze.org
GNU General Public License v3.0
671 stars 211 forks source link

EyeTribe: log_message() crashes on non-ascii characters #42

Open smathot opened 8 years ago

smathot commented 8 years ago

Tested with my own 0.6.0 fork, passing a non-ascii string to EyeTribe.log_message() causes an Exception. This happens because the message is cast to str without checking.