Communication failure on loading reports

Jose B 7 years ago

Hi Anton,

I am needing to generate a monthly report of about +/- 300 cars but unfortunately I facing a communication failure problem.
I googled on traccar forum and found something about browser timeout. I tried firefox (network.http.connection-timeout increase) but did not works either.
I am trying by SQL statement , but it is hard, because the totaldistance is into atributes (json).

Could you give a clue that what I can do? All helps will be appreciate.

JB

Anton Tananaev 7 years ago

Timeout is configured in the code. As for SQL, any modern database can handle JSON data.

Jose B 7 years ago

Could you tell me How configure timeout in the code, please?

Would be "web.timeout"???

Anton Tananaev 7 years ago

I would recommend to check ExtJS documentation if you want to find out how to configure timeout.

Jose B 7 years ago

I googled about ExtJs and timeout and found out this configuration on traccar (on "web/app/Style.js" - line 23 " reportTimeout: 120 * 1000," ).

I will recompile the code.

thank you for feedback.

JB

german sanchez 5 years ago

I googled about ExtJs and timeout and found this setting in traccar (in "web / app / Style.js" - line 23 "reportTimeout: 120 * 1000,").

What value do I put 240 * 1000?