parkerhancock / patent_client

A collection of ORM-style clients to public patent data
Other
89 stars 34 forks source link

504 Gateway Time-out for PEDS #123

Closed hoffmabc closed 10 months ago

hoffmabc commented 10 months ago

This didn't seem to occur on the 3.x version, but I'm now getting a:

"Server error '504 Gateway Time-out' for url 'https://ped.uspto.gov/api/queries'\nFor more information check: https://httpstatuses.com/504"

when attempting to retrieve assignment data.

parkerhancock commented 10 months ago

That means PEDS is down. I think v.3 use to give a more informative error on that one, I'll add it back.

Just FYI, the PED's backend is super-flakey, and tends to be most flakey on Mondays. No idea why - just how the cookie crumbles. Try retrying your request.

hoffmabc commented 10 months ago

Thanks @parkerhancock. Appreciate the quick response. It did eventually go through.