gpt4 book ai didi

python - TOR with Python (stem) 卡在初始化上

转载 作者:行者123 更新时间:2023-12-03 11:06:57 25 4
gpt4 key购买 nike

我在将 tor 与 python 结合使用时遇到了一些问题,我不太清楚从这里该何去何从。

系统/包:Windows 10

Python 3.8(通过 jupyter 实验室)

tor(tor.exe 添加到 PATH)

我正在尝试运行以下代码:

import stem

proxy_port = 9050
def print_bootstrap_lines(line):
if "Bootstrapped " in line:
print(line)

tor = stem.process.launch_tor_with_config(
config = {
'SocksPort': str(proxy_port) },
init_msg_handler = print_bootstrap_lines, take_ownership=True
)

它输出一行然后就坐下

Oct 23 15:00:22.000 [notice] Bootstrapped 0% (starting): Starting

编辑当我编辑掉 boostrap 打印行时,我还会收到以下警告:

[warn] Path for GeoIPFile (<default>) is relative and will resolve to D:\projects\Valuator\<default>. Is this what you wanted?
Oct 29 08:44:26.812 [warn] Path for GeoIPv6File (<default>) is relative and will resolve to D:\projects\Valuator\<default>. Is this what you wanted?

在运行之前,我确保没有 tor.exe 进程在运行,并且我可以确认它确实在任务管理器中启动了 tor.exe 进程

我也试过关闭我的防火墙,但没有任何区别。

关于如何继续/下一步的任何建议?我不知道接下来要尝试什么。

谢谢!

最佳答案

问题是 [username]/appdata/roaming/tor 中过时的旧安装。我已经移动了安装 Tor 的目录,但不知道先清除该文件夹。一旦我删除了它并重新安装了 Tor 浏览器,一切都运行正常。

关于python - TOR with Python (stem) 卡在初始化上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64506716/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com