IBM Bluemix Alchemy API密钥无效

时间:2016-06-05 19:08:12

标签: python ibm-cloud ibm-watson alchemyapi

我尝试从Alchemy API运行关键字提取,但我不明白为什么我的API密钥无效。为了清楚起见,我已经在SO上阅读了这两个答案:

  1. Where do I specify the AlchemyAPI key in Bluemix?
  2. Where to get the Alchemyapi API key?
  3. 即使我是通过Bluemix注册的,我也尝试使用此URL检查我的密钥是否有效:

      

    http://access.alchemyapi.com/calls/info/GetAPIKeyInfo?apikey=my_api_key_here

    没有

    最后,我已经等了10个多小时才能验证密钥,但仍然没有。

    如何获得有效的API密钥???

    我用这两个回购测试了我的密钥:

    1. https://github.com/watson-developer-cloud/python-sdk
    2. https://github.com/alchemyapi/alchemyapi_python
    3. 其他信息: 在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 API的Python SDK中更改BASE_URL的{​​{1}}并收到以下错误:

        

      hostname' gateway-a.watsonplatform.net'与“访问权限”和“访问权限”无法匹配。' www.access.alchemyapi.com'   组合呼叫出错:网络错误

1 个答案:

答案 0 :(得分:5)

我似乎问题是服务器端,现在已经解决了。它影响了很多用户,而不仅仅是我。