Abhinav Singh
Abhinav Singh
> However i cannot even seem to get the basic auth (using the --basic-auth flag) to work for the reverse proxy. Revisiting this today. jFYI, reverse proxy doesn't support any...
Hi @guiqiqi , Looks like I missed this one somehow. This error shows up when `proxy.py` is unable to generate certificates. Can you double check if they exists under the...
> 2022-03-12 10:51:38,875 - pid:29556 [W] handler.handle_readables:236 - Exception when receiving from client connection#5 with reason FileNotFoundError(2, 'No such file or directory') This error message can get printed when: 1)...
@topnessman Thanks for letting us know about this. Ideally, `--ca-file` defaults to `.venv/lib/python3.10/site-packages/certifi/cacert.pem`. This should already be under your virtual environment. Can you double check on this file. May be...
Thank you for the diff. Once we integrated GHA container built, local flow was not kept in sync or tested. I'll update these patches into write scm version. Note that...
@moham96 IIRC, relative imports are not allowed within plugins. I might have to double check on this, but can you try to make your imports absolute and give it a...
You can also try: `PYTHONPATH=/home/mohammad/repos/plugintest proxy --plugins proxyPlugin.proxyPlugin` Ref: https://github.com/abhinavsingh/proxy.py#unable-to-load-plugins
> using `PYTHONPATH` works fine, but the entry in the README file suggest that it is possible to use the absolute path without setting the `PYTHONPATH` variable Correct. In my...
> TypeError: the 'package' argument is required to perform a relative import for '.home.mohammad.repos.plugintest.proxyPlugin' Can double confirm, absolute path currently doesn't work as advertised. I think code got broken at...
Please provide a minimal reproducible scenario. What is "very big"? There is little `proxy.py` can do if client or server closes the connection.