Issue with a scraping session which works fine on Windows but fails in Solarris
We have a scraping session which works fine on a Windows machine, my development machine.
However when we run the same on our server, which is a Solaris machine we get the following errors
An HTTP error occurred while connecting to 'xxxxxxxxxx'. The message was: Unable to parse header: HTTP/1.0 200 OK.
Any pointers ??
- Dipti
I don't know the answer to
I don't know the answer to this, but I suspect that there might be something like a firewall or proxy that could alter the header? If so, you might disable and try it.
What version of screen scraper are you using on Solaris? Is the version on Windows the same?
Version number
We are using screen scraper enterprise edition 4.5 on both Windows and Solaris
I would try running the same
I would try running the same scrape on each, get the log file, and compare them side-by-side. I don't know what it could be, but if anything will show, that would be it.
Issue identified, leads to another question
Hi JAson, thanks for your response
When we run the script on Windows the response data we get is in this format
We have defined an extractor pattern fro the above which works great
However the same response on Solaris machine as observed in the log file
is
That is the entire content is appended one after another and not tidied as html is.
Hence the above extractor pattern fails
IS there a way in screen scraper to tidy the response shown above like html.
- Thanks -Dipti