mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #763] Browser json not working #487
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#487
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 @OcheOps on GitHub (Apr 14, 2025).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/763
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Additional context
Add any other context about the problem here, such as a code sample.
oche@fedora:~$ ytmusicapi browser
Creating browser.json with your authentication credentials...
Please paste the request headers from Firefox and press Ctrl-D to continue:
^CTraceback (most recent call last):
File "/usr/bin/ytmusicapi", line 8, in
sys.exit(main())
~~~~^^
File "/usr/lib/python3.13/site-packages/ytmusicapi/setup.py", line 62, in main
return setup(filename)
File "/usr/lib/python3.13/site-packages/ytmusicapi/setup.py", line 22, in setup
return setup_browser(filepath, headers_raw)
File "/usr/lib/python3.13/site-packages/ytmusicapi/auth/browser.py", line 23, in setup_browser
line = input()
KeyboardInterrupt
@sigma67 commented on GitHub (Apr 15, 2025):
Please fill out the issue template fully or I have to close this due to lacking detail