Runtime error (IronPython)
See original GitHub issueI 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)
Issue Analytics
- State:
- Created 4 years ago
- Comments:25 (12 by maintainers)
Top Results From Across the Web
8. Errors and Exceptions — IronPython 2.7.2b1 documentation
Errors detected during execution are called exceptions and are not unconditionally fatal: ... Handling run-time error: integer division or modulo by zero ......
Read more >IronPython.Runtime.Exceptions.ImportException - No module ...
Evidently, from my searches, "not expecting type '<type 'bytes'>'" is a result of an incompatibility with the requests module and IronPython.
Read more >Cannot resolve error "IronPython.Runtime.Exceptions ...
Hello Community, i am trying to create a script to load data from excel into spotfire. MY server currently does not have any...
Read more >IronPython.Runtime.Exceptions.ImportExceptions: No module ...
NET which sends to call the Software - Autodesk Revit, it happens that when it is starting it sends me the Error 'IronPython.Runtime....
Read more >IronPython.Runtime.Exceptions.ImportException: No module ...
Trying to import the os.path Python module in Spotfire fails with the error -IronPython.Runtime.Exceptions.ImportException: No module named ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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:
Awesome, this was a fun bug 😃
There should also be an open bug on IronPython for raising
ValueError
, but I’m gonna let the universe handle that one 😄On Tue, Apr 30, 2019 at 8:36 PM Lucas Becker notifications@github.com wrote: