ShenHongFei / utorrent-block-xunlei

A small script for uTorrent that blocks Xunlei(Thunder) clients automatically. uTorrent 自动屏蔽迅雷脚本
170 stars 20 forks source link

webui can not load peer info #2

Closed CoderCore closed 5 years ago

CoderCore commented 5 years ago

utorrent version is 2.2.1 webui version is 0.338. how to load peer info?

CoderCore commented 5 years ago

mmexport1543417497283

ShenHongFei commented 5 years ago

Have you got the token and torrent list successfully through the webui?

ShenHongFei commented 5 years ago

咦,我刚好在下第三个种子,这么巧。

CoderCore commented 5 years ago

用浏览器上的,别的都能看见,唯独peer list显示不出来

ShenHongFei commented 5 years ago

我这边用的是 uTorrentPro 3.5.4 (build 44846) [32-bit] & uTorrent WebUI v0.388 0018

CoderCore commented 5 years ago

default 运行提示param...错误 删掉后边三个点又提示后边的错误

ShenHongFei commented 5 years ago

https://www.npmjs.com/package/coffeescript 是这个最新版的 coffeescript 吗?

CoderCore commented 5 years ago

我是通过npm install coffee 安装的

ShenHongFei commented 5 years ago

@USERS-ROOT 是 npm install coffeescript 不是 npm install coffee

CoderCore commented 5 years ago

screenshot_2018-11-29-16-37-20-748_com microsoft rdc android

能运行了,但还是不能ban掉迅雷呢? @ShenHongFei

ShenHongFei commented 5 years ago

@USERS-ROOT 不好意思,从你的日志里面发现上传的脚本少了一些导入语句,等我修改一下重新上传一份。

ShenHongFei commented 5 years ago

@USERS-ROOT 在脚本的第一行插入下面这句 fs = require 'fs'

CoderCore commented 5 years ago

@ShenHongFei 好用了 感谢