View Single Post
Posts: 51 | Thanked: 46 times | Joined on Mar 2011 @ France
#1005
I am unfortunately experiencing strange behavior I don't know if I am alone to see that but here is what I get :

Yesterday I installed new Qspot version, all playlists loaded fine. I even lauched a song inside a playlist to test everything was ok.

Today, I launch Qspot, playlists load but they all show 0 tracks. I go offline, quit and launch Qspot then go back online : 0 track only playlists
I then log out/in : still 0 track
I removed .qspot on Emmc then launched back Qspot : only one playlist shows up ("Starred tracks"). After reboot, same problem.
apt-get purge qspot didn't solved this, now I only get this only playlist, which is empty.

So I decide to get a log to give you, and I type "/opt/qspot/bin/qspot > qspot.log" and I get this :
SetOfflineMode: false , false
Connection state: 0
No stored credentials..
Display login window..
X Error: BadAccess (attempt to access private resource denied) 10
Extension: 137 (MIT-SHM)
Minor opcode: 1 (X_ShmAttach)
Resource id: 0x44
X Error: BadShmSeg (invalid shared segment parameter) 133
Extension: 137 (MIT-SHM)
Minor opcode: 3 (X_ShmPutImage)
Resource id: 0x4400033
X Error: BadShmSeg (invalid shared segment parameter) 133
Extension: 137 (MIT-SHM)
Minor opcode: 2 (X_ShmDetach)
Resource id: 0x4400033
MESSAGE (log): "17:58:18.695 I [ap:1766] Connecting to AP ap.spotify.com:4070"
Logged in OK..
User loaded OK..
Registering container callbacks..
Container callbacks registered..
MESSAGE (log): "17:58:20.074 I [ap:1224] Connected to AP: 78.31.8.51:4070"
MESSAGE (log): "17:58:20.702 I [offline-mgr:2143] Storage has been cleaned"
Connection state: 4
Connection state: 1
Container loaded callback..
Number of playlists: 72
Restored: 0
Playlist state changed..
QNetworkReplyImpl::_q_startOperation was called more than once
Received response data: "<?xml version="1.0" encoding="utf-8"?>
<lfm status="ok">
<session>
<name>myloginhere</name>
<key>somehexacodeIassumeisrelatedtomypassphrase</key>
<subscriber>0</subscriber>
</session></lfm>
"
Reply to session authentication request
Then I quit Qspot and these lines add up :
MESSAGE (log): "17:58:36.233 I [offline-mgr:2090] 0 files are locked. 0 images are locked"
MESSAGE (log): "17:58:36.234 I [offline-mgr:2116] 0 files unlocked. 0 images unlocked"
Logged out
Connection state: 0
Session deleted
Segmentation fault
DoggPM:~#
At this point, only Starred Playlist shows up. I launch it again from App Menu, then all playlists show up with 0 tracks (please don't hang yourself now )

So here is another log, all playlist load with 0 track in this case :

SetOfflineMode: false , false
Connection state: 0
No stored credentials..
Display login window..
X Error: BadAccess (attempt to access private resource denied) 10
Extension: 137 (MIT-SHM)
Minor opcode: 1 (X_ShmAttach)
Resource id: 0x4a0002f
X Error: BadShmSeg (invalid shared segment parameter) 133
Extension: 137 (MIT-SHM)
Minor opcode: 3 (X_ShmPutImage)
Resource id: 0x4a00038
X Error: BadShmSeg (invalid shared segment parameter) 133
Extension: 137 (MIT-SHM)
Minor opcode: 2 (X_ShmDetach)
Resource id: 0x4a00038
MESSAGE (log): "18:03:44.344 I [ap:1766] Connecting to AP ap.spotify.com:4070"
Logged in OK..
User loaded OK..
Registering container callbacks..
Container callbacks registered..
MESSAGE (log): "18:03:44.498 I [offline-mgr:2143] Storage has been cleaned"
MESSAGE (log): "18:03:44.520 I [ap:1224] Connected to AP: 78.31.8.15:4070"
Connection state: 4
Connection state: 1
Playlist state changed..
Container loaded callback..
Number of playlists: 72
Restored: 0
QNetworkReplyImpl::_q_startOperation was called more than once
Received response data: "<?xml version="1.0" encoding="utf-8"?>
<lfm status="ok">
<session>
<name>myloginhereagain</name>
<key>exactsamekeyasabove</key>
<subscriber>0</subscriber>
</session></lfm>
"
Reply to session authentication request
################## VLAD COMMENT : NOW I QUIT QSPOT, AND THE FOLLOWING HAPPENS
MESSAGE (log): "18:04:56.089 I [offline-mgr:2090] 0 files are locked. 0 images are locked"
MESSAGE (log): "18:04:56.090 I [offline-mgr:2116] 0 files unlocked. 0 images unlocked"
Logged out
Connection state: 0
Session deleted
Segmentation fault
I wish you good luck

Vlad