#1476 Listing projects fails with ValidationError: {'is_a_group_project': ['Unknown field.']}
Closed: Duplicate 4 years ago by praiskup. Opened 4 years ago by vtrefny.

After upgrading to F32 I get the mentioned ValidationError when trying to use the v2 client. Simple reproducer:

import copr
cl = copr.create_client2_from_file_config(filepath=".config/copr") 
cl.projects.get_list(owner="@storage")

python3-copr version is same in both F31 and F32 (1.102-1) so I assume it might be a problem with new python3-marshmallow (upgraded from 2.19.4 to 3.1.1).


Thank you for the report!

Please try to update to 1.105 version. This should be duplicate to #1455.

Metadata Update from @praiskup:
- Issue close_status updated to: Duplicate
- Issue status updated to: Closed (was: Open)

4 years ago

1.105 fixes the issue, thank you.

Log in to comment on this ticket.

Metadata