Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

TypeError: __repr__ returned non-string (type NoneType)

Open chad-yao opened this issue 10 months ago • 2 comments
trafficstars

Following Interactive Information Access and Debugging

Info about ipdb:

pip show ipdb Name: ipdb Version: 0.13.13

     16 import ipdb
     17 
---> 18 ipdb.set_trace()

ipdb> scene
*** TypeError: __repr__ returned non-string (type NoneType)

chad-yao avatar Dec 26 '24 04:12 chad-yao