jessedp / pihole5-list-tool

A tool for quickly and easily bulk adding allow and ad/block lists to a Pi-hole 5 installation
MIT License
312 stars 18 forks source link

Error running 0.4.1 #7

Closed lo97 closed 4 years ago

lo97 commented 4 years ago

Hello, I tried to install it in lubuntu running pihole 5 but it fails like this ` ┌──────────────────────────────────────────┐ │ π-hole 5 list tool v0.4.1 │ └──────────────────────────────────────────┘ https://github.com/jessedp/pihole5-list-tool

Do not hit ENTER or Y if a step seems to hang!
Use CTRL+C if you're sure it's hung and report it.

Traceback (most recent call last): File "/usr/local/bin/pihole5-list-tool", line 11, in sys.exit(main()) File "/usr/local/lib/python3.6/dist-packages/ph5lt.py", line 92, in main docker = utils.find_docker() File "/usr/local/lib/python3.6/dist-packages/utils.py", line 74, in find_docker result = subprocess.run(["docker", "inspect", "pihole"], stdout=subprocess.PIPE, stderr=subprocess.DEVNULL, text=True, check=True) File "/usr/lib/python3.6/subprocess.py", line 423, in run with Popen(*popenargs, **kwargs) as process: TypeError: init() got an unexpected keyword argument 'text'`

jessedp commented 4 years ago

Would you mind trying 0.4.2?

lo97 commented 4 years ago

Would you mind trying 0.4.2?

How?

jessedp commented 4 years ago

Install it. pip3 install pihole5-list-tool --upgrade

lo97 commented 4 years ago

Install it. pip3 install pihole5-list-tool --upgrade

Works, thanks