python-bittrex icon indicating copy to clipboard operation
python-bittrex copied to clipboard

get_candles returns Nonetype for many coins

Open tjohnson310 opened this issue 5 years ago • 5 comments

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

tjohnson310 avatar Jul 08 '19 15:07 tjohnson310

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

Yes, I'm also getting:

TypeError: 'NoneType' object is not subscriptable in fill_missing_candles filled_list = [candles[0]]

Truly enjoyed Josiah Swaim's excellent article "Guide to Cryptocurrency Arbitrage: How I made 1% profit an hour" and hope to get this demo script running. Was able to get the Bittrex API_V2 issue to the correct lib install...

sigmund505 avatar May 28 '20 21:05 sigmund505

Yes, it is faulty when you are pulling data for multiple coins at the same time

Sent from my Verizon, Samsung Galaxy smartphone


From: sigmund505 [email protected] Sent: Thursday, May 28, 2020 5:32:24 PM To: ericsomdahl/python-bittrex [email protected] Cc: tjohnson310 [email protected]; Author [email protected] Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

Yes, I'm also getting:

TypeError: 'NoneType' object is not subscriptable in fill_missing_candles filled_list = [candles[0]]

Truly enjoyed Josiah Swaim's excellent article "Guide to Cryptocurrency Arbitrage: How I made 1% profit an hour" and hope to get this demo script running. Was able to get the Bittrex API_V2 issue to the correct lib install...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635619610, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHLE47HT3HYLVPH6NLGDQALRT3J6RANCNFSM4H644Y7A.

tjohnson310 avatar May 28 '20 22:05 tjohnson310

Try to limit # of coins to 10 ish

Sent from my Verizon, Samsung Galaxy smartphone


From: Timothy Johnson [email protected] Sent: Thursday, May 28, 2020 6:20:33 PM To: ericsomdahl/python-bittrex [email protected]; ericsomdahl/python-bittrex [email protected] Cc: Author [email protected] Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Yes, it is faulty when you are pulling data for multiple coins at the same time

Sent from my Verizon, Samsung Galaxy smartphone


From: sigmund505 [email protected] Sent: Thursday, May 28, 2020 5:32:24 PM To: ericsomdahl/python-bittrex [email protected] Cc: tjohnson310 [email protected]; Author [email protected] Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

Yes, I'm also getting:

TypeError: 'NoneType' object is not subscriptable in fill_missing_candles filled_list = [candles[0]]

Truly enjoyed Josiah Swaim's excellent article "Guide to Cryptocurrency Arbitrage: How I made 1% profit an hour" and hope to get this demo script running. Was able to get the Bittrex API_V2 issue to the correct lib install...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635619610, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHLE47HT3HYLVPH6NLGDQALRT3J6RANCNFSM4H644Y7A.

tjohnson310 avatar May 28 '20 22:05 tjohnson310

Thanks!!!

On Thu, May 28, 2020 at 3:23 PM tjohnson310 [email protected] wrote:

Try to limit # of coins to 10 ish

Sent from my Verizon, Samsung Galaxy smartphone


From: Timothy Johnson [email protected] Sent: Thursday, May 28, 2020 6:20:33 PM To: ericsomdahl/python-bittrex [email protected]; ericsomdahl/python-bittrex [email protected] Cc: Author [email protected] Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Yes, it is faulty when you are pulling data for multiple coins at the same time

Sent from my Verizon, Samsung Galaxy smartphone


From: sigmund505 [email protected] Sent: Thursday, May 28, 2020 5:32:24 PM To: ericsomdahl/python-bittrex [email protected] Cc: tjohnson310 [email protected]; Author < [email protected]> Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

Yes, I'm also getting:

TypeError: 'NoneType' object is not subscriptable in fill_missing_candles filled_list = [candles[0]]

Truly enjoyed Josiah Swaim's excellent article "Guide to Cryptocurrency Arbitrage: How I made 1% profit an hour" and hope to get this demo script running. Was able to get the Bittrex API_V2 issue to the correct lib install...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub< https://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635619610>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AHLE47HT3HYLVPH6NLGDQALRT3J6RANCNFSM4H644Y7A

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635640141, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPJ2VIXGFE4RKXNOPMVIODRT3P7VANCNFSM4H644Y7A .

sigmund505 avatar May 28 '20 22:05 sigmund505

Would love to collab on trading bots if anyone is open!


From: sigmund505 [email protected] Sent: Thursday, May 28, 2020 6:28:13 PM To: ericsomdahl/python-bittrex [email protected] Cc: tjohnson310 [email protected]; Author [email protected] Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Thanks!!!

On Thu, May 28, 2020 at 3:23 PM tjohnson310 [email protected] wrote:

Try to limit # of coins to 10 ish

Sent from my Verizon, Samsung Galaxy smartphone


From: Timothy Johnson [email protected] Sent: Thursday, May 28, 2020 6:20:33 PM To: ericsomdahl/python-bittrex [email protected]; ericsomdahl/python-bittrex [email protected] Cc: Author [email protected] Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Yes, it is faulty when you are pulling data for multiple coins at the same time

Sent from my Verizon, Samsung Galaxy smartphone


From: sigmund505 [email protected] Sent: Thursday, May 28, 2020 5:32:24 PM To: ericsomdahl/python-bittrex [email protected] Cc: tjohnson310 [email protected]; Author < [email protected]> Subject: Re: [ericsomdahl/python-bittrex] get_candles returns Nonetype for many coins (#163)

Anyone else having trouble with get_candles? I find that when I try to pull a data from a list of coin names, some of the coin names don't return candle profiles, but instead return Nonetype. All thoughts welcome!

Yes, I'm also getting:

TypeError: 'NoneType' object is not subscriptable in fill_missing_candles filled_list = [candles[0]]

Truly enjoyed Josiah Swaim's excellent article "Guide to Cryptocurrency Arbitrage: How I made 1% profit an hour" and hope to get this demo script running. Was able to get the Bittrex API_V2 issue to the correct lib install...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub< https://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635619610>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AHLE47HT3HYLVPH6NLGDQALRT3J6RANCNFSM4H644Y7A

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635640141, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPJ2VIXGFE4RKXNOPMVIODRT3P7VANCNFSM4H644Y7A .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ericsomdahl/python-bittrex/issues/163#issuecomment-635641616, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHLE47EWBRIVDCSTEFXBOG3RT3QP3ANCNFSM4H644Y7A.

tjohnson310 avatar May 28 '20 23:05 tjohnson310