xjasonlyu / jellyfin-plugin-avdc

Metadata Provider Plugin for Jellyfin/Emby.
GNU General Public License v3.0
291 stars 29 forks source link

部署了刮削不到 #5

Closed gm-fire closed 3 years ago

gm-fire commented 3 years ago

6290C5A1-3FFC-46EE-9123-7B24485D19C0

群晖上部署了,插件也加入了ip和端口

xjasonlyu commented 3 years ago

你应该没挂代理,请求超时了吧。。

gm-fire commented 3 years ago

你应该没挂代理,请求超时了吧。。

有代理,路由器挂着. 另外日志文件经常看到这个

ERROR:root:"http://www.m45e.com/" returned an error. Could not collect tokens. stdout
xjasonlyu commented 3 years ago

m45e那個是javlibrary的,那個網址掛了,所以導致javlib不能用。

你能不能提供一下詳細的日誌。

gm-fire commented 3 years ago

avdc-api.html.zip 群晖docker导出的日志

xjasonlyu commented 3 years ago

是你的网络问题,连接都超时了。建议直接在容器环境变量里加HTTP代理。

gm-fire commented 3 years ago

使用 CloudFlare Worker 免费部署地址可以嘛?JavScraper配置里面那个

xjasonlyu commented 3 years ago

不可以,不是一个东西。要类似于:HTTP_PROXY=http://192.168.1.2:8000这样的。

gm-fire commented 3 years ago

那谢谢了,这个HTTP代理搞不来.......

xjasonlyu commented 3 years ago

就是在环境变量这一部填上你翻墙用的http代理地址。。

gm-fire commented 3 years ago

我意思是没有这个 http代理, 我路由上用的是 v2ray

xjasonlyu commented 3 years ago

v2ray支持本地http代理的XD

gm-fire commented 3 years ago

谢谢,我再研究下

gm-fire commented 3 years ago

v2ray支持本地http代理的XD

刚拉的镜像刮削不了封面 avdc-api.html.zip

xjasonlyu commented 3 years ago

avdc.db需要重新下載一下

gm-fire commented 3 years ago

ok,可以了,谢谢!

lovelively commented 3 years ago

请问您能指导一下这个http代理的问题吗,您是怎样解决的

gm-fire commented 3 years ago

请问您能指导一下这个http代理的问题吗,您是怎样解决的

Use the following configure as your "inbound" or put it in the "inboundDetour" list:

{ "port": 3128, "listen": "0.0.0.0", "protocol": "http", "settings": { "timeout": 0 } }

如果你也是用v2ray可以参考下