Search found 64 matches

by Vitae
Sat Sep 08, 2018 4:21 am
Forum: iMacros for Firefox
Topic: Firefox ESR updated and can't install old iMacros now
Replies: 1
Views: 2524

Re: Firefox ESR updated and can't install old iMacros now

Ok, here's a fix of sorts. Go here: https://ftp.mozilla.org/pub/firefox/releases/52.9.0esr/ That's the latest version before the current ESR one. Install whichever one you need. Me, I needed https://ftp.mozilla.org/pub/firefox/releases/52.9.0esr/win64/en-US/ Set it so that this will NEVER update by ...
by Vitae
Sat Sep 08, 2018 3:44 am
Forum: iMacros for Firefox
Topic: Firefox ESR updated and can't install old iMacros now
Replies: 1
Views: 2524

Firefox ESR updated and can't install old iMacros now

Well, for a while now, I was using Firefox ESR and for some reason the latest update won't allow installing imacros_for_firefox-8.9.7-fx.xpi anymore. So, pretty much screwed now because none of my scripts work. Most of have EVENTS and others have CSV's. Top it off you can only have 50 lines of code ...
by Vitae
Tue May 05, 2015 3:40 pm
Forum: iMacros for Firefox
Topic: How to read specific CSV columns {{solved}}
Replies: 10
Views: 9765

Re: How to read specific CSV columns

Necro'ing an old post FireFox 37.0.2 iMacros 8.9.2 Is it me, or does sometimes iMacros not know when it reaches the blank cell? I have another script that does some automatic contest entries and all I need to do is go to the web page, enter my name and password. There's currently 21 entries, and sin...
by Vitae
Fri Oct 31, 2014 12:58 pm
Forum: iMacros for Chrome
Topic: Devs: Fix your manifest.json file
Replies: 0
Views: 23778

Devs: Fix your manifest.json file

Why on earth is the "View Website" directing people to your alertfox site rather than the imacros site?

"description": "Automate your web browser. Record and replay repetitious work",
"homepage_url": "http://alertfox.com",
by Vitae
Sat Aug 16, 2014 2:43 pm
Forum: iMacros for Firefox
Topic: Error code: -1001
Replies: 14
Views: 15908

Re: Error code: -1001

Well, that's certainly interesting news! :)
I am a bit confused tho as to if you are talking about the .iim files or actually the .csv (excel) files.
My errors were with the .iim files
by Vitae
Fri Aug 15, 2014 1:27 am
Forum: iMacros for Firefox
Topic: Error code: -1001
Replies: 14
Views: 15908

Re: Error code: -1001

I just stopped using notepad or wordpad for editing my scripts.
If I get the error, i open the script up in which ever one of them is correct, and paste it into the opened file in firefox and save it that way.
by Vitae
Thu Aug 14, 2014 5:40 am
Forum: iMacros for Firefox
Topic: Error code: -1001
Replies: 14
Views: 15908

Re: Error code: -1001

CVS + Chrome = crap outta luck
Unless you install that added thing. I removed it because it was taking 90% of my CPU power.
Make sure also that you have the directories pointing to the right area. I know in a few profiles for some unknown reason it was looking at the wrong location.
by Vitae
Sun Jul 13, 2014 10:00 pm
Forum: iMacros for Firefox
Topic: Error code: -1001
Replies: 14
Views: 15908

Re: Error code: -1001

Not exactly the same as mine. His is with a CSV. Mine is just a plain old macro that clicks around. And already know reinstalling iMacros didn't help. I'll just go about converting all my macros with notepad and change my "Open with" settings to notepad :) There IS one annoying aspect of t...
by Vitae
Sat Jul 12, 2014 10:29 pm
Forum: iMacros for Firefox
Topic: Error code: -1001
Replies: 14
Views: 15908

Re: Error code: -1001

Yeah, was thinking I'd just wind up doing that.
Still don't understand why the same macro is fine on certain profiles and nonfunctional on others. Aw well :?
by Vitae
Fri Jul 11, 2014 5:22 pm
Forum: iMacros for Firefox
Topic: Error code: -1001
Replies: 14
Views: 15908

Error code: -1001

Windows 7 64-Bit Firefox 30.0 iMacros for Firefox 8.8.2 I have multiple FireFox profiles, and I'm just now running into the following error: Error: Component returned failure code: 0x80500001 [nsIConverterInputStream.init] (Error code: -1001) I run the same macros on the profiles, and on a few profi...
by Vitae
Thu Jun 12, 2014 4:46 pm
Forum: iMacros for Firefox
Topic: How to read specific CSV columns {{solved}}
Replies: 10
Views: 9765

Re: How to read specific CSV columns {{solved}}

Even neater is: SET !VAR2 {{!LOOP}} ADD !VAR2 -1 SET !VAR1 EVAL("var s=\"{{!COLn}}\";if(s==\"\"){MacroError(\"End of Column reached. ({{!VAR2}} Rows)\");}") http://treasure.diylol.com/uploads/post/image/519883/resized_bill-murray-meme-generator-you-da-man-955...
by Vitae
Thu Jun 12, 2014 1:23 am
Forum: iMacros for Firefox
Topic: How to read specific CSV columns {{solved}}
Replies: 10
Views: 9765

Re: How to read specific CSV columns {{solved}}

Ok, as a follow up question: Other than remembering, or having file with the # loops per column, how/can I have it abort (or even error out) once it hits an empty cell? Quick snippet of the CSV file: 83 167 820 170 159 1385 821 1385 1387 The 1st 4 columns are really 16 rows, then the next 3 are 15, ...
by Vitae
Thu Jun 12, 2014 12:05 am
Forum: iMacros for Firefox
Topic: How to read specific CSV columns {{solved}}
Replies: 10
Views: 9765

Re: How to read specific CSV columns {{solved}}

And you know that you could even have the 3 Runs of your Macro using the Data from your .CSV File Column by Column using only one Macro using some Techniques I've described in the Thread I mentioned earlier, hum it was another Thread, so I better mention it again, by computing a "0" for &...
by Vitae
Wed Jun 11, 2014 11:05 pm
Forum: iMacros for Firefox
Topic: How to read specific CSV columns {{solved}}
Replies: 10
Views: 9765

Re: How to read specific CSV columns

chivracq, I actually wrote this post hoping that you'd answer :) "Latest FireFox and Latest iMacros on FF" is always a bit vague as there are always 3 current "latest" FF Versions and often 2 latest Version for iMacros and that Info anyway won't mean much anymore to sbd reading t...
by Vitae
Wed Jun 11, 2014 5:24 pm
Forum: iMacros for Firefox
Topic: How to read specific CSV columns {{solved}}
Replies: 10
Views: 9765

How to read specific CSV columns {{solved}}

Latest FireFox and Latest iMacros on FF I'm sure I'm missing something obvious here. What I'm looking to do should be doable without having to get the "Scripting Interface" or JS or some batch file or Windows timer or whatever extra thing might be thought of. I like to keep my macros short...