Missing 'date' key in RightBTC fetchTicker response
See original GitHub issuePython 3.7 Latest CCXT Exchange RightBTC Method fetchTickers
File "/mnt/c/Users/Ahmed Bodiwala/Desktop/Exchanger/exchanges/jobs.py", line 124, in find_exchange_market_tickers
ticker = api.fetchTicker(marketId)
File "/mnt/c/Users/Ahmed Bodiwala/Desktop/Exchanger/lib/python3.7/site-packages/ccxt/rightbtc.py", line 242, in fetch_ticker
return self.parse_ticker(response['result'], market)
File "/mnt/c/Users/Ahmed Bodiwala/Desktop/Exchanger/lib/python3.7/site-packages/ccxt/rightbtc.py", line 206, in parse_ticker
timestamp = ticker['date']
KeyError: 'date'
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Does watchTicker/watchTickers return the same structure as ...
My question is if "fetchTickers" -> "watchTickers" returns the same object in Python (Dict) ❓ . With the following keys.
Read more >Add missing dates to pandas dataframe - Stack Overflow
I take these events, get a count by date and plot them. However, when I plot them, my two series don't always match....
Read more >Solved: Search for missing dates and values
Here it is,. I have named these 2 tables as A and B. First create a calculated column in the first Table shown...
Read more >Solved: Show 0 for missing dates - Qlik Community - 1509337
I made adjustments to your OccurenceCount expression and presented an alternative solution using the alt() function. NewTable: Load DateKey. Resident Calendar;
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
yeah thats fine, just something that should be thrown in CCXT
ahh i see why its doing that