fut icon indicating copy to clipboard operation
fut copied to clipboard

relist

Open converge opened this issue 9 years ago • 12 comments

hi,

when I try to use the relist() function, I get this return:

Erro: Traceback (most recent call last): File "/opt/fut_bot/main.py", line 1040, in initialize updateTradePile() File "/opt/fut_bot/main.py", line 304, in updateTradePile fut.relist() File "/opt/fut_bot/fut/core.py", line 765, in relist self.put(self.urls['fut']['SearchAuctionsReListItem']) File "/opt/fut_bot/fut/core.py", line 456, in put return self.request('PUT', url, _args, *_kwargs) File "/opt/fut_bot/fut/core.py", line 426, in request raise InternalServerError(err_code, err_reason, err_string) InternalServerError

I checked the url, it's correct: https://utas.external.s2.fut.ea.com:443/ut/game/fifa17/auctionhouse/relist

Checked in the WebApp, it's relisting (relist all).

any idea ?

converge avatar Oct 08 '16 08:10 converge

Is it relisting successfully any card or simply crashing every time?

Anyone could provide original request to compare?

oczkers avatar Oct 10 '16 08:10 oczkers

@oczkers it's crashing everytime.

How could I provide original request ?

converge avatar Oct 10 '16 12:10 converge

@converge use fiddler2.com to sniff request and response

http://www.asjava.com/tools/fiddler-tutorial-how-to-use-fiddler/

oczkers avatar Oct 12 '16 09:10 oczkers

+1 confirm that I have this issue as well. will try to see if I can find a patch

luke14free avatar Oct 12 '16 16:10 luke14free

just found out that updating "requests" package to 2.11 fix the problem.

The problem occurred in requests 2.4.3-6 (debian jessie)

converge avatar Oct 24 '16 00:10 converge

The problem is back in requests 2.11

converge avatar Oct 27 '16 15:10 converge

I'm having the issue now as well. relist suddenly stopped working during my last connection

ebdaf avatar Oct 28 '16 11:10 ebdaf

Issue resolved for me after I removed cookies.txt

ebdaf avatar Oct 28 '16 12:10 ebdaf

@ebdaf did you fixed it not using the cookie option in your connection statement ?

converge avatar Oct 28 '16 13:10 converge

@converge not sure if I understand you correctly. I do define cookies in my opening connection. I deleted the actual .txt file. I did not make any adjustments to the connection statement.

ebdaf avatar Oct 28 '16 13:10 ebdaf

Guys can You compare failing request & response to correct one so we could work on fix?

oczkers avatar Oct 30 '16 10:10 oczkers

@oczkers sure, I'm aware. I didn't do it yet because now it's hard to catch the problem, it happens sometimes.

converge avatar Oct 30 '16 10:10 converge