Skip to content
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

Play queue frozen after coming out of a sleep state. #13

Open
sbryant opened this issue Jun 19, 2012 · 1 comment
Open

Play queue frozen after coming out of a sleep state. #13

sbryant opened this issue Jun 19, 2012 · 1 comment

Comments

@sbryant
Copy link

sbryant commented Jun 19, 2012

After the computer has been woken up, play doesn't update the queue.
The only solution so far has been to quit and restart play.

@rick
Copy link

rick commented Jun 29, 2012

I see similar behavior -- at least it's sleep-related I believe. When I come back in it will sync up with the playlist, but no actions work (playing, downloading). In the Console I see the following log info:

6/29/12 3:52:45.004 PM Play: error: Error Domain=com.alamofire.networking.error Code=-1016 "Expected content type {(
"text/javascript",
"application/json",
"text/json"
)}, got text/html" UserInfo=0x7fbdfa3382a0 {NSLocalizedDescription=Expected content type {(
"text/javascript",
"application/json",
"text/json"
)}, got text/html, NSErrorFailingURLKey=http://play.githubapp.com/streaming_info}
6/29/12 3:52:46.908 PM Play: error: Error Domain=com.alamofire.networking.error Code=-1016 "Expected content type {(
"text/javascript",
"application/json",
"text/json"
)}, got text/html" UserInfo=0x7fbdfa24d480 {NSLocalizedDescription=Expected content type {(
"text/javascript",
"application/json",
"text/json"
)}, got text/html, NSErrorFailingURLKey=http://play.githubapp.com/streaming_info}
6/29/12 3:52:50.722 PM Play: destroying pusherClient to be ready to create a new one
6/29/12 3:52:50.722 PM Play: subscribing to channels
6/29/12 3:52:51.125 PM Play: connectionDidConnect
6/29/12 3:52:51.208 PM Play: did subscribe to channel: now_playing_updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants