joelverhagen / TorSharp

Use Tor for your C# HTTP clients. Use Privoxy or .NET 6+ SOCKS support to proxy HTTP traffic.
MIT License
326 stars 62 forks source link

Tor Download/Extraction Issues #114

Closed whiterabb17 closed 1 year ago

whiterabb17 commented 1 year ago

Hey, i noticed the tor download stopping working the otherday - the fix which you applied already, just changing the version to the end of the search pattern. Which made the library work again properly for a day or 2. Now its having issues completely downloading the tor files so it just cancels the download. If i provide the downloaded files for tor using the pattern its looking for - it then has issues trying to extract the archive.

Do you have any idea what could be causing this?

joelverhagen commented 1 year ago

I don't know what would be causing this. I think to debug it you should take a look at a Fiddler trace (on Windows) or perhaps a mitmproxy trace (on Linux) of the tool fetching routine. If all else fails, consider setting up the tools manually: https://github.com/joelverhagen/TorSharp#how-do-i-set-up-the-tools-manually

whiterabb17 commented 1 year ago

I'll take a look, it seems to be affecting a few people trying use the library that i know. So at this point its not an isolated case but ill give it a look under fiddler

olaftnt commented 1 year ago

Hi, i encountered a similar issue and resolved it by obtaining the latest package version 2.15.0

whiterabb17 commented 1 year ago

Thanks alot ill check it out