[METHOD] Oops! Something went wrong. You are closing the popUp too fast.

rajeshkumar1190

Junior Member
Joined
Jul 28, 2011
Messages
191
Reaction score
59
Hi

Are you getting "Oops! Something went wrong. You are closing the popUp too fast." error when using imacros script in firefox to earn Addmefast points. By using random wait seconds this error can be avoided. To do this
find this line in your imacros script

Code:
WAIT SECONDS=2

and replace it with

Code:
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*2.11 + 5.99); randomNumber;")
WAIT SECONDS={{!VAR1}}

I used this with RushingWind's script(http://www.blackhatworld.com/blackh...s-imacros-1000-points-1-hr-never-crashes.html). Worked for me without any issues. Hope it will work for everyone.
 
Last edited:
This can be used in all scripts including rushingwind's script. So everyone can find this and write own script with imacros.
 
Well, i dont understand the "you are closing the popUp too fast" thing in theory. I tried YT likes manually, sometimes waiting more then 20 seconds before i close the popUp (RW said addmefast is closing the popup after 24 seconds automatically) and get the error anyway. YT likes just sucks, will rather do FB shares/likes...
 
Well, i dont understand the "you are closing the popUp too fast" thing in theory. I tried YT likes manually, sometimes waiting more then 20 seconds before i close the popUp (RW said addmefast is closing the popup after 24 seconds automatically) and get the error anyway. YT likes just sucks, will rather do FB shares/likes...

I'm using RushingWind's script and from my experience I've noticed that I can use yt likes for gathering about 3k points. After this I'm receiving "you are closing the popUp too fast" error. That's because youtube allows a number of likes/day or something like that. So, even if you your imacros script will press like, addmefast will not count that like and you will get that error.
What I'm doing? Mass like for about 3-3.5k points and wait 2 days. After this I can like again with points and so on. If you don't want to wait you can add a fresh youtube account to addmefast and start liking again.
 
I'm using RushingWind's script and from my experience I've noticed that I can use yt likes for gathering about 3k points. After this I'm receiving "you are closing the popUp too fast" error. That's because youtube allows a number of likes/day or something like that. So, even if you your imacros script will press like, addmefast will not count that like and you will get that error.
What I'm doing? Mass like for about 3-3.5k points and wait 2 days. After this I can like again with points and so on. If you don't want to wait you can add a fresh youtube account to addmefast and start liking again.

You dont understand, i am doing it manually, without any script, just trying to found out how to set the RW script. I tried about 10 YT likes per day, some were counted, most were not - have no idea why. I am trying to wait almost 24 seconds, then close the popup and still i get this error message.
 
You dont understand, i am doing it manually, without any script, just trying to found out how to set the RW script. I tried about 10 YT likes per day, some were counted, most were not - have no idea why. I am trying to wait almost 24 seconds, then close the popup and still i get this error message.

24 seconds is a lot. For me is working fine with 5-6 seconds.
Did you tried to use another youtube account?
Also, try to remove your account likes using this link: www.youtube.com/my_liked_videos
 
Back
Top