74 lines
70 KiB
JavaScript
74 lines
70 KiB
JavaScript
import{_ as t,c as e,a0 as s,o as i}from"./chunks/framework.p2VkXzrt.js";const d=JSON.parse('{"title":"💬 FAQ问题集合","description":"","frontmatter":{"title":"💬 FAQ问题集合"},"headers":[],"relativePath":"issues/99.md","filePath":"issues/99.md","lastUpdated":null}'),o={name:"issues/99.md"};function n(l,a,p,c,r,u){return i(),e("div",null,a[0]||(a[0]=[s(`<h1 id="💬-faq问题集合" tabindex="-1">💬 FAQ问题集合 <a class="header-anchor" href="#💬-faq问题集合" aria-label="Permalink to "💬 FAQ问题集合"" target="_self"></a></h1><div class="note custom-block github-alert"><p class="custom-block-title">NOTE</p><p>这个 issue 用来总结报错日志和对应的解决方法。</p></div><h2 id="❓-xiaomusic-hostname-怎么填" tabindex="-1">❓ XIAOMUSIC_HOSTNAME 怎么填 <a class="header-anchor" href="#❓-xiaomusic-hostname-怎么填" aria-label="Permalink to "❓ XIAOMUSIC_HOSTNAME 怎么填"" target="_self"></a></h2><p>填写 docker 主机的 ip ,<strong>不是小爱音箱的ip</strong>,一般就是网页访问的后台地址里的 ip ,只要确保 ip 和小爱音箱在一个局域网内就行。</p><p>同时也支持 xx.xx.com 的域名格式,用于配置反代供外网访问,比如小爱音箱和 docker 主机不在同一个局域网内。</p><h2 id="❓-login-failed-登陆失败" tabindex="-1">❓ Login Failed 登陆失败 <a class="header-anchor" href="#❓-login-failed-登陆失败" aria-label="Permalink to "❓ Login Failed 登陆失败"" target="_self"></a></h2><p>表现就是 <strong>后台看不到设备列表</strong> ,日志中会有对应的报错。</p><p>这个有专门的讨论,见 </issues/16.html> ,一般是因为开了加速代理,关代理再尝试即可。也可以试试在局域网设备里的米家app上退出再重新登录一下。</p><p>在小米官网 www.mi.com 登陆过人脸或滑块验证基本上能解决 99%的 login failed 问题。</p><p>来自 @yilikun 的友情提示:</p><blockquote><ol><li>关闭本地代理。</li><li>如果是nas运行的,网络由bridge改为host。</li><li>米家app重新登陆。</li><li>mi.com官网重新登陆。</li></ol></blockquote><h2 id="❓-网页后台可以播放-语音控制无效" tabindex="-1">❓ 网页后台可以播放,语音控制无效 <a class="header-anchor" href="#❓-网页后台可以播放-语音控制无效" aria-label="Permalink to "❓ 网页后台可以播放,语音控制无效"" target="_self"></a></h2><p>这种情况是拉取不到对话记录导致的。 如果是首次在网页后台保存 did 后需要重启一次容器。 其他情况可能是被限制拉取对话记录次数,也可以尝试重启容器。 还有一种情况是配错了唤醒口令,可以在小爱音箱app里查看对话记录,也可以查看 xiaomusic 的日志。默认口令前缀是【播放歌曲】,没有这个前缀是无法识别的,说播放音乐是没用的,除非自己设置其他口令词。 已知 <code>M01/XMYX01JY 小米小爱音箱HD</code> 获取对话记录的接口比较特殊,需要开启【特殊型号获取对话记录:】开关才能正常语音控制。</p><h2 id="❓-日志显示正在播放-却没有声音" tabindex="-1">❓ 日志显示正在播放,却没有声音 <a class="header-anchor" href="#❓-日志显示正在播放-却没有声音" aria-label="Permalink to "❓ 日志显示正在播放,却没有声音"" target="_self"></a></h2><p>可以点击播放链接按钮,看看默认的那个链接能否播放。</p><p>已知部分触屏版不能播放可以在后台设置 【型号兼容模式】为 true 试试。</p><p>其他情况可能是 XIAOMUSIC_HOSTNAME 配错了地址,不是 docker 主机地址会导致小爱音箱无法访问到,而且需要和小爱音箱在同一个<strong>局域网</strong>下的地址。还有可能是端口配错了,<strong>修改了默认 8090 端口映射</strong>,需要同步修改其他参数,可以翻阅端口修改的文档。</p><p>如果端口不是8090,首次启动没配好端口的话,需要手动修改setting.json文件里的端口,或者把setting.json文件删除重新配置,或者在后台修改监听端口后重启。</p><p>可以点击播放歌曲后,查看日志里的歌曲链接,放到浏览器里打开试试,不能访问说明是端口或者hostname问题,如果是异地访问,需要把 hostname 修改为外网ip或者域名,需要注意音箱只支持访问ipv4,不能是ipv6的公网。</p><p>如果是配了公网反代端口,注意区分是 http 还是 https ,如果是 https 的,配置 XIAOMUSIC_HOSTNAME 时需要加上 <code>https:// </code> 前缀。</p><h2 id="❓-无法播放-flac-格式歌曲" tabindex="-1">❓ 无法播放 flac 格式歌曲 <a class="header-anchor" href="#❓-无法播放-flac-格式歌曲" aria-label="Permalink to "❓ 无法播放 flac 格式歌曲"" target="_self"></a></h2><p>因设备差异和文件格式差异,已知部分设备不支持 flac 格式,比如 L05B L05C 。</p><h2 id="❓-docker-镜像拉取失败" tabindex="-1">❓ docker 镜像拉取失败 <a class="header-anchor" href="#❓-docker-镜像拉取失败" aria-label="Permalink to "❓ docker 镜像拉取失败"" target="_self"></a></h2><p>请更换镜像源或者使用代理。不同环境更换镜像源的方式不一样,可以网上搜索自己的 NAS 如何更换镜像源。</p><p>已经可以通过 <a href="https://github.com/DaoCloud/public-image-mirror" target="_self">DaoCloud</a> 拉取镜像。</p><div class="language- vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang"></span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span>docker pull m.daocloud.io/docker.io/hanxi/xiaomusic:latest</span></span>
|
||
<span class="line"><span>docker tag m.daocloud.io/docker.io/hanxi/xiaomusic:latest hanxi/xiaomusic:latest</span></span></code></pre></div><h2 id="❓-启动失败-日志中出现-runtimeerror-can-t-start-new-thread" tabindex="-1">❓ 启动失败,日志中出现 RuntimeError: can't start new thread <a class="header-anchor" href="#❓-启动失败-日志中出现-runtimeerror-can-t-start-new-thread" aria-label="Permalink to "❓ 启动失败,日志中出现 RuntimeError: can't start new thread"" target="_self"></a></h2><p>一般是 docker 版本太低,或者系统限制了 docker 使用的 cpu 数量,可以尝试升级 docker 到最新版本。</p><h2 id="❓-dns-解析错误" tabindex="-1">❓ DNS 解析错误 <a class="header-anchor" href="#❓-dns-解析错误" aria-label="Permalink to "❓ DNS 解析错误"" target="_self"></a></h2><p>一般会出现下面这样的日志,表现就是设置页面看不到设备列表。</p><div class="language- vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang"></span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span>aiohttp.client_ _exceptions. ClientConnectorError: Cannot connect to host account.xiaomi.com:443 ssl:False [Temporary failure in name resolution]</span></span></code></pre></div><p>可以尝试把主机的 DNS 设为 223.5.5.5 之后重启 docker 主机。</p><p>如果还是不行可以把 docker 的网络模式改成 host 模式。</p><h2 id="❓-点击播放后需要很久才开始播放的问题" tabindex="-1">❓ 点击播放后需要很久才开始播放的问题 <a class="header-anchor" href="#❓-点击播放后需要很久才开始播放的问题" aria-label="Permalink to "❓ 点击播放后需要很久才开始播放的问题"" target="_self"></a></h2><p>这个问题新版本已经解决,如果还存在请反馈。</p><p>~目前0.3.x版本还存在这个问题没有完全解决,可以暂时回退到0.2.0版本继续使用。~</p><h2 id="❓-如何配置多个歌曲目录" tabindex="-1">❓ 如何配置多个歌曲目录 <a class="header-anchor" href="#❓-如何配置多个歌曲目录" aria-label="Permalink to "❓ 如何配置多个歌曲目录"" target="_self"></a></h2><div class="language-yaml vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang">yaml</span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;">services</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:</span></span>
|
||
<span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;"> xiaomusic</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:</span></span>
|
||
<span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;"> image</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">: </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">hanxi/xiaomusic</span></span>
|
||
<span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;"> container_name</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">: </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">xiaomusic</span></span>
|
||
<span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;"> restart</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">: </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">unless-stopped</span></span>
|
||
<span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;"> ports</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:</span></span>
|
||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> - </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">8090:8090</span></span>
|
||
<span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;"> volumes</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:</span></span>
|
||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> - </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">/data/music1:/app/music/music1</span></span>
|
||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> - </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">/data/music2:/app/music/music2</span></span>
|
||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> - </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">/data/xiaomusic/conf:/app/conf</span></span></code></pre></div><p>冒号左边的 <code>/data/music1</code> 和 <code>/data/music2</code> 改成你的目录即可。如果你是 windows 的 docker ,可以改成 <code>D:/music1</code> 和 <code>D:/music2</code>,盘符号开头,用 <code>/</code> 分割。</p><p>如果是 docker 部署的,建议不要去修改 web 后台里的音乐路径和配置路径等等所有路径除非你熟悉 docker 的目录映射机制。</p><h2 id="❓-能不能中文名" tabindex="-1">❓ 能不能中文名 <a class="header-anchor" href="#❓-能不能中文名" aria-label="Permalink to "❓ 能不能中文名"" target="_self"></a></h2><div class="language-yaml vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang">yaml</span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;">services</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:</span></span>
|
||
<span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;"> xiaomusic</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:</span></span>
|
||
<span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;"> image</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">: </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">hanxi/xiaomusic</span></span>
|
||
<span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;"> container_name</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">: </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">xiaomusic</span></span>
|
||
<span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;"> restart</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">: </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">unless-stopped</span></span>
|
||
<span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;"> ports</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:</span></span>
|
||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> - </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">8090:8090</span></span>
|
||
<span class="line"><span style="--shiki-light:#22863A;--shiki-dark:#85E89D;"> volumes</span><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">:</span></span>
|
||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> - </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">/data/music1:/app/music/歌曲目录1</span></span>
|
||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> - </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">/data/music2:/app/music/歌曲目录2</span></span>
|
||
<span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> - </span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;">/data/xiaomusic/conf:/app/conf</span></span></code></pre></div><h2 id="❓-能不能多层目录" tabindex="-1">❓ 能不能多层目录 <a class="header-anchor" href="#❓-能不能多层目录" aria-label="Permalink to "❓ 能不能多层目录"" target="_self"></a></h2><p>可以,每层的每个目录会识别为一个播放列表。</p><h2 id="❓-是否需要手动获取-did" tabindex="-1">❓ 是否需要手动获取 did <a class="header-anchor" href="#❓-是否需要手动获取-did" aria-label="Permalink to "❓ 是否需要手动获取 did"" target="_self"></a></h2><p>新版本不需要手动获取配置 did,不需要配置环境变量,直接在 web 后台填入小米账号密码保存后会自动获取到 did ,然后勾选对应的设备即可。</p><h2 id="❓-报错-601" tabindex="-1">❓ 报错 601 <a class="header-anchor" href="#❓-报错-601" aria-label="Permalink to "❓ 报错 601"" target="_self"></a></h2><p>报错日志大致如下:</p><div class="language-txt vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang">txt</span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span>Exception: Error https://api2.mina.mi.com/remote/ubus: {"code":601,"message":"illegal argument exception","data":"IllegalArgumentException: ubus call format illegal!"}</span></span></code></pre></div><p>原因是没有配置 did ,或者 did 配置错误。可以到设置页面选择正确的设备类型和 did 然后保存。</p><h2 id="❓-新功能没有生效" tabindex="-1">❓ 新功能没有生效 <a class="header-anchor" href="#❓-新功能没有生效" aria-label="Permalink to "❓ 新功能没有生效"" target="_self"></a></h2><p>在设置页面重新保存一下,或者删除 setting.json 文件,重新在后台设置一次。</p><h2 id="❓-为什么会先说小爱音箱自带的回答-再说下载中或者过一会儿才播放本地歌曲" tabindex="-1">❓ 为什么会先说小爱音箱自带的回答,再说下载中或者过一会儿才播放本地歌曲 <a class="header-anchor" href="#❓-为什么会先说小爱音箱自带的回答-再说下载中或者过一会儿才播放本地歌曲" aria-label="Permalink to "❓ 为什么会先说小爱音箱自带的回答,再说下载中或者过一会儿才播放本地歌曲"" target="_self"></a></h2><p>设计原理就是每秒不停的抓取对话记录,然后再打断小爱音箱自带的处理流程。整个过程下来会有延时,所以打断不会很及时,做不到无缝衔接。</p><h2 id="评论" tabindex="-1">评论 <a class="header-anchor" href="#评论" aria-label="Permalink to "评论"" target="_self"></a></h2><h3 id="评论-1-shissx" tabindex="-1">评论 1 - shissx <a class="header-anchor" href="#评论-1-shissx" aria-label="Permalink to "评论 1 - shissx"" target="_self"></a></h3><p>安装的最新版本,即使没有使用,日志一直在不停的刷新,示例: [10:20:36] [0.1.101] [DEBUG] Polling_event, timestamp: {'eeb70da5-baa9-4b56-b2f3-7ee01276a18a': 1720430457236} [10:20:36] [0.1.101] [DEBUG] Sleep 0.0003166699898429215, timestamp: {'eeb70da5-baa9-4b56-b2f3-7ee01276a18a': 1720430457236} [10:20:37] [0.1.101] [DEBUG] Listening new message, timestamp: {'eeb70da5-baa9-4b56-b2f3-7ee01276a18a</p><p>之前的版本没有这个问题,这个是设置错误?还是本来就如此呢?</p><hr><h3 id="评论-2-hanxi" tabindex="-1">评论 2 - hanxi <a class="header-anchor" href="#评论-2-hanxi" aria-label="Permalink to "评论 2 - hanxi"" target="_self"></a></h3><blockquote><p>安装的最新版本,即使没有使用,日志一直在不停的刷新,示例: [10:20:36] [0.1.101] [DEBUG] Polling_event, timestamp: {'eeb70da5-baa9-4b56-b2f3-7ee01276a18a': 1720430457236} [10:20:36] [0.1.101] [DEBUG] Sleep 0.0003166699898429215, timestamp: {'eeb70da5-baa9-4b56-b2f3-7ee01276a18a': 1720430457236} [10:20:37] [0.1.101] [DEBUG] Listening new message, timestamp: {'eeb70da5-baa9-4b56-b2f3-7ee01276a18a</p><p>之前的版本没有这个问题,这个是设置错误?还是本来就如此呢?</p></blockquote><p>正常现象,现在默认把调试日志打开了,可以在后台设置关闭调试日志的。</p><hr><h3 id="评论-3-dx0123" tabindex="-1">评论 3 - Dx0123 <a class="header-anchor" href="#评论-3-dx0123" aria-label="Permalink to "评论 3 - Dx0123"" target="_self"></a></h3><p>大佬,docker安装提示缺少很多module,我一个个在dockerfilie里加上,最后卡在miservice装不上了~</p><hr><h3 id="评论-4-hanxi" tabindex="-1">评论 4 - hanxi <a class="header-anchor" href="#评论-4-hanxi" aria-label="Permalink to "评论 4 - hanxi"" target="_self"></a></h3><p>@Dx0123 其实不用手动安装依赖的,直接一行应该就行。</p><div class="language- vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang"></span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span>RUN pip install -U xiaomusic</span></span></code></pre></div><hr><h3 id="评论-5-dx0123" tabindex="-1">评论 5 - Dx0123 <a class="header-anchor" href="#评论-5-dx0123" aria-label="Permalink to "评论 5 - Dx0123"" target="_self"></a></h3><blockquote><p>@Dx0123 其实不用手动安装依赖的,直接一行应该就行。</p><div class="language- vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang"></span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span>RUN pip install -U xiaomusic</span></span></code></pre></div></blockquote><p>我直接用pip安装好之后,执行仍然有缺少的依赖,和docker里缺的一样。截图的module安装了之后还会有其他依赖缺失 <img src="https://github.com/user-attachments/assets/9fb182e2-ad41-488d-8633-4bae06202f73" alt="image"></p><hr><h3 id="评论-6-hanxi" tabindex="-1">评论 6 - hanxi <a class="header-anchor" href="#评论-6-hanxi" aria-label="Permalink to "评论 6 - hanxi"" target="_self"></a></h3><p>@Dx0123 你的python版本是不是有问题?你参考下项目里的Dockerfile,用同一个From镜像试试。</p><hr><h3 id="评论-7-hanxi" tabindex="-1">评论 7 - hanxi <a class="header-anchor" href="#评论-7-hanxi" aria-label="Permalink to "评论 7 - hanxi"" target="_self"></a></h3><blockquote><p>有时候指令已停止,可是一会儿,又自动播放下一首,根本就停不下来。需要重启容器才能正常</p></blockquote><p>点关机按钮也不行吗?</p><hr><h3 id="评论-8-hanxi" tabindex="-1">评论 8 - hanxi <a class="header-anchor" href="#评论-8-hanxi" aria-label="Permalink to "评论 8 - hanxi"" target="_self"></a></h3><blockquote><blockquote><blockquote><p>有时候指令已停止,可是一会儿,又自动播放下一首,根本就停不下来。需要重启容器才能正常</p></blockquote><p>点关机按钮也不行吗?</p></blockquote><p>是的,说关机,点关机,暂停都不行。只能重启容器。</p></blockquote><p>有没有日志看看?</p><hr><h3 id="评论-9-sqmcool" tabindex="-1">评论 9 - sqmcool <a class="header-anchor" href="#评论-9-sqmcool" aria-label="Permalink to "评论 9 - sqmcool"" target="_self"></a></h3><p>为什么我的没有显示设备? <img src="https://github.com/user-attachments/assets/245d9a85-4ee1-4c82-be0d-865a29827072" alt="Snipaste_2024-09-14_15-51-00"></p><hr><h3 id="评论-10-hanxi" tabindex="-1">评论 10 - hanxi <a class="header-anchor" href="#评论-10-hanxi" aria-label="Permalink to "评论 10 - hanxi"" target="_self"></a></h3><blockquote><p>为什么我的没有显示设备? <img src="https://private-user-images.githubusercontent.com/14977818/367498420-245d9a85-4ee1-4c82-be0d-865a29827072.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjYzMDQ4NjksIm5iZiI6MTcyNjMwNDU2OSwicGF0aCI6Ii8xNDk3NzgxOC8zNjc0OTg0MjAtMjQ1ZDlhODUtNGVlMS00YzgyLWJlMGQtODY1YTI5ODI3MDcyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTE0VDA5MDI0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThjNzJkYTQyYzVhMmU2N2Y3M2MwZjc4ZjE5MDg4ODFlMGVhYjdmZGYxMGFjYmI2N2ViN2JlOGUzZTEwYWMxZmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.4EaUyKhUmE1KNVseE_b25oJGnWSeKDsKpjzViAeltHY" alt="Snipaste_2024-09-14_15-51-00"></p></blockquote><p>应该是登陆失败,可以查看一下日志。</p><hr><h3 id="评论-11-schppd" tabindex="-1">评论 11 - schppd <a class="header-anchor" href="#评论-11-schppd" aria-label="Permalink to "评论 11 - schppd"" target="_self"></a></h3><p>楼主您好,请问这个我需要怎么处理? <img src="https://github.com/user-attachments/assets/d4ecb7fb-6a47-4c66-bbab-72babf4afb9c" alt="微信截图_20240915225040"></p><hr><h3 id="评论-12-hanxi" tabindex="-1">评论 12 - hanxi <a class="header-anchor" href="#评论-12-hanxi" aria-label="Permalink to "评论 12 - hanxi"" target="_self"></a></h3><blockquote><p>楼主您好,请问这个我需要怎么处理? <img src="https://private-user-images.githubusercontent.com/108209415/367590244-d4ecb7fb-6a47-4c66-bbab-72babf4afb9c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjY0MTI0NjcsIm5iZiI6MTcyNjQxMjE2NywicGF0aCI6Ii8xMDgyMDk0MTUvMzY3NTkwMjQ0LWQ0ZWNiN2ZiLTZhNDctNGM2Ni1iYmFiLTcyYmFiZjRhZmI5Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwOTE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDkxNVQxNDU2MDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02Yjg5ZTU4MDAzNDc5YmI2OTdlM2MxYjM0MGIwY2U4YmExOTk2MmIyMTM0MGIxNmFjYmZmMDIxYzc1Mjk5YTE5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.zTAh3m7_AxAIS00LTRHrX23zDD1tVWuXD6wDPsiia9g" alt="微信截图_20240915225040"></p></blockquote><p>删掉重新配置一下试试。</p><hr><h3 id="评论-13-schppd" tabindex="-1">评论 13 - schppd <a class="header-anchor" href="#评论-13-schppd" aria-label="Permalink to "评论 13 - schppd"" target="_self"></a></h3><p>会不会跟网络不稳定有关系?我都弄了几次还是这样子</p><p>------------------ 原始邮件 ------------------ 发件人: "hanxi/xiaomusic" <em><strong>@</strong></em>.<em><strong>>; 发送时间: 2024年9月15日(星期天) 晚上10:57 <em><strong>@</strong></em>.</strong></em>>; <em><strong>@</strong></em>.<em><strong><em><strong>@</strong></em>.</strong></em>>; 主题: Re: [hanxi/xiaomusic] FAQ问题集合 (Issue #99)</p><p>楼主您好,请问这个我需要怎么处理?</p><p>删掉重新配置一下试试。</p><p>— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: <em><strong>@</strong></em>.***></p><hr><h3 id="评论-14-hanxi" tabindex="-1">评论 14 - hanxi <a class="header-anchor" href="#评论-14-hanxi" aria-label="Permalink to "评论 14 - hanxi"" target="_self"></a></h3><blockquote><p>会不会跟网络不稳定有关系?我都弄了几次还是这样子 <a href="#" target="_self">…</a> ------------------ 原始邮件 ------------------ 发件人: "hanxi/xiaomusic" <em><strong>@</strong></em>.<em><strong>>; 发送时间: 2024年9月15日(星期天) 晚上10:57 <em><strong>@</strong></em>.</strong></em>>; <em><strong>@</strong></em>.<em><strong><em><strong>@</strong></em>.</strong></em>>; 主题: Re: [hanxi/xiaomusic] FAQ问题集合 (Issue #99) 楼主您好,请问这个我需要怎么处理? 删掉重新配置一下试试。 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: <em><strong>@</strong></em>.***></p></blockquote><p>有可能的,用代理试试。</p><hr><h3 id="评论-15-guoxiangke" tabindex="-1">评论 15 - guoxiangke <a class="header-anchor" href="#评论-15-guoxiangke" aria-label="Permalink to "评论 15 - guoxiangke"" target="_self"></a></h3><p>定制的时候,"全部"和”所有歌曲"的区别,帮助有需要的朋友: 歌单中 "全部" 指的是 所有歌单中歌曲,但不包括“歌单内容”配置(<a href="http://127.0.0.1:8090/static/setting.html%EF%BC%89%E4%B8%AD%E7%9A%84%E7%94%B5%E5%8F%B0" target="_self">http://127.0.0.1:8090/static/setting.html)中的电台</a> "type": "radio",的 ”所有歌曲" 指的是下载的歌曲,在download文件夹里</p><hr><h3 id="评论-16-agigogo" tabindex="-1">评论 16 - agigogo <a class="header-anchor" href="#评论-16-agigogo" aria-label="Permalink to "评论 16 - agigogo"" target="_self"></a></h3><p><img src="https://github.com/user-attachments/assets/4fed0748-5497-47b5-ac9c-9cbc1d826a94" alt="image"> 在docker里可以运行,但是没法播放设置页面中的播放链接,选中设备那里是空的,是不是没成功?怎么调整?</p><hr><h3 id="评论-17-hanxi" tabindex="-1">评论 17 - hanxi <a class="header-anchor" href="#评论-17-hanxi" aria-label="Permalink to "评论 17 - hanxi"" target="_self"></a></h3><blockquote><p><img src="https://private-user-images.githubusercontent.com/73272860/369268116-4fed0748-5497-47b5-ac9c-9cbc1d826a94.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjY4MTQ0MzksIm5iZiI6MTcyNjgxNDEzOSwicGF0aCI6Ii83MzI3Mjg2MC8zNjkyNjgxMTYtNGZlZDA3NDgtNTQ5Ny00N2I1LWFjOWMtOWNiYzFkODI2YTk0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTIwVDA2MzUzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFkNzg5MDQ1ZDQ5N2VmODg5MWQzYzM4MWY5OTI1ZDRhNzQ3ZjNjM2VmOTA1MDQwNGU3ZGM0Y2I1MDkwY2MzNWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.GlUL5Oqk9-SqLH9chSQxxm9sI3tkbqNoQ8To8UjrawE" alt="image"> 在docker里可以运行,但是没法播放设置页面中的播放链接,选中设备那里是空的,是不是没成功?怎么调整?</p></blockquote><p>设置页面输入小米的账号密码后,再勾选一个设备。</p><hr><h3 id="评论-18-agigogo" tabindex="-1">评论 18 - agigogo <a class="header-anchor" href="#评论-18-agigogo" aria-label="Permalink to "评论 18 - agigogo"" target="_self"></a></h3><blockquote><blockquote><p><img src="https://private-user-images.githubusercontent.com/73272860/369268116-4fed0748-5497-47b5-ac9c-9cbc1d826a94.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjY4MTQ0MzksIm5iZiI6MTcyNjgxNDEzOSwicGF0aCI6Ii83MzI3Mjg2MC8zNjkyNjgxMTYtNGZlZDA3NDgtNTQ5Ny00N2I1LWFjOWMtOWNiYzFkODI2YTk0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTIwVDA2MzUzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFkNzg5MDQ1ZDQ5N2VmODg5MWQzYzM4MWY5OTI1ZDRhNzQ3ZjNjM2VmOTA1MDQwNGU3ZGM0Y2I1MDkwY2MzNWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.GlUL5Oqk9-SqLH9chSQxxm9sI3tkbqNoQ8To8UjrawE" alt="image"> 在docker里可以运行,但是没法播放设置页面中的播放链接,选中设备那里是空的,是不是没成功?怎么调整?</p></blockquote><p>设置页面输入小米的账号密码后,再勾选一个设备。</p></blockquote><p>设置页面里没有勾选的选项</p><blockquote><blockquote><p><img src="https://private-user-images.githubusercontent.com/73272860/369268116-4fed0748-5497-47b5-ac9c-9cbc1d826a94.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjY4MTQ0MzksIm5iZiI6MTcyNjgxNDEzOSwicGF0aCI6Ii83MzI3Mjg2MC8zNjkyNjgxMTYtNGZlZDA3NDgtNTQ5Ny00N2I1LWFjOWMtOWNiYzFkODI2YTk0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTIwVDA2MzUzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFkNzg5MDQ1ZDQ5N2VmODg5MWQzYzM4MWY5OTI1ZDRhNzQ3ZjNjM2VmOTA1MDQwNGU3ZGM0Y2I1MDkwY2MzNWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.GlUL5Oqk9-SqLH9chSQxxm9sI3tkbqNoQ8To8UjrawE" alt="image"> 在docker里可以运行,但是没法播放设置页面中的播放链接,选中设备那里是空的,是不是没成功?怎么调整?</p></blockquote><p>设置页面输入小米的账号密码后,再勾选一个设备。</p></blockquote><p><img src="https://github.com/user-attachments/assets/a4185b88-89b2-4682-b931-47fa39463c0c" alt="image"> 设置页面没有可勾选项?</p><hr><h3 id="评论-19-agigogo" tabindex="-1">评论 19 - agigogo <a class="header-anchor" href="#评论-19-agigogo" aria-label="Permalink to "评论 19 - agigogo"" target="_self"></a></h3><blockquote><blockquote><blockquote><p><img src="https://private-user-images.githubusercontent.com/73272860/369268116-4fed0748-5497-47b5-ac9c-9cbc1d826a94.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjY4MTQ0MzksIm5iZiI6MTcyNjgxNDEzOSwicGF0aCI6Ii83MzI3Mjg2MC8zNjkyNjgxMTYtNGZlZDA3NDgtNTQ5Ny00N2I1LWFjOWMtOWNiYzFkODI2YTk0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTIwVDA2MzUzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFkNzg5MDQ1ZDQ5N2VmODg5MWQzYzM4MWY5OTI1ZDRhNzQ3ZjNjM2VmOTA1MDQwNGU3ZGM0Y2I1MDkwY2MzNWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.GlUL5Oqk9-SqLH9chSQxxm9sI3tkbqNoQ8To8UjrawE" alt="image"> 在docker里可以运行,但是没法播放设置页面中的播放链接,选中设备那里是空的,是不是没成功?怎么调整?</p></blockquote><p>设置页面输入小米的账号密码后,再勾选一个设备。</p></blockquote><p>设置页面里没有勾选的选项</p><blockquote><blockquote><p><img src="https://private-user-images.githubusercontent.com/73272860/369268116-4fed0748-5497-47b5-ac9c-9cbc1d826a94.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjY4MTQ0MzksIm5iZiI6MTcyNjgxNDEzOSwicGF0aCI6Ii83MzI3Mjg2MC8zNjkyNjgxMTYtNGZlZDA3NDgtNTQ5Ny00N2I1LWFjOWMtOWNiYzFkODI2YTk0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTIwVDA2MzUzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFkNzg5MDQ1ZDQ5N2VmODg5MWQzYzM4MWY5OTI1ZDRhNzQ3ZjNjM2VmOTA1MDQwNGU3ZGM0Y2I1MDkwY2MzNWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.GlUL5Oqk9-SqLH9chSQxxm9sI3tkbqNoQ8To8UjrawE" alt="image"> 在docker里可以运行,但是没法播放设置页面中的播放链接,选中设备那里是空的,是不是没成功?怎么调整?</p></blockquote><p>设置页面输入小米的账号密码后,再勾选一个设备。</p></blockquote><p><img src="https://private-user-images.githubusercontent.com/73272860/369589185-a4185b88-89b2-4682-b931-47fa39463c0c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjY4ODUzMzgsIm5iZiI6MTcyNjg4NTAzOCwicGF0aCI6Ii83MzI3Mjg2MC8zNjk1ODkxODUtYTQxODViODgtODliMi00NjgyLWI5MzEtNDdmYTM5NDYzYzBjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTIxVDAyMTcxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA3NzU1YjcwYWY2ZTNmYTRiZTY4NGU0MDMyZGIxNDBjYjE3ZThhNzdjMmJhYWEzYjE4MjJjMjgyNzk4OWVlODUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0MwpJNlNUU9XhjwOFcLisXQHFTAjsU8lscTm5-sfZpw" alt="image"> 设置页面没有可勾选项?</p></blockquote><p><img src="https://github.com/user-attachments/assets/6bdf44b1-03cd-436f-a222-4889301affaa" alt="image"></p><p>显示未检测到设备,设备型号是MDZ-25-DA</p><hr><h3 id="评论-20-hanxi" tabindex="-1">评论 20 - hanxi <a class="header-anchor" href="#评论-20-hanxi" aria-label="Permalink to "评论 20 - hanxi"" target="_self"></a></h3><p>@agigogo 应该是登陆失败了,局域网的手机重新登陆一下小爱音箱app吧。</p><hr><h3 id="评论-21-agigogo" tabindex="-1">评论 21 - agigogo <a class="header-anchor" href="#评论-21-agigogo" aria-label="Permalink to "评论 21 - agigogo"" target="_self"></a></h3><blockquote><p>@agigogo 应该是登陆失败了,局域网的手机重新登陆一下小爱音箱app吧。</p></blockquote><p>一直都是用米家APP来控制小爱音箱,那要下个小爱音响APP试一试</p><hr><h3 id="评论-22-agigogo" tabindex="-1">评论 22 - agigogo <a class="header-anchor" href="#评论-22-agigogo" aria-label="Permalink to "评论 22 - agigogo"" target="_self"></a></h3><blockquote><p>@agigogo 应该是登陆失败了,局域网的手机重新登陆一下小爱音箱app吧。</p></blockquote><p>搞定了,小爱音箱app重新绑定就可以了。真6~</p><hr><h3 id="评论-23-tueafternoon" tabindex="-1">评论 23 - Tueafternoon <a class="header-anchor" href="#评论-23-tueafternoon" aria-label="Permalink to "评论 23 - Tueafternoon"" target="_self"></a></h3><p>一首歌结束不能自动切到下一首,随机播放模式,日志中显示下一曲定时器不见了....这个是咋回事啊</p><hr><h3 id="评论-24-hanxi" tabindex="-1">评论 24 - hanxi <a class="header-anchor" href="#评论-24-hanxi" aria-label="Permalink to "评论 24 - hanxi"" target="_self"></a></h3><blockquote><p>一首歌结束不能自动切到下一首,随机播放模式,日志中显示下一曲定时器不见了....这个是咋回事啊</p></blockquote><p>可能是音乐文件有问题,获取歌曲长度失败,你可以把歌曲文件上传一下给我测试。</p><hr><h3 id="评论-25-hanxi" tabindex="-1">评论 25 - hanxi <a class="header-anchor" href="#评论-25-hanxi" aria-label="Permalink to "评论 25 - hanxi"" target="_self"></a></h3><p>或者搜下日志里有没有 不会设置下一首歌的定时器 这个</p><hr><h3 id="评论-26-tueafternoon" tabindex="-1">评论 26 - Tueafternoon <a class="header-anchor" href="#评论-26-tueafternoon" aria-label="Permalink to "评论 26 - Tueafternoon"" target="_self"></a></h3><blockquote><p>或者搜下日志里有没有 不会设置下一首歌的定时器 这个</p></blockquote><p>有这个,应该是我的文件格式问题,晚上我处理一下再试试</p><hr><h3 id="评论-27-zealler9560" tabindex="-1">评论 27 - zealler9560 <a class="header-anchor" href="#评论-27-zealler9560" aria-label="Permalink to "评论 27 - zealler9560"" target="_self"></a></h3><p><img src="https://github.com/user-attachments/assets/541ff644-0dcd-4bda-a142-2eb4a0f94b9d" alt="Screenshot_2024-10-31-23-28-57-903_com.android.chrome.jpg"></p><p>istore系统可以拉取创建镜像,但是无法启动,错误提示见图一,求助大佬!路由器信息见图二<img src="https://github.com/user-attachments/assets/767383a5-8f84-471b-ab15-61e0fe9cbb22" alt="Screenshot_2024-10-31-23-36-42-846-edit_com.android.chrome.jpg"></p><hr><h3 id="评论-28-adidas004" tabindex="-1">评论 28 - adidas004 <a class="header-anchor" href="#评论-28-adidas004" aria-label="Permalink to "评论 28 - adidas004"" target="_self"></a></h3><p>在群晖使用docker安装的,只能通过重装来升级到最新版本吗?有快捷的一键升级吗</p><hr><h3 id="评论-29-hanxi" tabindex="-1">评论 29 - hanxi <a class="header-anchor" href="#评论-29-hanxi" aria-label="Permalink to "评论 29 - hanxi"" target="_self"></a></h3><blockquote><p>在群晖使用docker安装的,只能通过重装来升级到最新版本吗?有快捷的一键升级吗</p></blockquote><p>不会命令行,就用这个工具吧。 <a href="https://github.com/onlyLTY/dockerCopilot" target="_self">https://github.com/onlyLTY/dockerCopilot</a></p><hr><h3 id="评论-30-adidas004" tabindex="-1">评论 30 - adidas004 <a class="header-anchor" href="#评论-30-adidas004" aria-label="Permalink to "评论 30 - adidas004"" target="_self"></a></h3><p>谢谢您的工具,我刚去群晖的docker上有提示直接升级,还是非常的感觉你的回答</p><p>------------------ 原始邮件 ------------------ 发件人: <em><strong>@</strong></em>.<em><strong>>; 发送时间: 2024年11月11日(星期一) 下午4:20 收件人: <em><strong>@</strong></em>.</strong></em>>; 抄送: <em><strong>@</strong></em>.<em><strong>>; <em><strong>@</strong></em>.</strong></em>>; 主题: Re: [hanxi/xiaomusic] 💬 FAQ问题集合 (Issue #99)</p><p>在群晖使用docker安装的,只能通过重装来升级到最新版本吗?有快捷的一键升级吗</p><p>不会命令行,就用这个工具吧。 <a href="https://github.com/onlyLTY/dockerCopilot" target="_self">https://github.com/onlyLTY/dockerCopilot</a></p><p>— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: <em><strong>@</strong></em>.***></p><hr><h3 id="评论-31-sinojelly" tabindex="-1">评论 31 - sinojelly <a class="header-anchor" href="#评论-31-sinojelly" aria-label="Permalink to "评论 31 - sinojelly"" target="_self"></a></h3><p>运行时遇到下面问题,请问要怎么排查?</p><div class="language- vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang"></span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span>2024/11/21 19:27:00 xiaomusic.py: error: unrecognized arguments: .venv/bin/python3 xiaomusic.py</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--enable_config_example]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--ffmpeg_location FFMPEG_LOCATION]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--config CONFIG]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--verbose]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--cookie COOKIE]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--password PASSWORD]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--account ACCOUNT]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--hardware HARDWARE]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--port PORT]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [-h]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 usage: xiaomusic.py</span></span></code></pre></div><hr><h3 id="评论-32-hanxi" tabindex="-1">评论 32 - hanxi <a class="header-anchor" href="#评论-32-hanxi" aria-label="Permalink to "评论 32 - hanxi"" target="_self"></a></h3><blockquote><p>运行时遇到下面问题,请问要怎么排查?</p><div class="language- vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang"></span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span>2024/11/21 19:27:00 xiaomusic.py: error: unrecognized arguments: .venv/bin/python3 xiaomusic.py</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--enable_config_example]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--ffmpeg_location FFMPEG_LOCATION]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--config CONFIG]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--verbose]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--cookie COOKIE]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--password PASSWORD]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--account ACCOUNT]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--hardware HARDWARE]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [--port PORT]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 [-h]</span></span>
|
||
<span class="line"><span>2024/11/21 19:27:00 usage: xiaomusic.py</span></span></code></pre></div></blockquote><p>看不出来</p><hr><h3 id="评论-33-sinojelly" tabindex="-1">评论 33 - sinojelly <a class="header-anchor" href="#评论-33-sinojelly" aria-label="Permalink to "评论 33 - sinojelly"" target="_self"></a></h3><p>请问登录验证失败要怎么定位?小米登录邮箱,还是小米id 都报同样的错。</p><div class="language- vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang"></span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span>2024/11/25 0:50:44 [2024-11-25 00:50:44] [0.3.48] [ERROR] xiaomusic.py:259: /root/.mi.token file not exist</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 Exception: Error https://api2.mina.mi.com/admin/v2/device_list?master=0&requestId=app_ios_: Login failed</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 raise Exception(f"Error {url}: {resp}")</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 File "/app/.venv/lib/python3.10/site-packages/miservice/miaccount.py", line 150, in mi_request</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 return await self.account.mi_request(</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 File "/app/.venv/lib/python3.10/site-packages/miservice/minaservice.py", line 49, in mina_request</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 result = await self.mina_request("/admin/v2/device_list?master=" + str(master))</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 File "/app/.venv/lib/python3.10/site-packages/miservice/minaservice.py", line 54, in device_list</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 hardware_data = await self.mina_service.device_list()</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 File "/app/xiaomusic/xiaomusic.py", line 232, in try_update_device_id</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 Traceback (most recent call last):</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 [2024-11-25 00:50:44] [0.3.48] [ERROR] xiaomusic.py:251: Execption Error https://api2.mina.mi.com/admin/v2/device_list?master=0&requestId=app_ios_xx: Login failed</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 Exception: {'qs': '%3Fsid%3Dmicoapi%26_json%3Dtrue', 'code': 70016, 'description': '登录验证失败', 'securityStatus': 0, '_sign': 'xxx', 'sid': 'micoapi', 'result': 'error', 'captchaUrl': None, 'callback': 'https://api2.mina.mi.com/sts', 'location': '', 'pwd': 0, 'child': 0, 'desc': '登录验证失败'}</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 raise Exception(resp)</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 File "/app/.venv/lib/python3.10/site-packages/miservice/miaccount.py", line 69, in login</span></span></code></pre></div><hr><h3 id="评论-34-hanxi" tabindex="-1">评论 34 - hanxi <a class="header-anchor" href="#评论-34-hanxi" aria-label="Permalink to "评论 34 - hanxi"" target="_self"></a></h3><blockquote><p>请问登录验证失败要怎么定位?小米登录邮箱,还是小米id 都报同样的错。</p><div class="language- vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang"></span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span>2024/11/25 0:50:44 [2024-11-25 00:50:44] [0.3.48] [ERROR] xiaomusic.py:259: /root/.mi.token file not exist</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 Exception: Error https://api2.mina.mi.com/admin/v2/device_list?master=0&requestId=app_ios_: Login failed</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 raise Exception(f"Error {url}: {resp}")</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 File "/app/.venv/lib/python3.10/site-packages/miservice/miaccount.py", line 150, in mi_request</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 return await self.account.mi_request(</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 File "/app/.venv/lib/python3.10/site-packages/miservice/minaservice.py", line 49, in mina_request</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 result = await self.mina_request("/admin/v2/device_list?master=" + str(master))</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 File "/app/.venv/lib/python3.10/site-packages/miservice/minaservice.py", line 54, in device_list</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 hardware_data = await self.mina_service.device_list()</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 File "/app/xiaomusic/xiaomusic.py", line 232, in try_update_device_id</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 Traceback (most recent call last):</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 [2024-11-25 00:50:44] [0.3.48] [ERROR] xiaomusic.py:251: Execption Error https://api2.mina.mi.com/admin/v2/device_list?master=0&requestId=app_ios_xx: Login failed</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 Exception: {'qs': '%3Fsid%3Dmicoapi%26_json%3Dtrue', 'code': 70016, 'description': '登录验证失败', 'securityStatus': 0, '_sign': 'xxx', 'sid': 'micoapi', 'result': 'error', 'captchaUrl': None, 'callback': 'https://api2.mina.mi.com/sts', 'location': '', 'pwd': 0, 'child': 0, 'desc': '登录验证失败'}</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 raise Exception(resp)</span></span>
|
||
<span class="line"><span>2024/11/25 0:50:44 File "/app/.venv/lib/python3.10/site-packages/miservice/miaccount.py", line 69, in login</span></span></code></pre></div></blockquote><p>上面给出了4个办法都试过了吗?局域网登陆mi.com了?</p><hr><h3 id="评论-35-wusemao" tabindex="-1">评论 35 - wusemao <a class="header-anchor" href="#评论-35-wusemao" aria-label="Permalink to "评论 35 - wusemao"" target="_self"></a></h3><p>设置web访问登录时,账号密码设置完之后登不进去了,账号名称用的中文的可以么</p><hr><h3 id="评论-36-hanxi" tabindex="-1">评论 36 - hanxi <a class="header-anchor" href="#评论-36-hanxi" aria-label="Permalink to "评论 36 - hanxi"" target="_self"></a></h3><blockquote><p>设置web访问登录时,账号密码设置完之后登不进去了,账号名称用的中文的可以么</p></blockquote><p>不确定是否可以,你可以考虑setting.json里的内容,不行就修改再重启。</p><hr><h3 id="评论-37-quanmao" tabindex="-1">评论 37 - quanmao <a class="header-anchor" href="#评论-37-quanmao" aria-label="Permalink to "评论 37 - quanmao"" target="_self"></a></h3><p>运行后会在音乐目录下生成一个tmp文件夹,如何指定路径,因为还有其应用访问音乐路径,不希望其识别tmp目录下的音乐。</p><hr><h3 id="评论-38-hanxi" tabindex="-1">评论 38 - hanxi <a class="header-anchor" href="#评论-38-hanxi" aria-label="Permalink to "评论 38 - hanxi"" target="_self"></a></h3><blockquote><p>运行后会在音乐目录下生成一个tmp文件夹,如何指定路径,因为还有其应用访问音乐路径,不希望其识别tmp目录下的音乐。</p></blockquote><p>忽略目录(逗号分割) 改成 <code>@eaDir,tmp</code> 即可。</p><hr><h3 id="评论-39-quanmao" tabindex="-1">评论 39 - quanmao <a class="header-anchor" href="#评论-39-quanmao" aria-label="Permalink to "评论 39 - quanmao"" target="_self"></a></h3><blockquote><blockquote><p>运行后会在音乐目录下生成一个tmp文件夹,如何指定路径,因为还有其应用访问音乐路径,不希望其识别tmp目录下的音乐。</p></blockquote><p>忽略目录(逗号分割) 改成 <code>@eaDir,tmp</code> 即可。</p></blockquote><p>抱歉,是我没有说清楚,是运行xiaomusic后会在音乐路径下生成tmp文件夹, 但我同时还在用navidrome,也会访问音乐目录,他会把tmp目录下的歌曲也扫描进去,所以想移动tmp目录。 navidrome没找到在哪里可以设置,忽略这个文件夹</p><hr><h3 id="评论-40-hanxi" tabindex="-1">评论 40 - hanxi <a class="header-anchor" href="#评论-40-hanxi" aria-label="Permalink to "评论 40 - hanxi"" target="_self"></a></h3><blockquote><blockquote><blockquote><p>运行后会在音乐目录下生成一个tmp文件夹,如何指定路径,因为还有其应用访问音乐路径,不希望其识别tmp目录下的音乐。</p></blockquote><p>忽略目录(逗号分割) 改成 <code>@eaDir,tmp</code> 即可。</p></blockquote><p>抱歉,是我没有说清楚,是运行xiaomusic后会在音乐路径下生成tmp文件夹, 但我同时还在用navidrome,也会访问音乐目录,他会把tmp目录下的歌曲也扫描进去,所以想移动tmp目录。 navidrome没找到在哪里可以设置,忽略这个文件夹</p></blockquote><p>提个新 issue 吧,有空加下配置项。</p><hr><h3 id="评论-41-calledison" tabindex="-1">评论 41 - CallEdison <a class="header-anchor" href="#评论-41-calledison" aria-label="Permalink to "评论 41 - CallEdison"" target="_self"></a></h3><p><img src="https://github.com/user-attachments/assets/6724300b-ce48-44e6-9729-7b844bc0751e" alt="image"><img src="https://github.com/user-attachments/assets/e7e87adb-a54d-42dd-bfc9-f84a01116a48" alt="image"> 问题一:能进控制面板,进不了设置页面,容器没有log生成,我昨天已经设置好了,现在功能能正常使用,但是进不了设置页面了问题二:昨天能进的时候发现本地下载目录有歌曲,但是设置里面的全部歌曲里面没有,搜索框搜索又能搜的到。</p><hr><h3 id="评论-42-hanxi" tabindex="-1">评论 42 - hanxi <a class="header-anchor" href="#评论-42-hanxi" aria-label="Permalink to "评论 42 - hanxi"" target="_self"></a></h3><blockquote><p><img src="https://private-user-images.githubusercontent.com/49771101/390617216-6724300b-ce48-44e6-9729-7b844bc0751e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzI3NjIzOTQsIm5iZiI6MTczMjc2MjA5NCwicGF0aCI6Ii80OTc3MTEwMS8zOTA2MTcyMTYtNjcyNDMwMGItY2U0OC00NGU2LTk3MjktN2I4NDRiYzA3NTFlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDExMjglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMTI4VDAyNDgxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM3NWNkOTc4MzI2OTUxY2JkMzg2OGU1NGQ3ZWVkODA2MTIyYzE0YmY4MTRiMmVjMTAwYWJkMjBhNDc4MjgwOWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BFuNPM9Ihxe0V3qhE_9JIbgt9rn_u5dC542hOLckwT8" alt="image"> <img src="https://private-user-images.githubusercontent.com/49771101/390617294-e7e87adb-a54d-42dd-bfc9-f84a01116a48.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzI3NjIzOTQsIm5iZiI6MTczMjc2MjA5NCwicGF0aCI6Ii80OTc3MTEwMS8zOTA2MTcyOTQtZTdlODdhZGItYTU0ZC00MmRkLWJmYzktZjg0YTAxMTE2YTQ4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDExMjglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMTI4VDAyNDgxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA3OTA5YTQwODQ4ZmM0Nzg2ZGYwZTc4YmQyMWU5MDgwYjhjZTRiNzRkYzI0NDE2MzI4M2JhOWYxZDlhYjNlYzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8JMoNWDzq-C9pnJy1Ru51LZbP_G5g1fAKYqSppCLKa4" alt="image"> 问题一:能进控制面板,进不了设置页面,容器没有log生成,我昨天已经设置好了,现在功能能正常使用,但是进不了设置页面了问题二:昨天能进的时候发现本地下载目录有歌曲,但是设置里面的全部歌曲里面没有,搜索框搜索又能搜的到。</p></blockquote><p>问题一:打不开的地址是哪个? 问题二:可以点击刷新列表按钮试试。</p><hr><h3 id="评论-43-huahua-er" tabindex="-1">评论 43 - huahua-er <a class="header-anchor" href="#评论-43-huahua-er" aria-label="Permalink to "评论 43 - huahua-er"" target="_self"></a></h3><p>是关闭了网络搜索了吗?现在的搜索只有本地数据没有网络歌曲了?</p><hr><h3 id="评论-44-calledison" tabindex="-1">评论 44 - CallEdison <a class="header-anchor" href="#评论-44-calledison" aria-label="Permalink to "评论 44 - CallEdison"" target="_self"></a></h3><p>默认主题有歌曲</p><p>pure主题没有歌曲</p><p>xmusicPlayer也没有歌曲</p><p> </p><p>Edison <em><strong>@</strong></em>.***</p><p> </p><p>------------------ 原始邮件 ------------------ 发件人: <em><strong>@</strong></em>.<em><strong>>; 发送时间: 2024年11月30日(星期六) 上午6:26 收件人: <em><strong>@</strong></em>.</strong></em>>; 抄送: <em><strong>@</strong></em>.<em><strong>>; <em><strong>@</strong></em>.</strong></em>>; 主题: Re: [hanxi/xiaomusic] 💬 FAQ问题集合 (Issue #99)</p><p>是关闭了网络搜索了吗?现在的搜索只有本地数据没有网络歌曲了?</p><p>— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: <em><strong>@</strong></em>.***></p><hr><h3 id="评论-45-hanxi" tabindex="-1">评论 45 - hanxi <a class="header-anchor" href="#评论-45-hanxi" aria-label="Permalink to "评论 45 - hanxi"" target="_self"></a></h3><blockquote><p>是关闭了网络搜索了吗?现在的搜索只有本地数据没有网络歌曲了?</p></blockquote><p>等 yt-dlp 修复。</p><hr><h3 id="评论-46-hanxi" tabindex="-1">评论 46 - hanxi <a class="header-anchor" href="#评论-46-hanxi" aria-label="Permalink to "评论 46 - hanxi"" target="_self"></a></h3><blockquote><p>默认主题有歌曲 pure主题没有歌曲 xmusicPlayer也没有歌曲 Edison <em><strong>@</strong></em>.*** <a href="#" target="_self">…</a> ------------------ 原始邮件 ------------------ 发件人: <em><strong>@</strong></em>.<em><strong>>; 发送时间: 2024年11月30日(星期六) 上午6:26 收件人: <em><strong>@</strong></em>.</strong></em>>; 抄送: <em><strong>@</strong></em>.<em><strong>>; <em><strong>@</strong></em>.</strong></em>>; 主题: Re: [hanxi/xiaomusic] 💬 FAQ问题集合 (Issue #99) 是关闭了网络搜索了吗?现在的搜索只有本地数据没有网络歌曲了? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: <em><strong>@</strong></em>.***></p></blockquote><p>需要刷新缓存</p><hr><h3 id="评论-47-like1020" tabindex="-1">评论 47 - like1020 <a class="header-anchor" href="#评论-47-like1020" aria-label="Permalink to "评论 47 - like1020"" target="_self"></a></h3><p><img src="https://github.com/user-attachments/assets/5d37bfa6-d63a-46b1-b5a8-554814fc7dce" alt="Screenshot_2024-12-03-06-58-52-853_com yjllq kito"> 请教一下,本地列表歌单里的歌曲即便设置为全部循环或随机播放,依然是不断地单曲循环,只能自己手动点下一首,请问是什么情况?</p><hr><h3 id="评论-48-tchgtr" tabindex="-1">评论 48 - tchgtr <a class="header-anchor" href="#评论-48-tchgtr" aria-label="Permalink to "评论 48 - tchgtr"" target="_self"></a></h3><p>请问网络搜索功能修复了吗?感谢!</p><hr><h3 id="评论-49-hanxi" tabindex="-1">评论 49 - hanxi <a class="header-anchor" href="#评论-49-hanxi" aria-label="Permalink to "评论 49 - hanxi"" target="_self"></a></h3><blockquote><p>请问网络搜索功能修复了吗?感谢!</p></blockquote><p>修复了。</p><hr><h3 id="评论-50-tchgtr" tabindex="-1">评论 50 - tchgtr <a class="header-anchor" href="#评论-50-tchgtr" aria-label="Permalink to "评论 50 - tchgtr"" target="_self"></a></h3><blockquote><blockquote><p>请问网络搜索功能修复了吗?感谢!</p></blockquote><p>修复了。</p></blockquote><p>我已经更新到最新版0.3.55,音箱是LX04触屏音箱,但是使用指令对小爱说“播放歌曲。。。“还是通过音箱绑定的QQ音乐播放,解绑了QQ音乐账号,就会提示先让我绑定账号(包括播放本地歌曲指令),感觉音箱还没跟docker连接上(已经重启过容器)。但是通过8090端口进入后台,搜索歌曲,播放,调节声音大小,单曲、随机所有的功能都可以通过按键实现,唯独不能通过语音跟小爱对话播放我指定的内容,请问这个是什么问题,感谢!</p><hr><h3 id="评论-51-hanxi" tabindex="-1">评论 51 - hanxi <a class="header-anchor" href="#评论-51-hanxi" aria-label="Permalink to "评论 51 - hanxi"" target="_self"></a></h3><blockquote><blockquote><blockquote><p>请问网络搜索功能修复了吗?感谢!</p></blockquote><p>修复了。</p></blockquote><p>我已经更新到最新版0.3.55,音箱是LX04触屏音箱,但是使用指令对小爱说“播放歌曲。。。“还是通过音箱绑定的QQ音乐播放,解绑了QQ音乐账号,就会提示先让我绑定账号(包括播放本地歌曲指令),感觉音箱还没跟docker连接上(已经重启过容器)。但是通过8090端口进入后台,搜索歌曲,播放,调节声音大小,单曲、随机所有的功能都可以通过按键实现,唯独不能通过语音跟小爱对话播放我指定的内容,请问这个是什么问题,感谢!</p></blockquote><p>贴下你的 setting.json 文件看看吧,把里面的账号密码删除。</p><hr><h3 id="评论-52-tchgtr" tabindex="-1">评论 52 - tchgtr <a class="header-anchor" href="#评论-52-tchgtr" aria-label="Permalink to "评论 52 - tchgtr"" target="_self"></a></h3><blockquote><blockquote><blockquote><blockquote><p>请问网络搜索功能修复了吗?感谢!</p></blockquote><p>修复了。</p></blockquote><p>我已经更新到最新版0.3.55,音箱是LX04触屏音箱,但是使用指令对小爱说“播放歌曲。。。“还是通过音箱绑定的QQ音乐播放,解绑了QQ音乐账号,就会提示先让我绑定账号(包括播放本地歌曲指令),感觉音箱还没跟docker连接上(已经重启过容器)。但是通过8090端口进入后台,搜索歌曲,播放,调节声音大小,单曲、随机所有的功能都可以通过按键实现,唯独不能通过语音跟小爱对话播放我指定的内容,请问这个是什么问题,感谢!</p></blockquote><p>贴下你的 setting.json 文件看看吧,把里面的账号密码删除。</p></blockquote><p>{ "account": "", "password": "", "mi_did": "603807070", "miio_tts_command": "", "cookie": "", "verbose": false, "music_path": "music", "temp_path": "music/tmp", "download_path": "music/download", "conf_path": "conf", "cache_dir": "cache", "hostname": "192.168.31.159", "port": 8090, "public_port": 0, "proxy": "", "search_prefix": "bilisearch:", "ffmpeg_location": "./ffmpeg/bin", "active_cmd": "play,set_play_type_rnd,playlocal,play_music_list,play_music_list_index,stop_after_minute,stop", "exclude_dirs": "@eaDir,tmp", "music_path_depth": 10, "disable_httpauth": true, "httpauth_username": "", "httpauth_password": "", "music_list_url": "", "music_list_json": "", "custom_play_list_json": "", "disable_download": false, "key_word_dict": { "下一首": "play_next", "上一首": "play_prev", "单曲循环": "set_play_type_one", "全部循环": "set_play_type_all", "随机播放": "set_play_type_rnd", "单曲播放": "set_play_type_sin", "顺序播放": "set_play_type_seq", "分钟后关机": "stop_after_minute", "刷新列表": "gen_music_list", "加入收藏": "add_to_favorites", "收藏歌曲": "add_to_favorites", "取消收藏": "del_from_favorites", "播放列表第": "play_music_list_index", "播放本地歌曲": "playlocal", "本地播放歌曲": "playlocal", "播放歌曲": "play", "放歌曲": "play", "关机": "stop", "暂停": "stop", "停止": "stop", "停止播放": "stop", "播放列表": "play_music_list", "播放歌单": "play_music_list", "测试自定义口令": "exec#code1("hello")", "测试链接": "exec#httpget("<a href="https://github.com/hanxi/xiaomusic%5C%22)%22" target="_self">https://github.com/hanxi/xiaomusic\\")"</a> }, "key_match_order": [ "分钟后关机", "下一首", "上一首", "单曲循环", "全部循环", "随机播放", "单曲播放", "顺序播放", "关机", "刷新列表", "播放列表第", "播放列表", "加入收藏", "收藏歌曲", "取消收藏", "播放本地歌曲", "本地播放歌曲", "播放歌曲", "放歌曲", "暂停", "停止", "停止播放", "播放歌单", "测试自定义口令", "测试链接" ], "use_music_api": false, "use_music_audio_id": "1582971365183456177", "use_music_id": "355454500", "log_file": "xiaomusic.log.txt", "fuzzy_match_cutoff": 0.6, "enable_fuzzy_match": true, "stop_tts_msg": "收到,再见", "enable_config_example": false, "keywords_playlocal": "播放本地歌曲,本地播放歌曲", "keywords_play": "播放歌曲,放歌曲", "keywords_stop": "关机,暂停,停止,停止播放", "keywords_playlist": "播放列表,播放歌单", "user_key_word_dict": { "测试自定义口令": "exec#code1("hello")", "测试链接": "exec#httpget("<a href="https://github.com/hanxi/xiaomusic%5C%22)%22" target="_self">https://github.com/hanxi/xiaomusic\\")"</a> }, "enable_force_stop": false, "devices": { "603807070": { "did": "603807070", "device_id": "60b8f875-4101-416a-9278-4d4170929b4d", "hardware": "LX04", "name": "小爱触屏音箱", "play_type": 1, "cur_music": "七里香", "cur_playlist": "临时搜索列表" } }, "group_list": "", "remove_id3tag": false, "convert_to_mp3": false, "delay_sec": 3, "continue_play": false, "pull_ask_sec": 1, "crontab_json": "", "enable_yt_dlp_cookies": false, "get_ask_by_mina": true, "play_type_one_tts_msg": "已经设置为单曲循环", "play_type_all_tts_msg": "已经设置为全部循环", "play_type_rnd_tts_msg": "已经设置为随机播放", "play_type_sin_tts_msg": "已经设置为单曲播放", "play_type_seq_tts_msg": "已经设置为顺序播放", "recently_added_playlist_len": 50 }</p><hr><h3 id="评论-53-hanxi" tabindex="-1">评论 53 - hanxi <a class="header-anchor" href="#评论-53-hanxi" aria-label="Permalink to "评论 53 - hanxi"" target="_self"></a></h3><p>get_ask_by_mina 【特殊型号获取对话记录】这个需要设置为 false</p><hr><h3 id="评论-54-tchgtr" tabindex="-1">评论 54 - tchgtr <a class="header-anchor" href="#评论-54-tchgtr" aria-label="Permalink to "评论 54 - tchgtr"" target="_self"></a></h3><blockquote><p>get_ask_by_mina 【特殊型号获取对话记录】这个需要设置为 false</p></blockquote><p>已经重新设置并重启容器,尝试还是不行,会不会是这个触屏音箱不支持?</p><hr><h3 id="评论-55-tchgtr" tabindex="-1">评论 55 - tchgtr <a class="header-anchor" href="#评论-55-tchgtr" aria-label="Permalink to "评论 55 - tchgtr"" target="_self"></a></h3><blockquote><blockquote><p>get_ask_by_mina 【特殊型号获取对话记录】这个需要设置为 false</p></blockquote><p>已经重新设置并重启容器,尝试还是不行,会不会是这个触屏音箱不支持?</p></blockquote><p>或者是在创建容器的时候,我的小米账号填写了我的手机号码,应该需要填写实际的小米账号?因为手机号码对应的小米账号,和输入对应的密码,都是可以登陆的,但是我不知道有什么区别,就把手机号码输入进去了</p><hr><h3 id="评论-56-tchgtr" tabindex="-1">评论 56 - tchgtr <a class="header-anchor" href="#评论-56-tchgtr" aria-label="Permalink to "评论 56 - tchgtr"" target="_self"></a></h3><blockquote><blockquote><blockquote><p>get_ask_by_mina 【特殊型号获取对话记录】这个需要设置为 false</p></blockquote><p>已经重新设置并重启容器,尝试还是不行,会不会是这个触屏音箱不支持?</p></blockquote><p>或者是在创建容器的时候,我的小米账号填写了我的手机号码,应该需要填写实际的小米账号?因为手机号码对应的小米账号,和输入对应的密码,都是可以登陆的,但是我不知道有什么区别,就把手机号码输入进去了</p></blockquote><p>我重新创建容器,问题解决了,主要是两个地方改变了,一个是上面的小米账号的问题,另外一个是关于conf和music这两个文件夹,这次我都把他们放在/container/xiaomusic下,即/container/xiaomusic/conf(music),分别对应两个容器和主机app/conf(music),问题就解决了。之前我是分开在两个文件夹的。</p><hr><h3 id="评论-57-tianting123" tabindex="-1">评论 57 - tianting123 <a class="header-anchor" href="#评论-57-tianting123" aria-label="Permalink to "评论 57 - tianting123"" target="_self"></a></h3><p>0 B的APE文件, 建议直接跳过播放</p><hr><h3 id="评论-58-oklrc" tabindex="-1">评论 58 - oklrc <a class="header-anchor" href="#评论-58-oklrc" aria-label="Permalink to "评论 58 - oklrc"" target="_self"></a></h3><p>新人请教:使用DOCKER镜像 或者 composer安装 如何升级到最新版本呢?是删除镜像再重新拉取吗</p><hr><h3 id="评论-59-hanxi" tabindex="-1">评论 59 - hanxi <a class="header-anchor" href="#评论-59-hanxi" aria-label="Permalink to "评论 59 - hanxi"" target="_self"></a></h3><blockquote><p>新人请教:使用DOCKER镜像 或者 composer安装 如何升级到最新版本呢?是删除镜像再重新拉取吗</p></blockquote><div class="language- vp-adaptive-theme"><button title="Copy Code" class="copy"></button><span class="lang"></span><pre class="shiki shiki-themes github-light github-dark vp-code" tabindex="0"><code><span class="line"><span>docker compose pull</span></span>
|
||
<span class="line"><span>docker compose up -d</span></span></code></pre></div><hr><h3 id="评论-60-zhiquanchi" tabindex="-1">评论 60 - zhiquanchi <a class="header-anchor" href="#评论-60-zhiquanchi" aria-label="Permalink to "评论 60 - zhiquanchi"" target="_self"></a></h3><p>我在阿里云的服务器上运行的docker,我登录了小米账号,但是 操控面板 里面 不显示我的设备。音箱是pro LX06</p><hr><p><a href="https://github.com/hanxi/xiaomusic/issues/99" target="_self">链接到 GitHub Issue</a></p>`,292)]))}const m=t(o,[["render",n]]);export{d as __pageData,m as default};
|