SemanticMediaWiki / SemanticCite

Allows to manage citation resources using semantic annotations
https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Cite
Other
24 stars 13 forks source link

Search for PMID and PMCID forbidden #48

Closed kghbln closed 7 years ago

kghbln commented 7 years ago

Setup and configuration

Issue

A search via special page "FindCitableMetadata" returns:

The REST/HTTP request returned with "The requested URL returned error: 403 Forbidden" for "5348191".

Perhaps they have changed their API. The search for DOIs is working as expected.

Steps to reproduce the observation (recommendation is to use the sandbox):

mwjames commented 7 years ago

The REST/HTTP request returned with "The requested URL returned error: 403 Forbidden" for "5348191".

The REST API turned from HTTP to HTTPS https://github.com/onoi/remi/commit/33b0d440dcea1896bd177266ff3988b2099dae00.

mwjames commented 7 years ago

On the event of a composer update you should get the new https://github.com/onoi/remi/releases/tag/0.4.0.

kghbln commented 7 years ago

Perfect. Issue solved as the field tests confirm. :)