You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "./show_error.py", line 10, in <module>
co.send(None)
File "lupa/_lupa.pyx", line 876, in lupa._lupa._LuaThread.send
File "lupa/_lupa.pyx", line 941, in lupa._lupa.resume_lua_thread
File "lupa/_lupa.pyx", line 1268, in lupa._lupa.raise_lua_error
lupa._lupa.LuaError
As you can see, the Python error (ValueError: invalid literal for int() with base 10: 'Hello') is not shown in the traceback. This makes larger code really hard to debug.
The text was updated successfully, but these errors were encountered:
If you use coroutines, lupa will not show a Python error. Here a code to reproduce:
This produces the following traceback:
As you can see, the Python error (ValueError: invalid literal for int() with base 10: 'Hello') is not shown in the traceback. This makes larger code really hard to debug.
The text was updated successfully, but these errors were encountered: