fnoorden-vs
fnoorden-vs
**Solution:** I have changed the following statement in pyvcloud/vcd/client.py: uri += urllib.parse.quote(qfilter) to uri += qfilter Now everything works.
Better keep it open, it should be solved in the code,
I am having the same problem: drwxr-xr-x. 5 root root 80 Jan 8 12:48 pyvcloud drwxr-xr-x. 2 root root 4096 Jan 8 12:48 pyvcloud-21.0.1.dev7.dist-info drwxr-xr-x. 4 root root 4096 Jan...
It seems to be caused by the latest commits by rocknes in vmware/vcd-cli AND vmware/pyvcloud: [VCDA - 1341] Added JWT based authorization support in vcd-cli [VCDA 1336, 1337, 1338, 1339]...
@SumithManiath commit e37d13c and 73765e9 are both vmware/vcd-cli commits. You should use the commits from pyvcloud and vcd-cli before the latest commits of Rocknes, which are: [VCDA - 1341] Added...
> @fnoorden-vs thanks a lot. I'm quite away from my confort zone here. > > I tried pip install -e git://github.com/vmware/vcd-cli.git@[73765e9](https://github.com/vmware/vcd-cli/commit/73765e920f988011fb0921c7c6a3b1da4f43d1fb)#egg=vcd-cli > > to install one of the 2 commits...
> @fnoorden-vs thanks again, git revert solved my issue. > > Yet, shall I put this issue as closed? Last commit should be removed and/or reworked. No, the issue should...