IBM Bluemix Alchemy API 密钥无效
IBM Bluemix Alchemy API key invalid
我正在尝试 运行 从 Alchemy API 中提取关键字,但我不明白为什么我的 API 密钥无效。明确地说,我已经阅读了关于 SO 的这两个答案:
- Where to get the Alchemyapi API key?
即使我是通过 Bluemix 注册的,我也尝试使用此 URL:
检查我的密钥是否有效
http://access.alchemyapi.com/calls/info/GetAPIKeyInfo?apikey=my_api_key_here
没有。
最后,我等了 10 多个小时才验证密钥,但仍然没有。
如何获得有效的 API 密钥???
我已经用这两个存储库测试了我的密钥:
- https://github.com/watson-developer-cloud/python-sdk
- https://github.com/alchemyapi/alchemyapi_python
附加信息:
在 Bluemix 中查看我的服务凭据时,我得到以下信息:
{
"credentials": {
"url": "https://gateway-a.watsonplatform.net/calls",
"note": "It may take up to 5 minutes for this key to become active.",
"apikey": "**********"
}
}
我尝试在 Alchemy Python SDK API 中为 ENDPOINT
更改 BASE_URL
,但出现以下错误:
hostname 'gateway-a.watsonplatform.net' doesn't match either of 'access.alchemyapi.com', 'www.access.alchemyapi.com'
Error in combined call: network-error
我好像是服务器端的问题,现在已经解决了。它影响了很多用户,而不仅仅是我。
我正在尝试 运行 从 Alchemy API 中提取关键字,但我不明白为什么我的 API 密钥无效。明确地说,我已经阅读了关于 SO 的这两个答案:
- Where to get the Alchemyapi API key?
即使我是通过 Bluemix 注册的,我也尝试使用此 URL:
检查我的密钥是否有效http://access.alchemyapi.com/calls/info/GetAPIKeyInfo?apikey=my_api_key_here
没有。
最后,我等了 10 多个小时才验证密钥,但仍然没有。
如何获得有效的 API 密钥???
我已经用这两个存储库测试了我的密钥:
- https://github.com/watson-developer-cloud/python-sdk
- https://github.com/alchemyapi/alchemyapi_python
附加信息: 在 Bluemix 中查看我的服务凭据时,我得到以下信息:
{
"credentials": {
"url": "https://gateway-a.watsonplatform.net/calls",
"note": "It may take up to 5 minutes for this key to become active.",
"apikey": "**********"
}
}
我尝试在 Alchemy Python SDK API 中为 ENDPOINT
更改 BASE_URL
,但出现以下错误:
hostname 'gateway-a.watsonplatform.net' doesn't match either of 'access.alchemyapi.com', 'www.access.alchemyapi.com' Error in combined call: network-error
我好像是服务器端的问题,现在已经解决了。它影响了很多用户,而不仅仅是我。