Plugin load error

When I installed an extension and ran the SketchUp, the toolbar of the extension wasn’t loaded.
I could find below message on the Ruby Console.

request “C:\Users\GS43VR\AppData\Roaming\SketchUp\SketchUp 2021\SketchUp\Plugins\dcs-come.rb”
Error: #<NoMethodError: undefined method `request’ for main:Object
Did you mean? require>

:in `' SketchUp:in `eval'

Does anyone has any ideas about this?
Best,

What extension did you install?

I installed the PipeModeler which we made.
It isn’t on the extension warehouse yet.

Sounds like it needs an update to work in 2021.

I moved it to the Developers Ruby API category as Box suggested. If there’s a bug, it’s in your extension not in SketchUp.

That’s not a bug that’s an error in your extension. You should move this to the developer category.

1 Like

Looks like a typo in your Ruby code.

1 Like