2016-09-07 13 views
0

いくつかの調査の末、og:image:widthog:image:heightタグを追加した後、私たちのユーザーは私たちのページからコンテンツを共有する際に問題を報告しました(テキスト/画像は共有ダイアログに表示されませんでした)。読み込み時間を短縮するために、Facebookのスクレーパーは空の<body>のページを受信します(タイムアウトにも問題がありました)。ランダムFacebook Facebookグラフデバッガエラーメッセージ?

約1週間前まですべてがうまくいった。このエラーは、最終的にはそれがなく、その後、次のエラーが現れる(ページ再こするなし)離れて行くだろう、ほぼ毎回私はShow existing scrape informationをクリックするまで表示さ

Error parsing input URL, no data was cached, or no data was scraped. 

をすでにかき取りされているページは Object-Debuggerでエラーを示しました。
The 'og:type' property is required, but not present. 

エラーを以下Sharing-Debuggerさらにショー:

The parser's result for this metadata did not match the input metadata. Likely, this was 
caused by the data being ordered in an unexpected way, multiple values being given for a 
property only expecting a single value, or property values for a given property being 
mismatched. Here are the input properties that were not seen in the parsed result: 
'fb:admins, og:type, og:description, og:title, og:site_name, og:image:url, og:image:width, 
og:image:height' 

時にはそれがまたOと述べていますウルの画像は大きすぎてダウンロードできませんでしたが、画像はプレビューに表示されます。時にはそれも限りここまで追加何doesntの

Could not scrape URL because it has been blocked 

を示すことは、私はSee exactly what our scraper sees for your URLをクリックした場合、それは私に<head>

に空<body><og:...> - タグ付きのページのソースを示すことであるようになりデバッガは、プレビューは大丈夫です、私に正しいog:urlog:typeog:titleog:descriptionog:imageを示して応答コードが206あり、最後のスクレイピングは、8月のどこかでした。

何回か再スクラップした後、ほとんどの場合、エラーメッセージは消えていますが、それは解決策ではありません。デバッガが何らかの理由でランダムエラーを送信したようです。

これらのエラーメッセージは実際に何を意味していますか?彼らは間違っていますか?私はここで何が欠けていますか?いくつかのバック後:(第三PARYがトラブルにより、これらのエラーメッセージに自分のアプリケーション内の私達のページの共有をしている、彼らはデバッガに登場毎回、そのデータが何らかの形で壊れているようです。注)

答えて

0

と前後して

デベロッパーフォーラムのfacebookサポーターの一人で、彼らは自分の問題をバグと認め、さらに調査するチームを割り当てました。しかし数日後、私のバグレポートは次のメッセージで閉じられました:

Those messages are due to a bug in our Debugger when you scrape no-canonical URLs. On that case, the information about your URL is updated asynchronously so it takes a little while for the error messages to go away.

If you input the canonical URL in the debugger, the error messages will go away after the first scrape.

Unfortunately, due to the way our systems works, we are not planning to fix that error in the near future.

関連する問題