Bug 264907

Summary: VimDiesel no longer automatically reporting additions to Bugzilla
Product: Community Reporter: Graham Perrin <grahamperrin>
Component: IRCAssignee: IRC Admin <irc>
Status: Closed FIXED    
Severity: Affects Some People CC: chris, rodrigo.freebsd
Priority: ---    
Version: unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Screenshot: the last automated report of an addition to Bugzilla
none
Screenshot: a VimDiesel response to a mid-sentence mention of bug 264873 none

Description Graham Perrin freebsd_committer freebsd_triage 2022-06-26 13:23:36 UTC
Created attachment 234952 [details]
Screenshot: the last automated report of an addition to Bugzilla

As far as I can tell, at the time of writing: 

* 264871 was reported automatically to the #freebsd-bugs channel in IRC

* 264872 is not a valid bug number

* 264873 and beyond have not been reported, automatically, to the channel, 
  although dear Vim _does_ respond to (mid-sentence) mentions of bugs.
Comment 1 Graham Perrin freebsd_committer freebsd_triage 2022-06-26 13:27:04 UTC
Created attachment 234953 [details]
Screenshot: a VimDiesel response to a mid-sentence mention of bug 264873

(In reply to Graham Perrin from comment #0)

> … (mid-sentence) mentions of bugs.
Comment 2 Graham Perrin freebsd_committer freebsd_triage 2022-06-28 18:46:33 UTC
Automated reports have resumed. 

From DanDare in IRC: 

> … same old thing... 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264872 broke it

> … know the cause, just matter of fixing the bug. …
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2022-07-08 02:01:32 UTC
Thank you Rodrigo for the fix
Comment 4 Graham Perrin freebsd_committer freebsd_triage 2022-07-10 11:25:11 UTC
Bug 265089 was automatically reported, nothing since then. 

265090 is a missing bug ID. 

Bug 265091 exists.
Comment 5 Graham Perrin freebsd_committer freebsd_triage 2022-07-12 06:53:11 UTC
(In reply to Graham Perrin from comment #4)

Reporting has resumed (thanks); 265143 onwards. 

Maybe leave this bug open, until the underlying bug/cause is addressed.
Comment 6 Rodrigo N. Hernandez freebsd_triage 2022-07-13 04:08:05 UTC
Thanks Graham for registering the issue.
Probably my mistake not being more clear but for the last time it happened I restarted the bot to get it resumed (not a fix).

Bot parses page title and when it's "Missing Bug ID" script interpret as 'no new bugs', but this is not always the case, causing bot to never check subsequent issues.

Fixed now -> https://github.com/bsdlabs/FreeBSD-irc/commit/4f047d3932cd74e375573d765e8a40433a5a60f6
Comment 7 Graham Perrin freebsd_committer freebsd_triage 2022-07-13 05:43:32 UTC
(In reply to Rodrigo N. Hernandez from comment #6)

Thanks :-)