Invalid path error

I get this error:

And then my uipaht shutsdown.

Please help. How can i fix this?

Hey @stefB - the path of the file that UiPath is trying to access is too long. Try moving this file to a different location and change the reference to that file. The length of the path exceeds 260 characters which might be why this is failing

Hi, where can i find this reference

Do you perhaps know where it is being used from? Possibly an installed package?

How can I change reference Please help me

Move the file to a location with less characters in the file path

Try saving half of the path in a variable. Maybe that helps.

like: filepath + “\…\…”

If that doesn’t work move the file to another location.

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