我正在尝试使用炼金术 API 导出微格式,我总是有同样的错误
cannot-retrieve:downstream-http-error:999
这是我使用的电话:http://gateway-a.watsonplatform.net/calls/url/URLGetMicroformatData?apikey=MYAPIKEY&url=http: //fr.linkedin.com/in/laurentpauc
知道为什么吗?
我正在尝试使用炼金术 API 导出微格式,我总是有同样的错误
cannot-retrieve:downstream-http-error:999
这是我使用的电话:http://gateway-a.watsonplatform.net/calls/url/URLGetMicroformatData?apikey=MYAPIKEY&url=http: //fr.linkedin.com/in/laurentpauc
知道为什么吗?
好吧,我在这里试过两次。
在第一次尝试中,它就像你说的那样失败了。
在第二次尝试中,它奏效了。
<?xml version="1.0" encoding="UTF-8"?>
<results>
<status>OK</status>
<usage>By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html</usage>
<url>https://www.linkedin.com/in/laurentpauc</url>
<microformats>
<microformat>
<field>NameGivenName</field>
<data>Laurent</data>
</microformat>
<microformat>
<field>NameFamilyName</field>
<data>Pauc</data>
</microformat>
<microformat>
<field>AddrLocality</field>
<data>Saint-Denis, Île-de-France, France</data>
</microformat>
<microformat>
<field>FormattedName</field>
<data>Laurent Pauc</data>
</microformat>
<microformat>
<field>OrgName</field>
<data>ESPACE BUROCOM</data>
</microformat>
<microformat>
<field>Title</field>
<data>Responsable Marketing chez Espace Burocom • Concessionnaire Xerox</data>
</microformat>
</microformats>
</results>
所以我认为这可能是一些暂时的问题。