i2plib icon indicating copy to clipboard operation
i2plib copied to clipboard

🐍 i2plib: A modern asynchronous library for building I2P applications

Results 1 i2plib issues
Sort by recently updated
recently updated
newest added

when running any code with this library, this error appears. when running the wget example: ``` Traceback (most recent call last): File "/home/justnyan/MyProject/JUNQ-protocol-python/test/i2p.py", line 36, in loop.run_until_complete(wget(i2plib.get_sam_address(), loop, url)) File...