henryw3

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by henryw3

  1. I recently upgraded form 6.11.5 to 6.12.10, which has caused some issues with files disapperaing, and everything being read-only. I downgraded back to 6.11.5 and then had to run xfs_repair on 2 of the drives, upgraded again last night and the missing files have appeared again - but plex/sonarr/etc cannot see them mounted using cifs (they exist when running ls though). The files are all actually there, as playing them mounted over cifs from my laptop works fine. Any ideas what might have happened?
  2. Hey @Jason Harris yeah I need to move these changes into master but have been mad busy recently. Off the top of my head this fix is the only real difference between the 2 images at the moment so nothing else should break by using it
  3. @Masterwishx try pulling the Dev image mate have just updated it
  4. This isn't what that container does, it always runs the speedtest from the container using ooklas cli. I would guess that the difference in speeds you are seeing would be down to it connecting to different servers each time it runs the test
  5. Don't think there is a thread, and I rarely check here so best bet is add a feature request issue on GitHub and I'll eventually get round to adding it in
  6. Good to hear. Yeah, there's no way to do that atm, is something I've been meaning to add for a while so it will get added in the next couple of weeks when I've got some time to work on it
  7. Did you map 3765 to container port 80?
  8. You remember what errors you were getting when trying to load it?
  9. Yeah that would be great mate, thanks. Yeah so different services format the data they send in a webhook differently, so you can put /{service_name} at the end of the URL for a bunch of services to get it to work.
  10. Yeah pop that in the box, click save and it should work. There's a test button that will send a test notification through so you can check it's working okay
  11. You will need to put "/slack" at the end of the webhook URL
  12. Uh haven't written any docs on notifications, but can just help you here. What did you try to do?
  13. Haven't written any code for email notifications, so not atm. Closest you can get right now is a daily slack/discord/telegram notifications with a summary of the past 24 hours. I'm going to be re-writing the notifications for it soon though, so add a feature request as a GitHub issue so I don't forget to add emails.
  14. Pop 8763 into the server box in the general settings section and it should work. You can then click on the arrow icon next to a tests in the all tests table to make sure it's using the right one
  15. Cheers mate, that's good to hear. The laravel stuff is sound imo, but I think the react bit is pretty messy so maybe don't look to closely at that haha
  16. @mmag05 you sure you have accepted the licence agreement from wherever you are calling the binary directly? Have not had any experience with using telegraf, but have written some small scripts to send data to influxdb. Would it not be easier to write a script that checks the latest test run in the speedtest-tracker and inserts it into the db? That way you are not running any additional speedtests that won't be recorded by the docker container You can get the latest result in cli by running: php /config/www/artisan speedtest:latest
  17. Logs look normal there mate. You using compose? If so can you show us the way you're running the container. What happens when you go to the IP:port in browser? Error page or just nothing?
  18. There anything not expected in the docker logs? And could you send through /config/www/storage/logs/laravel.log
  19. Try this docker exec -it speedtest-tracker php /config/www/artisan speedtest:eula And if that does't work then try docker exec -it speedtest-tracker bash HOME=/config && /config/www/app/Bin/speedtest --accept-license --accept-gdpr Can't undertsand why it's not accepting it properly
  20. Nah container shouldn't start if the EULA var isn't set to true
  21. Weird, try doing docker exec -it speedtest-tracker rm /config/www/app/Bin/speedtest then restart the container
  22. Hmm, weird. Can you post the full output of docker logs speedtest-tracker
  23. Have you set the EULA env var? OOKLA_EULA_GDPR=true
  24. @40foot you still getting speedtest every 30 seconds? Could you send me the following logs? /config/www/storage/logs/laravel.log /config/log/speedtest/queue.log Docker logs Are you on dev or latest?
  25. Hey @sonic6, I'm the dev of speedtest-tracker. I don't run mine on my unraid server, but haven't had anyone else create an issue or anything with this bug. You don't have any logs or anything I could look at to figure out why it was playing up do you?