[問題] 請問RSelenium套件問題

看板R_Language作者 (國父)時間9年前 (2015/01/25 22:29), 9年前編輯推噓0(006)
留言6則, 4人參與, 最新討論串1/1
程式諮詢(我想用R 做某件事情,但是我不知道要怎麼用R 寫出來) [軟體熟悉度]: 入門(寫過其他程式,只是對語法不熟悉) [問題敘述]: 我想要練習抓取網路上的資料 使用套件RSelenium時想要開啟瀏覽器 有先用checkForServer()抓取所需檔案 可是當執行startServer()就會出現錯誤如下 Warning message: running command '"java" -jar "C:/Users/Documents/R/win-library/3.1/RSelenium/bin/selenium-server-standalone.jar" -log "C:/Users/Documents/R/win-library/3.1/RSelenium/bin/sellog.txt"' had status 127 請問要怎麼解決呢? 感謝各位高手!! [程式範例]: require(RSelenium) checkForServer() startServer() see=remoteDriver(browserName = 'chrome') see$open() [關鍵字]: RSelenium -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 123.192.130.162 ※ 文章網址: https://www.ptt.cc/bbs/R_Language/M.1422196187.A.93D.html

01/25 22:34, , 1F
這是個warning,你繼續跑下去有辦法開browser嗎?
01/25 22:34, 1F

01/25 22:34, , 2F
根據 http://ppt.cc/Nmxx 的comments,好像有這個warning
01/25 22:34, 2F

01/25 22:35, , 3F
還是能用
01/25 22:35, 3F

01/25 23:42, , 4F
JAVA有灌嗎?
01/25 23:42, 4F

01/26 10:48, , 5F
試著下載安裝jre在執行看看
01/26 10:48, 5F
感謝大家的意見!!我更新java的版本就成功了!! 不過又遇到新問題orz 在執行see$open()出現以下ERROR [1] "Connecting to remote server" Error: Summary: UnknownError Detail: An unknown server-side error occurred while processing the command. class: java.lang.IllegalStateException 我爬了兩篇文章,照著步驟操作還是失敗 可以請大家再給我一點建議嗎?真的非常感謝<(_ _)> 文章:http://ppt.cc/-tAHhttp://ppt.cc/l0up ※ 編輯: mickey1231 (123.192.130.162), 01/26/2015 21:47:54 ※ 編輯: mickey1231 (123.192.130.162), 01/26/2015 21:48:27

01/26 22:24, , 6F
Wush978大大browser無法開,後面網頁抓取都會失敗
01/26 22:24, 6F
文章代碼(AID): #1KnFtRaz (R_Language)
文章代碼(AID): #1KnFtRaz (R_Language)