henrywhitaker3 / Speedtest-Tracker

Continuously track your internet speed
GNU General Public License v3.0
1.53k stars 121 forks source link

[BUG] unable to change nb of days on Android #773

Open toxic0berliner opened 3 years ago

toxic0berliner commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to homepage
  2. Scroll down to bottom
  3. Type 27 instead of the 7 days
  4. Notif shows loading
  5. Notif disappears, but keep waiting just in case
  6. Still nothing, only 7 days are shown, 30 are in the history when looking at db

Context

Additional context Add any other context about the problem here.

benjamin-feron commented 3 years ago

Exactly same issue on my fresh Docker install but not only on Android but on chrome or firefox too. No console error and no network error on debugger.

benjamin-feron commented 3 years ago

I've solved my problem with a small code modification. File app/Http/Controllers/HomepageDataController.php, line 30 : replace 'time' => run(GetSpeedtestTimeData::class), with 'time' => run(GetSpeedtestTimeData::class, $days), I'm not a laravel user so I don't know if that is conventional at all.

quentinhayot commented 2 years ago

Same issue with Docker on a Synology NAS

dereitz commented 2 years ago

I am experiencing the same issue but in my case I'm using Google Chrome.

Is anyone maintaining this project any longer? Maybe dead?