Skip to content
Discussion options

You must be logged in to vote

Thanks for looking into this folks. I debugged it locally and there seems to be a hardcoded logic to convert all errors to external host errors in repology datasource code which overrides the abortOnError setting.

// lib/modules/datasource/repology/index.ts:230-241
} catch (err) {
  if (err.message === HOST_DISABLED) { ... }
  else { logger.warn(...); }
  throw new ExternalHostError(err);   // ← wraps EVERY error, always aborts

I have created this issue to track that: #44329

PRs welcome addressing the bug.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@RahulGautamSingh
Comment options

Answer selected by RahulGautamSingh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants