2021.1 - a lot of plugins failed, included built-in

Posted on
Fri Jun 18, 2021 7:41 am
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

2021.1 - a lot of plugins failed, included built-in

To start from - "plugin "Web Server 2021.1.0"

Starting plugin "Web Server 2021.1.0" (pid 34180)
Started plugin "Web Server 2021.1.0"
Web Server Starting Indigo Web Server...
Error plugin "Web Server 2021.1.0" (pid 34180) unexpectedly stopped -- restarting in 20 seconds

How to fix?

Posted on
Fri Jun 18, 2021 8:07 am
FlyingDiver offline
User avatar
Posts: 7216
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: 2021.1 - a lot of plugins failed, included built-in

What does your "Start Local Server..." panel look like?

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Fri Jun 18, 2021 11:15 am
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

Re: 2021.1 - a lot of plugins failed, included built-in

Pretty much standard.

Rest API key was created as well.
Attachments
Screenshot 2021-06-18 at 18.10.10.jpg
Screenshot 2021-06-18 at 18.10.10.jpg (313.8 KiB) Viewed 4346 times

Posted on
Fri Jun 18, 2021 12:17 pm
jay (support) offline
Site Admin
User avatar
Posts: 18219
Joined: Mar 19, 2008
Location: Austin, Texas

Re: 2021.1 - a lot of plugins failed, included built-in

Weird. Try a reboot - I wonder if there are some errant permissions.

If that doesn't work, rerun the installer and just confirm that it's from an admin account. You'll want to quit the server and client before running the installer.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Fri Jun 18, 2021 12:48 pm
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

Re: 2021.1 - a lot of plugins failed, included built-in

Reboot not helped
Reinstall not helped

Yes, it's an admin account.

Posted on
Fri Jun 18, 2021 12:57 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: 2021.1 - a lot of plugins failed, included built-in

A few questions:

Are any plugins working? If it is just some, which ones are failing so we can try to find a pattern for the failure.

What happens if you choose Plugins->Open Scripting Shell menu item?

And was Indigo 7.5 previously working okay on this same Mac (with same macOS)?

Image

Posted on
Fri Jun 18, 2021 3:33 pm
GlennNZ offline
User avatar
Posts: 1562
Joined: Dec 07, 2014
Location: Central Coast, Australia

2021.1 - a lot of plugins failed, included built-in

This Sonos post - linked back to here - is similar to what I saw with my iroomba and findfriends plug-ins.

Just a failed to start, restarting in 20 seconds message.

Turned out to be included libraries with plugins not being allowed to run. Those plugins had included OpenSSL to be backward compatible. Removing the included libraries (letting plugin use installed default) fixed the issue.

May, or may not be relevant, and probably hard to troubleshoot. But seems something is different with your system than most others.


Sent from my iPad using Tapatalk

Posted on
Sat Jun 19, 2021 4:37 am
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

Re: 2021.1 - a lot of plugins failed, included built-in

Zero issues with the 7.5

Yes, a lot of plugins are OK. Indigo Web Server, Sonos, SecuritySpy are among failed.

The shell is OK
Attachments
Screenshot 2021-06-19 at 11.36.38.png
Screenshot 2021-06-19 at 11.36.38.png (197.84 KiB) Viewed 4174 times

Posted on
Sat Jun 19, 2021 2:33 pm
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

Re: 2021.1 - a lot of plugins failed, included built-in

Could not run failed plugins in the interactive shell / pdp

Noticed the message about libcrypto. Could it be related?

macserver@MacServer MacOS % ./IndigoPluginHost -d200 -p1176 -f"Cynical SecuritySpy.indigoPlugin"
sys:1: RuntimeWarning: to-Python converter for BasePyObj already registered; second conversion method ignored.
WARNING: /Library/Application Support/Perceptive Automation/Indigo 2021.1/IndigoPluginHost.app/Contents/MacOS/./IndigoPluginHost is loading libcrypto in an unsafe way
zsh: abort ./IndigoPluginHost -d200 -p1176 -f"Cynical SecuritySpy.indigoPlugin"
Attachments
Screenshot 2021-06-19 at 21.25.27.png
Screenshot 2021-06-19 at 21.25.27.png (414.06 KiB) Viewed 4122 times

Posted on
Sat Jun 19, 2021 3:58 pm
GlennNZ offline
User avatar
Posts: 1562
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: 2021.1 - a lot of plugins failed, included built-in

Disappointing that you are having such a bad time, particularly given the reports of pretty smooth upgrades!

Clearly Matt and Jay are the experts.

Based on my limited experience it did seem that older/badly installed crypto libraries causes this crash/restart. That happened with this version (probably more robust given code-base) as opposed to older 7.5

There are a few google results
https://stackoverflow.com/questions/582 ... 6#59568846

That may be relevant - or completely barking up wrong tree.

I would be interested in what versions cryptography libraries you have installed. Basically what the issue is something other than indigo installed old version which is default.

https://stackoverflow.com/questions/201 ... on-modules

I’ll find mine and update this post.


Sent from my iPad using Tapatalk

Posted on
Sat Jun 19, 2021 4:42 pm
shapa offline
Posts: 483
Joined: Sep 08, 2014
Location: Swindon

Re: 2021.1 - a lot of plugins failed, included built-in

Brilliant!

You are totally right, python crypto libraries are the issue.

The fix was very simple.

pip uninstall cryptography
pip install cryptography

Posted on
Sat Jun 19, 2021 5:00 pm
GlennNZ offline
User avatar
Posts: 1562
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: 2021.1 - a lot of plugins failed, included built-in

Great to hear that wasn't 'barking up wrong tree' (must google where that saying comes from as sounds odd as I type this!)https://www.gingersoftware.com/content/phrases/barking-up-the-wrong-tree/

Good to hear you are back up and running given how widespread the issue was within Indigo; presumably probably had impact outside of Indigo as well I would guess. Glad fixed it.

Glenn

Posted on
Sat Jun 19, 2021 5:10 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: 2021.1 - a lot of plugins failed, included built-in

Great suggestion Glenn, thanks for helping out!

Image

Posted on
Wed Jun 30, 2021 5:14 am
michaelcreamer offline
Posts: 34
Joined: Jul 14, 2015

Re: 2021.1 - a lot of plugins failed, included built-in

It looks like I'm having the same problem:

Jun 30, 2021 at 7:01:41 AM
Reloading plugin "Web Server 2021.1.0"
Starting plugin "Web Server 2021.1.0" (pid 684)
Started plugin "Web Server 2021.1.0"
Web Server Starting Indigo Web Server...
Error plugin "Web Server 2021.1.0" (pid 684) unexpectedly stopped -- restarting in 20 seconds

I tried the solution from above (remove/reinstall cryptography) and then rebooted the server and restarted Indigo but I'm still seeing the same errors.

I reran the 2021.1 installer (after stopping the server and the client) but I'm still seeing the same errors.

Is there a way to see a more detailed error message about why the Web Server is crashing?

I'm running on 10.15.7 and v7.5 ran just fine on this server.

Posted on
Wed Jun 30, 2021 8:32 am
jay (support) offline
Site Admin
User avatar
Posts: 18219
Joined: Mar 19, 2008
Location: Austin, Texas

Re: 2021.1 - a lot of plugins failed, included built-in

Disable all plugins, then reboot the Mac (just to guarantee a clean slate). Then check Indigo again to see if the web server is running.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Who is online

Users browsing this forum: No registered users and 6 guests

cron