I’m getting the following error when using Get Queue Item activity:
Get Queue Item: Error while copying content to a stream.
Could anyone help to avoid this error?
I’m getting the following error when using Get Queue Item activity:
Get Queue Item: Error while copying content to a stream.
Could anyone help to avoid this error?
Welcome to the community
try to update the system activities package and check..mostly that should resolve
cheers
Hi @ak.aarti
By any chance, is the queue data you are trying to get is too large?
Hi @ak.aarti
welcome to UiPath:
This error usually occurs when a corrupted or very large queue Item content cannot be read
try to clearing or recreating the faulty queue item, avoiding oversized JSON payloads, validating that SpecificContent is serializable, or you can try using Get Transaction Item instead of Get Queue Item when possible.
If helpful, mark as solution. Happy automation with UiPath
If you are using the UiPath.System.Activities package 25.12.1 then there is a bug which causing this behavior.
Upgrade to package version 25.12.2 and this should work.
Can you confirm the version ?
Thanks for the guidance! After updating the package to the latest version, everything is working fine now.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.