在尝试运行 Stem's To Russia With Love 示例时,我收到以下错误:
~$ python practice.py
Starting Tor:
Traceback (most recent call last):
File "practice.py", line 49, in <module>
init_msg_handler = print_bootstrap_lines,
File "/usr/local/lib/python2.7/dist-packages/stem/process.py", line 266, in launch_tor_with_config
return launch_tor(tor_cmd, args, torrc_path, completion_percent, init_msg_handler, timeout, take_ownership)
File "/usr/local/lib/python2.7/dist-packages/stem/process.py", line 143, in launch_tor
raise OSError('Process terminated: %s' % last_problem)
OSError: Process terminated: Timed out
我最初得到的是在这里解决的路径错误。我尝试重新启动 Ubuntu 实例(我在 VirtualBox 中运行 Ubuntu 14.04),以防万一其他运行的 tor 发生冲突但它给出了相同的错误。有人可以帮忙吗?
编辑:如果以任何方式连接,我的 torrc 文件现在似乎也是空的。