YeahNotSewerSide

Results 37 comments of YeahNotSewerSide

Hi, I implemented some functions for endpoints in account https://github.com/Igosuki/binance-rs-async/pull/79

Why?!!?!! Functions of new api look so delicious.

Hi, check how you are passing phone number to "request_sms_code", it must start with the country code, for Russia, for example, you must write number like that: 79202600211. I`v just...

And yeah... request_sms_code doesn't need nothing else, just write something like that: api = Numbuster() api.request_sms_code('79219511844') code = input('Code: ') api.send_sms_code('79219511844',code) print(api.access_token)

Yep. Everything ok, especialy if you are using functions which implemented in api.

There's realy problem with Urkranian/USA/Greek numbers, properly works only with russian numbers, even with the app running on the emulator.

I'v just checked "v6_auth_agreement_code()" and looks like api allways returns {"status_code":0,"status":"success","message":"","data":null}"), even when you send wrong key, so check your implementation of "v6_auth_get()". And if you want, you can send...

Also check that function "another_profiles_without_code".

Yeahhh, "#Can be deleted, but meh..." was my little sarcastic joke, sorry :). You can allways use even that cnonce o5oorrrlBlbWKHRVuH7lBQdVCQEVKeXeTkAyA9H6FY8DT904sq , so it's not really necessary to randomise it...

That's correct, api just sends back empty response. "another_profiles_without_code" is the only one function that requests sms from server, so nope, you don't need to implement "another_profiles"