We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.1.1
Docker
主程序运行问题
emby都正常,密钥换了好多都是出现这种问题,添加完成后我选择去保存后过一会就没有了。或者重启直接不显示刚才添加的emby
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
我最近刚好在部署这个,我发现需要填写外部地址才能调用成功,应该是emby 的api调用方式有关
我在jellyfin上发现了同样的问题,请问找到解决方案了吗? 当前版本:v2.1.2
我也碰巧遇到了这个问题。
具体是jellyfin部署时网络类型为host,mp部署时网络类型为macvlan。 “在 macvlan 网络模式下,Docker 不会自动让宿主机与 macvlan 容器通信”
我的解决办法是给宿主机增加一个网桥
ip link add macvlan0 link br0 type macvlan mode bridge ip addr add 192.168.3.200/24 dev macvlan0 ip link set macvlan0 up
你可以先在terminal里看看网络通不通
curl -I 192.168.100.211
No branches or pull requests
确认
当前程序版本
v2.1.1
运行环境
Docker
问题类型
主程序运行问题
问题描述
emby都正常,密钥换了好多都是出现这种问题,添加完成后我选择去保存后过一会就没有了。或者重启直接不显示刚才添加的emby
发生问题时系统日志和配置文件
No response
The text was updated successfully, but these errors were encountered: