Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start display.py #2

Closed
MC-dusk opened this issue Apr 24, 2022 · 4 comments
Closed

Can't start display.py #2

MC-dusk opened this issue Apr 24, 2022 · 4 comments

Comments

@MC-dusk
Copy link

MC-dusk commented Apr 24, 2022

Can't start display.py.

input python displayer.py in cmd and then it shows:

 * Restarting with windowsapi reloader
 * Debugger is active!
'ioreg' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
 * Debugger PIN: 521-624-375

I have installed requirements.txt, so what should I do?

@xmcp
Copy link
Owner

xmcp commented Apr 24, 2022

The code base does not contain "ioreg" so it should be some issues in your environment.

@xmcp xmcp closed this as completed Apr 24, 2022
@MC-dusk
Copy link
Author

MC-dusk commented Apr 30, 2022

ioreg isn't in this script. It may be related to socket module I guess.

Actually I just want to download lrc from qrc. So is there anyway to avoid using local webpage, just use these python scripts to get eslyric precise format lyrics?

For example, I have modified qrcd.py to get lyrics directly. But the file format can't be recognized by eslyric plugin of foobar2000.

Thank you all the same.

@xmcp
Copy link
Owner

xmcp commented Apr 30, 2022

It should be possible to reuse some code in the down_lyric_orig endpoint in displayer.py.

If this format is not recognized by eslyrics, you may need to slightly tweak its format.

@MC-dusk
Copy link
Author

MC-dusk commented Apr 30, 2022

It should be possible to reuse some code in the down_lyric_orig endpoint in displayer.py.

If this format is not recognized by eslyrics, you may need to slightly tweak its format.

OK, I'll try it. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants