Skip to content
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

(Temporary?) Bans #148

Closed
martinrussell opened this issue Sep 29, 2015 · 25 comments
Closed

(Temporary?) Bans #148

martinrussell opened this issue Sep 29, 2015 · 25 comments

Comments

@martinrussell
Copy link

I keep getting this unknown error. Has anyone got a solution ?

fut.exceptions.UnknownError: {u'debug': u'', u'reason': u'', u'code': u'500', u'string': u''}

@ricklhp7
Copy link

Log using webapp. Its probably banned to search on transfer market and/or listing items. Sometimes its temporally.

@martinrussell
Copy link
Author

Yes , it happens every time I make a bid. I am able to make one bid sometimes, then the error is displayed. What would be the best way to stop getting banned ? Would it be to limit requests ? any tips would be appreciated !

@oczkers
Copy link
Member

oczkers commented Oct 1, 2015

Guys what kind of bans are you talking, temporary or permanent?

Any idea when/why does it happens instant after you make to much/strange requests or delayed (for example 2 days/hours after you made some bids)?

@martinrussell
Copy link
Author

Temporary ban. It happens when there is too many requests being made. Whats the best
way to limit the amount of requests being made and how many requests would you recommend making per hour ?

@oczkers
Copy link
Member

oczkers commented Oct 2, 2015

Best idea is to make it as "human" as possible so add random sleep between every request:

import time
import random

fut.whatever()
time.sleep(random.randint(1,3))
fut.whatever()

how many requests would you recommend making per hour ?

As many as You like just not to get (temporary) banned :-). Instant temporary bans shouldn't be very dangerous but Your account may be flagged if this happens to often.
It has to be tested before we can talk about specific numbers so every observation is valuable.

@nokai
Copy link

nokai commented Oct 2, 2015

Temporary?

I have three accounts blocked.

Habeis loguearos tested in the PS4 or XBOX ... What say?

El 2/10/2015, a las 10:44, martinrussell notifications@github.com escribió:

Temporary ban. It happens when there is too many requests being made. Whats the best
way to limit the amount of requests being made and how many requests would you recommend making ?

@oczkers
Copy link
Member

oczkers commented Oct 2, 2015

@nokai

I have three accounts blocked.

Sorry to hear this, how exactly does it happen - few temporary bans then suddenly account blocked?

@oczkers oczkers changed the title UnknownError (Temporary?) Bans Oct 2, 2015
@nokai
Copy link

nokai commented Oct 2, 2015

Without warning.

This .. https://pbs.twimg.com/media/CQAhCmxUEAA-Z71.jpg

I put time intervals also someday not use an account.
But when he turned his blocking.
I used
myfut = fut.Core (xxxxxxx@hotmail.com ',' xxxxxxxx ',' xxx ', code =' xxxx 'platform =' ps3 'debug = True, cookies =' cookiesxxx.txt ')

I think you can not use some features at once.

Example: The consumables that are not on the list and is looking for a price. (League Manager, BBVA)

I'm sorry for my English.

@oczkers
Copy link
Member

oczkers commented Oct 2, 2015

To protect your information, your account is now temporarily locked.

Maybe they just think Your account is stolen, did You tried to contact ea?

@nokai
Copy link

nokai commented Oct 2, 2015

Yes, I have contacted EA. And is blocked. I'm waiting reply EA Terms of Service

@martinrussell
Copy link
Author

@oczkers

The random intervals seem to have done the trick for me ! :)

@nokai
Copy link

nokai commented Oct 2, 2015

@martinrussell waiting... hours or days

@ricklhp7
Copy link

ricklhp7 commented Oct 2, 2015

Act like a human and you are probably safe. I don't run too many accounts, but maybe they are checking how many accounts we are running from one IP.

@jaumhc
Copy link

jaumhc commented Oct 8, 2015

@oczkers
Copy link
Member

oczkers commented Oct 8, 2015

Good news is they probably can't recognize bot users, or just don't care so for now (random) interval is the answear.

@jaumhc
Copy link

jaumhc commented Oct 8, 2015

Nice, but I got banned from Market in WebApp using bin sniping method, I guess is temporary. In Android still working.

@martinrussell
Copy link
Author

Encountering a new temp error now fut.exceptions.UnknownError: {u'debug': u'', u'reason': u'Permission Denied', u'code': u'461', u'string': u''}

@jaumhc
Copy link

jaumhc commented Oct 10, 2015

Me too. I guess this error occours when someone make a bid before you, but I will test later and post here.

@martinrussell
Copy link
Author

Just a heads up to everyone. I got locked out of my account when I start running the script with emulate='IOS' when I had a temp ban on the online web app. I have been locked out of my account on
ps4 also. Do not do this , it will result in a ban.

@ricklhp7
Copy link

I used this method yestearday to test something. I only logged once using ios.

I hope I don't get banned, but if I get, I will let you guys know.

Now I created one account to always use ios, lets see.

Edit:
Making requests while you are temporally banned is too risky, so maybe the reason you got banned is because you were temporally banned and made a lot of requests in the companion app.

@rishb
Copy link

rishb commented Jan 7, 2016

Have any of you run into permanent bans when using IOS/Android emulate after getting a temporary ban without the emulate?

@ricklhp7
Copy link

ricklhp7 commented Jan 7, 2016

EA is banning accounts. Doesn't matter if you emulated it.

They are banning more on PS4, but I checked if they changed something on login and didn't find anything.

@rishb
Copy link

rishb commented Jan 7, 2016

I'm on my 3rd temporary ban. I was varying my requests per minute between 10 and 17 and even then using random sleeps between requests. Thinking about reducing it down to between 8 and 14 requests per minute. Found that IOS emulate was still working despite the temporary ban, but a post above suggests that using IOS while temp banned leads to a permanent ban.

Anyone have any indication as to how many temp bans before a permanent ban?

@oczkers
Copy link
Member

oczkers commented May 2, 2017

Discussion moved to

@tosssman
Copy link

tosssman commented Dec 4, 2017

#355

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants