mos9527

Results 24 comments of mos9527

暂时无法重现,先换了个新接口 能帮忙测试试试看吗?

> > 暂时无法重现,先换了个新接口 > > 能帮忙测试试试看吗? > > 还是一样的提示,关于这个问题,我询问了网易云音乐的客服,客服告诉我因为短时间内登录次数太多,需要等24小时重试或更换设备。此行为系系统自动识别,无法人工干预。 "更换设备" 倒挺有意思的,等会看看能不能在这个方面做文章 加了个[手机验证码登陆](https://github.com/mos9527/pyncm/blob/master/demos/%E6%89%8B%E6%9C%BA%E7%99%BB%E5%BD%95.py),运行这个看看会不会一样报错?

我用自己的账号试了下,没有重现 能加上 `--log-level DEBUG` 发下日志吗?

网易那边好像会在歌曲数>1000时把query丢掉 1.6.7.3会尝试把歌单ID分块处理,能再试试看吗?

According to [PyInstaller wiki](https://pyinstaller.org/en/stable/usage.html#cmdoption-add-data), with `--add-data` and `--add-binary` you should specify the **destination directory** instead of its **filename**. > --add-data SOURCE:DEST[](https://pyinstaller.org/en/stable/usage.html#cmdoption-add-data) Additional data files or directories containing data files to...

> If it's possible to fallback to an alternative server when download speed is too slow or cannot failing to download certain files... We can probe the CDNs first then...

This is somewhat discussed in #9. Implementation wise this seems doable - we can compare a pair of AbCache cahce files by certain keys - In this case [these](https://github.com/mos9527/sssekai/blob/main/sssekai/abcache/__init__.py#L120) should...

Hi, sorry for the wait^^ This has been implemented in https://github.com/mos9527/sssekai/commit/ff6264078bf59f719a530cecd73de3d0df3596dc For some extra context this is how the log looks like with these argumetns ```json { "name": "Python: AbCache...

Thanks again! These should be ready in the next version bump. > I think the `downloadPath` provided in the ABInfo should be used? Is there a reason it's not? JP/EN...

> [@mos9527](https://github.com/mos9527) I believe the ROW urls are starting to change for the AB endpoints; it'll download some things correctly, but others will return a 404. (this is only happening...