-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Searchterms in null #51
Comments
I need some information to debug that new problem. What is your python version and how do you invoke the program? |
my version is 👍 |
i open the terminal and write yahooticketdowloader.py |
I could not reproduce this problem using Python 2.7.15rc1 on Ubuntu 18:10. Which version of Yahoo-ticker-symbol-downloader do you use? |
3.0
El El dom, 13 ene 2019 a las 19:55, Benny Jacobs <[email protected]>
escribió:
… I could not reproduce this problem using Python 2.7.15rc1 on Ubuntu 18:10.
Which version of Yahoo-ticker-symbol-downloader do you use?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/Benny-/Yahoo-ticker-symbol-downloader/issues/51#issuecomment-453855764>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC2zyBO1mxJd1XUlFRODIKaPJfkc0BMfks5vC4EagaJpZM4Z3UgZ>
.
|
Hi, |
I have had the same issue with the "null" search term.I think that the issue is on the Yahoo side, not on the python side.
|
Thank you Benny for providing this amazing tool. |
Hi, I have the same problem. req https://finance.yahoo.com/_finance_doubledown/api/resource/searchassist;searchTerm=null?device=console&returnMeta=true Using Python 3.6 on a Mac. |
From #50 :
Saving downloader to disk...
Downloader successfully saved.
req https://finance.yahoo.com/_finance_doubledown/api/resource/searchassist;searchTerm=null?device=console&returnMeta=true
Retry attempt: 1 of 5. Sleep period: 5 seconds.
req https://finance.yahoo.com/_finance_doubledown/api/resource/searchassist;searchTerm=null?device=console&returnMeta=true
Retry attempt: 2 of 5. Sleep period: 25 seconds.
req https://finance.yahoo.com/_finance_doubledown/api/resource/searchassist;searchTerm=null?device=console&returnMeta=true
Retry attempt: 3 of 5. Sleep period: 125 seconds.
req https://finance.yahoo.com/_finance_doubledown/api/resource/searchassist;searchTerm=null?device=console&returnMeta=true
Retry attempt: 4 of 5. Sleep period: 625 seconds.
req https://finance.yahoo.com/_finance_doubledown/api/resource/searchassist;searchTerm=null?device=console&returnMeta=true
Retry attempt: 5 of 5. Sleep period: 3125 seconds.
req https://finance.yahoo.com/_finance_doubledown/api/resource/searchassist;searchTerm=null?device=console&returnMeta=true
A exception occurred while downloading. Suspending downloader to disk
Successfully saved download state
Try removing {type}.pickle file if this error persists
Issues can be reported on https://github.com/Benny-/Yahoo-ticker-symbol-downloader/issues
Traceback (most recent call last):
File "/home/mountainers/.local/bin/YahooTickerDownloader.py", line 170, in
main()
File "/home/mountainers/.local/bin/YahooTickerDownloader.py", line 111, in main
downloadEverything(downloader, tickerType, args.insecure, args.sleep, args.pandantic)
File "/home/mountainers/.local/bin/YahooTickerDownloader.py", line 40, in downloadEverything
symbols = downloader.nextRequest(insecure, pandantic)
File "/home/mountainers/.local/lib/python3.6/site-packages/ytd/SimpleSymbolDownloader.py", line 95, in nextRequest
json = self._fetch(insecure)
File "/home/mountainers/.local/lib/python3.6/site-packages/ytd/SimpleSymbolDownloader.py", line 65, in _fetch
resp.raise_for_status()
File "/home/mountainers/.local/lib/python3.6/site-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://finance.yahoo.com/_finance_doubledown/api/resource/searchassist;searchTerm=null?device=console&returnMeta=true
The text was updated successfully, but these errors were encountered: