seosoft / AINightsBegineerTrack-JP

Global AI Night (2019/4/2) Cognitive Services と Logic Apps で AI をアプリケーションに組み込むワークショップ
MIT License
2 stars 11 forks source link

Logic App が Custom Vision のパーツで停止する #6

Closed ytabuchi closed 5 years ago

ytabuchi commented 5 years ago

実行はされるようになりました!ありがとうございます。issue #5 の続きですが、今度は Custom Vision からのアウトプットが取得できていない感じのエラーが出ています。以下は raw output です。

{
    "statusCode": 404,
    "headers": {
        "apim-request-id": "c5813f8c-de65-4b0d-92e4-9225f5555cb5",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "x-content-type-options": "nosniff",
        "Timing-Allow-Origin": "*",
        "x-ms-apihub-cached-response": "false",
        "Date": "Fri, 29 Mar 2019 02:46:24 GMT",
        "Content-Length": "99",
        "Content-Type": "application/json"
    },
    "body": {
        "Code": "NotFoundProjectDefaultIteration",
        "Message": "Project has no default iteration"
    }
}
スクリーンショット 2019-03-29 11 48 31
seosoft commented 5 years ago

Custom Visionでトレーニングされてないように見えます

>"Code": "NotFoundProjectDefaultIteration",

seosoft commented 5 years ago

Custom Visionのバージョンが変わったことによる問題であることが判明。ワークショップコンテンツは3月末時点では、この部分はコケることが判明

beachside-project commented 5 years ago

I will check and fix doc.

beachside-project commented 5 years ago

Official で Henkさんが Http の Connector に変更するっぽいので、それをまって変更しましょうか。 Official 待たずにこっちで同じことを先に作った方が早いか。。。明日の夕方まで様子みて私で対応します。

seosoft commented 5 years ago

横浜さんの投稿をさっき見て「おぉぅ!」って思ってたところです。

ytabuchi commented 5 years ago

自分だけじゃなくてみんなできなかったのね。そもそも出来ないという状態からは回避されそうでよかったですー

beachside-project commented 5 years ago

updated. #14