Giter VIP home page Giter VIP logo

Comments (12)

merlinthemagic avatar merlinthemagic commented on May 18, 2024

What is the URL you are setting? please encapsulate in a code tag so any special chars are maintained.

from mts.

Casantana avatar Casantana commented on May 18, 2024

"encapsulate in a code tag so any special chars are maintained"
please show me an example how to do this

from mts.

merlinthemagic avatar merlinthemagic commented on May 18, 2024

In the box where you add comments, click the "<>" in the top menu bar and insert the URL between the ticks.

from mts.

Casantana avatar Casantana commented on May 18, 2024

i dont add any comments, where is that box?
i tried encapsulate the url but showed me an error

from mts.

Casantana avatar Casantana commented on May 18, 2024

do u mean, encapsulate the url like this:
$myUrl = "https://binary-signal.com/en/chart/eurusd";

from mts.

Casantana avatar Casantana commented on May 18, 2024

this is the url encapsulated:
https://binary-signal.com/en/chart/eurusd

from mts.

Casantana avatar Casantana commented on May 18, 2024

please help me

from mts.

Casantana avatar Casantana commented on May 18, 2024

how can i refresh the page

from mts.

merlinthemagic avatar merlinthemagic commented on May 18, 2024

You are getting an HTTP:408 back. basically you have not responded in time and the server would like to close the connection.

First question: whats the unit of time shown in the screen shot you attached? is it seconds? if so your script has been running for over an hour. I assume there is some java-script that prompt you to confirm you are still there if no interaction with the page has occurred in awhile.

catch the exception and screenshot the page as it looks when you get the error.

from mts.

Casantana avatar Casantana commented on May 18, 2024

Hi Bro,
i am still getting the error, i ve done what u suggested catch the exeption and saved it in a zip file attached here. i hope you can see it and give me your helpfull advice.

error.zip
error.zip

from mts.

merlinthemagic avatar merlinthemagic commented on May 18, 2024

I am confused about the time it takes for this error to appear. On the first debug image it showed a process that lived for 5000+ seconds, the new one shows 32.

Does it work for awhile and then die, or is the exception thrown on calling setUrl?

I suspect it runs for awhile and then dies. If you look at your RAM consumption on the first debug image you are exceeding 3Gbytes of RAM after 5000 runtime. My guess is that your program keeps adding to the heap and eventually your VPS runs out of RAM. Result: The MTS browser is heavily swapped, eventually cannot respond to the server in a timely manner and receives a 408 because the server cannot wait for the request to complete.

I am guessing, you have to give me much more comprehensive detail on what you are doing before I can help further.

In addition, it’s unlikely this is a MTS issue, it’s browser request to server issue.

from mts.

Casantana avatar Casantana commented on May 18, 2024

Hi Bro,
sorry for the late response.

it runs for a while and then after 30 or 60 minutes it dies.
let me give you a brief description of the program:
when it runs, it logins and then seturl and take screenshot, it has a while loop to seturl every 20 seconds in order to update the same page and take screenshot. this screenshot is to determine if some part of the image change to execute some command to extract information from it.

i use chrome as browser.

from mts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.