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

Internal Server Error #125

Closed
nokai opened this issue Jan 15, 2015 · 11 comments
Closed

Internal Server Error #125

nokai opened this issue Jan 15, 2015 · 11 comments

Comments

@nokai
Copy link

nokai commented Jan 15, 2015

Again I'm here ... sorry :)

Well, occasionally get this error. I've been looking at previous cases and from what I've read, we can not do anything.

On requests when it comes out that error, there is a difference. No, if this can help you fix it. I have attached the debug. I do not understand the request makes it different.

Maybe this will help, but the same code for two different users, one gives me the error, and one not.

The difference is this

200 158 (line 362) OK
200 86 (line 362) INTERNAL SERVER ERROR

Could verify this request well before sending?

All debug

2015-01-15 12:32:15,574 [DEBUG] [requests.packages.urllib3.connectionpool] _make_request: "POST /ut/game/fifa/transfermarket?definitionId=500xxx&start=0&num=16&type=training&maxb=1100 HTTP/1.1" 200 158 (line 362)
2015-01-15 12:32:15,575 [DEBUG] [root] __request__: response: {"credits":xxx,"currencies":[{"name":"COINS","funds":xxx,"finalFunds":xxx},{"name":"POINTS","funds":25,"finalFunds":25}],"auctionInfo":[],"errorState":null,"duplicateItemIdList":null,"bidTokens":{}} (line 314)
2015-01-15 12:32:20,576 [DEBUG] [root] __request__: request: https://utas.s2.fut.ea.com:443/ut/game/fifa/transfermarket args=();  kwargs={'params': {'definitionId': '500xxxx', 'start': 0, 'num': 16, 'type': 'training', 'maxb': 1100}} (line 312)
2015-01-15 12:32:20,621 [DEBUG] [requests.packages.urllib3.connectionpool] _make_request: "POST /ut/game/fifa/transfermarket?definitionId=500xxx&start=0&num=16&type=training&maxb=1100 HTTP/1.1" 200 86 (line 362)
2015-01-15 12:32:20,621 [DEBUG] [root] __request__: response: {"debug":"","string":"Internal Server Error (ut)","reason":"","code":"500"} (line 314)

Sorry for my English

@oczkers
Copy link
Member

oczkers commented Jan 15, 2015

Requests looks the same so my gues would be spamming requests to fast/much, using the same account on few computers or simply ea server overloaded :-)

@nokai
Copy link
Author

nokai commented Jan 17, 2015

I've learned that occurs when two users on the same network, no matter who are on two different computers.

Maybe it could be avoided by using a bridge or something, not.

@oczkers
Copy link
Member

oczkers commented Jan 18, 2015

Two users using different accounts?

@nokai
Copy link
Author

nokai commented Jan 18, 2015

Yes.

If using two accounts simultaneously on the same network

Do you know any way to prevent this from happening? Proxy with Python?

@KORraNpl
Copy link

Why don't you use exceptions to catch it and retry request little bit later?

@oczkers
Copy link
Member

oczkers commented Jan 26, 2015

Yup, proxy should help

@nokai
Copy link
Author

nokai commented Jan 27, 2015

It happens from time to time, not working up to 30 minutes after.
This should be a security feature.

@nokai
Copy link
Author

nokai commented Sep 19, 2015

Again...

Something happened strange.

No search items on the web app or with class fut

It is as if the account no longer seek leave ... always gives the same error since yesterday.

Only occurs with an account.

https://utas.s2.fut.ea.com/ut/game/fifa16/transfermarket?type=player&start=0&num=16

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

@rg69
Copy link

rg69 commented Sep 28, 2015

Hello,
do you find any solution because I have issue too with
{"debug":"","string":"","code":"500","reason":""}

Regards

@Innursery
Copy link
Contributor

flagged account

@rg69
Copy link

rg69 commented Sep 28, 2015

Market transfer is blocked on webapp...that's probably why i cannot retrieve search request
Do you know how to unblock account?

@oczkers oczkers closed this as completed Oct 3, 2016
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

5 participants