-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault when logging into Google on Fedora #3
Comments
Can you get a core dump? See http://jodal.no/post/5779178001/log-from-the-debugging-of-a-segfault/ for how to get one. Also, if you run |
I was reading jodal/pyspotify#150 and you may have run into this. Can you copy spotify_appkey.key (so we can send it to them if it actually is the problem), uninstall pyportify ( |
Yep, that's the problem, it's the Problem is I can't login with spotify creds now, and that's most likely because I don't have premium anymore. Weirdest part of it all, the appkey is actually identical when diffing them:
|
Getting the same error, what was the solution again? I tried removing spotify_appkey.key and uninstalling and reinstalling pyportify to no avail |
I installed on Fedora using these instructions:
sudo rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(grep -o [0-9]* /etc/fedora-release).noarch.rpm sudo yum update sudo yum -y install python-pip python-devel libffi-devel libspotify-devel sudo pip install pyportify
But that was short-lived, I get segfaults when trying to login to my Google account. I can't get much info from it since I can't get debuginfo for libspotify but it seems to be the culprit:
I thought that maybe the libspotify provided by rpmfusion non-free is out of date/different then the one from the spotify site.
$ rpm -qa | grep libspotify libspotify-12.1.51-4.fc21.x86_64 libspotify-devel-12.1.51-4.fc21.x86_64
So I grabbed the libspotify from here: https://developer.spotify.com/download/libspotify/libspotify-12.1.51-Linux-x86_64-release.tar.gz and made sure that we were loading the correct library and I still get a segfault.
I thought maybe the issue was 2-Factor Auth on Google but I setup an auth password and still encountered the segfault.
I'm not too good at troubleshooting python but will be happy to help.
The text was updated successfully, but these errors were encountered: