Open pverspeelt opened 6 years ago
I also get the same error when I use the default ie encoding method (utf-8). So I tried to change the default ie encoding method to ansi, example below:
WebCorpus(GoogleFinanceSource("NASDAQ:MSFT", params = list(hl = "en", q = "NASDAQ:MSFT", ie = "ansi", start = 0, num = 20, output = "rss")))
The above line was successful at first but when I try the exact same line of code twice it's showing back the original error. So I tried again to change to "utf16" this time. Same issue, works at first try but error on the second.
WebCorpus(GoogleFinanceSource("NASDAQ:MSFT", params = list(hl = "en", q = "NASDAQ:MSFT", ie = "ansi", start = 0, num = 20, output = "rss")))
I also encounter this issue. Has it been fixed yet?
The fix I proposed is not working anymore. Google has discontinued finance.google.com.
Check this file- R/source.R should work now
is anyone else having trouble with WebCorpus function not working?
Hello, I also have problems with WebCorpus and cannot work with Sources of tm.plugin.webmining in general. Does someone have a solution or an alternative way?
Hi, it seems like the issue is still ongoing. Is the tm.plugin.webmining package still supported?
Hello. The problem ist not the package itsself but the fact, that Google and yahoo stopped their service. If you want to work with the package using financial use, I recommend to work with Reuters
Using
GoogleFinanceSource
now returns an error, probably because Google changed the google finance last november.I'm trying to figure out an alternative, for now
YahooFinanceSource
still works