dashee87 / betScrapeR

R package to scrape live sports betting odds
Other
56 stars 14 forks source link

Betscraper #14

Open ChrisBean30 opened 5 years ago

ChrisBean30 commented 5 years ago

Hi, been looking for a program like this for a while and tried installing yours but get the following error when trying to run it:

<SSL_CONNECTERROR in function (type, msg, asError = TRUE) { if (!is.character(type)) { i = match(type, CURLcodeValues) typeName = if (is.na(i)) character() else names(CURLcodeValues)[i] } typeName = gsub("^CURLE", "", typeName) fun = (if (asError) stop else warning) fun(structure(list(message = msg, call = sys.call()), class = c(typeName, "GenericCurlError", "error", "condition")))}(35L, "error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol", TRUE): error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol> Error in function (type, msg, asError = TRUE) : error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

Just wondering if you have any plans to update the program in the future. Would be great if you could.

Many thanks, Chris