Troy Whiteley

Results 45 comments of Troy Whiteley

`include_threads` would definitely do the trick.

Just gave this a shot and it seems to work beautifully! Nice!

Still happening, maybe not as often. Perhaps skip the `/.well-known/nodeinfo` check if software is manually set in the config, that could reduce the number of requests - or cache it....

Oh yeah you’re right, getting the bad request when running that openssl cmd too. I did just update ubuntu/python but if it’s returning a 504 that’s a me issue. Ps:...

I've had pretty good success not with the retries and some server tuning. I upped the number of connections in nginx. The script will still retry but it usually succeeds...

It would be nice if the generated hash was stored in the config file as well so it can be used within an app.

So luckily the data that was failing was experimental and I was able to just remove it and continue on. I did run into another issue: ``` Error: Empty .update()...

Ah ha that'll work. To be honest not even sure why I was using add more since I'm always going to have a set number of items. But good to...

Followup, it did eventually load with the following error stack: ``` adrfinder | Exception in thread Thread-5: adrfinder | Traceback (most recent call last): adrfinder | File "/usr/local/lib/python3.11/threading.py", line 1038,...

Yep pulled latest, tried on another server on my same network and it also stalls with the same message: ``` troy@oldie:~/ADRFinder$ docker compose pull && docker compose up [+] Running...