Error with RINT

We can’t tell because:

:wink:

The part you cut off is the part that shows where in your code the exception was raised. The last few lines only show function calls that are internal to the libraries you’re using. We’d need to see the earlier lines to know which line in your code the exception is coming from. See 8. Errors and Exceptions — Python 3.12.5 documentation for more details on how exception tracebacks are formatted.

Can you post the entire exception traceback (as formatted text)?