Infrequent error: "Cannot read properties of undefined (reading 'replace')" #51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, team! We infrequently receive an error, maybe ~1-5% of the time:
There's only 3 places in the codebase that call
.replace, and I suspect it's the call to getLatestInfo sometimes having a transient error. I think it probably needs a retry, or at least some slightly better error-handling and logging. I can take a stab at it if I have some free cycles next week. Thoughts?Hi team! Any thoughts/updates on this error? We bumped into it once again! 🙏
@allanbreyes @CCDi added undefinded/existence checks before applying
replace(..)will be fixed with https://github.com/projectdiscovery/nuclei-action/pull/88
Hi ya'll, thank you so much for fixing this issue! Would you mind releasing a new version of the nuclei-action so we can utilize this fix?