<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Web API 500 Internal Error when calling v1/me/player/play (inconsistently) in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-500-Internal-Error-when-calling-v1-me-player-play/m-p/4972633#M377</link>
    <description>&lt;P&gt;Hey there, help's here!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reaching out on the Spotify Community. I can see from the Github issue that Spotify is looking into this. I'll give the right folks a nudge about this. I recommend keeping an eye on the issue on Github for updates (&lt;A href="https://github.com/spotify/web-api/issues/1040" target="_blank"&gt;https://github.com/spotify/web-api/issues/1040&lt;/A&gt;). Let me know if you have any questions!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;Hubo&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jun 2020 12:18:23 GMT</pubDate>
    <dc:creator>Hubo</dc:creator>
    <dc:date>2020-06-08T12:18:23Z</dc:date>
    <item>
      <title>Web API 500 Internal Error when calling v1/me/player/play (inconsistently)</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-500-Internal-Error-when-calling-v1-me-player-play/m-p/4963957#M287</link>
      <description>&lt;P&gt;Premium account: This endpoint works fine 75% of the time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other 25% of the time an internal error is returned and the request fails. Are developers working to solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the repository there are similar issues regarding this. The earliest was from 2017 with no resolution:&amp;nbsp;&lt;A href="https://github.com/spotify/web-api/issues/1040" target="_blank" rel="noopener"&gt;https://github.com/spotify/web-api/issues/1040&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 22:46:55 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-500-Internal-Error-when-calling-v1-me-player-play/m-p/4963957#M287</guid>
      <dc:creator>spottyottiedopa</dc:creator>
      <dc:date>2020-05-26T22:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Web API 500 Internal Error when calling v1/me/player/play (inconsistently)</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-500-Internal-Error-when-calling-v1-me-player-play/m-p/4963959#M288</link>
      <description>&lt;P&gt;I want to say everything was working fine until recently. We had this issue about a month ago and resolved it by sending&amp;nbsp;"offset"&lt;SPAN class="s1"&gt;: [&lt;/SPAN&gt;"position"&lt;SPAN class="s1"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;0&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;] in the body. Now the problem is back and there is no remedy from my end.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 22:53:04 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-500-Internal-Error-when-calling-v1-me-player-play/m-p/4963959#M288</guid>
      <dc:creator>spottyottiedopa</dc:creator>
      <dc:date>2020-05-26T22:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Web API 500 Internal Error when calling v1/me/player/play (inconsistently)</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-500-Internal-Error-when-calling-v1-me-player-play/m-p/4963961#M289</link>
      <description>&lt;P&gt;This is all the code involved, written in Swift.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;let url = URL(string: "https://api.spotify.com/v1/me/player/play")!
var request = URLRequest(url: url)
request.setValue("Bearer \(token!)", forHTTPHeaderField: "Authorization")
request.httpMethod = "PUT"
request.httpBody = try? JSONSerialization.data(withJSONObject: [
    "uris": uriArray,
    "position_ms": position,
    "offset": ["position": 0]
])
request.setValue("application/json; charset=utf-8", forHTTPHeaderField: "Content-Type")&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 26 May 2020 22:55:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-500-Internal-Error-when-calling-v1-me-player-play/m-p/4963961#M289</guid>
      <dc:creator>spottyottiedopa</dc:creator>
      <dc:date>2020-05-26T22:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Web API 500 Internal Error when calling v1/me/player/play (inconsistently)</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-500-Internal-Error-when-calling-v1-me-player-play/m-p/4972633#M377</link>
      <description>&lt;P&gt;Hey there, help's here!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reaching out on the Spotify Community. I can see from the Github issue that Spotify is looking into this. I'll give the right folks a nudge about this. I recommend keeping an eye on the issue on Github for updates (&lt;A href="https://github.com/spotify/web-api/issues/1040" target="_blank"&gt;https://github.com/spotify/web-api/issues/1040&lt;/A&gt;). Let me know if you have any questions!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;Hubo&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 12:18:23 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-API-500-Internal-Error-when-calling-v1-me-player-play/m-p/4972633#M377</guid>
      <dc:creator>Hubo</dc:creator>
      <dc:date>2020-06-08T12:18:23Z</dc:date>
    </item>
  </channel>
</rss>

