UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 185: ordinal not in range(128)
- Dominant language
- Python
- Stars
- 1.6k
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
```
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)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in lib/python2.7/site-packages/site-packages/wdb/ui.py at do_eval, line 498, where the traceback shows the failure. Reproduce the reported UnicodeDecodeError through the evaluation flow and inspect the values combined at that point. Done when the reported path handles the shown non-ASCII input without raising the decoding error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100