Archi Forum

Archi Plug-ins => coArchi => Topic started by: wnad on July 19, 2022, 14:46:50 PM

Title: error when import remote model
Post by: wnad on July 19, 2022, 14:46:50 PM
when we try to import remote model to workspace we have the message :' were was an error : contenu non autorisé dans la section de fin " and we can't import the model

thanks for help
Title: Re: error when import remote model
Post by: Phil Beauvoir on July 19, 2022, 15:16:25 PM
This seems to be an XML error in the content. Can other users import that model into the workspace?
Title: Re: error when import remote model
Post by: wnad on July 19, 2022, 15:19:29 PM
a other user have the same problem
Title: Re: error when import remote model
Post by: Phil Beauvoir on July 19, 2022, 15:37:29 PM
Without access to a copy of the git repository I'm afraid it's impossible to diagnose the problem remotely. The only thing I can suggest is that maybe somebody pushed a corrupt XML file to the repository.

Phil
Title: Re: error when import remote model
Post by: wnad on July 19, 2022, 16:43:40 PM
and what can we do in this case ?
Title: Re: error when import remote model
Post by: Phil Beauvoir on July 19, 2022, 17:02:56 PM
If that is the case, then whoever has a working copy of the repo/model could try to open the model and see if there is a corrupt commit and maybe revert it.
Title: Re: error when import remote model
Post by: wnad on July 20, 2022, 08:08:51 AM
thanks
just a last question
how can we see a corrupt commit ?
Title: Re: error when import remote model
Post by: Phil Beauvoir on July 20, 2022, 08:45:20 AM
Assuming that the problem is not related to connection issues, and assuming that somehow a corrupt model has been pushed to the repository "master" branch, the aim should be now to push a good model to the repository. A "good" model is one that a client can open, save and commit successfully.
Title: Re: error when import remote model
Post by: wnad on July 20, 2022, 09:24:09 AM
Thanks Phil.. I'll do this
Title: Re: error when import remote model
Post by: Jean-Baptiste Sarrodie on July 20, 2022, 20:34:27 PM
Hi,

The only reason I can imagine for getting an error message in french is that your git server or some network device between your computer and the git server is preventing you from getting the real repository content. I've seen this happening with reverse proxies that, in some cases, send an error message in plain HTML that Archi cannot work with (obviously).

My advice: double check you URL, authentication (including saved user/password if any), and network configuration. If your git server is also used by development team, it might be worth asking them if everything is fine on their side too.

Regards,

JB