trydis / FIFA-Ultimate-Team-Toolkit

FIFA Ultimate Team Toolkit
MIT License
233 stars 110 forks source link

Not recieving OTP email #401

Closed pubsrc closed 4 months ago

pubsrc commented 6 years ago

The toolkit stopped sending OTP to email. Is there any workaround?

Please help

DjTrilogic commented 5 years ago

Same here ! did you find a solution please ?

pubsrc commented 5 years ago

Yes, the solution is In LoginRequest.cs in mSetTwofactorType method (line 106)

Add below key value pair in array “codeType” , “EMAIL” at both line 114 and 125 in else block remove the existing codeType key value pair

On Mon, 22 Oct 2018 at 1:56 PM, Abdessamad Benslimane < notifications@github.com> wrote:

Same here ! did you find a solution please ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/trydis/FIFA-Ultimate-Team-Toolkit/issues/401#issuecomment-431766844, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDRtFNjDwJkp2_VYcCw-g_clfLMuPt_ks5unYErgaJpZM4XxXkI .

--

Regards, Syed Bilal

marlonespindola commented 5 years ago

@syedbilal228 can you send us how your SetTwofactorType is now? so I can try to do it here?

marlonespindola commented 5 years ago

@syedbilal228 never mind man... I received the code... tanks

stojkovic76 commented 5 years ago

So the old library can be used also this year?

I made the modify and I'm receiving the code but after inserting it I receive the error "AggregateException" (I take the same error inserting a correct code or a wrong code).

What could be?

pubsrc commented 5 years ago

Please mention the exact method where you are getting this exception also post the request contents (if any)

stojkovic76 commented 5 years ago

Please mention the exact method where you are getting this exception also post the request contents (if any)

I provided more details on the issue #409 (https://github.com/trydis/FIFA-Ultimate-Team-Toolkit/issues/409)