google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
679 stars 254 forks source link

FeedValidator 1.2.10 - Error 407 #317

Open bdferris opened 9 years ago

bdferris commented 9 years ago

From herbert....@gmail.com on December 08, 2011 11:35:43

What steps will reproduce the problem? 1. Run FeedValidator .exe

  1. Drag and Drop transit.zip file into window for validation
  2. GFTS Validation Results html report is produced with error 407 What is the expected output? What do you see instead? Among normal errors and warnings associated with the transit feed file, I also recieve an error that reads, "The Server could not fulfill the request: Error code: 407."

What is this error? Is there any way to correct it and will it prevent my feed from going live? What version of the product are you using? On what operating system? 1.2.10. 2002 Windows XP Professional Please provide any additional information below. My computer is also running Python 2.6.2

Original issue: http://code.google.com/p/googletransitdatafeed/issues/detail?id=317

bdferris commented 9 years ago

From bdfer...@google.com on December 19, 2011 04:38:03

I can't reproduce this error on my end.  Are you still experiencing the error on your end?

bdferris commented 9 years ago

From herbert....@gmail.com on December 19, 2011 07:52:40

Yes, I am still experiencing the error on my end. I am testing the validator using the files from our current feed and comparing that with the original validation results from October. I am receiving the same warnings as the original but with that additional error. I am using version 1.2.10 of the validator. the original validation results was produced by version 1.2.7.

Thank you for your help.

bdferris commented 9 years ago

From bdfer...@google.com on January 03, 2012 02:29:19

Out of curiosity, does your local network require an HTTP proxy in order to access external internet resources?  I'm thinking the 407 error might be thrown when the feedvalidator attempts to access the googletransitdatafeed website to check if a new version of the feedvalidator has been released.

bdferris commented 9 years ago

From Mark.A.Z...@gmail.com on May 28, 2013 08:33:43

I'm getting the same error; "The server couldn't fulfill the request.  Error code: 407."

I'm able to run the Validator successfully against the files from prior time periods.  So it appears to be a problem with the data, e.g. stop_times, rather than an issue with network access.

bdferris commented 9 years ago

From bdfer...@google.com on September 26, 2014 09:47:48

(No comment was entered for this change.)

Labels: Language-Python