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
Runtime error (TypeErrorException): expected string, got NoneType
Traceback:
line 37, in isfile, "C:\Program Files\Rhino 7\Plug-ins\IronPython\Lib\genericpath.py"
line 147, in checkTheInputs, "<string>"
line 483, in script
How do I solve this problem?
The text was updated successfully, but these errors were encountered:
I replace the line 147 rhinoDocPath = rc.RhinoDoc.ActiveDoc.Path
by rhinoDocPath = ghenv.Component.OnPingDocument().FilePath
since I usually save .gh only. It works.
Followd the steps in wiki, but got an error
How do I solve this problem?
The text was updated successfully, but these errors were encountered: