Ghawken / iMessagePlugin

IndigoPlugin for iMessage sending and parsing. Allows Indigo to react and response to any iMessage received and allows question/answers to users from Indigo via iMsg.
3 stars 0 forks source link

0.6.2 -> 0.7.12 on 10.13 (High Sierra) #13

Closed whmoorejr closed 9 months ago

whmoorejr commented 9 months ago

Mojave bricked a few things.... so I have never upgraded my indigo machine. It's a dedicated MacMini just for indigo. Just did a bunch of plugin updates including iMessage. iMessage plugin will no longer start...

Reloading plugin "iMessage Plugin 0.7.12" using API v3.0.0 Starting plugin "iMessage Plugin 0.7.12" (pid 4230) iMessage Plugin Error Error in plugin execution InitializeMain:

File "plugin.py", line 26, in File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/Plugins/iMessage.indigoPlugin/Contents/Server Plugin/openai/init.py", line 9, in File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/Plugins/iMessage.indigoPlugin/Contents/Server Plugin/openai/api_resources/init.py", line 1, in File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/Plugins/iMessage.indigoPlugin/Contents/Server Plugin/openai/api_resources/audio.py", line 4, in File "/Library/Application Support/Perceptive Automation/Indigo 2022.2/Plugins/iMessage.indigoPlugin/Contents/Server Plugin/openai/api_requestor.py", line 21, in type: No module named 'aiohttp'

Stopping plugin "iMessage Plugin 0.7.12" (pid 4230) Stopped plugin "iMessage Plugin 0.7.12"

Let me know if there is anything I can do to troubleshoot. If it is an OS issue, I don't have a problem with reverting to a previous stable version... 0.6.2 seemed to work fine for me. Let me know if I need to roll back to that. (Side note / question) I think to run a previous version of a plugin, you have to shut down the server, delete the newer version from the Plugins folder. Restart the server and then install the older plugin, correct?

Ghawken commented 9 months ago

Hopefully a simple fix. aiohttp became a requirement with later version. (few forum posts about)

https://forums.indigodomo.com/viewtopic.php?f=297&t=27646#p222181 https://forums.indigodomo.com/viewtopic.php?f=297&t=27624 https://forums.indigodomo.com/viewtopic.php?f=297&t=21520&start=45#p222172

Need to run

pip3 install aiohttp

in a terminal window. Hopefully pip3 is pointing to your indigo python install - issues arise with multiple versions .

whmoorejr commented 9 months ago

Yes, easy fix. It worked and it looks like iMessage is back running. Sorry I missed the other forum posts on it. Respectfully,

Bill Moore @.*** 832-294-3096

On Dec 23, 2023, at 2:42 PM, Ghawken @.***> wrote:

Hopefully a simple fix. aiohttp became a requirement with later version. (few forum posts about)

Need to run

pip3 install aiohttp

in a terminal window. Hopefully pip3 is pointing to your indigo python install - issues arise with multiple versions .

— Reply to this email directly, view it on GitHub https://github.com/Ghawken/iMessagePlugin/issues/13#issuecomment-1868367062, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF2IS3TL67LA5PNPJL5CRDTYK463RAVCNFSM6AAAAABBA5I4FSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRYGM3DOMBWGI. You are receiving this because you authored the thread.