kmadac/bitstamp-python-client

Problem with unconfirmed bitcoin deposits?

Closed this issue · 5 comments

I'm getting 500 Server Error when using unconfirmed_bitcoin_deposits and there is one unconfirmed deposit:

File "bitstamp-python-client/bitstamp/client.py", line 294, in unconfirmed_bitcoin_deposits
r.raise_for_status()
File "/usr/local/lib/python2.7/dist-packages/requests/models.py", line 683, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: INTERNAL SERVER ERROR

No errors when no unconfirmed deposits. Is it a problem with this code or in Bitstamp?

Hi,

it seems like problem on Bitstamp side. I added test of unconfirmed_bitcoin_deposits function and it returns empty list, which is correct, because I do not have any unconfirmed deposits. I will test it with some deposits, but my account is not verified unfortunately, so I have to wait few days till it'll be verfied. Then, I will test it again.

I just did the same test by sending 0.1 BTC to my Bitstamp address and I've got same result - 500 INTERNAL SERVER ERROR. I just opened ticket to Bitstamp. Let's wait for answer of Bitstamp support.

I got response from Bitstamp that they are working on the issue.

I've got response, that their code was fixed, but I receive still same error. I reported it back to Bitstamp support.

I can happily say, that issue was resolved on Bitstamp side finally, and now you will get following data if you have unconfirmed deposit/s comming to your account:

[{u'amount': u'0.10000000', u'confirmations': 0, u'address': u'1ChdaGR4zGtseHh25VLMvzEFBGqDf3f5dd'}]