mirror of
https://github.com/akashrchandran/syrics.git
synced 2026-04-27 01:55:50 +03:00
[GH-ISSUE #11] Error: 'NoneType' object is not subscriptable #5
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#5
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 @RonOren on GitHub (Sep 13, 2022).
Original GitHub issue: https://github.com/akashrchandran/syrics/issues/11
I tried to run the script and got this error:
Traceback (most recent call last):
File "C:\Users\Ron Oren\syrics\syrics.py", line 31, in
cmd_url = parse_cmd(config, client)
File "C:\Users\Ron Oren\syrics\cli.py", line 29, in parse_cmd
args.URL = client.get_current_song(
TypeError: 'NoneType' object is not subscriptable
PS C:\Users\Ron Oren\syrics>
I did everything right, renamed the config file and got the sp_dc but for some reason I can't even get the script started.
Love to get help on this.
Thanks!
@akashrchandran commented on GitHub (Sep 13, 2022):
Could you please check now, I have made a fix.
@RonOren commented on GitHub (Sep 13, 2022):
Yeah, it's fixed now.
Great tool, thanks!