Sorry, Unable to process request at this time -- error 999
See original GitHub issueYahoo seems terminated their free api service
Flurl.Http.FlurlHttpException occurred HResult=0x80131500 Message=GET https://download.finance.yahoo.com/d/quotes.csv?s=AAPL%2BGOOG&f=l1ohgp failed with status code 999 (Request denied). Response body:
<html><head><title>Yahoo! - 999 Unable to process request at this time -- error 999</title></head><body>Sorry, Unable to process request at this time -- error 999.</body></html> Source=<Cannot evaluate the exception source> StackTrace: at Flurl.Http.FlurlRequest.<SendAsync>d__18.MoveNext() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Flurl.Http.FlurlRequest.<SendAsync>d__18.MoveNext() at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Flurl.Http.FlurlRequest.<SendAsync>d__18.MoveNext() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Flurl.Http.HttpResponseMessageExtensions.<ReceiveStream>d__4.MoveNext() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at YahooFinanceApi.Yahoo.Builder.<GetAsync>d__9.MoveNext() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at WindowsFormsApp1.Form1.<button1_Click>d__2.MoveNext() in d:\temp\WindowsFormsApp1\WindowsFormsApp1\Form1.cs:line 27Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
SOLVED: Unable to process request at this time -Error 999
"This error appears to be caused by some sort of bandwidth limiting system that Yahoo has put in place on their servers. Once...
Read more >Yahoo 999 Error
Unable to process request at this time — error 999 Unfortunately, we are unable to process your request at this time. We apologize...
Read more >Yahoo Messenger "We Are Unable To Process Your ...
Yahoo Messenger “We Are Unable To Process Your Request At This Time” Error “999” is a runtime error that internet users who subscribe...
Read more >Yahoo Email. We are unable to process your request at this ...
Since yesterday, when I try to log in to my yahoo email I keep getting "We are unable to process your request at...
Read more >I keep getting a, "Sorry, Unable to process request at this ...
I keep getting a, "Sorry, Unable to process request at this time-- error 999. Ever time I try to login to my, My...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This url seems to work: https://query1.finance.yahoo.com/v7/finance/quote?symbols=AAPL
@mayerwin, @dshe has completed the task 👍 and I have pushed the new version to nuget as a beta version. The QueryTag will be implemented later for easier access of quote properties 😄