mnot / ietf-comments

Automating IETF comment handling
BSD 2-Clause "Simplified" License
4 stars 4 forks source link

ietf-comments fails to generate issues on github #15

Open mcr opened 2 years ago

mcr commented 2 years ago
dooku-[lwork/rats/architecture](2.6.6) mcr 5869 %ietf-comments -g ietf-rats-wg/architecture 197.txt
Warning: Unrecognised h2 section comment:.
Warning: Unrecognised h2 section notes.
Document: draft-ietf-rats-architecture
Revision: 21
CC: @larseggert
Github Issue Creation Error: Not Found - restart with --start=1
[1]    246718 exit 1     ietf-comments -g ietf-rats-wg/architecture 197.txt

where 197.txt comes from https://mailarchive.ietf.org/arch/msg/rats/pLZ4oeYgStKiygg_KA5NMJN6HQg/

mnot commented 2 years ago

Could you:

  1. Run pip show ietf-comments
  2. cd to the path indicated by Location shown in the results from (1)
  3. cd ietf-comments
  4. edit github.py to append github.enable_console_debug_logging() on a line before class GithubRepo:
  5. run the command as you do above
  6. paste the results here