kmadac / bitstamp-python-client

Python package to communicate with bitstamp.net
MIT License
143 stars 70 forks source link

Problem with unconfirmed bitcoin deposits? #2

Closed jluttine closed 10 years ago

jluttine commented 10 years ago

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?

kmadac commented 10 years ago

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.

kmadac commented 10 years ago

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.

kmadac commented 10 years ago

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

kmadac commented 10 years ago

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

kmadac commented 10 years ago

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'}]