Matthew Carey
Matthew Carey
Sorry for the lack of movement on this. Life got in the way the last few months. I spent this weekend reworking most of this project. I should have it...
Hey All, I'm retiring this repo and it is being Replaced by [Speedmon](https://github.com/barrycarey/Speedmon) The new tool is very similar in function except it's using the official Speedtest.net CLI app for...
Hello, I hadn't seen your library before but that looks like it would work really well. I had put together a solution in the past the generated hashes of a...
I'm only using imagehash to create the hashes. I'm using a different solution for comparison since directly doing hamming distance didn't scale. However, it looks like I can do exactly...
@Sorensiim Can you give me the whole trace? I haven't look at this project in a long time. But last time I did I was developing on Ubuntu.
I don't maintain the Docker image currently. If I have time this weekend I'll setup an officially supported on.
@cyablo I just did a pull straight from the Repo on Ubuntu and it worked no issue. Can you post your config? Just leave out username/password stuff.
Ok, pretty sure I know what's going on. If it fails to connect to InfluxDB it was failing silently with a sys.exit(). Looks like each time this happens the container...
Are you influx with or without SSL?
If you have python on your machine pip install influxdb and then try running this (either save as .py or do it in the Python console): influx = InfluxDBClient( '111.111.111.111,...