BitcoinChecker icon indicating copy to clipboard operation
BitcoinChecker copied to clipboard

Binance parsing error

Open awaisaliliaqat opened this issue 4 years ago • 31 comments

Error: Parsing error Binance Bitcoin

awaisaliliaqat avatar Jun 22 '20 10:06 awaisaliliaqat

Yes, I can second that: since yesterday night all pairs of Binance are throwing a parsing error.

Would be greatly appreciated if that could be fixed – thank you in advance!

ErikAbele avatar Jun 22 '20 11:06 ErikAbele

The problem seems to be related to the Binance changing his public API. And since the app seems to be abandoned by the developer long ago there is noone to fix it. What a pity! Two years it was working on my phone without a hitch. And it is very hard to find a suitable alternative.

die4kill4 avatar Jun 22 '20 11:06 die4kill4

Just saying: I would pay to have a working version of Bitcoin checker/

die4kill4 avatar Jun 22 '20 11:06 die4kill4

The problem seems to be related to the Binance changing his public API. And since the app seems to be abandoned by the developer long ago there is noone to fix it. What a pity! Two years it was working on my phone without a hitch. And it is very hard to find a suitable alternative.

Oh, did he really abandon it? I would be able to look into it if the dev would be fine with merging that into a new release then... I've just sent him an email.

ErikAbele avatar Jun 22 '20 12:06 ErikAbele

Oh, did he really abandon it?

Well, I guess, I do not know for sure, but it's free app for niche audience. I can see how he may decide to move on and find another use for his skills.

die4kill4 avatar Jun 22 '20 12:06 die4kill4

That is too bad, this a great app and a great help to me, I have been using this for years without problems but now I am experiencing this same problem when choosing Binance.

Kerbox2000 avatar Jun 22 '20 12:06 Kerbox2000

Just saying: I would pay to have a working version of Bitcoin checker/

Just sent 10$ in bitcoin as a "thank you" for the great app

die4kill4 avatar Jun 22 '20 13:06 die4kill4

Binance Bitcoin parsing error, please fix. Thank you

bullionstar avatar Jun 26 '20 18:06 bullionstar

Oh, did he really abandon it? I would be able to look into it if the dev would be fine with merging that into a new release then... I've just sent him an email.

I've sent an email a week ago as well with no response and the app is literally no longer listed on the play store...

If you need a beta tester I'm happy to put my hand up, running a pixel 2 latest version of Android

ikt avatar Jun 27 '20 15:06 ikt

This also happen in kraken, see #895 , its been fixed and have pull request , I got tired of waiting and did a bit of googling and manage to fixed it. download here .

khenn00 avatar Jun 28 '20 09:06 khenn00

It works again!

Oh and to all others: do NOT install some random APK – it might contain something you certainly do not want on your mobile phone... just be cautious!

ErikAbele avatar Jun 28 '20 10:06 ErikAbele

Unfortunately, same mistake again today and constant

motogscs avatar Jul 07 '20 12:07 motogscs

If the project is abandoned why don't we fork it, fix it and release it new. I'm not a guru but the code looks good. We should try to look for a dev. I'll ask a friend of mine. It looks that if only needs some adjustments in the data module for some of the exchanges.

Aspersat avatar Jul 08 '20 19:07 Aspersat

@Aspersat the problem is that he hasn't specified a licence https://github.com/mobnetic/BitcoinChecker/issues/119

Someone needs to do some movie style tracking and get ahold of the guy

ikt avatar Jul 09 '20 02:07 ikt

Like I said in my previous comment this already have a pull request but doesnt get updated. I already put the download link there but if you're like @ErikAbele that cant trust any random apk then goodluck for the wait and your phone will be always safe for hackers.

khenn00 avatar Jul 09 '20 08:07 khenn00

Contacted the guy on LinkedIn lets see. Would be grat if we could convince him to add a License that allowes us to legaly fork the project. or Convince him of handing the project over to a still active contributor.

Aspersat avatar Jul 09 '20 11:07 Aspersat

This also happen in kraken, see #895 , its been fixed and have pull request , I got tired of waiting and did a bit of googling and manage to fixed it. download here .

It works, but not all pairs are available. I can't find BTC/NGN or BTC/BUSD

echomaestro avatar Jul 11 '20 09:07 echomaestro

This also happen in kraken, see #895 , its been fixed and have pull request , I got tired of waiting and did a bit of googling and manage to fixed it. download here .

This version is safe? Does not have any malware?

rodrigoslayertech avatar Jul 12 '20 03:07 rodrigoslayertech

We don't know. I would not trust it

Aspersat avatar Jul 12 '20 06:07 Aspersat

@slowaways if you cant trust it , you can just do it yourself . its pretty easy with a bit of googling , just insert this pull request to the code .

khenn00 avatar Jul 12 '20 14:07 khenn00

This also happen in kraken, see #895 , its been fixed and have pull request , I got tired of waiting and did a bit of googling and manage to fixed it. download here .

Worked thanks ! Guys, if you worry about malware just turn off all the permissions.

GitToLife avatar Jul 15 '20 07:07 GitToLife

By the way, anyone knows the reason this app got removed from Play Store ?

GitToLife avatar Jul 15 '20 07:07 GitToLife

I tried looking at the code. I'm not a Java developer and this project is pretty big. I couldn't find the problem. The JSON object that gets the bid & ask prices (etc) still correspond with Binance's API...so I'm not sure where the problem is exactly. If I knew Java I could return the full error and go from there.

This is the call...everything looks fine.

https://api.binance.com/api/v1/ticker/24hr?symbol=BTCUSDT

presence35 avatar Jul 15 '20 07:07 presence35

I tried looking at the code. I'm not a Java developer and this project is pretty big. I couldn't find the problem. The JSON object that gets the bid & ask prices (etc) still correspond with Binance's API...so I'm not sure where the problem is exactly. If I knew Java I could return the full error and go from there.

This is the call...everything looks fine.

https://api.binance.com/api/v1/ticker/24hr?symbol=BTCUSDT

I'm not a java developer either but looking at

https://github.com/mobnetic/BitcoinChecker/issues/931#issuecomment-657226619

The pull request diff makes a simple change, it now checks for "Content-Encoding" or "content-encoding", instead of assuming that it will be offered as "Content-Encoding".

Should probably just do the merge myself but damn that would suck to have to side load.

ikt avatar Jul 15 '20 13:07 ikt

This also happen in kraken, see #895 , its been fixed and have pull request , I got tired of waiting and did a bit of googling and manage to fixed it. download here .

This version break the automatic update. I have to update the ticket manually.

rodrigoslayertech avatar Jul 15 '20 21:07 rodrigoslayertech

This also happen in kraken, see #895 , its been fixed and have pull request , I got tired of waiting and did a bit of googling and manage to fixed it. download here .

Hey @khenn00 , I tried this out and it works just great, I really appreciate it!

Kerbox2000 avatar Jul 23 '20 07:07 Kerbox2000

Pls someone should add all the fiat pair. I can't find NGN market pairs like BUSD/NGN

echomaestro avatar Jul 29 '20 19:07 echomaestro

Any luck contacting the lead dev @Aspersat ?

ikt avatar Aug 02 '20 07:08 ikt

This also happen in kraken, see #895 , its been fixed and have pull request , I got tired of waiting and did a bit of googling and manage to fixed it. download here .

Can you please add other fiat markets. Its only USDT that is available.

echomaestro avatar Aug 29 '20 17:08 echomaestro

Good news!

Launched new version of Bitcoin Checker:

  • Install from Google Play: https://play.google.com/store/apps/details?id=com.aneonex.bitcoinchecker
  • Suggest pull request or feedback on Github: https://github.com/aneonex/BitcoinChecker/

Whats new (v2.3):

  • Fixed all critical errors (Binance, Kraken, ect.)
  • Added more trade pairs
  • Removed old unavailable exchanges
  • The app has been refactored and fixed to comply latest Google Play requirements and latest devices.

Additional notes:

  • The app is still FREE and will always be free (donations only)
  • The app is based on refactored original APK and a fork of the original github repo.
  • Data module is still Open Source. In the future, the application will also be published to Open Source.

Latest updates see on Github: https://github.com/aneonex/BitcoinChecker/

aneonex avatar Sep 01 '20 21:09 aneonex