Results 38 comments of Chenghao Mou

Thanks for the suggestion. Do you have an example where it failed so that I can test it?

For the two songs you shared, it found the lyrics fine without any change. Please let me know if I am missing something. ![CleanShot 2023-03-21 at 19 04 43](https://user-images.githubusercontent.com/32014649/226783182-b3672384-6c38-43cf-82b9-69ef8df76d7e.png) ![CleanShot...

谢谢提供的详细信息。 第一个例子的问题已经通过新版本解决,主要原因是歌词的时间位数多了一位。 - 例3的原因是歌词来源网站没有/不提供相应的数据:在网易云搜索 最偉大的作品 不会在歌曲中返回那首歌 https://music.163.com/#/search/m/?id=1962165898&s=%E6%9C%80%E5%81%89%E5%A4%A7%E7%9A%84%E4%BD%9C%E5%93%81&type=1 - 例4是由于网站提供的数据是中文(藤井風),暂时无法智能匹配英文名(Fujii Kaze)。 - 例2是由于歌手信息最匹配(Nujabes)的是 https://music.163.com/song?id=1332676771, 但是有歌词信息的歌手(Nujabes/Shing02)不是最佳匹配 https://music.163.com/#/song?id=39324827 暂时无法智能解决。 可以通过 ``` pip install --upgrade touchbar-lyric rm -rf ~/.cache/00{0,1,2,3,4,5,6,7,8,9} ``` 安装最新的版本

Thank you for reporting this! The bug should be fixed in `0.8.1` and you can upgrade to the new version by running this command in your Terminal: ``` pip install...

This seems like a system issue. I was able to find these relevant results: 1. https://stackoverflow.com/questions/42098126/mac-osx-python-ssl-sslerror-ssl-certificate-verify-failed-certificate-verify 2. https://github.com/python-poetry/poetry/issues/449#issuecomment-423731811 Let me know if it helps.

Thanks for raising the issue. I wasn't able to fix the connection issue with the same song. However, I was able to add a few tricks to smooth the experience...

The API only offers a subset of list so far. e.g. It does not include uncategorized ones. Fortunately, the site itself does not prevent any bots at all at this...

@cdransf Here is the workflow working on my fork: [run](https://github.com/ChenghaoMou/ai.robots.txt/actions/runs/10270721736/job/28419089555). [code](https://github.com/ChenghaoMou/ai.robots.txt/blob/main/code/dark_visitors.py) Based on the documentation, the API/token offered still does not include all the information rn. > Agent types include...