robofont-mechanic / Mechanic

Package manager for RoboFont extensions
http://robofontmechanic.com
MIT License
26 stars 7 forks source link

u'\xdf' (germandbls) appearing somewhere #21

Open AlexChavot opened 6 years ago

AlexChavot commented 6 years ago

Hi,

For a few weeks now, Robofont Output window displays this message:

Traceback (most recent call last): File "lib/tools/notifications.pyc", line 26, in action_ File "/Users/alexchavot/Documents/Robofont/Scripts/Mechanic.roboFontExt/lib/mechanic/event_caller.py", line 15, in call_callee self.callee(pickle.loads(notification.userInfo())) File "pickle.pyc", line 1381, in loads

UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 553: ordinal not in range(128)

jackjennings commented 6 years ago

Is there a longer traceback than what you posted, by any chance? Is there a germandbls somewhere in your font info somewhere? Does this happen when Mechanic is looking for updates?

AlexChavot commented 6 years ago

Hi Jack,

Frederik told me to post this issue on GitHub.

It’s all I’ve got. There are no germandbls anywhere in my font infos. The traceback appears every time I’m using Robofont at no particular time (sometimes when I run the app and sometimes when I just come back to it). But maybe it is Mechanic searching for updates, I’m not sure.

Alex

Le 18 déc. 2017 à 19:01, Jack Jennings notifications@github.com a écrit :

Is there a longer traceback than what you posted, by any chance? Is there a germandbls somewhere in your font info somewhere? Does this happen when Mechanic is looking for updates?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jackjennings/Mechanic/issues/21#issuecomment-352507535, or mute the thread https://github.com/notifications/unsubscribe-auth/AhDWHMqbTboSbuV8SRponmQG9I8BZ3KTks5tBqiCgaJpZM4RFy3G.

www.alexchavot.fr http://www.alexchavot.fr/ alexchavot.tumblr.com http://alexchavot.tumblr.com/

a.chavot@gmail.com mailto:a.chavot@gmail.com +33 (0)6 74 76 12 39

tetris-hermetris commented 6 years ago

Hi! I see often a similar message:

Traceback (most recent call last):
  File "lib/tools/notifications.pyc", line 26, in action_
  File "/Users/max/Library/Application Support/RoboFont/plugins/Mechanic.roboFontExt/lib/mechanic/event_caller.py", line 15, in call_callee
    self.callee(pickle.loads(notification.userInfo()))
  File "pickle.pyc", line 1381, in loads

UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 553: ordinal not in range(128)
Traceback (most recent call last):
  File "lib/tools/notifications.pyc", line 26, in action_
  File "/Users/max/Library/Application Support/RoboFont/plugins/Mechanic.roboFontExt/lib/mechanic/event_caller.py", line 15, in call_callee
    self.callee(pickle.loads(notification.userInfo()))
  File "pickle.pyc", line 1381, in loads

UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 553: ordinal not in range(128)

And i too can't find a logic in what kind of situations it's appear