Error: Object reference not set to an instance of an obejct

Hi All

I published a package on our own remote server, and it works well for everyone who have access to it, except one of my colleague

Everytime when click the run in her robot, it will pop up a window automatically said object reference is not set to an instance of an object.

And I have tested, it didnt even go into the code, it just pop up this window directly every time.

Any idea what possible problem this could be ??

Thanks

@jingwang0222- By any chance did you see event viewer if any details about error is logged? Please check if any path/file is being used in process and that is not being available for one of your colleague

1 Like

Hi Thanks for your reply

I got some log from uipath:
{“message”:“Assign : Object reference not set to an instance of an object.”,“level”:“Error”

that’s all error message I got…But still, it works on others but not his colleague…weird…

Object reference not set to an instance of an object . Null reference errors are responsible for a good percentage of all application bugs. They are usually very simple problems caused by not adding additional logic to ensure that objects have valid values before using them.

So probably adding more logs before start of process/step where it fails would give you more details.

1 Like

Problem solved!
Different users has their own account folder which includes uipath packages inside, the one account who has this error because her account’s uipath activities folder dont have enough activities. So i just copy and paste mine activities folder and replace hers, done.

Thanks for everyone’s help!

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