trydis / FIFA-Ultimate-Team-Toolkit

FIFA Ultimate Team Toolkit
MIT License
229 stars 111 forks source link

Fifa 17 Update #283

Closed Extremeg closed 7 years ago

Extremeg commented 8 years ago

Hi guys, my question is if and when the update for fifa 17 will come?

bbday commented 8 years ago

Try to check EA web site, they will release fifa 17 end of settember and on first week of sett they will open new webapp

DjTrilogic commented 8 years ago

Are you guys ready to debug the new API as soon as it's out ?

ulrickpsp commented 7 years ago

Looking forward to debugging the new API!

mihaisolomonTC commented 7 years ago

It's up! let's go :dancers:

ulrickpsp commented 7 years ago

Do you already have access? I don't have fifa 17 yet

proeben commented 7 years ago

you need accounts that have been created before feb16 and been played on after feb16

Am 20.09.2016 um 21:07 schrieb ulrickpsp notifications@github.com:

Do you already have access? I don't have fifa 17 yet

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/trydis/FIFA-Ultimate-Team-Toolkit/issues/283#issuecomment-248401053, or mute the thread https://github.com/notifications/unsubscribe-auth/AItaaqwWcAngw7-DCxTIv3e4siwKbKWPks5qsC7vgaJpZM4JVJ1b.

kauefelipe commented 7 years ago

you need accounts that have been created before feb16 and been played on after feb16

I played yesterday and have played FUT since that was released (2010 or 11, don´t remember) and i haven´t access either.

One guy report in ea forum that one friend of him had started to play in this may and have access... it´s totaly random i hope...

bbday commented 7 years ago

Yes it is a bug, a lot of people can't login have error about it.

ulrickpsp commented 7 years ago

Yes, I think so as well. I played 5 days ago and can't login. Bugs appeared early in FUT17..

proeben commented 7 years ago

No bug. This is the system. Accounts being created before feb16 and played afterwards (not only 5 days ago).

To what extent and what the parameters are (how many games etc) I dont know. But from 15 accounts I tried I can confirm the pattern

Am 20.09.2016 um 22:08 schrieb ulrickpsp notifications@github.com:

Yes, I think so as well. I played 5 days ago and can't login. Bugs appeared early in FUT17..

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/trydis/FIFA-Ultimate-Team-Toolkit/issues/283#issuecomment-248418770, or mute the thread https://github.com/notifications/unsubscribe-auth/AItaapvOLqxpfmLZwag5o6fL9W0Bq8_Gks5qsD0ggaJpZM4JVJ1b.

ulrickpsp commented 7 years ago

Account created in 2010. More than 600 games. Last one 5 days ago. Can't enter webapp.

DjTrilogic commented 7 years ago

Same here

DjTrilogic commented 7 years ago

I heard that's working in USA, have anyone tried a proxy ?

ulrickpsp commented 7 years ago

Working for me today!

mihaisolomonTC commented 7 years ago

For me as well, but transfer market is disabled atm :(

ulrickpsp commented 7 years ago

What a pity it es that market is not available until you play FIFA17

Bogenschuetze commented 7 years ago

@ulrickpsp Wait a few hours, your account should be TM enabled soon. Had to wait on my account, too

gladtbx commented 7 years ago

Webapp transfer market online for me.

ulrickpsp commented 7 years ago

Working fine here as well.

drawalex commented 7 years ago

The webapp is working now after i had the issue saying i needed to play fifa 17.

gladtbx commented 7 years ago

I kind of made it work. Still testing, can search now. Not tried bin or bid. Change the Requests/LoginRequest.cd, swap all 16 with 17. Change Constants/Resources.cs, swap all 16 with 17.( Maybe not necessary, I did it anyway.) Add a couple items to Models/ItemData.cs
The list is not full, I added: public long cardassetid { get; set; }

    public long value { get; set; }

    public string name { get; set; }
    public string category { get; set; }

    public int marketDataMaxPrice { get; set; }

    public int marketDataMinPrice { get; set; }

If you don't do the last one, some exceptions happen. I feel the list of items to be added is longer. Anyone would like to help, please post the full list.

Thanks

ulrickpsp commented 7 years ago

Got some issues with SearchAsync. I'll investigate it..

bbday commented 7 years ago

did you try to look into CalculateBaseId don't return right assedId

ulrickpsp commented 7 years ago

Added what gladtbx mentioned and added some more items to itemData:

    public int weightrare { get; set; }

    public int bronze { get; set; }

    public int silver { get; set; }

    public int gold { get; set; }
trydis commented 7 years ago

It would be awesome if someone would send a pull request once most of the stuff is working. Then i can start pushing NuGet prerelease packages.

ulrickpsp commented 7 years ago

Sure, I'll try to adapt everything to FUT17 and then send pull request.

bbday commented 7 years ago

CalculateBaseId not working, if you get ResourceId from tradepile/watchlist it is a negative number (it is usefull to find right player cause some player have multiple version) Example Cavani: (there is 2 version base and if) assetId=179813 (both) id=50511461 (if) according with EA db Id=179813 (base) according with EA db they have 2 differents resourceId resourceId=-1828536731 (if) 50511461 resourceId=-1878868379 (base) 179813 calculateBaseId report wrong number.

ulrickpsp commented 7 years ago

Any chance to get players.json as for FIFA16? Basically it's a list with the asset IDs

Bogenschuetze commented 7 years ago

@ulrickpsp do you mean this one? https://fifa17.content.easports.com/fifa/fltOnlineAssets/CC8267B6-0817-4842-BB6A-A20F88B05418/2017/fut/items/web/players.json

ulrickpsp commented 7 years ago

Yeah @Bogenschuetze , finally i also got it. I think it's quite useful .Thanks mate.

DjTrilogic commented 7 years ago

does anyone have a working toolkit ? :D

artielange commented 7 years ago

Hi all, I used trydis' toolkit for, 13, 14, 15 and stopped cause of the bugged accounts issue (and also 1st child issue :) )

I'm wondering if you guys still had issues with accounts becoming unusable after awhile? What about rate limiting? Thanks

mfsdcool commented 7 years ago

After adopt the above I am still stuck in two phase password..

the iframe/fut17/p/ut/auth returns me the following :

{"debug":"","string":"","code":"403","reason":""}

And I am stuck with in the following LoginRequest.cs code.

        var sessionId = Regex.Match(await authResponseMessage.Content.ReadAsStringAsync(), "\"sid\":\"\\S+\"")
            .Value
            .Split(new[] { ':' })[1]
            .Replace("\"", string.Empty);

Any hints?

I can see my account details already in below

/iframe/fut17/p/ut/game/fifa17/user/accountinfo?sku=FUT17WEB&_=xxxxxxxxxxxxxx HTTP/1.1

ulrickpsp commented 7 years ago

@Mfsdcool, check this carefully:

Change the Requests/LoginRequest.cd, swap all 16 with 17. Change Constants/Resources.cs, swap all 16 with 17.( Maybe not necessary, I did it anyway.)

Levesque7 commented 7 years ago

@bbday Last year you needed to add a constant to the ResourceID. The constant last year was 4026531840

Levesque7 commented 7 years ago

@artielange I used the same two accounts all year last year, but the rate limiting was still in effect. I think we discovered that an account was limited to somewhere ~4000-5000 requests per day.

artielange commented 7 years ago

@Levesque7 Thanks for the information. 4000-5000 requests per day... so about 2-3 per minute. This constraint makes things quite interesting.

I've got a lot of catching up to do. I'm using the authenticator app with my accounts, first hurdle to tackle

mfsdcool commented 7 years ago

@ulrickps thanks a lot. I have added some stupid typo during replace action before. I can connect now.

Bogenschuetze commented 7 years ago

Anyone fixed the Mobile Login? seems to be broken for me.

drawalex commented 7 years ago

How is the update going guys?

mmcmm commented 7 years ago

Mobile login seems to be totally changed, won't be just replacing fifa16 with fifa17, web app seems to be the same, small changes.

ricklhp7 commented 7 years ago

Probably because the client version changed for mobile. I didn`t debbug it yet, but try 21.

artielange commented 7 years ago

The app feels very similar to last year, I'd be surprised if a lot was changed under the hood

proeben commented 7 years ago

Just a hint: no need for x-ut-pow anymore

Von meinem iPhone gesendet

Am 26.09.2016 um 16:21 schrieb artielange notifications@github.com:

The app feels very similar to last year, I'd be surprised if a lot was changed under the hood

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

artielange commented 7 years ago

Hi @trydis didn't you set up a chat room awhile ago to avoid your git being polluted? We could use it to discuss these issues

trydis commented 7 years ago

Yup, link is in the readme and it's https://gitter.im/trydis/FIFA-Ultimate-Team-Toolkit

EDIT: But i don't mind you guys using the issues section as long as it's kept tidy :)

mmcmm commented 7 years ago

Anyway has any idea which is the resource Id constant this year?

solorinka commented 7 years ago

1879048192 but if you look in auctioninfo you find the answer in few seconds too..

mmcmm commented 7 years ago

@solorinka what do you mean, there is nothing in auctioninfo on it

Levesque7 commented 7 years ago

Anyone know how many games you need to play with an account to unlock the transfer market in the app?