hannesrauhe / lunchinator

Tool to call colleagues for lunch
Other
1 stars 0 forks source link

Error receiving file (Avatar...) #272

Open hannesrauhe opened 9 years ago

hannesrauhe commented 9 years ago
2014-09-26 08:34:50,845 - ERROR - lunchinator.Core - Error receiving
Traceback (most recent call last):
  File "C:\Users\lunchinator\lunchinator-dev\lunchinator\build\lunchinator\out00-PYZ.pyz\lunchinator.datathread.dt_qthread", line 72, in run
  File "C:\Users\lunchinator\lunchinator-dev\lunchinator\build\lunchinator\out00-PYZ.pyz\lunchinator.datathread.base", line 550, in performReceive
AttributeError: 'thread.lock' object has no attribute 'lock'
2014-09-26 08:34:50,845 - ERROR - lunchinator.Core - Error receiving file (AttributeError: 'thread.lock' object has no attribute 'lock')

Pops up more than once....

entropia1 commented 9 years ago

The two implementations have separate mutexes now. I suppose that's the safest solution. Sometimes I see avatars being transferred multiple times on CLI; not really reproducible deterministically. Maybe some thread safety issue?

hannesrauhe commented 9 years ago

I've seen that as well...It doesn't really hurt, right?