-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unable to access the USPTO PBD system #5
Comments
…ce Unavailable: Back-end server is at capacity, see #5
Dear Mohamed, thanks for writing in and reporting this problem. We just released uspto-opendata-python 0.8.0 which improves the error handling at the place you referenced. The software will now raise a more appropriate exception when running into this error condition. Unfortunately, when running e.g.
the USPTO API currently responds with
Bummer. We hope this upstream issue will get fixed and we will be happy to hear about it. You might want to report the issue to them in the meanwhile to let them know there are actually people using the service. With kind regards, You can also observe the behavior by just requesting the base url:
|
As the API still responds with the same HTTP Status, i assume something is broken there. Can someone open a ticket at the USPTO? |
I just submitted an issue using their feedback form behind on https://developer.uspto.gov/. Let's see whether there will be any answer. |
I am having similar issues. I have 0.8.0 version installed and trying the command line operation. Any tips on how to get this working? uspto-pbd save "7654321" --type=patent --format=xml 2018-10-23 16:26:06,143 [uspto.util.client ] INFO : Querying for expression=patentNumber:(7654321), filter=[], sort=applId asc Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Dear Andy, thanks for writing in. The exception you are getting makes sense as https://pairbulkdata.uspto.gov currently does not respond to any requests. According to Russ Allen of http://pairbulk.historicip.com/, the service has been decommissioned:
Bummer! On top of that, i didn't receive any answer on reporting the issue to the USPTO. Maybe someone coming here knows something about the background of this and would be so kind to share any insights? With kind regards, |
Dear Mohamed (@mohamedasni) and Andy (@andyhegedus), according to the recent observations, i just disabled the PBD subsystem and released version 0.8.2 of this package which will yield an appropriate error message when trying to use it and also reflects the decommissioning of the USPTO PBD system in its documentation. Following the advice of Russ Allen, i checked whether the PEDS system still works. It does, so you might want to use the
Russ is also investigating the API, you might enjoy reading http://peds.historicip.com/. With kind regards, |
Hi Andreas,
That is a real bummer especially since the PEDS database does not have the patent text I am interested in.
Curious: There is a java based GitHub project
https://github.com/USPTO/PatentPublicData/tree/master/BulkDownloader <https://github.com/USPTO/PatentPublicData/tree/master/BulkDownloader>
that is accessing a different bulk data site, https://bulkdata.uspto.gov/ <https://bulkdata.uspto.gov/>
Could you python based tool be modified to work with this site. I don’t know java and am hardly even proficient in python. So I am looking for a tool that allows me to get text from specific patent ids.
Regards,
Andy Hegedus
Founder
AGH Analytics, LLC
An Engineering Services Firm
Learn Fast
1561 Ralston Ave
Burlingame, CA 94010
[email protected]
M 650.619.1365
… On Oct 24, 2018, at 7:25 AM, Andreas Motl ***@***.***> wrote:
Dear Mohamed ***@***.*** <https://github.com/mohamedasni>) and Andy ***@***.*** <https://github.com/andyhegedus>),
according to the recent observations, i just disabled the PBD subsystem and released version 0.8.1 of this package which will yield an appropriate error message when trying to use it.
Things like "uspto-peds get "7654321" --type=patent --format=xml" still seems to work. Please let me know if you need further assistance.
With kind regards,
Andreas.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#5 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AqXFBglN1kn86LZjNN8IGsIfCyg9DuDVks5uoHhMgaJpZM4XE3zF>.
|
Dear Andy, i believe the BDSS API is suitable for downloading gazettes only and not for acquiring information about individual patent applications or issued patents. However, i am definitively looking forward to add further capabilities to the uspto-opendata-python package, for example to unlock access to these services:
Unfortunately no. May i point you to the Open Patent Services (OPS) offered by the European Patent Office? It offers an extensive API for accessing patent information from many offices. However, i don't know whether it also contains fulltext information from documents issued by the USPTO. Cheers, |
The USPTO PBD system has been decommissioned, we are tracking the support for further data sources at #8. Thanks again for your comments and your interest, @mohamedasni and @andyhegedus. I'm closing this now. |
The text was updated successfully, but these errors were encountered: