Not accepting user/pass combo
Opened this issue · 1 comments
alexfornuto commented
I hate to make this issue, because I know how it looks...
$ ./build_and_run -fv
Running CMake to regenerate build system...
-- Checking for module 'libnotify'
-- No package 'libnotify' found
-- Checking for module 'sox'
-- No package 'sox' found
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/alex/repos/spop/build
[ 39%] Built target spopd
[ 46%] Built target spop_plugin_awesome
[ 78%] Built target spop_plugin_mpris2
[ 85%] Built target spop_plugin_scrobble
[ 92%] Built target spop_audio_ao
[100%] Built target spop_plugin_savestate
spop Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Thomas Jost and the spop contributors
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
See the COPYING file bundled with this program for details.
Powered by SPOTIFY(R) CORE
2016-08-25 17:42:27 [SPTF] 21:42:27.418 I [offline_authorizer.cpp:297] Unable to login offline: no such user
2016-08-25 17:42:27 [INFO] Listening on ::1: 6602
2016-08-25 17:42:27 [INFO] Listening on 127.0.0.1: 6602
2016-08-25 17:42:27 [SPTF] 21:42:27.425 I [ap:1752] Connecting to AP ap.spotify.com:4070
2016-08-25 17:42:27 [SPTF] 21:42:27.455 I [ap:1226] Connected to AP: 23.92.108.100:4070
2016-08-25 17:42:27 [SPTF] 21:42:27.692 E [ap:3915] Connection error: 410
2016-08-25 17:42:27 [WARN] Login failed: Bad username and/or password
2016-08-25 17:42:27 [ERR ] Could not get the playlist container.
Trace/BPT trap: 5
I can confirm that I have ~/.config/spop/spopd.conf
and that I have modified spotify_username
& spotify_password
to the correct values, which I tested.
Does spop have an upper limit to password length it can accept?
alexfornuto commented
P.S. In order to build on OS X I needed a few extra packages, which might be worth mentioning.
brew install cmake
brew install json-glib
brew install gettext
brew link gettext