-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error #45
Comments
What is the URL you are setting? please encapsulate in a code tag so any special chars are maintained. |
"encapsulate in a code tag so any special chars are maintained" |
In the box where you add comments, click the "<>" in the top menu bar and insert the URL between the ticks. |
i dont add any comments, where is that box? |
do u mean, encapsulate the url like this: |
this is the url encapsulated: |
please help me |
how can i refresh the page |
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. |
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. |
Hi Bro, it runs for a while and then after 30 or 60 minutes it dies. i use chrome as browser. |
Hi merlin,
i am using your great script to automate some task, but the script after a while stops and show me the attached error.
i think is timeout but, how can i fix it.
The text was updated successfully, but these errors were encountered: