mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 00:25:49 +03:00
[GH-ISSUE #160] ImportError: cannot import name 'builder' from 'google.protobuf.internal' [BUG] #26
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#26
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 @Prones22 on GitHub (Oct 22, 2022).
Original GitHub issue: https://github.com/kokarare1212/librespot-python/issues/160
Trying to use the "Get Spotify's OAuth token" from Readme.md file but seems to fail.
@kokarare1212 commented on GitHub (Oct 22, 2022):
That seems to be due to the version of protobuf being too old.
Please update protobuf(<4.x.x).
https://stackoverflow.com/a/71984564
@Prones22 commented on GitHub (Dec 17, 2022):
Fixed, thank you!
Do you have an idea how I can use a proxy for the access token process?
@kokarare1212 commented on GitHub (Jan 2, 2023):
The proxy is not yet supported, but there are plans to do so.