Notices


Reply
Thread Tools
Posts: 564 | Thanked: 693 times | Joined on Apr 2010
#971
Originally Posted by Raimu View Post
Ouch. How crazy or plausible would it be to build it statically? Or do something strange via renaming things?
I guess it could be possible to bypass it somehow. The library is only provided in binary form (shared library) so static linking against it is not possible. Any suggestions / solutions are welcome..
 
Raimu's Avatar
Posts: 139 | Thanked: 181 times | Joined on Nov 2011 @ Oulu, Finland
#972
I asked about it on #maemo, and this was suggested:

<DocScrutinizer51> well, generally libs either are ABI compatible, or have distinct names
<DocScrutinizer51> if somebody messed things up there [referring to glibc 2.7 requirement], you can start your stuff with "LD_LIBRARY_PATH=./here/my/glib-version/<spotify-app>"
< DocScrutinizer51> man ld-linux
< MohammadAG> LD_LIBRARY_PATH is the way to go
< MohammadAG> assuming glibc 2.7 compiles
< DocScrutinizer51> you could try and just create a symlink
< DocScrutinizer51> back to whatever version glibc you got
 

The Following User Says Thank You to Raimu For This Useful Post:
Posts: 564 | Thanked: 693 times | Joined on Apr 2010
#973
Originally Posted by Raimu View Post
I asked about it on #maemo, and this was suggested:
Thanks a lot for this, very much appreciated! Will look into it.
 
Posts: 23 | Thanked: 5 times | Joined on Mar 2010 @ TX, USA
#974
*** EDIT****
It's working now, I think that creating a first playlist on Windows and then giving it some time fixed it. Thanks for making this application for us!
***/EDIT***
Not sure what the status should be but I've been unable to use QSpot.

Installed from repos, probably testing version.

Attached screenshot is as far as the GUI has ever taken me. It has never shown anything else. Until recently I had only ever used the account from N900, now I've tried from Windows client to create a playlist, no change on Maemo. The account is a premium trial.

Code:
 $ /opt/qspot/bin/qspot                   
> set_stream 'QSpot'
SetOfflineMode:  false , false 
Connection state:  0 
MESSAGE (log):   "21:35:09.637 I [ap:1766] Connecting to AP ap.spotify.com:4070" 
Logged in OK.. 
User loaded OK.. 
Registering container callbacks.. 
Container callbacks registered.. 
Connection state:  4 
MESSAGE (log):   "21:35:10.256 I [offline-mgr:2143] Storage has been cleaned" 
MESSAGE (log):   "21:35:11.289 I [ap:1224] Connected to AP: 193.182.8.36:4070" 
Connection state:  1 
Playlist state changed.. 
IAP last_used_type does not have "type" or "name" fields defined, skipping this IAP.
IAP last_used_attrs does not have "type" or "name" fields defined, skipping this IAP.
IAP last_used_network does not have "type" or "name" fields defined, skipping this IAP.
Dev removed 
MESSAGE (log):   "21:37:38.694 E [ap:4097] Connection error:  114" 
MESSAGE (log):   "21:37:38.808 I [ap:1766] Connecting to AP ap.spotify.com:4070" 
MESSAGE (log):   "21:37:39.095 E [ap:1704] AP Socket Error: Connection refused (111)" 
MESSAGE (log):   "21:37:39.096 E [ap:4097] Connection error:  101" 
MESSAGE (log):   "21:37:39.096 I [ap:1766] Connecting to AP ap.spotify.com:4070" 
MESSAGE (log):   "21:37:39.101 E [ap:1704] AP Socket Error: Connection refused (111)" 
MESSAGE (log):   "21:37:39.102 E [ap:4097] Connection error:  101" 
MESSAGE (log):   "21:37:39.163 I [ap:1766] Connecting to AP ap.spotify.com:443" 
MESSAGE (log):   "21:37:39.235 I [ap:1224] Connected to AP: 193.182.8.11:443" 
MESSAGE (log):   "21:37:40.681 I [offline-mgr:2090] 0 files are locked. 0 images are locked" 
MESSAGE (log):   "21:37:40.682 I [offline-mgr:2116] 0 files unlocked. 0 images unlocked"

Last edited by ug2215; 2012-06-15 at 01:04.
 

The Following User Says Thank You to ug2215 For This Useful Post:
Posts: 159 | Thanked: 88 times | Joined on Feb 2010
#975
I'm having a problem ever since adding a new playlist. It just gets stuck loading playlists. I've since deleted the playlist and some others but the problem is still the same...

Here's my terminal output

~ $ /opt/qspot/bin/qspot
> set_stream 'QSpot'
SetOfflineMode: false , false
Connection state: 0
MESSAGE (log): "22:30:36.612 I [ap:1766] Connecting to AP ap.spotify.com:4070"
Logged in OK..
User loaded OK..
Registering container callbacks..
Container callbacks registered..
Connection state: 4
MESSAGE (log): "22:30:36.847 I [ap:1224] Connected to AP: 78.31.8.18:4070"
MESSAGE (log): "22:30:37.466 I [offline-mgr:2143] Storage has been cleaned"
Connection state: 1
Playlist state changed..
__________________
USB, Charging Problems, Nokia not helping? Read my story:
1, 2, 3, 4, 5, 6, 7
The finale and a summary
 
Posts: 564 | Thanked: 693 times | Joined on Apr 2010
#976
Originally Posted by Wichall View Post
I'm having a problem ever since adding a new playlist. It just gets stuck loading playlists. I've since deleted the playlist and some others but the problem is still the same...

Here's my terminal output

~ $ /opt/qspot/bin/qspot
> set_stream 'QSpot'
SetOfflineMode: false , false
Connection state: 0
MESSAGE (log): "22:30:36.612 I [ap:1766] Connecting to AP ap.spotify.com:4070"
Logged in OK..
User loaded OK..
Registering container callbacks..
Container callbacks registered..
Connection state: 4
MESSAGE (log): "22:30:36.847 I [ap:1224] Connected to AP: 78.31.8.18:4070"
MESSAGE (log): "22:30:37.466 I [offline-mgr:2143] Storage has been cleaned"
Connection state: 1
Playlist state changed..
Seems strange; accroding to the logs you are connected normally against the Spotify service (online), so you should be able to retrieve the playlists. Have you tried to delete the application cache in /home/user/MyDocs/.qspot (and subdirs)?
 

The Following User Says Thank You to aenbacka For This Useful Post:
Posts: 159 | Thanked: 88 times | Joined on Feb 2010
#977
yep and also tried deleting the entire spot directory...
__________________
USB, Charging Problems, Nokia not helping? Read my story:
1, 2, 3, 4, 5, 6, 7
The finale and a summary
 

The Following User Says Thank You to Wichall For This Useful Post:
Posts: 564 | Thanked: 693 times | Joined on Apr 2010
#978
Originally Posted by Wichall View Post
yep and also tried deleting the entire spot directory...
I think it could be the Starred playlist that of some reason is causing problems (the playlist state changed log message refers to the starred playlist); somehow the other playlists are not loaded successfully from the Spotify backend. Have you made some changes to the Starred playlist that possible could explain this?

QSpot is stucked at loading playlists due to it having received info that some particular number of playlists need to be loaded, but the playlist metadata is not received from Spotify of some reason.
 
Dave999's Avatar
Posts: 7,074 | Thanked: 9,069 times | Joined on Oct 2009 @ Moon! It's not the East or the West side... it's the Dark Side
#979
Hoollooo. Nice to see you still moving on with Qspot. Do you have any plans to try to interact with different moments.

if you shake the phone shuffle the tracks in the list and so forth?

not so useful but still funny
__________________
Do something for the climate today! Anything!

I don't trust poeple without a Nokia n900...
 

The Following User Says Thank You to Dave999 For This Useful Post:
Posts: 159 | Thanked: 88 times | Joined on Feb 2010
#980
Originally Posted by aenbacka View Post
I think it could be the Starred playlist that of some reason is causing problems (the playlist state changed log message refers to the starred playlist); somehow the other playlists are not loaded successfully from the Spotify backend. Have you made some changes to the Starred playlist that possible could explain this?

QSpot is stucked at loading playlists due to it having received info that some particular number of playlists need to be loaded, but the playlist metadata is not received from Spotify of some reason.

no i don't use starred, although i just tried adding a track then removing it to no effect...

Just tried removing two playlists on my desktop whilst qspot was open and got this output, but still no progress beyond loading playlists...

Code:
~ $ /opt/qspot/bin/qspot
> set_stream 'QSpot'
SetOfflineMode:  false , false 
Connection state:  0 
MESSAGE (log):   "11:04:57.115 I [ap:1766] Connecting to AP ap.spotify.com:4070" 
Logged in OK.. 
User loaded OK.. 
Registering container callbacks.. 
Container callbacks registered.. 
Connection state:  4 
MESSAGE (log):   "11:04:57.565 I [offline-mgr:2143] Storage has been cleaned" 
MESSAGE (log):   "11:04:57.683 I [ap:1224] Connected to AP: 78.31.8.80:4070" 
Connection state:  1 
Playlist state changed.. 
A playlist was removed 
A playlist was removed 
MESSAGE (log):   "11:05:35.145 I [offline-mgr:2090] 0 files are locked. 0 images are locked" 
MESSAGE (log):   "11:05:35.145 I [offline-mgr:2116] 0 files unlocked. 0 images unlocked" 
Logged out 
Connection state:  0 
Session deleted
__________________
USB, Charging Problems, Nokia not helping? Read my story:
1, 2, 3, 4, 5, 6, 7
The finale and a summary
 
Reply

Tags
premium account, spotify

Thread Tools

 
Forum Jump


All times are GMT. The time now is 05:09.