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