Trevor Mathisen

Results 9 comments of Trevor Mathisen

I have the same behavior, same error traceback and very similar code to @brisingre. I run the same code on my Ubuntu system and it performs just fine. I also...

This seems to be expected behavior. @maz1987in @Jojonintendo @Candinya @evanlabs Release notes for 2.9.22 state: https://github.com/NginxProxyManager/nginx-proxy-manager/releases > ### [v2.9.22](https://github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.9.22) > > **⚠️ The next release v2.10.0 will have changes that...

> After installing procps ps is available. I find it weird that such a tool is missing, but so much other tools are available... Anyhow, i solved my issue. Thanks...

@wistful I believe this is still causing an issue. Currently I have to get the URL's from anther means and then ingest them to download.

Adding to help: ``` {% for domain in states | groupby('domain') %} {% set entities = states[domain[0]] | selectattr('entity_id', 'search', '\.prefix_') | list %} {% if entities %} {{ domain[0]...

> I had the same issue and I found that the issue is gone if I clone my repo again in another folder. > > You can also fix the...

@parvez-cet21 you need to run 'pip uninstall pytube' and then the command @shreyesh-newsreels gave. Can confirm it works.