Open MarcT48 opened 1 year ago
validate()
uses curl::has_internet()
to test for internet connection. Can you run curl::has_internet()
and let me know what it returns?
I will indeed. I will verify later when i come home. Marc
Get Outlook for iOShttps://aka.ms/o0ukef
From: Aravind Hebbali @.> Sent: Friday, August 11, 2023 12:09:38 PM To: rsquaredacademy/yahoofinancer @.> Cc: MarcT48 @.>; Author @.> Subject: Re: [rsquaredacademy/yahoofinancer] no internet connection using validate (Issue #5)
validate() uses curl::has_internet() to test for internet connection. Can you run curl::has_internet() and let me know what it returns?
— Reply to this email directly, view it on GitHubhttps://github.com/rsquaredacademy/yahoofinancer/issues/5#issuecomment-1675030861, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BBRYACU47YCLFPDN5EV3SRTXUZKMFANCNFSM6AAAAAA3M72YJE. You are receiving this because you authored the thread.Message ID: @.***>
The answer is FALSE. I sent you a picture of the screen that shows you the package that are used.
Thank you for taking care of this. Question: once you will have sorted out the bugs with the package, what functions will it be able to use?
Marc Trudeau
From: Aravind Hebbali @.> Sent: Friday, August 11, 2023 12:10 To: rsquaredacademy/yahoofinancer @.> Cc: MarcT48 @.>; Author @.> Subject: Re: [rsquaredacademy/yahoofinancer] no internet connection using validate (Issue #5)
validate() uses curl::has_internet() to test for internet connection. Can you run curl::has_internet() and let me know what it returns?
— Reply to this email directly, view it on GitHub https://github.com/rsquaredacademy/yahoofinancer/issues/5#issuecomment-1675030861 , or unsubscribe https://github.com/notifications/unsubscribe-auth/BBRYACU47YCLFPDN5EV3SRTXUZKMFANCNFSM6AAAAAA3M72YJE . You are receiving this because you authored the thread. https://github.com/notifications/beacon/BBRYACQVN7GIBNFPM3LUGRTXUZKMFA5CNFSM6AAAAAA3M72YJGWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTD23YU2.gif Message ID: @. @.> >
I know and checked the I have internet connection when using R, but I still get a no internet connection when I use the function validate. Ex: validate("AAPL") does not give my any result other then no internet connection.