-
Notifications
You must be signed in to change notification settings - Fork 61
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
Epodoc biblio url not found #50
Comments
You can test your query at https://developers.epo.org/ops-v3-2/apis/post/register/%7Btype%7D/%7Bformat%7D/biblio and you'll get the same result. For example, if you query for |
Hi, |
Can you supply more info, e.g. what patent number? And maybe share the snippet of code you're using. |
Hi,
Here is the sample code:
import epo_ops
client = epo_ops.Client(key='faLMJ27CC4ErYwssA51OHlHCfZ5tA6Vt', secret='<REDACTED>') # Instantiate client
response = client.published_data( # Retrieve bibliography data
reference_type = 'publication', # publication, application, priority
input = epo_ops.models.Epodoc('2008110632', 'WO', 'A1'), # original, docdb,
epodoc
endpoint = 'fulltext', # optional, defaults to biblio in case of
published_data
constituents = [] # optional, list of constituents
output:
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url:
https://ops.epo.org/3.2/rest-services/published-data/publication/epodoc/fulltext
Output from OPS:
[image: Screenshot 2023-08-24 at 10.32.26 PM.png]
The above piece of code works fine with 'docdb' for 'fulltext' provided
full patent no.
Please fix this as soon as possible as I am working on fetching patents
fulltext(description and claims) with 'WO' and I didnot have 'kind code'
for 'WO'. So fixing 'epodoc' will help me.
Thank you and regards,
Amani
…On Thu, Aug 24, 2023 at 10:30 PM George Song ***@***.***> wrote:
Hi, I got the same exception as above mentioned when I tried with EPODOC.
I gave a valid Patent number and tried in OPS API, which gives a proper
response. Please look into it.
Can you supply more info, e.g. what patent number? And maybe share the
snippet of code you're using.
—
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A35ZQJ6RN44CMQ354OP5AJLXW6CBFANCNFSM47RY3HNQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sorry, can't see the output from OPS, can you edit your comment to include the screenshot properly? |
[image: Screenshot 2023-08-25 at 11.00.35 AM.png]
…On Thu, 24 Aug 2023, 23:43 George Song, ***@***.***> wrote:
Output from OPS: [image: Screenshot 2023-08-24 at 10.32.26 PM.png]
Sorry, can't see the output from OPS, can you edit your comment to include
the screenshot properly?
—
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A35ZQJ4CXTS2LIAMWQJE5S3XW6KS3ANCNFSM47RY3HNQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Dear @amani-acog, thank you for writing in. Regarding your most recent report at #50 (comment), we just verified it works (aka. the response is The constructor argument signature is As we are just starting to read about the details here, please educate us if that doesn't solve your problem already. With kind regards, |
Dear @YojanaGadiya, also thanks for writing in, and apologies for the late reply. As @gsong mentioned in his response, the input patent number The only documents in patent literature we are able to discover after conducting a quick search, which include this number, are So, do you think it might just have been a typo of some sort, or do you have any other explanation? Personally, I would be interested in the title and IPC classifications of this patent, or other details, in order to eventually find out about its whereabouts. With kind regards, |
When I try to query using Epodoc, I always get the same issue:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://ops.epo.org/3.2/rest-services/register/publication/epodoc/biblio
Is there something I am missing in the code?
The text was updated successfully, but these errors were encountered: