2017-02-14 6 views
0

私はGoogleアラートへの企業のリストをアップロードしようとしているが、このエラーが取得しています:ここでの問題は、Googleアラートにデータをアップロードするとき

CasperError: Errors encountered while filling form: Unable to find field element in form: FieldNotFound: setField: Invalid field ; only HTMLElement is supported 
    /Users/sam/Documents/Work/google-alerts-export-import/phantomjs:/platform/casper.js:837 in fillForm 
    /Users/sam/Documents/Work/google-alerts-export-import/phantomjs:/platform/casper.js:930 in fillSelectors 
    /Users/sam/Documents/Work/google-alerts-export-import/phantomjs:/code/galerts.js:229 
    /Users/sam/Documents/Work/google-alerts-export-import/phantomjs:/platform/casper.js:1637 in runStep 
    /Users/sam/Documents/Work/google-alerts-export-import/phantomjs:/platform/casper.js:414 in checkStep 

sample.csvファイルのデータです:

Apple;At most once a week;Blogs;English;Argentina;All results;RSS feed 

そして私をここではGithubのプログラムのためだ

casperjs galerts.js import --file=sample.csv --delete-others 

0123として、それを実行します
https://github.com/jra11/google-alerts-export-import 

答えて

0

これは、ライブラリ、ダウングレードキャスパーのバージョンの不一致が原因で発生します。

関連する問題