You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: