mirror of
https://github.com/akashrchandran/syrics.git
synced 2026-04-27 01:55:50 +03:00
[GH-ISSUE #24] Error at Passing Folder path with music files #65
Labels
No labels
bug
documentation
easy to add
enhancement
enhancement
good first issue
hacktoberfest
hacktoberfest
priority: medium
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/syrics#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dhakkann on GitHub (Nov 2, 2022).
Original GitHub issue: https://github.com/akashrchandran/syrics/issues/24
60%|███████████████████▏ | 87/145 [00:51<00:34, 1.68it/s]

Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/syrics", line 8, in
sys.exit(main())
^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/syrics/core.py", line 164, in main
unable = fetch_files(link)
^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/syrics/core.py", line 135, in fetch_files
save_lyrics(format_lrc(lyrics_json), path=file_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/syrics/core.py", line 58, in format_lrc
if (lyrics_json['lyrics']['syncType'] == 'UNSYNCED' and not config['force_synced']) or not config['synced_lyrics']:
~~~~~~^^^^^^^^^^^^^^^^
KeyError: 'force_synced'
@akashrchandran commented on GitHub (Nov 4, 2022):
Please try now, you will need to update the program.
@dhakkann commented on GitHub (Nov 6, 2022):
Thanks
Works Well now