Hi,
i’m trying to get emails from an gmail account.
It seems all correct but the response is only :
GmailMessage[1] { GmailMessage ! < NotSupportedException> … }
What could be the problem? In another vm works correctly (same settings).
Hi,
i’m trying to get emails from an gmail account.
It seems all correct but the response is only :
GmailMessage[1] { GmailMessage ! < NotSupportedException> … }
What could be the problem? In another vm works correctly (same settings).
Hello @Fabrizio_Ortotti,
Are you using the activity from package UiPath.Mail.Activities 1.18.1?
Like this:
If so, the first time you run the bot you need to log in manually to the gmail account, this may explain your problem.
Please let me know if it worked.
Regards
i’m using
from package
.
There is the possibility to relog manually again ?
Yes @Fabrizio_Ortotti, I believe the solution to the problem may be same.
Try log in mannualy to the VM and let me know if it works
Regards
@Fabrizio_Ortotti
Check the Configure scopes, select the mail.google.com/ otherwise select all mail related scope and try it
Same problem.
There is the response but the response is :
GmailMessage[1] { GmailMessage ! < NotSupportedException> … }
Did you manage to do the login again?
Can you try with the updated package as I showed it to you @Fabrizio_Ortotti ?!
Regards
I have the last version for c#.
Same problem
From documentation:
NotSupportedException
The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
So the problem seems to be with get mail messages.
I have tried and some mails get read others not.
Could someone help me ?