Coder Social home page Coder Social logo

Comments (20)

jaxjexjox avatar jaxjexjox commented on August 16, 2024 4

For anyone curious I have added this to my docker host.
https://hub.docker.com/r/henrywhitaker3/speedtest-tracker

It's not as good as this one as I prefer the layout of analyser, however analyser has been broken for at least 3 months for me now I think, so I'm just leaving it running (broken) and will switch back to it, if it's ever fixed.

from docker-speedtest-analyser.

github-iw avatar github-iw commented on August 16, 2024 1

I’m currently running 2 versions, the v1.2 to show the graphs online (v1.2 does not run the speedtest anymore on my Synology but still shows the correct graphs), the latest to schedule the hourly test (this version does run the Cronkite speedtest but does not show the graph (invalid dates)). Both directed to the same network share for the results file.

from docker-speedtest-analyser.

crazychatting avatar crazychatting commented on August 16, 2024

I also tried image tag v1.2 and develop. the error from the log output is gone there but still shows no results? tried even to clear all the saved results to prevent incompatibility...
also cleared browser cache of course ;)

from docker-speedtest-analyser.

meiro-zz avatar meiro-zz commented on August 16, 2024

Same here!

from docker-speedtest-analyser.

jaxjexjox avatar jaxjexjox commented on August 16, 2024

I have gone into the container and confirmed it has rights, to write to results.csv however it's failing to do so.
I'm unsure why, I suspect it was my fault but seemingly not.
I deleted my history, I edited the file, I changed permissions, I confirmed file writes possible while exec -i into the container.

Is there a similar product out there? I like this one quite a bit, it's nice and simple - but it has broken a few times now

from docker-speedtest-analyser.

GitBeto21 avatar GitBeto21 commented on August 16, 2024

Is there a similar product out there? I like this one quite a bit, it's nice and simple - but it has broken a few times now

be careful what you say. Roest does not accept negative feedback. maybe you (and I) will be banned out! 😎

from docker-speedtest-analyser.

jaxjexjox avatar jaxjexjox commented on August 16, 2024

I'm not giving negative feedback, I'm just enquiring if there's other options. If I recall this was the best one which 'rolled its own database' (even if it's a CSV)
Some of the other ones are unnecessarily complicated.

I helped report a bug previously, no one is getting banned.

from docker-speedtest-analyser.

roest01 avatar roest01 commented on August 16, 2024

i am on this bug. unfortunately i have not a clear idea why this is happening. In my opinion this tool should work with */0 and */30 as well. I am refactoring and updating deps right now on development branch.

If anyone has a clear idea please help me out. Meanwhile negative feedback is not a problem ;) this project was a glance before getting a hard rock.

from docker-speedtest-analyser.

jaxjexjox avatar jaxjexjox commented on August 16, 2024

I am not seeing content, written to the csv file, however the 'invalid dates' thing someone mentioned was interesting.

from docker-speedtest-analyser.

Bananas-Are-Yellow avatar Bananas-Are-Yellow commented on August 16, 2024

I tried the docker image for the develop branch, but this doesn't work either.

I cleared my browser cache and now I get an error saying Chart.js is not found. It is this line that fails:

<script src="node_modules/chart.js/dist/Chart.js"></script>

from docker-speedtest-analyser.

tuckshoprn avatar tuckshoprn commented on August 16, 2024

from docker-speedtest-analyser.

Bananas-Are-Yellow avatar Bananas-Are-Yellow commented on August 16, 2024

The file name seems to have a capital C rather than a small one, I’d try that and see what happens!

Sent from my iPhone
On Apr 26, 2021, at 09:15, David Taylor @.***> wrote:  I tried the docker image for the develop branch, but this doesn't work either. I cleared my browser cache and now I get an error saying Chart.js is not found. It is this line that fails: <script src="node_modules/chart.js/dist/Chart.js"></script> — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

You are right, that's the problem. With a lowercase c the resource is found:

/node_modules/chart.js/dist/chart.js

from docker-speedtest-analyser.

jaxjexjox avatar jaxjexjox commented on August 16, 2024

Well done all, thank you. Looks like a simple mistake!

from docker-speedtest-analyser.

github-iw avatar github-iw commented on August 16, 2024

Seems linked to a change in speedtest: https://www.raspberrypi.org/forums/viewtopic.php?t=309024

from docker-speedtest-analyser.

crazychatting avatar crazychatting commented on August 16, 2024

@github-iw I don´t think that this is related to the other change... so far the latest commit in this repository here was on April 12 (cf6bd4f), since when the docker container is not working anymore.
maybe it is related to the update of the yarn dependency?

the commit before this one was in september 2020, and I can´t really see a relation to other projects like the one you mentioned.

from docker-speedtest-analyser.

jaxjexjox avatar jaxjexjox commented on August 16, 2024

Is this problem actually fixed? My copy continues to not work, despite the fact, I run this command routinely every couple of days for the past 6 months.

sudo docker pull roest/docker-speedtest-analyser && sudo docker stop speedtestanal && sudo docker rm speedtestanal && sudo docker run -d --name speedtestanal -p 8989:80 -v /etc/localtime:/etc/localtime -v /dockerconfigs/speedtestanal:/var/www/html/data/ --restart unless-stopped -e CRONJOB_ITERATION=30 roest/docker-speedtest-analyser

(ie: I update it manually, with regularity)

from docker-speedtest-analyser.

MrCaringi avatar MrCaringi commented on August 16, 2024

Same here... lastest version doenst work:
(rc: 2, reason: module 'resty.core' not found:

from docker-speedtest-analyser.

pfaeffli avatar pfaeffli commented on August 16, 2024

I do not think the problem lays within this repository itself. As far as I understand had nginx some bug fix which now causes this error.

Here some references:

I have no experience with nginx. I could install in the docker image openresty instead of LuaJIT. But I do not understand the implication of that for this repository. Would that solve this error or cause more trouble?

from docker-speedtest-analyser.

MrCaringi avatar MrCaringi commented on August 16, 2024

For anyone curious I have added this to my docker host.
https://hub.docker.com/r/henrywhitaker3/speedtest-tracker

It's not as good as this one as I prefer the layout of analyser, however analyser has been broken for at least 3 months for me now I think, so I'm just leaving it running (broken) and will switch back to it, if it's ever fixed.

thank you very much! I'll try it!

from docker-speedtest-analyser.

jaxjexjox avatar jaxjexjox commented on August 16, 2024

I have now also added this one too.
https://github.com/ansemjo/speedtest-plotter

from docker-speedtest-analyser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.