in reply to fetch.pl
If you have basic Unix utilities available I would go to wherever your sourcecode is and type:
If you are on a Windows system you will need to use " instead of ', and you will need to have the grep utility installed. You can get it from the PPT project if you don't have it already.grep 'Reading Header Failed' *
That will not tell you what went wrong, but it will help you find where the error message came from. By trying to understand the source code there, you should be able to puzzle out what was expected for a header and (after some work) why it didn't arrive.
|
|---|