My new app use msgpack to encode data before sending to server. On server side,
its a Sinatra app that decode and store the data to database.
The app works fine until I push real data. With real data the app crash with error
"invalid byte sequence in UTF-8".
After