Uploading queue items to queue

Hi. I have two strange issues regarding queue items in Orchestrator
.

  1. I am uploading queue items manually from a CSV file. Orchestrator reads the file fine, and I get a confirmation message saying that the csv file was parsed and and the correct number of files found and added. But, when the message is closed, there are no items in the queue. What can cause this to happen. It used to work fine, but without my changing anything this problem has come up?

  2. When I got the queue items uploaded (eariler), I used one value to search a website. The website was opened, the value entered in, a search was done, and the result extracted. Very simple, worked perfectly apart for the robot to wait around 30 seconds before entering the value every time apart from the first.

The first time the website was opened everything happened very fast, but the second, third and so on, there was a 30 second waiting time after the field on the website was ready to accept the entry.

I have no settings allowing for waiting time.

Any suggestions for these two issues?

@Evert_Randers

  1. If you have added any schema try checking if it is matching…ideally it throws error…apart from that if unique ref is turned on then same ref wont be uploded…also when you upload …try uploading a single item and check if it works

  2. This can be because of network latency as well…but if its persistently happening then is it a dynamic website when page loads very long and you are waiting for complete?..also it is worth including few more details in selectors which might be static as it works more like filter to filter out and then tries to access the target selector…so try increasing the selector attributes to make it more close

Hope this helps

Cheers

1 Like

Hi,

Yes, it helped at lot.

Thanks!

1 Like