kokarare1212/librespot-python

ImportError: cannot import name 'builder' from 'google.protobuf.internal' [BUG]

Opened this issue · 3 comments

Trying to use the "Get Spotify's OAuth token" from Readme.md file but seems to fail.

That seems to be due to the version of protobuf being too old.
Please update protobuf(<4.x.x).
https://stackoverflow.com/a/71984564

That seems to be due to the version of protobuf being too old. Please update protobuf(<4.x.x). https://stackoverflow.com/a/71984564

Fixed, thank you!
Do you have an idea how I can use a proxy for the access token process?

The proxy is not yet supported, but there are plans to do so.