Better Email Change Mail Password

ckeyes888
Posts: 2438
Joined: Thu Nov 26, 2009 2:41 pm
Location: Kalispell, MT

Better Email Change Mail Password

Post by ckeyes888 »

Had to change the password I was using for my Better Email plugin and now it’s erroring out
and won’t allow me to open the configure to change it.
Tried the device settings menu on the device as well and it won’t open there either.
Seems completely locked up. Is there some way to disable it and be able to make the password change?

Thanks,

Carl
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Better Email Change Mail Password

Post by FlyingDiver »

Post the errors from the log.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
ckeyes888
Posts: 2438
Joined: Thu Nov 26, 2009 2:41 pm
Location: Kalispell, MT

Re: Better Email Change Mail Password

Post by ckeyes888 »

Code: Select all

2019-08-03 00:14:42.396	Better Email Error	Better Email Setup: SMTP server connection error: (535, '5.7.8 Username and Password not accepted. Learn more at\n5.7.8  https://support.google.com/mail/?p=BadCredentials n140sm78677234pfd.132 - gsmtp')

Code: Select all

gin1() caught exception: PacketTargetNotConnectedError -- plugin Better Email is not enabled
   Error (client)                  getXmlFromPlugin() caught exception: PacketTargetNotConnectedError -- plugin Better Email is not enabled
   Error (client)                  runConfigDialog() caught exception: NSInvalidArgumentException -- *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
  


Thanks,

Carl
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Better Email Change Mail Password

Post by FlyingDiver »

Does the Indigo client lock up totally, or just the plugin? Can you use the Menu command to clear all the queues?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Better Email Change Mail Password

Post by FlyingDiver »

Is "Better Email Setup" the name of your SMTP server device?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
ckeyes888
Posts: 2438
Joined: Thu Nov 26, 2009 2:41 pm
Location: Kalispell, MT

Re: Better Email Change Mail Password

Post by ckeyes888 »

The server is very sluggish and I'm not able to open the BE device to edit it.

Here's another error log section.

Code: Select all

Better Email Error              Better Email IMAP: Error connecting to IMAP server: IMAP4 protocol error: socket error: <type 'exceptions.IOError'> - Too many read 0
   Better Email Error              exception in deviceStartComm(Better Email IMAP): IMAP4 protocol error: socket error: <type 'exceptions.IOError'> - Too many read 0
   Error (client)                  received unexpected packet response CalcDeviceFunc (waiting for )
   Error (client)                  received unexpected packet response UiGetValues2 (waiting for )
   Error (client)                  received unexpected packet response CallPluginFunc (waiting for )
   Error (client)                  received unexpected packet response UiGetValues2 (waiting for )
   Error (client)                  received unexpected packet response CallPluginFunc (waiting for )
   Error (client)                  received unexpected packet response CalcDeviceFunc (waiting for )
   Error (client)                  received unexpected packet response UiGetValues2 (waiting for )
   Error (client)                  received unexpected packet response CallPluginFunc (waiting for )
   Error (client)                  received unexpected packet response UiGetValues2 (waiting for )
   Error (client)                  received unexpected packet response CallPluginFunc (waiting for )
   Error (client)                  received unexp
Thanks,

Carl
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Better Email Change Mail Password

Post by FlyingDiver »

Are you able to use the "Clear All Email Queues" menu item in the plugins->Better Email menu?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Better Email Change Mail Password

Post by FlyingDiver »

Have you actually restarted the plugin? I think it's stuck because there's an email it's trying to send, and it's can't. Restarting the plugin should clear that email from the queue so it won't get stuck. You need to make sure there's nothing else going on that would try to send an email while you're fixing the password.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
ckeyes888
Posts: 2438
Joined: Thu Nov 26, 2009 2:41 pm
Location: Kalispell, MT

Re: Better Email Change Mail Password

Post by ckeyes888 »

I have restarted the plugin a number of times, cleared the email que and restarted the Indigo server.
I was just now able to edit the device settings to change the password but the BE device still shows “failure”.

I checked the other gmail settings and all seems the same. No idea what’s happening.

edit: It’s been so long since I set this up I don’t remember why I have 2 BE devices.
Are two required?



Thanks,

Carl
Attachments
2FC44D32-7070-43BF-B742-ED6B4A98055B.jpeg
2FC44D32-7070-43BF-B742-ED6B4A98055B.jpeg (35.17 KiB) Viewed 3970 times
Last edited by ckeyes888 on Sat Aug 03, 2019 8:23 pm, edited 1 time in total.
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Better Email Change Mail Password

Post by FlyingDiver »

Can you enable debug level logging? I have no idea why it's getting stuck where it is after a restart.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
ckeyes888
Posts: 2438
Joined: Thu Nov 26, 2009 2:41 pm
Location: Kalispell, MT

Re: Better Email Change Mail Password

Post by ckeyes888 »

No, can’t enable debugging. Very locked up again.

Carl
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Better Email Change Mail Password

Post by FlyingDiver »

Stop the plugin and edit the preferences file by hand. Set the log level to 10. If you're running 7.3, it's at:

/Library/Application Support/Perceptive Automation/Indigo 7.3/Preferences/Plugins/com.flyingdiver.indigoplugin.betteremail.indiPref
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Better Email Change Mail Password

Post by FlyingDiver »

ckeyes888 wrote: edit: It’s been so long since I set this up I don’t remember why I have 2 BE devices.
If they're both of type SMTP, then no. You only need one SMTP device per sending account. And an IMAP or POP device to receive emails.

I would definitely delete one of them.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
ckeyes888
Posts: 2438
Joined: Thu Nov 26, 2009 2:41 pm
Location: Kalispell, MT

Re: Better Email Change Mail Password

Post by ckeyes888 »

I set the the pref file and see this in the log:

Started plugin "Better Email 7.2.4"
Better Email Starting Better Email
Better Email Debug Better Email IMAP: Starting device (imapAccount)
Better Email Debug Better Email IMAP: Creating IMAP Server
Better Email Debug Better Email IMAP: Using IMAP IDLE
Better Email Debug Better Email IMAP: Doing connect using encryptionType = SSL

Also deleted one of the BE devices but nothing has changed.

Thanks,

Carl
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Better Email Change Mail Password

Post by FlyingDiver »

That's all? Nothing after that? That doesn't even show the SMTP device starting up.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Post Reply

Return to “Better Email”