robocorp / rpaframework

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python
https://www.rpaframework.org/
Apache License 2.0
1.08k stars 210 forks source link

Possible Bug - RPA.Email.Exchange - Occasional - Incorrect Attachments #879

Open csello-landsure opened 1 year ago

csello-landsure commented 1 year ago

I think there may be a bug in RPA.Email.Exchange.List Messages

Specifically, sometimes the metadata for the attachments is wrong. Sometimes it is reported that an email has two attachments when it only has one. The attached screenshot illustrates this - one of the attachments reported is from a different email.

image

This behaviour is occasional. Sometimes the metadata is correct, but sometimes it is not. I have not been able to tell what causes the incorrect behaviour.

For reasons of security I can't provide a log (yes, I understand that makes this difficult to debug). If there is an element of the log I can extract for the team, please ask and I will try to get it for you.

mikahanninen commented 1 year ago

Hi @csello-landsure . Thank you for the report! It seems like a peculiar case, which requires more investigation and we most likely need to replicate the issue before making any fix.

I will look into this during the following week.