aXenDeveloper / ips-app-advanced-serverlist

(IPS App) This app shows servers information from GameQ library.
GNU General Public License v3.0
18 stars 11 forks source link

Refresh Data #58

Open Davinel17 opened 2 years ago

Davinel17 commented 2 years ago

Hi

I dont know how it link or work but it seems to not refreshing until i refresh data manually.

is that normal ? How it refresh?

thank you

aXenDeveloper commented 2 years ago

What PHP version, app version and IPS version you use?

Davinel17 commented 2 years ago

Hi PHP 8.0 Invision Community Version 4.6.12.1

aXenDeveloper commented 2 years ago

Depends on the server and its traffic. Enable task execution with CRON.

BlackYuzia commented 2 years ago

Depends on the server and its traffic. Enable task execution with CRON.

Actually, have the same trouble. I check cron tasks. They run as expect? time latest run is change image

But, servers data update only after I manually run this task and a few days this work's fine. But, 2-5 days after data again didn't refresh as expected. Currently, I use v1.2.3 of application

Where I could add debug to see what happen on task run? Maybe application get error or task get timeout? logs are clear, suppose

aXenDeveloper commented 2 years ago

This isn't the app error. Check your settings CRON or contact with your server administrator.

BlackYuzia commented 2 years ago

This isn't the app error. Check your settings CRON or contact with your server administrator.

I also try verify cron settings, but what about debug? I think that could help detect trouble. How I could debug app and check why data didn't get as expected? As you could see on screenshot - cron task running every 5 minutes.

aXenDeveloper commented 2 years ago

Hi,

Please check new 2.2.0 version: https://github.com/aXenDeveloper/ips-app-advanced-serverlist/releases/tag/v2.2.0

BlackYuzia commented 1 year ago

Hi @aXenDeveloper I complete test of the latest release. Anyway, I get the same. And that bug only with CS:GO game. For example, with Discord that bug didn't reproduce. image

Also, when I manualy run cron task I get green status for all csgo servers. But, how I check, crontask's are run without my manual execution. IDK why this bug happen

UPD: When I add one more game (VRising) this bug didn't reproduce... I will wait a bit more. Maybe I will found something...