spotify Questions

1

I know there are already questions similar to this but all of the answers are mostly "Oh I forgot to put the slash at the end" But this is absolutely driving me crazy. Im trying to get an access to...
Creese asked 5/5, 2018 at 16:3

3

I am currently working on an android app which is implementing the Spotify API. I have all of the code connecting my app to spotify using the tutorial and have been working on my app for sometime n...
Ribaudo asked 20/1, 2016 at 18:55

3

Solved

Essentially what I'd like to do is play an entire album via AppleScript. Right now, you can use their special URIs to load the album, but not play it. You can also play a specific track, but once t...
Getraer asked 17/1, 2012 at 20:50

3

Kafka works fine in the docker container. I can use docker exec -it [container name] [kafkascript] and successfully create topics, produce/consume messages, but when I try from outside of the docke...
Sennit asked 18/9, 2016 at 15:53

2

I am trying to add(move forward) 10 second song duration or minus(move backward) 10 second in Spotify player but i am really confused how to add or minus. When i m trying to use this code the song...
Sakovich asked 27/3, 2019 at 11:58

2

Solved

I am building a dockerized REST API app with the following structure: ../ web/ nginx/ dev.conf Dockerfile-dev client/ build/ conf/ Dockerfile-dev node_modules/ package_json public/ s...
Gristmill asked 14/3, 2019 at 15:16

3

I am creating an streaming app and want to use the Spotify iOS SDK for the streaming purpose. But, the services of Spotify are not available in India. I have the Spotify premium account (based in U...
Saire asked 28/5, 2015 at 7:35

2

Solved

I am getting some SSL Errors (which are causing my project to stop/hang with no crash as I have a DispatchGroup waiting for the request), which I don't know how they are caused, what they are, or w...
Ribwort asked 18/8, 2018 at 20:44

1

Solved

Trying to check for none 200 Response in the current_track() function. What could be a problem? It throwing JSONDecodeError error. But if I understood raise_for_ status correctly it should have pre...
Byrn asked 14/12, 2018 at 18:12

1

My question is: is possible using two or more scopes in the same time with WebAPI Spotify (in particular Spotipy)? For example to use the scopes 'user-modify-playback-state' and 'user-library-read'...
Killian asked 15/11, 2018 at 16:41

1

I'm trying to use the Spotipy library to pull user tracks and make a playlist. Each function works individually (getTracks, makePlaylist); however, they require different scopes. def generate_tok...
Lymph asked 9/11, 2018 at 0:40

2

I have an application that allow users to stream songs from spotify. So to achieve that I need to renew session from time to time whenever users want to stream song from spotify. I'm using latest s...
Illtimed asked 12/7, 2015 at 4:18

0

I'm trying to use field filtering to pick out specific nested fields, and it seems to me like I'm hitting a limit for nesting. Here's the filter I'm using: items(date_added, track(name, album(artis...
Blakey asked 9/7, 2018 at 17:45

2

Solved

I am attempting to install dnf on my CENTOS 7 machine. Using this as my guideline I ran the first two commands of sudo yum install epel-release sudo yum install dnf and that successfully works....
N asked 2/12, 2016 at 16:42

1

I am developing a program that will email me when new music from my artists on Spotify. It does this by getting the number of albums every artist has when the script is run and comparing the result...
Entreaty asked 5/4, 2018 at 2:12

0

I refer this tutorial spotify web playback example, I can get access_token, device_id have have track id already. When I test it on localhost, it works well. But when I deploy to my Ubuntu server (...
Showmanship asked 9/3, 2018 at 2:5

1

Solved

I need to know when the user changes the song that is "currently playing". Currently, I'm using https://api.spotify.com/v1/me/player/currently-playing to get the information about the song that is...
Gasconade asked 13/2, 2018 at 6:15

1

I'm using Angular 5 HttpClient and I'm trying to get an HTML response from a page that provides both json data and HTML. (Spotify auth). When I curl, I get the expected HTML and the json payload. ...
Suite asked 8/2, 2018 at 21:51

3

Solved

What is the correct python syntax for searching by artist with Spotify's API? Maybe I'm missing something obvious (been staring at this for way too long) Per documentation, header 'authorization'...
Schizogony asked 5/9, 2017 at 7:20

1

Solved

Spotify has a new feature in beta supporting full song playback in browser, Web Playback SDK. The documentation shows an example of immediately initializing a player using script tags in the main H...
Soak asked 4/12, 2017 at 17:5

1

I am trying to avoid popup grant permission for user every time session expired in Spotify for SDK. Pop comes up after one hour maybe a popup appear to grant permission again to user so he can pla...
Formant asked 10/9, 2017 at 10:47

4

How to get data such as that is music playing, tilte, artist from the app (Windows/Mac). There is a option with using Web API but I tested Musixmatch app and it works even when I am offline so conn...
Borehole asked 10/9, 2017 at 16:28

0

I am trying to play a song with the Spotify API, I have spotify permium but when I try to run the code below I get the error Optional(Error Domain=com.spotify.ios-sdk.playback Code=1 "The operation...
Iodoform asked 7/9, 2017 at 18:29

1

Solved

Accessing the MPMusicPlayerController.systemMusicPlayer() (code below) works for getting track info for what's playing in the Apple Music app, but is there a way we can access information of the cu...
Toplevel asked 5/3, 2017 at 19:35

3

Solved

I am trying to build a docker image using the docker-maven-plugin (provided by spotify: https://github.com/spotify/docker-maven-plugin) but things aren't really working out. At first I got this exc...
Aurlie asked 15/1, 2016 at 16:19

© 2022 - 2024 — McMap. All rights reserved.