-
Notifications
You must be signed in to change notification settings - Fork 138
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
Comments
Log using webapp. Its probably banned to search on transfer market and/or listing items. Sometimes its temporally. |
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 ! |
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)? |
Temporary ban. It happens when there is too many requests being made. Whats the best |
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()
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. |
Temporary? I have three accounts blocked. Habeis loguearos tested in the PS4 or XBOX ... What say?
|
Sorry to hear this, how exactly does it happen - few temporary bans then suddenly account blocked? |
Without warning. This .. https://pbs.twimg.com/media/CQAhCmxUEAA-Z71.jpg I put time intervals also someday not use an account. 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. |
Maybe they just think Your account is stolen, did You tried to contact ea? |
Yes, I have contacted EA. And is blocked. I'm waiting reply EA Terms of Service |
The random intervals seem to have done the trick for me ! :) |
@martinrussell waiting... hours or days |
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. |
Well, I searched and found this: |
Good news is they probably can't recognize bot users, or just don't care so for now (random) interval is the answear. |
Nice, but I got banned from Market in WebApp using bin sniping method, I guess is temporary. In Android still working. |
Encountering a new temp error now fut.exceptions.UnknownError: {u'debug': u'', u'reason': u'Permission Denied', u'code': u'461', u'string': u''} |
Me too. I guess this error occours when someone make a bid before you, but I will test later and post here. |
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 |
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: |
Have any of you run into permanent bans when using IOS/Android emulate after getting a temporary ban without the emulate? |
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. |
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? |
Discussion moved to |
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''}
The text was updated successfully, but these errors were encountered: