Stephan Kulla
Stephan Kulla
This issue might be related to https://github.com/schemaorg/schemaorg/issues/2921 However https://github.com/schemaorg/schemaorg/issues/2921 is about context definitions which are not schema.org based (like https://json-ld.org/contexts/person.jsonld ). Thus I have created a new issue for the...
I got the same error. The reason is that Google made changes to their design and the HTML structure and thus the parsing failed. Since they use A/B testing for...
Actually I just ran 120 calls with `time.sleep(2)` and I had no problems.
Okay, I now had the same error. However I found the following comment in the source code at https://github.com/kulla/Google-Search-API/blob/5dbede3bdef5a1dc822c27e0e4dde94235035441/googleapi/modules/utils.py#L81-L88 ```python # @author JuaniFilardo: # Workaround to switch between http and...
> im trying like this, it is correct ? Yes, `time.sleep(randint(50,65))` seems to be fine inbetween the calls to Google. You may need https://github.com/abenassi/Google-Search-API/pull/93 as well since it is not...
This is due to changes of Google in their HTML. At https://github.com/abenassi/Google-Search-API/pull/93 I have written a fix which works fine for me.
Okay now it makes sense to me. This is what happens: 1. In staging you have a taxonomy in the API cache 2. In production you create a new entity...
Solution: Clear cache if entity after accepting a revision
> I would prefer migrating https://github.com/serlo/api.serlo.org/blob/staging/packages/server/src/model/ai.ts directly into the frontend instead. I am with you that this is might be a good simplication. However the backend in the frontend does...
