Jump to content
UBot Underground

How To Prevent Blurry Page And Over Sized Fonts In Browser Freezes?


Recommended Posts

I'm trying to figure out a way to make sure this doesn't happen.

 

You know when you come back to a page and/or click on something and the page in the browser becomes blurry and fonts get over sized?

Then everything freezes and there is nothing you can do about it besides shutting down the bot or to reboot Ubot.

 

Happens more often in gmail. When you want to click on something like the trash basket

Link to post
Share on other sites

I'm trying to figure out a way to make sure this doesn't happen.

 

You know when you come back to a page and/or click on something and the page in the browser becomes blurry and fonts get over sized?

Then everything freezes and there is nothing you can do about it besides shutting down the bot or to reboot Ubot.

 

Happens more often in gmail. When you want to click on something like the trash basket

 

What i did when that happened is add set useragent or allow flash command before the bot navigate to a page.

This will reset the browser before it navigates to avoid browser freezing.

Link to post
Share on other sites

Humm nice!

You mean before it does something that might crash the hole thing? Everytime? Usually i just put these commands at the beginning of a bot. I guess i'll add some more! Thanks

 

 

EDITED:

Trying headless browsing to see how it goes...

 

 

EDITED 2:

I'm surprised as it crashed again. Well i ran the headless node as "NO"  (after letting the bot run for a while with headless "ON") and i saw the browser freezed with huge fonts and no action at all.

 

Any ideas on this? Is there a bug tracker already created for this

Thanks

 

Oh yeah, one thing i've noticed is that it does this more often when a "in new browser/in shared browser" command is running. When the extra window closes, the main browser goes wild sometimes and nothing works

Link to post
Share on other sites

You may want to play around with the new reset browser command! I think it could work in this case. Throw up a button and have it run that command when pressed so you can reset the browser at will while you're working.

Link to post
Share on other sites
  • 1 month later...

Still having issues.

 

The thing is, the new windows get big, with big fonts, everything deformed and it freezes. Nothing works

 

This is my latest attempted. I tried RESET BROWSER but it didn't work.

loop($list total(%urls)) {
    loop(#numbthreads) {
        thread {
            increment(#sendingstatus)
            reset browser
            wait for browser event("Everything Loaded","")
            in shared browser {
                submit job()
            }
        }
        wait(2)
    }
    wait(120)
}
Link to post
Share on other sites
  • 5 months later...

Heck i'm still having lots of problems with this...

I just updated UB to revision33

 

Anyone else having browser issues like me?

I'm on Windows10

 

Sometimes i have no choice but to shut down the PC and reboot 

 

I'll try CHROME 49

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...