Egbert Bouman

Results 49 comments of Egbert Bouman
trafficstars

Great to hear that there has been solid progress, hopefully the network connection will get sorted out. Thanks for the update! On Fri, Jul 13, 2018 at 1:33 PM, Remko...

I'm no longer part of the team, but since I was heavily involved in the anonymity stuff I'll respond anyway. > The result is half-dead DHT performance and unreliable health...

Do you remember if this happened directly after a re-start? Did the `TunnelCommunity` continue to work normally?

OK, thanks! In that case, it's probably an old packet. I'll fix this in IPv8.

When using `TunnelCrypto.encrypt_str/decrypt_str` manually (i.e., without going through `CellPayload`), the `ValueError` should be caught. Also, in `_ours_on_created_extended`, the `CryptoException` should be a `ValueError`.

Using the `ProactorEventLoop` event loop will break Tribler on Python 3.7 and lower, as it doesn't support `create_datagram_endpoint`. In Python 3.8 that limitation is fixed, and `ProactorEventLoop` is the default...

There are currently no plans for an executable version.

The newest version as a `--url` option. You may has to put the URL between quotes for certain URLs.

I'm not sure about supporting bulk processing like this, as it is platform-dependent. Adding a timeout to the HTTP requests and requirements.txt does make sense, though.

Since it seems that more people want this functionality, I guess we could add something similar to the code I posted [here](https://github.com/egbertbouman/youtube-comment-downloader/issues/52#issuecomment-676557291). And just add this functionality to `downloader.py`.