-
Notifications
You must be signed in to change notification settings - Fork 6
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
Getting error while updating Nifty data #1
Comments
Thanks for trying out this repo.
Could you let me know which database you were using when you got those
errors.
…On Fri, Aug 13, 2021, 10:33 AM techdjay ***@***.***> wrote:
Thanks for this wonderful project i was looking for it... getting errors
while trying to import NIFTY Data.
Please look into it...
C:\Users\Jay\AppData\Local\Programs\Python\Python39\python.exe
C:/amiCOM/main.py
13-Aug-21 10:23:34 - Getting data for ACC
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\Jay\AppData\Local\Programs\Python\Python39\lib\tkinter_
*init*_.py", line 1892, in *call*
return self.func(*args)
File "C:\amiCOM\main.py", line 497, in ImportCur
tickerDf = tickerData.history(interval=interval_length, start=start_date,
end=end_date)
File
"C:\Users\Jay\AppData\Local\Programs\Python\Python39\lib\site-packages\yfinance\base.py",
line 156, in history
data = data.json()
File
"C:\Users\Jay\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\models.py",
line 898, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Users\Jay\AppData\Local\Programs\Python\Python39\lib\json_*init*_.py",
line 346, in loads
return _default_decoder.decode(s)
File
"C:\Users\Jay\AppData\Local\Programs\Python\Python39\lib\json\decoder.py",
line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File
"C:\Users\Jay\AppData\Local\Programs\Python\Python39\lib\json\decoder.py",
line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK7F377JTZE33CVLTM27BSDT4SRR3ANCNFSM5CC3JLMQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Try the latest repo, |
Repository owner
deleted a comment from
jacky-xbb
Mar 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this wonderful project i was looking for it... getting errors while trying to import NIFTY Data.
Please look into it...
C:\Users\Jay\AppData\Local\Programs\Python\Python39\python.exe C:/amiCOM/main.py
13-Aug-21 10:23:34 - Getting data for ACC
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\Jay\AppData\Local\Programs\Python\Python39\lib\tkinter_init_.py", line 1892, in call
return self.func(*args)
File "C:\amiCOM\main.py", line 497, in ImportCur
tickerDf = tickerData.history(interval=interval_length, start=start_date, end=end_date)
File "C:\Users\Jay\AppData\Local\Programs\Python\Python39\lib\site-packages\yfinance\base.py", line 156, in history
data = data.json()
File "C:\Users\Jay\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Users\Jay\AppData\Local\Programs\Python\Python39\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\Jay\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\Jay\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered: