mobnetic / BitcoinChecker

DataModule for Bitcoin Checker android app
341 stars 213 forks source link

Huobi LTC #35

Closed magarto closed 10 years ago

magarto commented 10 years ago

It would be great to have LTC CNP on Huobi. Thanks!

MaciejCiemiega commented 10 years ago

Hello, sorry for the delay - I've been on my vacations as I mentioned in README file:) I've just added LTC support to Huobi - will include it in next update of Bitcoin Checker app. Gretings!

magarto commented 10 years ago

Thank you very much. And what about volume notifications? El 02/04/2014 21:50, "MaciejCiemiega" notifications@github.com escribió:

Hello, sorry for the delay - I've been on my vacations as I mentioned in README file:) I've just added LTC support to Huobi - will include it in next update of Bitcoin Checker app. Gretings!

Reply to this email directly or view it on GitHubhttps://github.com/mobnetic/BitcoinChecker/issues/35#issuecomment-39375135 .

MaciejCiemiega commented 10 years ago

This is a separate issue - I will read it and comment there if I will have some time:) Greetings!

MaciejCiemiega commented 10 years ago

Included in 1.2 update (just published on Google Play Store)

magarto commented 10 years ago

Thank you very much! You are a crack! El 16/04/2014 20:27, "MaciejCiemiega" notifications@github.com escribió:

Included in 1.2 update (just published on Google Play Store)

— Reply to this email directly or view it on GitHubhttps://github.com/mobnetic/BitcoinChecker/issues/35#issuecomment-40634415 .

magarto commented 10 years ago

Hi,

Huobi shows a lot of times an error and the price is not displayed. Check attachment.

Thanks! El 16/04/2014 20:38, "Mario García" mariogdlt@gmail.com escribió:

Thank you very much! You are a crack! El 16/04/2014 20:27, "MaciejCiemiega" notifications@github.com escribió:

Included in 1.2 update (just published on Google Play Store)

— Reply to this email directly or view it on GitHubhttps://github.com/mobnetic/BitcoinChecker/issues/35#issuecomment-40634415 .

MaciejCiemiega commented 10 years ago

I cannot see any attachment. Please reattach it here or tell me the message from error. Does the error affect LTC/CNY, BTC/CNY or both of them (because they have different URLs in API).

magarto commented 10 years ago

Both. It shows only error, no more info. I hope that the attachment now is OK. El 20/04/2014 11:58, "MaciejCiemiega" notifications@github.com escribió:

I cannot see any attachment. Please reattach it here or tell me the message from error. Does the error affect LTC/CNY, BTC/CNY or both of them (because they have different URLs in API).

— Reply to this email directly or view it on GitHubhttps://github.com/mobnetic/BitcoinChecker/issues/35#issuecomment-40891684 .

MaciejCiemiega commented 10 years ago

If you're attaching any field to the email i doubt that GitHub will upload these files here, can you post this attachments directly on GitHub from comment form? You have to have some error message - on widget there is just "error" but inside the app there should be type of error displayed.

MaciejCiemiega commented 10 years ago

It would be nice if you could install DataModuleTester.apk, perform a request for that exchange. If there will be an error please copy & paste the results for me here (just long click on the text to enter select mode).

magarto commented 10 years ago

Sorry, I was directly answering from gmail. Here you are.

Error, at least now, is "timeout". Tradingview, which also use Huobi API, said that it is not stable (and data in your app doesn't update properly) but Bitcoinwisdom shows data very well updated. Error is in both pairs. screenshot_2014-04-20-11-47-21

MaciejCiemiega commented 10 years ago

So if its timeout I can only extend time for particular request - there is nothing else wrong with app. BitcoinWisdom has its own servers and they cache results from exchange and it is different case than pulling data directly from users. They can have timeout for very long time set.

magarto commented 10 years ago

Yes, the problem is the Huobi API. Anyway if wanna fix it in the future, we could contact to bitcoinwisdom to know how the take data. I installed your app and will report it to you anyway. Thanks again.

2014-04-20 12:32 GMT+02:00 MaciejCiemiega notifications@github.com:

So if its timeout I can only extend time for particular request - there is nothing else wrong with app. BitcoinWisdom has its own servers and they cache results from exchange and it is different case than pulling data directly from users. They can have timeout for very long time set.

— Reply to this email directly or view it on GitHubhttps://github.com/mobnetic/BitcoinChecker/issues/35#issuecomment-40892165 .

MaciejCiemiega commented 10 years ago

For BitcoinWisdom the thing is pretty simple - they need just to set very long timeout bu I cannot do it inside my app because users are waiting for results - I cannot hold the results forever and leave them without any information. They can do that because they have their own caching server and the data pull is not done by the users devices but rather by their server - the case is different there.

magarto commented 10 years ago

Ammm, interesting. I thought it was because Bitcoinwisdom implemented another way to handle data instead of a long timeout cache. Thanks. Anyway, if you can, please use a Huobi alert by yourself to check that it is down a lot of time, so it is not good for users. I do not need it, I can use also BTC-e alerts, only wanted to help you. Sorry for the inconvenience.

2014-04-20 12:38 GMT+02:00 MaciejCiemiega notifications@github.com:

For BitcoinWisdom the thing is pretty simple - they need just to set very long timeout bu I cannot do it inside my app because users are waiting for results - I cannot hold the results forever and leave them without any information. They can do that because they have their own caching server and the data pull is not done by the users devices but rather by their server - the case is different there.

— Reply to this email directly or view it on GitHubhttps://github.com/mobnetic/BitcoinChecker/issues/35#issuecomment-40892256 .

MaciejCiemiega commented 10 years ago

Hello, no need to feel sorry:) I just cannot do anything with their servers - I hope they will fix this issue soon. I will check the timeout period and play with it once I will be home.