Code Monkey home page Code Monkey logo

lx-music-api-server's People

Contributors

006lp avatar chaos-zhu avatar dependabot[bot] avatar folltoshe avatar helloplhm-qwq avatar ikun0014 avatar lerdb avatar mortence avatar pikuzheng avatar wang-zhix avatar xiaocge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

lx-music-api-server's Issues

nginx 反代 docker

docker 版 反代 提示"反代客户端远程地址不在反代ip白名单中"需要怎么处理呢,?域名加端口可以正常运行.

请问这个服务是不是用不了了,

刚用docker搭建的,发现周杰伦的歌都听不了

version: '3'
services:
  lx-music:
    container_name: lx-music-api
    image: ikun0014/lx-music-api-docker
    ports:
      - "9763:9763"
    restart: always
    volumes:
      - ./config:/work/config
      - ./logs:/work/logs

日志:

2024-03-31 22:54:14 2024-03-31 14:54:14|[config_manager/INFO]|首次启动或配置文件被删除,已创建默认配置文件
2024-03-31 22:54:14 2024-03-31 14:54:14|[config_manager/INFO]|
2024-03-31 22:54:14 建议您到//config.json修改配置后重新启动服务器
2024-03-31 22:54:14 2024-03-31 14:54:14|[config_manager/INFO]|数据库内容为空,已写入默认值
2024-03-31 22:54:14 2024-03-31 14:54:14|[config_manager/INFO]|数据库中不存在banList,已创建
2024-03-31 22:54:14 2024-03-31 14:54:14|[config_manager/INFO]|数据库中不存在requestTime,已创建
2024-03-31 22:54:14 2024-03-31 14:54:14|[config_manager/INFO]|数据库中不存在banListRaw,已创建
2024-03-31 22:54:14 2024-03-31 14:54:14|[http_utils/INFO]|-----start----- https://mips.kugou.com/check/iscn?&format=json
2024-03-31 22:54:14 2024-03-31 14:54:14|[local_music_handler/INFO]|正在检查ffmpeg
2024-03-31 22:54:14 2024-03-31 14:54:14|[local_music_handler/INFO]|创建本地音乐文件夹 ./audio
2024-03-31 22:54:14 2024-03-31 14:54:14|[local_music_handler/INFO]|创建本地音乐临时文件夹 ./temp
2024-03-31 22:54:14 2024-03-31 14:54:14|[local_music_handler/INFO]|初始化本地音乐成功
2024-03-31 22:54:14 2024-03-31 14:54:14|[scheduler/INFO]|task update_script run start
2024-03-31 22:54:14 2024-03-31 14:54:14|[http_utils/INFO]|-----start----- https://cdn.jsdelivr.net/gh/lxmusics/lx-music-api-server@main/lx-music-source-example.js
2024-03-31 22:54:14 2024-03-31 14:54:14|[main/INFO]|监听 -> http://0.0.0.0:9763
2024-03-31 22:54:14 2024-03-31 14:54:14|[main/INFO]|服务器启动成功,请按下Ctrl + C停止
2024-03-31 22:54:19 2024-03-31 14:54:19|[http_utils/ERROR]|HTTP Request runs into an Error: Traceback (most recent call last):
2024-03-31 22:54:19     File "/usr/local/lib/python3.10/dist-packages/aiohttp/connector.py" in _wrap_create_connection()
2024-03-31 22:54:19 
2024-03-31 22:54:19        989  |            async with ceil_timeout(
2024-03-31 22:54:19        990  |                timeout.sock_connect, ceil_threshold=timeout.ceil_threshold
2024-03-31 22:54:19        991  |            ):
2024-03-31 22:54:19        992 >|                return await self._loop.create_connection(*args, **kwargs)
2024-03-31 22:54:19        993  |        except cert_errors as exc:
2024-03-31 22:54:19        994  |            raise ClientConnectorCertificateError(req.connection_key, exc) from exc
2024-03-31 22:54:19        995  |        except ssl_errors as exc:
2024-03-31 22:54:19        996  |            raise ClientConnectorSSLError(req.connection_key, exc) from exc
2024-03-31 22:54:19 
2024-03-31 22:54:19     File "/usr/lib/python3.10/asyncio/base_events.py" in create_connection()
2024-03-31 22:54:19 
2024-03-31 22:54:19       1100  |                raise ValueError(
2024-03-31 22:54:19       1101  |                    f'A Stream Socket was expected, got {sock!r}')
2024-03-31 22:54:19       1102  |
2024-03-31 22:54:19       1103 >|        transport, protocol = await self._create_connection_transport(
2024-03-31 22:54:19       1104  |            sock, protocol_factory, ssl, server_hostname,
2024-03-31 22:54:19       1105  |            ssl_handshake_timeout=ssl_handshake_timeout)
2024-03-31 22:54:19       1106  |        if self._debug:
2024-03-31 22:54:19       1107  |            # Get the socket from the transport because SSL transport closes
2024-03-31 22:54:19 
2024-03-31 22:54:19     File "/usr/lib/python3.10/asyncio/base_events.py" in _create_connection_transport()
2024-03-31 22:54:19 
2024-03-31 22:54:19       1130  |            transport = self._make_socket_transport(sock, protocol, waiter)
2024-03-31 22:54:19       1131  |
2024-03-31 22:54:19       1132  |        try:
2024-03-31 22:54:19       1133 >|            await waiter
2024-03-31 22:54:19       1134  |        except:
2024-03-31 22:54:19       1135  |            transport.close()
2024-03-31 22:54:19       1136  |            raise
2024-03-31 22:54:19       1131  |
2024-03-31 22:54:19 
2024-03-31 22:54:19 The above exception was the direct cause of the following exception:
2024-03-31 22:54:19 Traceback (most recent call last):
2024-03-31 22:54:19     File "/work/common/Httpx.py" in AsyncRequest()
2024-03-31 22:54:19 
2024-03-31 22:54:19        289  |    # 进行请求
2024-03-31 22:54:19        290  |    try:
2024-03-31 22:54:19        291  |        logger.info("-----start----- " + url)
2024-03-31 22:54:19        292 >|        req_ = await reqattr(url, **options)
2024-03-31 22:54:19        293  |    except Exception as e:
2024-03-31 22:54:19        294  |        logger.error(f'HTTP Request runs into an Error: {log.highlight_error(traceback.format_exc())}')
2024-03-31 22:54:19        295  |        raise e
2024-03-31 22:54:19        296  |    # 请求后记录
2024-03-31 22:54:19 
2024-03-31 22:54:19     File "/usr/local/lib/python3.10/dist-packages/aiohttp/client.py" in _request()
2024-03-31 22:54:19 
2024-03-31 22:54:19        575  |                            ceil_threshold=real_timeout.ceil_threshold,
2024-03-31 22:54:19        576  |                        ):
2024-03-31 22:54:19        577  |                            assert self._connector is not None
2024-03-31 22:54:19        578 >|                            conn = await self._connector.connect(
2024-03-31 22:54:19        579  |                                req, traces=traces, timeout=real_timeout
2024-03-31 22:54:19        580  |                            )
2024-03-31 22:54:19        581  |                    except asyncio.TimeoutError as exc:
2024-03-31 22:54:19        582  |                        raise ServerTimeoutError(
2024-03-31 22:54:19 
2024-03-31 22:54:19     File "/usr/local/lib/python3.10/dist-packages/aiohttp/connector.py" in connect()
2024-03-31 22:54:19 
2024-03-31 22:54:19        541  |                    await trace.send_connection_create_start()
2024-03-31 22:54:19        542  |
2024-03-31 22:54:19        543  |            try:
2024-03-31 22:54:19        544 >|                proto = await self._create_connection(req, traces, timeout)
2024-03-31 22:54:19        545  |                if self._closed:
2024-03-31 22:54:19        546  |                    proto.close()
2024-03-31 22:54:19        547  |                    raise ClientConnectionError("Connector is closed.")
2024-03-31 22:54:19        548  |            except BaseException:
2024-03-31 22:54:19 
2024-03-31 22:54:19     File "/usr/local/lib/python3.10/dist-packages/aiohttp/connector.py" in _create_connection()
2024-03-31 22:54:19 
2024-03-31 22:54:19        908  |        if req.proxy:
2024-03-31 22:54:19        909  |            _, proto = await self._create_proxy_connection(req, traces, timeout)
2024-03-31 22:54:19        910  |        else:
2024-03-31 22:54:19        911 >|            _, proto = await self._create_direct_connection(req, traces, timeout)
2024-03-31 22:54:19        912  |
2024-03-31 22:54:19        913  |        return proto
2024-03-31 22:54:19        912  |
2024-03-31 22:54:19        915  |    @staticmethod
2024-03-31 22:54:19 
2024-03-31 22:54:19     File "/usr/local/lib/python3.10/dist-packages/aiohttp/connector.py" in _create_direct_connection()
2024-03-31 22:54:19 
2024-03-31 22:54:19       1232  |            return transp, proto
2024-03-31 22:54:19       1233  |        else:
2024-03-31 22:54:19       1234  |            assert last_exc is not None
2024-03-31 22:54:19       1235 >|            raise last_exc
2024-03-31 22:54:19       1236  |
2024-03-31 22:54:19       1237  |    async def _create_proxy_connection(
2024-03-31 22:54:19       1238  |        self, req: ClientRequest, traces: List["Trace"], timeout: "ClientTimeout"
2024-03-31 22:54:19       1239  |    ) -> Tuple[asyncio.BaseTransport, ResponseHandler]:
2024-03-31 22:54:19 
2024-03-31 22:54:19     File "/usr/local/lib/python3.10/dist-packages/aiohttp/connector.py" in _create_direct_connection()
2024-03-31 22:54:19 
2024-03-31 22:54:19       1201  |            )
2024-03-31 22:54:19       1202  |
2024-03-31 22:54:19       1203  |            try:
2024-03-31 22:54:19       1204 >|                transp, proto = await self._wrap_create_connection(
2024-03-31 22:54:19       1205  |                    self._factory,
2024-03-31 22:54:19       1206  |                    host,
2024-03-31 22:54:19       1207  |                    port,
2024-03-31 22:54:19       1208  |                    timeout=timeout,
2024-03-31 22:54:19 
2024-03-31 22:54:19     File "/usr/local/lib/python3.10/dist-packages/aiohttp/connector.py" in _wrap_create_connection()
2024-03-31 22:54:19 
2024-03-31 22:54:19        997  |        except OSError as exc:
2024-03-31 22:54:19        998  |            if exc.errno is None and isinstance(exc, asyncio.TimeoutError):
2024-03-31 22:54:19        999  |                raise
2024-03-31 22:54:19       1000 >|            raise client_error(req.connection_key, exc) from exc
2024-03-31 22:54:19       1001  |
2024-03-31 22:54:19       1002  |    def _fail_on_no_start_tls(self, req: "ClientRequest") -> None:
2024-03-31 22:54:19       1003  |        """Raise a :py:exc:`RuntimeError` on missing ``start_tls()``.
2024-03-31 22:54:19       1001  |
2024-03-31 22:54:19 
2024-03-31 22:54:19 aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host cdn.jsdelivr.net:443 ssl:default [None]
2024-03-31 22:54:19 2024-03-31 14:54:19|[http_utils/INFO]|-----start----- https://gcore.jsdelivr.net/gh/lxmusics/lx-music-api-server@main/lx-music-source-example.js
2024-03-31 22:54:20 2024-03-31 14:54:20|[lx_script/INFO]|更新源脚本成功
2024-03-31 22:54:20 2024-03-31 14:54:20|[scheduler/INFO]|task update_script run success, next execute: 2024-04-01 14:54:14
2024-03-31 22:54:45 2024-03-31 14:54:45|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/228908?isMv=0&format=mp3&br=128kmp3&uid=0&token=
2024-03-31 22:54:46 2024-03-31 14:54:46|[api_handler/INFO]|获取kw_228908_128k失败,原因:failed
2024-03-31 22:54:46 2024-03-31 14:54:46|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kw/228908/128k", 200
2024-03-31 22:54:46 2024-03-31 14:54:46|[http_utils/INFO]|-----start----- http://gateway.kugou.com/v3/album_audio/audio
2024-03-31 22:54:46 2024-03-31 14:54:46|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=966846&userid=0&area_code=1&hash=3bda8023f4c723e1c8537d8f58c69044&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240331&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=32100650&behavior=play&clienttime=1711896886&pid=2&key=ba138334806f0ecc161382fc45710095&dfid=-&pidversion=3001&quality=128&signature=13ec6782867ad65dacae34c37c34f999
2024-03-31 22:54:46 2024-03-31 14:54:46|[api_handler/INFO]|获取kg_3bda8023f4c723e1c8537d8f58c69044_128k失败,原因:链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-03-31 22:54:46 2024-03-31 14:54:46|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kg/3BDA8023F4C723E1C8537D8F58C69044/128k", 200
2024-03-31 22:54:46 2024-03-31 14:54:46|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzbba3cb44dgqhxoacr2ggkrlu8doux0w98c254e2
2024-03-31 22:54:46 2024-03-31 14:54:46|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb9c9937b4fjizhoob8oyndiemd9tysad25b02cb
2024-03-31 22:54:46 2024-03-31 14:54:46|[api_handler/INFO]|获取tx_0039MnYb0qxYhV_128k失败,原因:failed
2024-03-31 22:54:46 2024-03-31 14:54:46|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/tx/0039MnYb0qxYhV/128k", 200
2024-03-31 22:54:46 2024-03-31 14:54:46|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-03-31 22:54:46 2024-03-31 14:54:46|[api_handler/INFO]|获取wy_186016_128k失败,原因:failed
2024-03-31 22:54:46 2024-03-31 14:54:46|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/wy/186016/128k", 200
2024-03-31 22:54:46 2024-03-31 14:54:46|[http_utils/INFO]|-----start----- http://app.c.nf.migu.cn/MIGUM2.0/v1.0/content/resourceinfo.do?resourceType=2&copyrightId=3790007
2024-03-31 22:54:46 2024-03-31 14:54:46|[http_utils/INFO]|-----start----- https://m.music.migu.cn/migumusic/h5/play/auth/getSongPlayInfo?type=1&copyrightId=60054701923
2024-03-31 22:54:47 2024-03-31 14:54:47|[api_handler/INFO]|获取mg_3790007_128k失败,原因:failed
2024-03-31 22:54:47 2024-03-31 14:54:47|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/mg/3790007/128k", 200
2024-03-31 22:54:47 2024-03-31 14:54:47|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/228908?isMv=0&format=mp3&br=128kmp3&uid=0&token=
2024-03-31 22:54:47 2024-03-31 14:54:47|[api_handler/INFO]|获取kw_228908_128k失败,原因:failed
2024-03-31 22:54:47 2024-03-31 14:54:47|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kw/228908/128k", 200
2024-03-31 22:54:47 2024-03-31 14:54:47|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=966846&userid=0&area_code=1&hash=3bda8023f4c723e1c8537d8f58c69044&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240331&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=32100650&behavior=play&clienttime=1711896887&pid=2&key=ba138334806f0ecc161382fc45710095&dfid=-&pidversion=3001&quality=128&signature=4608805e3c50fd6c9d1844f302408952
2024-03-31 22:54:47 2024-03-31 14:54:47|[api_handler/INFO]|获取kg_3bda8023f4c723e1c8537d8f58c69044_128k失败,原因:链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-03-31 22:54:47 2024-03-31 14:54:47|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kg/3BDA8023F4C723E1C8537D8F58C69044/128k", 200
2024-03-31 22:54:47 2024-03-31 14:54:47|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb9c9937b4fjizhoob8oyndiemd9tysad25b02cb
2024-03-31 22:54:47 2024-03-31 14:54:47|[api_handler/INFO]|获取tx_0039MnYb0qxYhV_128k失败,原因:failed
2024-03-31 22:54:47 2024-03-31 14:54:47|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/tx/0039MnYb0qxYhV/128k", 200
2024-03-31 22:54:47 2024-03-31 14:54:47|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-03-31 22:54:47 2024-03-31 14:54:47|[api_handler/INFO]|获取wy_186016_128k失败,原因:failed
2024-03-31 22:54:47 2024-03-31 14:54:47|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/wy/186016/128k", 200
2024-03-31 22:54:47 2024-03-31 14:54:47|[http_utils/INFO]|-----start----- https://m.music.migu.cn/migumusic/h5/play/auth/getSongPlayInfo?type=1&copyrightId=60054701923
2024-03-31 22:54:47 2024-03-31 14:54:47|[api_handler/INFO]|获取mg_3790007_128k失败,原因:failed
2024-03-31 22:54:47 2024-03-31 14:54:47|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/mg/3790007/128k", 200
2024-03-31 22:54:51 2024-03-31 14:54:51|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/324244?isMv=0&format=mp3&br=128kmp3&uid=0&token=
2024-03-31 22:54:51 2024-03-31 14:54:51|[api_handler/INFO]|获取kw_324244_128k失败,原因:failed
2024-03-31 22:54:51 2024-03-31 14:54:51|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kw/324244/128k", 200
2024-03-31 22:54:51 2024-03-31 14:54:51|[http_utils/INFO]|-----start----- http://gateway.kugou.com/v3/album_audio/audio
2024-03-31 22:54:51 2024-03-31 14:54:51|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=979856&userid=0&area_code=1&hash=37a8f50a9ec3b267c3cc6bec633d9c4a&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240331&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=32218352&behavior=play&clienttime=1711896891&pid=2&key=ebbfce608ca85ee996447dcda3c96677&dfid=-&pidversion=3001&quality=128&signature=d7f6432f849af222478e2afaf5b9fdc4
2024-03-31 22:54:51 2024-03-31 14:54:51|[api_handler/INFO]|获取kg_37a8f50a9ec3b267c3cc6bec633d9c4a_128k失败,原因:链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-03-31 22:54:51 2024-03-31 14:54:51|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kg/37A8F50A9EC3B267C3CC6BEC633D9C4A/128k", 200
2024-03-31 22:54:51 2024-03-31 14:54:51|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb6a115ae3iilykqjovdnbvjvwvf9nwbdfac6dd
2024-03-31 22:54:51 2024-03-31 14:54:51|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb5c498cf00owaelch57yvyjtggdbndqb28a6455
2024-03-31 22:54:51 2024-03-31 14:54:51|[api_handler/INFO]|获取tx_002qU5aY3Qu24y_128k失败,原因:failed
2024-03-31 22:54:51 2024-03-31 14:54:51|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/tx/002qU5aY3Qu24y/128k", 200
2024-03-31 22:54:51 2024-03-31 14:54:51|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-03-31 22:54:51 2024-03-31 14:54:51|[api_handler/INFO]|获取wy_185811_128k失败,原因:failed
2024-03-31 22:54:51 2024-03-31 14:54:51|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/wy/185811/128k", 200
2024-03-31 22:54:51 2024-03-31 14:54:51|[http_utils/INFO]|-----start----- http://app.c.nf.migu.cn/MIGUM2.0/v1.0/content/resourceinfo.do?resourceType=2&copyrightId=155545
2024-03-31 22:54:51 2024-03-31 14:54:51|[http_utils/INFO]|-----start----- https://m.music.migu.cn/migumusic/h5/play/auth/getSongPlayInfo?type=1&copyrightId=60054701991
2024-03-31 22:54:51 2024-03-31 14:54:51|[api_handler/INFO]|获取mg_155545_128k失败,原因:failed
2024-03-31 22:54:51 2024-03-31 14:54:51|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/mg/155545/128k", 200
2024-03-31 22:54:51 2024-03-31 14:54:51|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/324244?isMv=0&format=mp3&br=128kmp3&uid=0&token=
2024-03-31 22:54:51 2024-03-31 14:54:51|[api_handler/INFO]|获取kw_324244_128k失败,原因:failed
2024-03-31 22:54:51 2024-03-31 14:54:51|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kw/324244/128k", 200
2024-03-31 22:54:51 2024-03-31 14:54:51|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=979856&userid=0&area_code=1&hash=37a8f50a9ec3b267c3cc6bec633d9c4a&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240331&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=32218352&behavior=play&clienttime=1711896891&pid=2&key=ebbfce608ca85ee996447dcda3c96677&dfid=-&pidversion=3001&quality=128&signature=d7f6432f849af222478e2afaf5b9fdc4
2024-03-31 22:54:51 2024-03-31 14:54:51|[api_handler/INFO]|获取kg_37a8f50a9ec3b267c3cc6bec633d9c4a_128k失败,原因:链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-03-31 22:54:51 2024-03-31 14:54:51|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kg/37A8F50A9EC3B267C3CC6BEC633D9C4A/128k", 200
2024-03-31 22:54:51 2024-03-31 14:54:51|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb5c498cf00owaelch57yvyjtggdbndqb28a6455
2024-03-31 22:54:51 2024-03-31 14:54:51|[api_handler/INFO]|获取tx_002qU5aY3Qu24y_128k失败,原因:failed
2024-03-31 22:54:51 2024-03-31 14:54:51|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/tx/002qU5aY3Qu24y/128k", 200
2024-03-31 22:54:52 2024-03-31 14:54:52|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-03-31 22:54:52 2024-03-31 14:54:52|[api_handler/INFO]|获取wy_185811_128k失败,原因:failed
2024-03-31 22:54:52 2024-03-31 14:54:52|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/wy/185811/128k", 200
2024-03-31 22:54:52 2024-03-31 14:54:52|[http_utils/INFO]|-----start----- https://m.music.migu.cn/migumusic/h5/play/auth/getSongPlayInfo?type=1&copyrightId=60054701991
2024-03-31 22:54:52 2024-03-31 14:54:52|[api_handler/INFO]|获取mg_155545_128k失败,原因:failed
2024-03-31 22:54:52 2024-03-31 14:54:52|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/mg/155545/128k", 200
2024-03-31 22:54:53 2024-03-31 14:54:53|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/728677?isMv=0&format=mp3&br=128kmp3&uid=0&token=
2024-03-31 22:54:53 2024-03-31 14:54:53|[api_handler/INFO]|获取kw_728677_128k失败,原因:failed
2024-03-31 22:54:53 2024-03-31 14:54:53|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kw/728677/128k", 200
2024-03-31 22:54:54 2024-03-31 14:54:54|[http_utils/INFO]|-----start----- http://gateway.kugou.com/v3/album_audio/audio
2024-03-31 22:54:54 2024-03-31 14:54:54|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=958812&userid=0&area_code=1&hash=b9fc03df9015d6bff0554a110bf2c84f&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240331&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=32028729&behavior=play&clienttime=1711896894&pid=2&key=a43d4e93e6705e4ab1c30733d77ac042&dfid=-&pidversion=3001&quality=128&signature=75fd9e48bd71d4ac9e4811b911f8d427
2024-03-31 22:54:54 2024-03-31 14:54:54|[api_handler/INFO]|获取kg_b9fc03df9015d6bff0554a110bf2c84f_128k失败,原因:链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-03-31 22:54:54 2024-03-31 14:54:54|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kg/B9FC03DF9015D6BFF0554A110BF2C84F/128k", 200
2024-03-31 22:54:54 2024-03-31 14:54:54|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb1ab4aeedstrwotjdksmxohylqhv0wee71dd71
2024-03-31 22:54:54 2024-03-31 14:54:54|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzbf30508013nhoqznorzuqehh0tr97hgad55ade9
2024-03-31 22:54:54 2024-03-31 14:54:54|[api_handler/INFO]|获取tx_004emQMs09Z1lz_128k失败,原因:failed
2024-03-31 22:54:54 2024-03-31 14:54:54|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/tx/004emQMs09Z1lz/128k", 200
2024-03-31 22:54:54 2024-03-31 14:54:54|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-03-31 22:54:54 2024-03-31 14:54:54|[api_handler/INFO]|获取wy_185668_128k失败,原因:failed
2024-03-31 22:54:54 2024-03-31 14:54:54|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/wy/185668/128k", 200
2024-03-31 22:54:54 2024-03-31 14:54:54|[http_utils/INFO]|-----start----- http://app.c.nf.migu.cn/MIGUM2.0/v1.0/content/resourceinfo.do?resourceType=2&copyrightId=3871226
2024-03-31 22:54:54 2024-03-31 14:54:54|[http_utils/INFO]|-----start----- https://m.music.migu.cn/migumusic/h5/play/auth/getSongPlayInfo?type=1&copyrightId=60054702222
2024-03-31 22:54:54 2024-03-31 14:54:54|[api_handler/INFO]|获取mg_3871226_128k失败,原因:failed
2024-03-31 22:54:54 2024-03-31 14:54:54|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/mg/3871226/128k", 200
2024-03-31 22:54:54 2024-03-31 14:54:54|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/728677?isMv=0&format=mp3&br=128kmp3&uid=0&token=
2024-03-31 22:54:54 2024-03-31 14:54:54|[api_handler/INFO]|获取kw_728677_128k失败,原因:failed
2024-03-31 22:54:54 2024-03-31 14:54:54|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kw/728677/128k", 200
2024-03-31 22:54:54 2024-03-31 14:54:54|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=958812&userid=0&area_code=1&hash=b9fc03df9015d6bff0554a110bf2c84f&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240331&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=32028729&behavior=play&clienttime=1711896894&pid=2&key=a43d4e93e6705e4ab1c30733d77ac042&dfid=-&pidversion=3001&quality=128&signature=75fd9e48bd71d4ac9e4811b911f8d427
2024-03-31 22:54:54 2024-03-31 14:54:54|[api_handler/INFO]|获取kg_b9fc03df9015d6bff0554a110bf2c84f_128k失败,原因:链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-03-31 22:54:54 2024-03-31 14:54:54|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kg/B9FC03DF9015D6BFF0554A110BF2C84F/128k", 200
2024-03-31 22:54:54 2024-03-31 14:54:54|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzbf30508013nhoqznorzuqehh0tr97hgad55ade9
2024-03-31 22:54:54 2024-03-31 14:54:54|[api_handler/INFO]|获取tx_004emQMs09Z1lz_128k失败,原因:failed
2024-03-31 22:54:54 2024-03-31 14:54:54|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/tx/004emQMs09Z1lz/128k", 200
2024-03-31 22:54:54 2024-03-31 14:54:54|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-03-31 22:54:54 2024-03-31 14:54:54|[api_handler/INFO]|获取wy_185668_128k失败,原因:failed
2024-03-31 22:54:54 2024-03-31 14:54:54|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/wy/185668/128k", 200
2024-03-31 22:54:54 2024-03-31 14:54:54|[http_utils/INFO]|-----start----- https://m.music.migu.cn/migumusic/h5/play/auth/getSongPlayInfo?type=1&copyrightId=60054702222
2024-03-31 22:54:55 2024-03-31 14:54:55|[api_handler/INFO]|获取mg_3871226_128k失败,原因:failed
2024-03-31 22:54:55 2024-03-31 14:54:55|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/mg/3871226/128k", 200
2024-03-31 22:55:00 2024-03-31 14:55:00|[http_utils/INFO]|-----start----- http://gateway.kugou.com/v3/album_audio/audio
2024-03-31 22:55:00 2024-03-31 14:55:00|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=58849245&userid=0&area_code=1&hash=f07c499c763470216b30e3ffa8494a5e&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240331&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=424614753&behavior=play&clienttime=1711896900&pid=2&key=9629c476ff763ad086c05b4f0028c8b7&dfid=-&pidversion=3001&quality=128&signature=120bb22556001fee4a411dfd74b02dd8
2024-03-31 22:55:00 2024-03-31 14:55:00|[api_handler/INFO]|获取kg_f07c499c763470216b30e3ffa8494a5e_128k失败,原因:链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-03-31 22:55:00 2024-03-31 14:55:00|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kg/F07C499C763470216B30E3FFA8494A5E/128k", 200
2024-03-31 22:55:00 2024-03-31 14:55:00|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb1bdf2356ocv2x6dj65cc8warpqbwde204d9e
2024-03-31 22:55:00 2024-03-31 14:55:00|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzbde5f3220rj2z5aatlk2td9mbbl3dcad001a0a8
2024-03-31 22:55:00 2024-03-31 14:55:00|[api_handler/INFO]|获取tx_002PmJmr3qy031_128k失败,原因:failed
2024-03-31 22:55:00 2024-03-31 14:55:00|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/tx/002PmJmr3qy031/128k", 200
2024-03-31 22:55:00 2024-03-31 14:55:00|[http_utils/INFO]|-----start----- http://app.c.nf.migu.cn/MIGUM2.0/v1.0/content/resourceinfo.do?resourceType=2&copyrightId=1139607018
2024-03-31 22:55:00 2024-03-31 14:55:00|[http_utils/INFO]|-----start----- https://m.music.migu.cn/migumusic/h5/play/auth/getSongPlayInfo?type=1&copyrightId=6902739Z00C
2024-03-31 22:55:00 2024-03-31 14:55:00|[api_handler/INFO]|获取mg_1139607018_128k失败,原因:failed
2024-03-31 22:55:00 2024-03-31 14:55:00|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/mg/1139607018/128k", 200
2024-03-31 22:55:00 2024-03-31 14:55:00|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/83728113?isMv=0&format=mp3&br=128kmp3&uid=0&token=
2024-03-31 22:55:00 2024-03-31 14:55:00|[api_handler/INFO]|获取kw_83728113_128k失败,原因:failed
2024-03-31 22:55:00 2024-03-31 14:55:00|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kw/83728113/128k", 200
2024-03-31 22:55:00 2024-03-31 14:55:00|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-03-31 22:55:00 2024-03-31 14:55:00|[api_handler/INFO]|获取wy_1409990258_128k失败,原因:failed
2024-03-31 22:55:00 2024-03-31 14:55:00|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/wy/1409990258/128k", 200
2024-03-31 22:55:00 2024-03-31 14:55:00|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=58849245&userid=0&area_code=1&hash=f07c499c763470216b30e3ffa8494a5e&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240331&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=424614753&behavior=play&clienttime=1711896900&pid=2&key=9629c476ff763ad086c05b4f0028c8b7&dfid=-&pidversion=3001&quality=128&signature=120bb22556001fee4a411dfd74b02dd8
2024-03-31 22:55:00 2024-03-31 14:55:00|[api_handler/INFO]|获取kg_f07c499c763470216b30e3ffa8494a5e_128k失败,原因:链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-03-31 22:55:00 2024-03-31 14:55:00|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kg/F07C499C763470216B30E3FFA8494A5E/128k", 200
2024-03-31 22:55:00 2024-03-31 14:55:00|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzbde5f3220rj2z5aatlk2td9mbbl3dcad001a0a8
2024-03-31 22:55:00 2024-03-31 14:55:00|[api_handler/INFO]|获取tx_002PmJmr3qy031_128k失败,原因:failed
2024-03-31 22:55:00 2024-03-31 14:55:00|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/tx/002PmJmr3qy031/128k", 200
2024-03-31 22:55:00 2024-03-31 14:55:00|[http_utils/INFO]|-----start----- https://m.music.migu.cn/migumusic/h5/play/auth/getSongPlayInfo?type=1&copyrightId=6902739Z00C
2024-03-31 22:55:00 2024-03-31 14:55:00|[api_handler/INFO]|获取mg_1139607018_128k失败,原因:failed
2024-03-31 22:55:00 2024-03-31 14:55:00|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/mg/1139607018/128k", 200
2024-03-31 22:55:00 2024-03-31 14:55:00|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/83728113?isMv=0&format=mp3&br=128kmp3&uid=0&token=
2024-03-31 22:55:01 2024-03-31 14:55:01|[api_handler/INFO]|获取kw_83728113_128k失败,原因:failed
2024-03-31 22:55:01 2024-03-31 14:55:01|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kw/83728113/128k", 200
2024-03-31 22:55:01 2024-03-31 14:55:01|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-03-31 22:55:01 2024-03-31 14:55:01|[api_handler/INFO]|获取wy_1409990258_128k失败,原因:failed
2024-03-31 22:55:01 2024-03-31 14:55:01|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/wy/1409990258/128k", 200
2024-03-31 22:55:06 2024-03-31 14:55:06|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/226543302?isMv=0&format=mp3&br=128kmp3&uid=0&token=
2024-03-31 22:55:06 2024-03-31 14:55:06|[api_handler/INFO]|获取kw_226543302_128k失败,原因:failed
2024-03-31 22:55:06 2024-03-31 14:55:06|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kw/226543302/128k", 200
2024-03-31 22:55:06 2024-03-31 14:55:06|[http_utils/INFO]|-----start----- http://gateway.kugou.com/v3/album_audio/audio
2024-03-31 22:55:06 2024-03-31 14:55:06|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=58849245&userid=0&area_code=1&hash=42bb22831bd051166d1f58b433835704&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240331&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=424614748&behavior=play&clienttime=1711896906&pid=2&key=77805f8ff6c6b9cf93bf80ce4a0c3ea4&dfid=-&pidversion=3001&quality=128&signature=e4d9593e5f827779606e7a9eaea97868
2024-03-31 22:55:06 2024-03-31 14:55:06|[api_handler/INFO]|获取kg_42bb22831bd051166d1f58b433835704_128k失败,原因:链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-03-31 22:55:06 2024-03-31 14:55:06|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kg/42BB22831BD051166D1F58B433835704/128k", 200
2024-03-31 22:55:06 2024-03-31 14:55:06|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzbb6438977w1yzxcfu7syangusu3gbcg47b7708f
2024-03-31 22:55:06 2024-03-31 14:55:06|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb437ba39666hsvyrx9uow2soetyqaa0258f9fb
2024-03-31 22:55:06 2024-03-31 14:55:06|[api_handler/INFO]|获取tx_003w2xz20QlUZt_128k失败,原因:failed
2024-03-31 22:55:06 2024-03-31 14:55:06|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/tx/003w2xz20QlUZt/128k", 200
2024-03-31 22:55:06 2024-03-31 14:55:06|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-03-31 22:55:06 2024-03-31 14:55:06|[api_handler/INFO]|获取wy_1962165898_128k失败,原因:failed
2024-03-31 22:55:06 2024-03-31 14:55:06|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/wy/1962165898/128k", 200
2024-03-31 22:55:06 2024-03-31 14:55:06|[http_utils/INFO]|-----start----- http://app.c.nf.migu.cn/MIGUM2.0/v1.0/content/resourceinfo.do?resourceType=2&copyrightId=1139605847
2024-03-31 22:55:06 2024-03-31 14:55:06|[http_utils/INFO]|-----start----- https://m.music.migu.cn/migumusic/h5/play/auth/getSongPlayInfo?type=1&copyrightId=6902739Z001
2024-03-31 22:55:06 2024-03-31 14:55:06|[api_handler/INFO]|获取mg_1139605847_128k失败,原因:failed
2024-03-31 22:55:06 2024-03-31 14:55:06|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/mg/1139605847/128k", 200
2024-03-31 22:55:06 2024-03-31 14:55:06|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/226543302?isMv=0&format=mp3&br=128kmp3&uid=0&token=
2024-03-31 22:55:06 2024-03-31 14:55:06|[api_handler/INFO]|获取kw_226543302_128k失败,原因:failed
2024-03-31 22:55:06 2024-03-31 14:55:06|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kw/226543302/128k", 200
2024-03-31 22:55:06 2024-03-31 14:55:06|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=58849245&userid=0&area_code=1&hash=42bb22831bd051166d1f58b433835704&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240331&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=424614748&behavior=play&clienttime=1711896906&pid=2&key=77805f8ff6c6b9cf93bf80ce4a0c3ea4&dfid=-&pidversion=3001&quality=128&signature=e4d9593e5f827779606e7a9eaea97868
2024-03-31 22:55:06 2024-03-31 14:55:06|[api_handler/INFO]|获取kg_42bb22831bd051166d1f58b433835704_128k失败,原因:链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-03-31 22:55:06 2024-03-31 14:55:06|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kg/42BB22831BD051166D1F58B433835704/128k", 200
2024-03-31 22:55:06 2024-03-31 14:55:06|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb437ba39666hsvyrx9uow2soetyqaa0258f9fb
2024-03-31 22:55:07 2024-03-31 14:55:07|[api_handler/INFO]|获取tx_003w2xz20QlUZt_128k失败,原因:failed
2024-03-31 22:55:07 2024-03-31 14:55:07|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/tx/003w2xz20QlUZt/128k", 200
2024-03-31 22:55:07 2024-03-31 14:55:07|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-03-31 22:55:07 2024-03-31 14:55:07|[api_handler/INFO]|获取wy_1962165898_128k失败,原因:failed
2024-03-31 22:55:07 2024-03-31 14:55:07|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/wy/1962165898/128k", 200
2024-03-31 22:55:07 2024-03-31 14:55:07|[http_utils/INFO]|-----start----- https://m.music.migu.cn/migumusic/h5/play/auth/getSongPlayInfo?type=1&copyrightId=6902739Z001
2024-03-31 22:55:07 2024-03-31 14:55:07|[api_handler/INFO]|获取mg_1139605847_128k失败,原因:failed
2024-03-31 22:55:07 2024-03-31 14:55:07|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/mg/1139605847/128k", 200
2024-03-31 22:55:12 2024-03-31 14:55:12|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/226543302?isMv=0&format=mp3&br=128kmp3&uid=0&token=
2024-03-31 22:55:12 2024-03-31 14:55:12|[api_handler/INFO]|获取kw_226543302_128k失败,原因:failed
2024-03-31 22:55:12 2024-03-31 14:55:12|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kw/226543302/128k", 200
2024-03-31 22:55:12 2024-03-31 14:55:12|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=58849245&userid=0&area_code=1&hash=42bb22831bd051166d1f58b433835704&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240331&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=424614748&behavior=play&clienttime=1711896912&pid=2&key=77805f8ff6c6b9cf93bf80ce4a0c3ea4&dfid=-&pidversion=3001&quality=128&signature=a6cd98e87709a35b0a7b1bec945c5671
2024-03-31 22:55:12 2024-03-31 14:55:12|[api_handler/INFO]|获取kg_42bb22831bd051166d1f58b433835704_128k失败,原因:链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-03-31 22:55:12 2024-03-31 14:55:12|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kg/42BB22831BD051166D1F58B433835704/128k", 200
2024-03-31 22:55:12 2024-03-31 14:55:12|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb437ba39666hsvyrx9uow2soetyqaa0258f9fb
2024-03-31 22:55:12 2024-03-31 14:55:12|[api_handler/INFO]|获取tx_003w2xz20QlUZt_128k失败,原因:failed
2024-03-31 22:55:12 2024-03-31 14:55:12|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/tx/003w2xz20QlUZt/128k", 200
2024-03-31 22:55:12 2024-03-31 14:55:12|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-03-31 22:55:12 2024-03-31 14:55:12|[api_handler/INFO]|获取wy_1962165898_128k失败,原因:failed
2024-03-31 22:55:12 2024-03-31 14:55:12|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/wy/1962165898/128k", 200
2024-03-31 22:55:12 2024-03-31 14:55:12|[http_utils/INFO]|-----start----- https://m.music.migu.cn/migumusic/h5/play/auth/getSongPlayInfo?type=1&copyrightId=6902739Z001
2024-03-31 22:55:12 2024-03-31 14:55:12|[api_handler/INFO]|获取mg_1139605847_128k失败,原因:failed
2024-03-31 22:55:12 2024-03-31 14:55:12|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/mg/1139605847/128k", 200
2024-03-31 22:55:12 2024-03-31 14:55:12|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/226543302?isMv=0&format=mp3&br=128kmp3&uid=0&token=
2024-03-31 22:55:12 2024-03-31 14:55:12|[api_handler/INFO]|获取kw_226543302_128k失败,原因:failed
2024-03-31 22:55:12 2024-03-31 14:55:12|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kw/226543302/128k", 200
2024-03-31 22:55:12 2024-03-31 14:55:12|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=58849245&userid=0&area_code=1&hash=42bb22831bd051166d1f58b433835704&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240331&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=424614748&behavior=play&clienttime=1711896912&pid=2&key=77805f8ff6c6b9cf93bf80ce4a0c3ea4&dfid=-&pidversion=3001&quality=128&signature=a6cd98e87709a35b0a7b1bec945c5671
2024-03-31 22:55:12 2024-03-31 14:55:12|[api_handler/INFO]|获取kg_42bb22831bd051166d1f58b433835704_128k失败,原因:链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-03-31 22:55:12 2024-03-31 14:55:12|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/kg/42BB22831BD051166D1F58B433835704/128k", 200
2024-03-31 22:55:12 2024-03-31 14:55:12|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb437ba39666hsvyrx9uow2soetyqaa0258f9fb
2024-03-31 22:55:12 2024-03-31 14:55:12|[api_handler/INFO]|获取tx_003w2xz20QlUZt_128k失败,原因:failed
2024-03-31 22:55:12 2024-03-31 14:55:12|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/tx/003w2xz20QlUZt/128k", 200
2024-03-31 22:55:12 2024-03-31 14:55:12|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-03-31 22:55:12 2024-03-31 14:55:12|[api_handler/INFO]|获取wy_1962165898_128k失败,原因:failed
2024-03-31 22:55:12 2024-03-31 14:55:12|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/wy/1962165898/128k", 200
2024-03-31 22:55:12 2024-03-31 14:55:12|[http_utils/INFO]|-----start----- https://m.music.migu.cn/migumusic/h5/play/auth/getSongPlayInfo?type=1&copyrightId=6902739Z001
2024-03-31 22:55:13 2024-03-31 14:55:13|[api_handler/INFO]|获取mg_1139605847_128k失败,原因:failed
2024-03-31 22:55:13 2024-03-31 14:55:13|[aiohttp_web/INFO]|192.168.65.1 - GET "/url/mg/1139605847/128k", 200

无法下载

大佬,action的beta文件无法下载,怎么解决。

关于酷狗概念版签到操作

您好,我看到您代码中有部分关于概念版签到的代码,请问现在是否实现了呢?大概如何操作,感谢指导。

网易云不能听会员歌曲

2024-05-26 11:45:06|[http_utils/INFO]|-----start----- https://mips.kugou.com/check/iscn?&format=json
2024-05-26 11:45:06|[local_music_handler/INFO]|正在检查ffmpeg
2024-05-26 11:45:06|[local_music_handler/WARNING]|无法找到ffmpeg,对于本地音乐的一些扩展功能无法使用,如果您不需要,请忽略本条提示
2024-05-26 11:45:06|[local_music_handler/WARNING]|如果您已经安装,请将 FFMPEG_PATH 环境变量设置为您的ffmpeg安装路径或者 将其添加到PATH中
2024-05-26 11:45:06|[local_music_handler/INFO]|初始化本地音乐成功
2024-05-26 11:45:06|[scheduler/INFO]|task update_script run start
2024-05-26 11:45:06|[http_utils/INFO]|-----start----- https://cdn.jsdelivr.net/gh/MeoProject/lx-music-api-server@main/lx-music-source-example.js
requests.exceptions.SSLError: HTTPSConnectionPool(host='mips.kugou.com', port=443): Max retries exceeded with url: /check/iscn?&format=json (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:997)')))
2024-05-26 11:45:06|[scheduler/INFO]|task qqmusic_refresh_login run start
2024-05-26 11:45:06|[http_utils/INFO]|-----start----- https://u6.y.qq.com/cgi-bin/musics.fcg?sign=
HTTPS proxies https://127.0.0.1:9000 are not supported, ignoring
2024-05-26 11:45:07|[main/INFO]|监听 -> http://0.0.0.0:9763
2024-05-26 11:45:07|[main/INFO]|服务器启动成功,请按下Ctrl + C停止
2024-05-26 11:45:07|[qqmusic_refresh_login/INFO]|刷新登录成功
2024-05-26 11:45:07|[qqmusic_refresh_login/INFO]|已通过相应数据更新uin
2024-05-26 11:45:07|[qqmusic_refresh_login/INFO]|已通过相应数据更新qqmusic_key
2024-05-26 11:45:07|[scheduler/INFO]|task qqmusic_refresh_login run success, next execute: 2024-05-27 11:38:26
2024-05-26 11:45:08|[lx_script/INFO]|更新源脚本成功
2024-05-26 11:45:08|[scheduler/INFO]|task update_script run success, next execute: 2024-05-27 11:45:06
2024-05-26 11:45:25|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
HTTPS proxies https://127.0.0.1:9000 are not supported, ignoring
2024-05-26 11:45:25|[api_handler/INFO]|获取wy_1890530891_128k失败,原因:failed
2024-05-26 11:45:25|[aiohttp_web/INFO]|127.0.0.1 - GET "/url/wy/1890530891/128k", 200
2024-05-26 11:45:25|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/197586832?isMv=0&format=mp3&br=128kmp3&uid=0&token=
HTTPS proxies https://127.0.0.1:9000 are not supported, ignoring
2024-05-26 11:45:26|[api_handler/INFO]|获取kw_197586832_128k失败,原因:failed
2024-05-26 11:45:26|[aiohttp_web/INFO]|127.0.0.1 - GET "/url/kw/197586832/128k", 200
2024-05-26 11:45:26|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=49958186&userid=0&area_code=1&hash=70425df5f0c9fced5e0468189a7f4a70&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240526&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=346168941&behavior=play&clienttime=1716695126&pid=2&key=37aaa51ec6660b1570916481d63035e9&dfid=-&pidversion=3001&quality=128&signature=f22be8aa3498e253104d1aec62721758
HTTPS proxies https://127.0.0.1:9000 are not supported, ignoring
2024-05-26 11:45:27|[api_handler/INFO]|获取kg_70425df5f0c9fced5e0468189a7f4a70_128k失败,原因:链接获取失败,请检查账号 是否有会员或数字专辑是否购买
2024-05-26 11:45:27|[aiohttp_web/INFO]|127.0.0.1 - GET "/url/kg/70425DF5F0C9FCED5E0468189A7F4A70/128k", 200
2024-05-26 11:45:27|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign
HTTPS proxies https://127.0.0.1:9000 are not supported, ignoring
2024-05-26 11:45:28|[api_handler/INFO]|获取tx_003JOgMV1LeXOC_128k失败,原因:failed
2024-05-26 11:45:28|[aiohttp_web/INFO]|127.0.0.1 - GET "/url/tx/003JOgMV1LeXOC/128k", 200
2024-05-26 11:45:28|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
HTTPS proxies https://127.0.0.1:9000 are not supported, ignoring
2024-05-26 11:45:28|[api_handler/INFO]|获取wy_1890530891_128k失败,原因:failed
2024-05-26 11:45:28|[aiohttp_web/INFO]|127.0.0.1 - GET "/url/wy/1890530891/128k", 200
2024-05-26 11:45:28|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/197586832?isMv=0&format=mp3&br=128kmp3&uid=0&token=
HTTPS proxies https://127.0.0.1:9000 are not supported, ignoring
2024-05-26 11:45:28|[api_handler/INFO]|获取kw_197586832_128k失败,原因:failed
2024-05-26 11:45:28|[aiohttp_web/INFO]|127.0.0.1 - GET "/url/kw/197586832/128k", 200
2024-05-26 11:45:28|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=49958186&userid=0&area_code=1&hash=70425df5f0c9fced5e0468189a7f4a70&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240526&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=346168941&behavior=play&clienttime=1716695128&pid=2&key=37aaa51ec6660b1570916481d63035e9&dfid=-&pidversion=3001&quality=128&signature=aa94ba602742d22962c69553b9b32a40
HTTPS proxies https://127.0.0.1:9000 are not supported, ignoring
2024-05-26 11:45:28|[api_handler/INFO]|获取kg_70425df5f0c9fced5e0468189a7f4a70_128k失败,原因:链接获取失败,请检查账号 是否有会员或数字专辑是否购买
2024-05-26 11:45:28|[aiohttp_web/INFO]|127.0.0.1 - GET "/url/kg/70425DF5F0C9FCED5E0468189A7F4A70/128k", 200
2024-05-26 11:45:29|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=
HTTPS proxies https://127.0.0.1:9000 are not supported, ignoring
2024-05-26 11:45:29|[api_handler/INFO]|获取tx_003JOgMV1LeXOC_128k失败,原因:failed
2024-05-26 11:45:29|[aiohttp_web/INFO]|127.0.0.1 - GET "/url/tx/003JOgMV1LeXOC/128k", 200

image

好像是网易云更新了加密导致的
https://github.com/nooblong/NeteaseCloudMusicApiBackup/blob/main/util/crypto.js

如果有调试需要,我可以提供vip的cookie

记录一下我画过的饼

  1. 把项目做成一个完整性的API(歌单,搜索) 缓慢进行中
  2. 网易云刷新登录
  3. 服务器向webdav
  4. 客户端播放服务器上的本地音乐
  5. Cookie池功能 已完成
  6. https监听,多端口监听 已完成
  7. 改进反代兼容性 已完成
  8. 支持获取更高的音质 已完成
  9. QRC解密 已完成

咪咕的接口疑似寄了

绝大部分的音乐请求下来返回都是“音乐下架”,说绝大部分是因为我试过的都寄了,但是不排除有没下架的能请求到XD

tx、kw接口无法使用

tx、kw接口无法使用是正常的吗?
2024-01-22 23:26:11|[api_handler/INFO]|获取kw_260376140_128k失败,原因:failed
2024-01-22 23:26:11|[aiohttp_web/INFO]|192.168.1.2 - GET "/url/kw/260376140/128k", 200
2024-01-22 23:26:12|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/260376140?isMv=0&format=mp3&br=128kmp3&uin=0&token=
2024-01-22 23:26:12|[api_handler/INFO]|获取kw_260376140_128k失败,原因:failed
2024-01-22 23:26:12|[aiohttp_web/INFO]|192.168.1.2 - GET "/url/kw/260376140/128k", 200

无法用ipv6连接

局域网内ipv4访问没问题,但是ipv6不通,使用telnet也无法在ipv6访问端口

希望能改进config文件的设置方式

现在默认会把所有设置内容都写进config.json文件里
希望能像v2ray那样 在config.json只定义一些需要更改的内容 其他config.json没设置的内容都取默认值
这样在版本更新的时候也能避免旧config.json的兼容问题

有些歌提示错误

格式化错误失败,使用默认格式
Traceback (most recent call last):
File "main.py", line 156, in handle
File "modules_init_.py", line 93, in url
File "modules\kg\player.py", line 19, in url
KeyError: 'audio_info'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "common\log.py", line 115, in highlight_error
ValueError: 156 is not in list
2024-05-07 13:38:16|[main/ERROR]|
Traceback (most recent call last):
File "main.py", line 156, in handle
File "modules_init_.py", line 93, in url
File "modules\kg\player.py", line 19, in url
KeyError: 'audio_info'

/script 无法下载脚本

启动服务器后,/script无法下载脚本,直接返回502 Bad gateway

日志

格式化错误失败,使用默认格式
Traceback (most recent call last):
  File "main.py", line 110, in handle_request
  File "common/lx_script.py", line 90, in generate_script_response
TypeError: can only concatenate str (not "NoneType") to str

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "common/log.py", line 115, in highlight_error
ValueError: 110 is not in list
2024-05-13 02:06:40|[main/ERROR]|
Traceback (most recent call last):
  File "main.py", line 110, in handle_request
  File "common/lx_script.py", line 90, in generate_script_response
TypeError: can only concatenate str (not "NoneType") to str

格式化错误失败,使用默认格式
Traceback (most recent call last):
  File "main.py", line 110, in handle_request
  File "common/lx_script.py", line 90, in generate_script_response
TypeError: can only concatenate str (not "NoneType") to str

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "common/log.py", line 115, in highlight_error
ValueError: 110 is not in list
2024-05-13 02:06:54|[main/ERROR]|
Traceback (most recent call last):
  File "main.py", line 110, in handle_request
  File "common/lx_script.py", line 90, in generate_script_response
TypeError: can only concatenate str (not "NoneType") to str

kuwo源配置kuwodes时报错

image
第一次循环之后,不应该重新在body中取值

应该这样修正
image

同时接口返回值中的bitrate就是1,但下面判断了==1 将raise failed 不知是不是有意为之

开启allow_public_ip后报错

设置 allow_public_ip: true # 允许来自公网的转发 后报错

[main/ERROR]Traceback (most recent call last):
  File "main.py", line 74, in handle_request
AttributeError: module 'common.utils' has no attribute 'is_private_ip'

服务器无法启动

HK服务器部署后无法获取任何歌曲!

 python main.py
2024-01-10 09:19:32|[qdes/WARNING]|QRC解密库qdes加载失败, 可能为不支持当前系统, QRC相关的逐字 歌词获取将无法使用
2024-01-10 09:19:32|[http_utils/INFO]|-----start----- https://mips.kugou.com/check/iscn?&format=json
2024-01-10 09:19:32|[scheduler/INFO]|task update_script run start
2024-01-10 09:19:32|[http_utils/INFO]|-----start----- https://cdn.jsdelivr.net/gh/lxmusics/lx-music-api-server@main/lx-music-source-example.js
2024-01-10 09:19:32|[main/INFO]|监听 -> http://0.0.0.0:9763
2024-01-10 09:19:32|[main/INFO]|服务器启动成功,请按下Ctrl + C停止
2024-01-10 09:19:32|[lx_script/INFO]|更新源脚本成功
2024-01-10 09:19:32|[scheduler/INFO]|task update_script run success, next execute: 2024-01-11 09:19:32
2024-01-10 09:19:33|[http_utils/INFO]|您在非**大陆服务器(**香港)上启动了项目,已自动开启ip伪装
2024-01-10 09:19:33|[http_utils/WARNING]|此方式无法解决咪咕音乐的链接获取问题,您可以配置代理 ,服务器地址可在下方链接中找到
https://hidemy.io/cn/proxy-list/?country=CN#list
2024-01-10 09:19:45|[aiohttp_web/INFO]|18.183.204.2 - GET "/", 200
2024-01-10 09:19:55|[aiohttp_web/INFO]|18.183.204.2 - GET "/script", 200
2024-01-10 09:24:31|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb9ff9279bwpalo2yn17y4ehcdawtwb4bdcf7d
2024-01-10 09:24:31|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzbf2aeb598tdx0xempfaobkeagkanjgda110814
2024-01-10 09:24:31|[api_handler/INFO]|获取tx_004aJoYT3ia7al_128k失败,原因:failed
2024-01-10 09:24:31|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/tx/004aJoYT3ia7al/128k", 200
2024-01-10 09:24:32|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/1108461?isMv=0&format=mp3&br=128kmp3
2024-01-10 09:24:35|[api_handler/INFO]|获取kw_1108461_128k失败,原因:failed
2024-01-10 09:24:35|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/kw/1108461/128k", 200
2024-01-10 09:24:35|[http_utils/INFO]|-----start----- http://gateway.kugou.com/v3/album_audio/audio
2024-01-10 09:24:36|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=978874&userid=0&area_code=1&hash=326cbb23baa90062047512376aa406a4&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240110&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=32208363&behavior=play&clienttime=1704878676&pid=2&key=becb45f45ce1050277ee402b5327e980&dfid=-&pidversion=3001&quality=128&signature=6947f96f4a6f7fe0b8a732a10a30a2de
2024-01-10 09:24:37|[api_handler/INFO]|获取kg_326cbb23baa90062047512376aa406a4_128k失败,原因 :链接获取失败,请检查账号是否有会员
或数字专辑是否购买
2024-01-10 09:24:37|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/kg/326cbb23baa90062047512376aa406a4/128k", 200
2024-01-10 09:24:37|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-01-10 09:24:37|[api_handler/INFO]|获取wy_208891_128k失败,原因:failed
2024-01-10 09:24:37|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/wy/208891/128k", 200
2024-01-10 09:24:39|[http_utils/INFO]|-----start----- https://app.c.nf.migu.cn/MIGUM2.0/strategy/listen-url/v2.4?toneFlag=PQ&songId=60057771645&resourceType=2
2024-01-10 09:24:39|[api_handler/INFO]|获取mg_60057771645_128k失败,原因:failed
2024-01-10 09:24:39|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/mg/60057771645/128k", 200
2024-01-10 09:24:39|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzbf2aeb598tdx0xempfaobkeagkanjgda110814
2024-01-10 09:24:39|[api_handler/INFO]|获取tx_004aJoYT3ia7al_128k失败,原因:failed
2024-01-10 09:24:43|[api_handler/INFO]|获取mg_60057771645_128k失败,原因:failed
2024-01-10 09:24:43|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/mg/60057771645/128k", 200
2024-01-10 09:24:51|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb1189d574lazj6stdqnjfwafknjvrg10b81eac
2024-01-10 09:24:51|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb2973bb14n6pabeselzgtw0ysnn46qg1de83822
2024-01-10 09:24:51|[api_handler/INFO]|获取tx_004LNGvj1DSZG9_128k失败,原因:failed
2024-01-10 09:24:51|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/tx/004LNGvj1DSZG9/128k", 200
2024-01-10 09:24:53|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb2973bb14n6pabeselzgtw0ysnn46qg1de83822
2024-01-10 09:24:53|[api_handler/INFO]|获取tx_004LNGvj1DSZG9_128k失败,原因:failed
2024-01-10 09:24:53|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/tx/004LNGvj1DSZG9/128k", 200
2024-01-10 09:25:12|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/1108461?isMv=0&format=mp3&br=320kmp3
2024-01-10 09:25:18|[api_handler/INFO]|获取kw_1108461_320k失败,原因:failed
2024-01-10 09:25:18|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/kw/1108461/320k", 200
2024-01-10 09:25:20|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=978874&userid=0&area_code=1&hash=8912683b12ef9cf1dd2278c4263f9d31&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240110&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=32208363&behavior=play&clienttime=1704878720&pid=2&key=2a9c1243e4e37baee0f016975882510f&dfid=-&pidversion=3001&quality=320&signature=385da9c897d5a80f3e3b3cd6562bc2f4
2024-01-10 09:25:21|[api_handler/INFO]|获取kg_326cbb23baa90062047512376aa406a4_320k失败,原因 :链接获取失败,请检查账号是否有会员或数字专辑是否购买
2024-01-10 09:25:21|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/kg/326cbb23baa90062047512376aa406a4/320k", 200
2024-01-10 09:25:21|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzbe62f46a0q38xogctszus5auwruqdg9f25f286
2024-01-10 09:25:21|[api_handler/INFO]|获取tx_004aJoYT3ia7al_320k失败,原因:failed
2024-01-10 09:25:21|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/tx/004aJoYT3ia7al/320k", 200
2024-01-10 09:25:24|[http_utils/INFO]|-----start----- https://interface.music.163.com/eapi/song/enhance/player/url/v1
2024-01-10 09:25:24|[api_handler/INFO]|获取wy_208891_320k失败,原因:failed
2024-01-10 09:25:24|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/wy/208891/320k", 200
2024-01-10 09:25:24|[http_utils/INFO]|-----start----- https://app.c.nf.migu.cn/MIGUM2.0/strategy/listen-url/v2.4?toneFlag=HQ&songId=60057771645&resourceType=2
2024-01-10 09:25:25|[api_handler/INFO]|获取mg_60057771645_320k失败,原因:failed
2024-01-10 09:25:25|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/mg/60057771645/320k", 200
2024-01-10 09:25:25|[http_utils/INFO]|-----start----- https://bd-api.kuwo.cn/api/service/music/downloadInfo/1108461?isMv=0&format=mp3&br=320kmp3
2024-01-10 09:25:27|[api_handler/INFO]|获取kw_1108461_320k失败,原因:failed
2024-01-10 09:25:27|[aiohttp_web/INFO]|58.221.240.57 - GET "/url/kw/1108461/320k", 200
2024-01-10 09:25:28|[http_utils/INFO]|-----start----- https://gateway.kugou.com/v5/url?album_id=978874&userid=0&area_code=1&hash=8912683b12ef9cf1dd2278c4263f9d31&module=&mid=114514&appid=1005&ssa_flag=is_fromtrack&clientver=12029&open_time=20240110&vipType=6&ptype=0&token=&auth=&mtype=0&album_audio_id=32208363&behavior=play&clienttime=1704878728&pid=2&key=2a9c1243e4e37baee0f016975882510f&dfid=-&pidversion=3001&quality=320&signature=3195d5802244eb8d53701efb1e7c5aea
2024-01-10 09:25:28|[api_handler/INFO]|获取kg_326cbb23baa90062047512376aa406a4_320k失败,原因 :链接获取失败,请检查账号是否有会员或数字专辑是否购买

挺无语,整半天结果一首歌都听不到,还不如六音音源

代码贡献指南

在贡献代码时,请注意贡献格式
如fix: xxxxxxx
以及检查你的代码是否可以正常使用,不要贡献侵权代码,否则会一律close你的pr

修改js脚本建议。

脚本只有128k,但是修改为320k,flac和flac24bit时,自动修改为128k,导致无法下载高音质音乐。
有望建议大佬修改为删除脚本后运行.exe,发现无脚本.js时自动下载回默认配置。
并非是每一次启动都修改为默认配置,导致修改麻烦。(包括.json文件也是。)

求一份 nginx 反代的配置

server {
        server_name example.com;
        listen 443 ssl;
        ssl on;
        ssl_certificate lx.crt;
        ssl_certificate_key lx.key;
        ssl_session_timeout 5m;
        ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3;
        ssl_ciphers ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS;
        ssl_prefer_server_ciphers on; 
    location / {
        proxy_pass http://127.0.0.1:9763;
    }
}
root@localhost:~/lx-music-api-server-python# python3 main.py 
2023-12-17 05:56:56|[config_manager/INFO]|HTTP协议代理地址: http://1.1.1.1:1000
2023-12-17 05:56:56|[config_manager/WARNING]|配置文件common.proxy.https_value不存在
2023-12-17 05:56:56|[config_manager/WARNING]|配置文件common.proxy.https_value不存在
2023-12-17 05:56:56|[config_manager/INFO]|代理功能已开启,请确保代理地址正确,否则无法连接网络
2023-12-17 05:56:56|[main/INFO]|监听 -> http://0.0.0.0:9763
2023-12-17 05:56:56|[main/INFO]|服务器启动成功,请按下Ctrl + C停止
2023-12-17 05:56:56|[http_utils/INFO]|-----start----- https://mips.kugou.com/check/iscn?&format=json
2023-12-17 05:56:57|[http_utils/INFO]|您在非**大陆服务器(**澳门)上启动了项目,已自动开启ip伪装
2023-12-17 05:56:57|[http_utils/WARNING]|此方式无法解决咪咕音乐的链接获取问题,您可以配置代理,服务器地址可在下方链接中找到
https://hidemy.io/cn/proxy-list/?country=CN#list
2023-12-17 05:57:00|[print/INFO]|Traceback (most recent call last):

2023-12-17 05:57:00|[print/INFO]|  File "/usr/local/lib/python3.9/dist-packages/aiohttp/web_protocol.py", line 452, in _handle_request
    resp = await request_handler(request)

2023-12-17 05:57:00|[print/INFO]|  File "/usr/local/lib/python3.9/dist-packages/aiohttp/web_app.py", line 543, in _handle
    resp = await handler(request)

2023-12-17 05:57:00|[print/INFO]|  File "/usr/local/lib/python3.9/dist-packages/aiohttp/web_middlewares.py", line 114, in impl
    return await handler(request)

2023-12-17 05:57:00|[print/INFO]|  File "/root/lx-music-api-server-python/main.py", line 40, in handle_request
    request.remote = request.headers.get("X-Real-IP")

2023-12-17 05:57:00|[print/INFO]|  File "aiohttp/_helpers.pyx", line 35, in aiohttp._helpers.reify.__set__

2023-12-17 05:57:00|[print/INFO]|AttributeError: reified property is read-only

Error handling request

没有反代的情况下是正常工作的:

D:\桌\a\lx-music-api-server-python>python main.py
2023-12-17 14:00:45|[config_manager/DEBUG]|配置文件加载成功
2023-12-17 14:00:45|[config_manager/DEBUG]|数据库初始化成功
2023-12-17 14:00:45|[config_manager/INFO]|HTTP协议代理地址: http://1.1.1.1:1001
2023-12-17 14:00:45|[config_manager/WARNING]|配置文件common.proxy.https_value不存在
2023-12-17 14:00:45|[config_manager/WARNING]|配置文件common.proxy.https_value不存在
2023-12-17 14:00:45|[config_manager/INFO]|代理功能已开启,请确保代理地址正确,否则无法连接网络
2023-12-17 14:00:45|[http_utils/DEBUG]|HTTP Request: https://mips.kugou.com/check/iscn?&format=json
options: {'headers': {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'}}
2023-12-17 14:00:45|[main/INFO]|监听 -> http://0.0.0.0:9763
2023-12-17 14:00:46|[main/INFO]|服务器启动成功,请按下Ctrl + C停止
2023-12-17 14:00:46|[http_utils/INFO]|-----start----- https://mips.kugou.com/check/iscn?&format=json
2023-12-17 14:00:46|[http_utils/DEBUG]|Request to https://mips.kugou.com/check/iscn?&format=json succeed with code 200
2023-12-17 14:00:46|[http_utils/DEBUG]|{'amap_flag': -1, 'ip_flag': 1, 'amap_address': '', 'country': '**澳门', 'flag': 1, 'errcode': 0, 'status': 1, 'error': ''}
2023-12-17 14:01:21|[config_manager/WARNING]|黑名单功能已被关闭,我们墙裂建议你开启这个功能以防止恶意请求
2023-12-17 14:01:22|[http_utils/DEBUG]|HTTP Request: https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=
options: {'body': '{"comm":{"ct":"19","cv":"1859","uin":"0"},"req":{"module":"music.pf_song_detail_svr","method":"get_song_detail_yqq","param":{"song_type":0,"song_mid":"001DeSPX4H1umu"}}}', 'headers': {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1788.0'}}
2023-12-17 14:01:22|[http_utils/INFO]|-----start----- https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=
2023-12-17 14:01:22|[http_utils/DEBUG]|Request to https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign= succeed with code 200
2023-12-17 14:01:22|[http_utils/DEBUG]|{'code': 0, 'ts': 1702792885433, 'start_ts': 1702792885397, 'traceid': '3b9e458551258560', 'req': {'code': 0, 'data': {'info': {'company': {'title': '唱片公司', 'type': 'JUMP_TO_COMPANY', 'content': [{'id': 0, 'value': '那是家大厂牌', 'mid': '', 'type': 0, 'show_type': 0, 'is_parent': 0, 'picurl': '', 'read_cnt': 0, 'author': '', 'jumpurl': '', 'ori_picurl': ''}], 'pos': 51, 'more': 0, 'selected': 'company', 'use_platform': 1}, 'genre': {'title': '歌曲流派', 'type': 'JUMP_TO_CATEGORY', 'content': [{'id': 40, ...
2023-12-17 14:01:22|[http_utils/DEBUG]|缓存已更新: https://u.y.qq.com/cgi-bin/musics.fcg?format=json&sign=zzb75f9410b2okas6x9msrunelwdt8usw4e4cc7f2

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.