ome / omero-cli-transfer

An OMERO CLI plugin for creating transfer packets between OMERO servers.
https://pypi.org/project/omero-cli-transfer/
GNU General Public License v2.0
16 stars 14 forks source link

Issue when packing multiple Projects #88

Open lguerard opened 4 months ago

lguerard commented 4 months ago

Hi,

I'm trying to pack multiple projects together but don't manage to get it to work.

omero transfer pack Project:14450,17987 projects.tar always return omero transfer pack: error: argument object: invalid proxy value: 'Project:14450,17987'

If I try one by one, it works though but I can't have all the projects in the same tar which is a bit annoying.

Am I doing anything wrong ?

Thanks for your help !

erickmartins commented 4 months ago

hmm, I could not reproduce the problem with a clean server and omero transfer pack Project:1,2 projects.tar, for example - just double-checking that you have the latest version installed?