Search found 9 matches

by talz13
Fri Mar 13, 2009 11:52 am
Forum: iMacros for Firefox
Topic: iMacros continues to ask to be reinstalled
Replies: 10
Views: 6314

Re: iMacros continues to ask to be reinstalled

I managed to get it working in my VM by uninstalling 6.1.1.4 and 6.2.0.2 (separately, they weren't installed at the same time), removing all the iMacros folders I could find, and installing 6.0.7.6. After that, I navigated to my homepage in firefox (which is a simple delayed redirect to my local mac...
by talz13
Wed Mar 11, 2009 2:41 pm
Forum: iMacros for Firefox
Topic: iMacros continues to ask to be reinstalled
Replies: 10
Views: 6314

Re: iMacros continues to ask to be reinstalled

In my instance, I just installed the beta 6.2.0.2 from the iOpus site, ran nsiMacros.js through a javascript tidy to get a version that would provide more info than the fact that there was an error on the one line that the entire script is on in the original. Here's what I found after that on the fi...
by talz13
Sun Feb 22, 2009 11:51 pm
Forum: iMacros for Firefox
Topic: iMacros continues to ask to be reinstalled
Replies: 10
Views: 6314

Re: iMacros continues to ask to be reinstalled

I just tried it right now, and that macro DOES ask to install iMacros when clicked... It throws the following error in firefox's error console: Error: invalid 'in' operand this.whiteList Source File: file:///home/scraping/.mozilla/firefox/zfl25y8u.scraping/extensions/%7B81BF1D23-5F17-408D-AC6B-BD6DF...
by talz13
Wed Feb 18, 2009 1:41 pm
Forum: iMacros for Firefox
Topic: iMacros continues to ask to be reinstalled
Replies: 10
Views: 6314

Re: iMacros continues to ask to be reinstalled

I've been having the same issue (or very similar, at least) for some time now. I have a page that is set up to redirect to a local macro: <html> <head> <META HTTP-EQUIV="Refresh" CONTENT="5; URL=http://run.imacros.net/?m=myMacro.js"> </head> </html> that works perfectly fine on m...
by talz13
Sun Feb 15, 2009 1:57 pm
Forum: iMacros for Firefox
Topic: Can't add allowed site on Shared Scripts tab of options page
Replies: 0
Views: 1174

Can't add allowed site on Shared Scripts tab of options page

I'm on firefox 3.0.5, iMacros 6.1.1.4, ubuntu 8.10 x86, and I cannot add a site to the allowed sites list on the Shared Scripts tab of iMacros. Firefox's error console tells me: Error: this.whiteList is null Source File: file:///home/scraping/.mozilla/firefox/zfl25y8u.scraping/extensions/%7B81BF1D23...
by talz13
Tue Dec 16, 2008 8:23 pm
Forum: iMacros for Firefox
Topic: iMacros not working with redirect
Replies: 4
Views: 4562

Re: iMacros not working with redirect

Any idea why running a macro from a timed redirect page doesn't work in my virtual machine while it works fine elsewhere?
by talz13
Sun Dec 14, 2008 11:45 pm
Forum: iMacros for Firefox
Topic: iMacros not working with redirect
Replies: 4
Views: 4562

Re: iMacros not working with redirect

Well, that's the issue. I made a page that does a redirect after 5 seconds to my macro. So, upon loading, it waits 5 seconds before calling it. Even if I wait for the browser to load, go to a few pages, run a macro or two from the sidebar, if I click the home button and let it redirect me, it will f...
by talz13
Sun Dec 14, 2008 2:50 pm
Forum: iMacros for Firefox
Topic: iMacros not working with redirect
Replies: 4
Views: 4562

iMacros not working with redirect

I just set up a VM yesterday to run my imacros scrips and keep them contained in a window of its own (annoying having windows popping up over what I'm doing while it's running). I am using ubuntu 8.10 x86 on virtualbox 2.0.6 with firefox 3.0.4 and imacros for firefox version 6.1.1.0 (previously and ...
by talz13
Mon Dec 01, 2008 7:00 pm
Forum: How-To's and useful iMacros: All other topics
Topic: Using iMacros with JAVA (via the Jawin package) in Eclipse
Replies: 13
Views: 176379

Re: Using iMacros with JAVA (via the Jawin package) in Eclipse

Is there any way to use full java scripting under linux? Jawin is only for windows as far as I can see. I found j-interop on google, but don't know if that can take the place of jawin.