OpenBazaar / openbazaar-desktop

OpenBazaar 2.0 Desktop Client (talks to openbazaar-go server daemon)
MIT License
647 stars 186 forks source link

Tor service not working with ob #1860

Open hamiltino opened 4 years ago

hamiltino commented 4 years ago

Brief Description:

Operating System (OS and version): Ubuntu 19.04 OpenBazaar version (shown on About OpenBazaar page in menu): client 2.3.7, server 0.13.7 Hardware: Desktop PC

Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce): Always

Steps to reproduce:

  1. sudo service tor start - tor listens to localhost:9050
  2. run openbazaar and configure it to connect to localhost:9050

Observed Behavior: Failed to connect, log says unidentified error.

Expected Behavior: Tor should work with it

Additional info (links, images, etc go here): If I run tor browser it opens the tor service on localhost:9150, all works fine.