HACS - error doing job : Task exception was never retrieved

Hello, i have no longer access to custom repositery on Hacs

After checking logs, here is the error :

Cette erreur provient d'une intégration personnalisée

Logger: homeassistant
Source: custom_components/hacs/repositories/base.py:946 
Integration: HACS (documentation, issues) 
First occurred: 19:40:13 (1 occurrences) 
Last logged: 19:40:13

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/hacs/base.py", line 580, in startup_tasks
    await self.recurring_tasks_installed()
  File "/config/custom_components/hacs/base.py", line 678, in recurring_tasks_installed
    await self.handle_critical_repositories()
  File "/config/custom_components/hacs/base.py", line 656, in handle_critical_repositories
    await critical_queue.execute()
  File "/config/custom_components/hacs/utils/queue_manager.py", line 69, in execute
    await asyncio.gather(*local_queue)
  File "/config/custom_components/hacs/utils/decorator.py", line 28, in wrapper
    await function(*args, **kwargs)
  File "/config/custom_components/hacs/repositories/integration.py", line 104, in update_repository
    if not await self.common_update(ignore_issues, force) and not force:
  File "/config/custom_components/hacs/utils/decorator.py", line 28, in wrapper
    await function(*args, **kwargs)
  File "/config/custom_components/hacs/repositories/base.py", line 516, in common_update
    await self.common_update_data(ignore_issues=ignore_issues, force=force)
  File "/config/custom_components/hacs/repositories/base.py", line 946, in common_update_data
    raise HacsRepositoryArchivedException("Repository is archived.")
custom_components.hacs.exceptions.HacsRepositoryArchivedException: Repository is archived.

I don’t know what is wrong and where to look at
HACS is installed since a while and i recently add a repositery for garbage managing.

I’ve read some other topics, but nothing to help me with this issue.

Do i need to reinstall HACS ?

Is there someone how can help ?

Thanks.

After HACS last update, error vanished.