Kozea / wdb

An improbable web debugger through WebSockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 185: ordinal not in range(128)

prateekmadhikar opened this issue · comments

Traceback (most recent call last):
  File "/Users/prtk/.../lib/python2.7/site-packages/site-packages/wdb/ui.py", line 193, in loop
    stop = self.interact()
  File "/Users/prtk/.../lib/python2.7/site-packages/wdb/ui.py", line 240, in interact
    rv = fun(data)
  File "/Users/prtk/.../lib/python2.7/site-packages/wdb/ui.py", line 498, in do_eval
    result = self.db.hooked + '\n' + rv
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 185: ordinal not in range(128)