Scripts ยท Updated May 15, 2025

Troubleshooting

Follow these steps to get the project set up locally

๐Ÿ“ Problem: No issues are being created

  • Verify your GitHub token has permissions to create issues
  • Ensure the script actually sees new emails in the inbox
  • Check the logs for traceback detail

๐Ÿ“ Problem: Script crashes immediately

  • Check syntax errors or missing packages
  • Run in debug mode or with elevated verbosity
  • Test importing modules manually

๐Ÿ“ Problem: Issues are created but empty

  • Check the parsing logic โ€” you may need to adapt it to how your emails are formatted
  • Print email parts before sending to GitHub to confirm content