You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I 14:23:50.287 {u'message': {u'date': 1447939430, u'text': u'START', u'from': {u'first_name': u'Niccol\xf2', u'id': 132293896}, u'message_id': 28543, u'chat': {u'first_name': u'Niccol\xf2', u'type': u'private', u'id': 132293896}}, u'update_id': 436464105}
E 14:23:50.315 /base/data/home/apps/s~pickmeup-telegram/5.388676785424653775/main.py:260: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
E 14:23:50.315 if (p.name != name):
The text was updated successfully, but these errors were encountered:
grazie, ho provato. La soluzione sembra risolvere il problema se uno cambia il nome aggiungendo un accento (e.g., Federico -> Federicò) ma non il contrario. Il problema che sorge è il seguente:
File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeEncodeError: 'ascii' codec can't encode character u'\xe0' in position 6: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: