-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to buy a player #51
Comments
https://utas.external.s2.fut.ea.com/ut/game/fifa17/trade/190797669347/bid Accept:application/json {"bid":200} |
can i use handler.php/sendRequest function to buy player? |
Array
Host: utas.external.s2.fut.ea.com request playload is : {"bid":200} response: always got code 461 error ,why would be that? how to make it right? @JKetelaar |
Please provide me your PHP code. |
Seems like it's missing some values from cookies. Have you tried gathering the curl object from the login class? |
my code :
this code was excuted after $api->login() func, compare to webapp's request infomation, no utag_main cookie string contain in my request, i also curl it without logged cookies.txt. |
the important thing is what's missing? i try to use "oczkers/fut" , got same premission denied error,is that ea changed auth way to prevent all bot actions? anyone knows? thanks very very much! |
Hmmm, this is somewhat related to the request to have a method to make requests to the trade market, regarding selling or buying (issue #44). |
okay,in the meantime,i will working on it too. |
I'am not a pro like you guys, but i will try to work on it too. |
Thanks for all the help and support guys, really appreciate it! |
First base has been added in commit #de1f624. Use it like the following:
Composer:
|
excellent ! check it immediately! |
i just tried to use placebid function to buy a player , just still got 461 error message ,i wonder is that "temporary ban" rejected this request? |
What is the entire stacktrace? I had 461 a few times too and figured out it was because the player wasn't tradable (invalid price, already sold etc.) |
no stacktrace,request is successful but response is 461 error。what's invalid price? i'm setting bid price equal to buynowprice,is that correct? i wanna buy it now,so i use buynowprice to placebid,not a higher price than startprice to bid. |
What if you print the current bid of the trade and also print the current status of the trade. |
ok,i will try more ways to bid , see you around. |
[tradeState] => active that's a typical form of trade data,hmm,seems to be normal. "log in this is bid response text,login successfully,bid error,can u try it to see got same error like mine or success response,so i can find out what's wrong with my code or my account indeed. |
Hmm very weird, I'll give it another shot tomorrow! |
how to buy a player
The text was updated successfully, but these errors were encountered: