#341 ✓fixed
Virgil Dupras

Crash on unknown async method

Reported by Virgil Dupras | July 18th, 2012 @ 04:22 PM

I've been receiving these crashes lately:

Traceback (most recent call last):
  File "threading.pyc", line 713, in _bootstrap
  File "threading.pyc", line 753, in _bootstrap_inner
  File "traceback.pyc", line 269, in format_exc
  File "traceback.pyc", line 186, in format_exception
  File "traceback.pyc", line 75, in format_tb
  File "traceback.pyc", line 100, in extract_tb
  File "linecache.pyc", line 15, in getline
  File "linecache.pyc", line 41, in getlines
  File "linecache.pyc", line 127, in updatecache
  File "codecs.pyc", line 300, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf9 in position 
4: invalid start byte

I think that they're related to currency fetching. I'm guessing that a unhandled error is mishandled by the thread or something like that. I should try to catch all exception in the async currency fetcher and log a warning for the unknown exception caught.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Shared Ticket Bins

People watching this ticket

Tags

Pages