A Python port of the Invisible Internet Project (I2P)
at main 38 lines 427 B view raw view rendered
1--- 2name: Bug Report 3about: Report a bug in i2p-python 4title: '' 5labels: bug 6assignees: '' 7--- 8 9## Description 10 11A clear description of the bug. 12 13## Steps to Reproduce 14 151. ... 162. ... 173. ... 18 19## Expected Behavior 20 21What should happen. 22 23## Actual Behavior 24 25What actually happens. 26 27## Environment 28 29- OS: 30- Python version: 31- i2p-python version: 32- Java I2P version (if interop issue): 33 34## Logs 35 36``` 37Paste relevant log output here 38```