Closed ulysse71 closed 6 years ago
Strange you are the only one reporting this.............. okay, to be removed !
2018-02-23 20:40 GMT+01:00 ulysse71 notifications@github.com:
decodeZ3 is crashing with the following message on ubuntu 16.04:
starting python Traceback (most recent call last): File "/home/hugot/import/PicTalk/bin/python/decodeZ3.py", line 418, in print("Starting ZMQ publisher\u2026") UnicodeEncodeError: 'ascii' codec can't encode character '\u2026' in position 22: ordinal not in range(128) python ends
Not sure about the gravity of the problem. I suggest removing the faulty characters at line 418 as it seems not needed here.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/f4gkr/PicTalk/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/ADwLsXeV2eWlHA7FOtpIOSqMBZEOzScDks5tXxQUgaJpZM4SRYHa .
File is supposed to be stored in UTF8. Do not understand the issue, but I removed it and will commit soon
2018-02-23 21:11 GMT+01:00 Sylvain AZARIAN sylvain.azarian@gmail.com:
Strange you are the only one reporting this.............. okay, to be removed !
2018-02-23 20:40 GMT+01:00 ulysse71 notifications@github.com:
decodeZ3 is crashing with the following message on ubuntu 16.04:
starting python Traceback (most recent call last): File "/home/hugot/import/PicTalk/bin/python/decodeZ3.py", line 418, in print("Starting ZMQ publisher\u2026") UnicodeEncodeError: 'ascii' codec can't encode character '\u2026' in position 22: ordinal not in range(128) python ends
Not sure about the gravity of the problem. I suggest removing the faulty characters at line 418 as it seems not needed here.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/f4gkr/PicTalk/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/ADwLsXeV2eWlHA7FOtpIOSqMBZEOzScDks5tXxQUgaJpZM4SRYHa .
It may well be an issue on my machine but I do not see why. I saw the utf-8 tag at the begining.
ok. Next commit will not contain this character, but I will push it tomorrow after the presentation at Electrolab
2018-02-23 21:14 GMT+01:00 ulysse71 notifications@github.com:
It may well be an issue on my machine but I do not see why. I saw the utf-8 tag at the begining.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/f4gkr/PicTalk/issues/17#issuecomment-368126297, or mute the thread https://github.com/notifications/unsubscribe-auth/ADwLsSTX-toYYEHDYUsr6mGQEQctJijhks5tXxwTgaJpZM4SRYHa .
Thanks. No rush. Already changed locally.
Thanks
2018-02-23 21:19 GMT+01:00 ulysse71 notifications@github.com:
Thanks. No rush. Already changed locally.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/f4gkr/PicTalk/issues/17#issuecomment-368127660, or mute the thread https://github.com/notifications/unsubscribe-auth/ADwLsVpn4ML1bmbB-jEnWP_s19l1HxqQks5tXx1dgaJpZM4SRYHa .
decodeZ3 is crashing with the following message on ubuntu 16.04:
starting python Traceback (most recent call last): File "/home/hugot/import/PicTalk/bin/python/decodeZ3.py", line 418, in
print("Starting ZMQ publisher\u2026")
UnicodeEncodeError: 'ascii' codec can't encode character '\u2026' in position 22: ordinal not in range(128)
python ends
Not sure about the gravity of the problem. I suggest removing the faulty characters at line 418 as it seems not needed here.