Imacros script error - driving me mad please help!

elmoisred

Junior Member
Joined
Jun 6, 2011
Messages
136
Reaction score
72
Hi guys, i'm trying to make my first bot but am being driven mad with this error;
NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref], line 3 (Error code: -1001)

The coding causing the error is;

VERSION BUILD=8810214 RECORDER=FX
TAB T=1
SET !DATASOURCE C:\firstbotinfo2.csv
SET !DATASOURCE_COLUMNS 2
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=https://google.com/

Please help, its driving me crazy and I cant find the solution :(
 
Some issue with your CSV file perhaps? Haven't played with IMacros in a while so don't remember much about it, but the error msg says line 3 and that's where you're reading the CSV file.
 
Back
Top