I can't understand this massage 'Get IMAP Mail Messages: emporarily unavailable'

I’m trying to make waiting a new mail activities.
Last week I succeed using by Get IMAP Activity
But today early morning it stopped with this massage.
It was about 90 mins after starting this process

I can find out the meaning of ‘emporarily’ in Google
Is there any body understanding this error message?

Thanks for reading this!

===============

21.10.5+Branch.support-v21.10.Sha.369f46199a0fa6287d86ab2534b6896019db01bc

소스(Source) : Get IMAP Mail Messages

메시지(Message) : emporarily unavailable… Please try again later.

예외 형식: MailKit.Security.AuthenticationException

RemoteException wrapping MailKit.Security.AuthenticationException: emporarily unavailable… Please try again later.
위치: UiPath.Mail.Activities.GetMailActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
위치: System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
위치: System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

1 Like

Hey @Jihwan

It looks like the authentication got failed.

Kindly make sure the props used like Server, Port & Credentials are valid

There is a high chance like the details may have changed or the creds may have expired something like that.

Hope this helps

Thanks
#nK

1 Like

I understand!!
I think I need more cases about there kind of error situation!!
It will be very helpful to find out the origin of this error!!

Thanks a lot!!

1 Like

Hi

Try upgrading the mail package and run once again

Go to studio → Design tab → manage packages → project dependencies → update mail package and give a try

Cheers @Jihwan

1 Like

Thanks!!! I will try!!!

I solved this problem
using by Retry Scope!!

May it origin from the Naver Mail Server’s Setting.

At first I set Get IMPA mail without any delay time
It crushed sooner!
After setting delay time about 10~30 sec
It crushed somtimes.

Finally I set retry scope with the delay time about 10sec
Never crushed!!!

Anyway thanks for all reading this~~ ^^

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.