-
This issue is tracking the work to implement the EP Register endpoints on patent_client. At least for the moment, @xi2pi has volunteered to make a run at this.
The endpoints we'd want to include ar…
-
I've moved past my earlier false alarm in #160 but now have a similar problem with the EPO API.
```
patent_client._sync.epo.ops.session.OpsAuthenticationError: Failed to authenticate with EPO OPS!…
-
When running in docker, patent_client is unable to find the .patent_client_config.yaml in the ~ directory, and manually setting the environment variables does not correct the issue either.
I've had…
-
Calling .legal on an Inpadoc model returned will give you: ListCollection' object has no attribute 'events'.
I believe .events in util.py is unnecessary. Without it the call returns an array of leg…
-
I am trying to download epo ops full document using :
async def get_epo_ops(appl_num):
pub = await Inpadoc.objects.aget(appl_num)
#print(pub)
pub.images.full_document.download()
It…
-
On initialization, patent client downloads a spreadsheet to build a local database for these. This is maybe okay as a once off but I'm using this on a cloud run instance (serverless) which doesn't h…
-
I installed Patent Client 5.0.0 and Python 3.9 version. I am running the following code:
from patent_client import USApplication
google_apps = USApplication.objects.filter(first_named_applicant=…
-
Sorry, but I would like you to help me check if there is something wrong with my code.thanks
import os
os.environ['PATENT_CLIENT_EPO_API_KEY'] = "qhhhJEomwIu8uH9b5O7AaqPfwNlEnVik"
os.environ['PAT…
-
I have this problem, what's the reason?
AttributeError: 'OpsController' object has no attribute '_key_generator'
-
AttributeError: 'OpsController' object has no attribute '_key_generator' when calling Inpadoc.objects.get() in version 4.1.8
Traceback (most recent call last):
File
...
return Inpadoc.obj…