PySnooper: Runtime error (IronPython)
I get the following runtime error with the demo code provided in the readme:
Runtime error (MissingMemberException): 'NoneType' object has no attribute 'get'
Traceback:
line 72, in decorate, "pysnooper.py"
line 59, in get_source_from_frame, "pysnooper\tracer.py"
line 209, in trace, "pysnooper\tracer.py"
line 2, in number_to_bits, "<decorator-gen-10>"
line 20, in script
(line 20 calls the “number_to_bits” function)
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 25 (12 by maintainers)
Commits related to this issue
- Catch ValueError because IronPython raises it on bad filename #75 — committed to cool-RR/PySnooper by cool-RR 5 years ago
@runxel could you fetch the path that includes the illegal path? Like put a print statement just before the line that fails?
On Sun, Apr 28, 2019, 23:29 Lucas Becker notifications@github.com wrote: