#Not able to load spotify playlist

1 messages · Page 1 of 1 (latest)

rotund vale
#

Yeah so the play command won't play the spotify playlist, and the playlist create command also won't load up the spotify playlist.
It says "Not able to find the provided Spotify entity, is it private?"
The playlist is public

warped wren
#

are you self-hosting or using vocard bot?

rotund vale
#

Im self hosting

warped wren
#

would you mind send your playlist link over here?

rotund vale
#

It works in the vocard bot

warped wren
#

make sure your spotify_client token and sercet token are valid

rotund vale
#

Lemme check that again, pretty sure they were correct

#

yeah mb I put the client id as secret and secret as id

warped wren
rotund vale
#
  File "E:\bots\Vocard\web\webapp.py", line 215, in <module>
    socketio.run(app, host="0.0.0.0", port=PORT, allow_unsafe_werkzeug=True)
  File "c:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\flask_socketio\__init__.py", line 719, in run
    self.wsgi_server.serve_forever()
  File "c:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent\baseserver.py", line 398, in serve_forever
    self.start()
  File "c:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent\baseserver.py", line 336, in start
    self.init_socket()
  File "c:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent\pywsgi.py", line 1668, in init_socket
    StreamServer.init_socket(self)
  File "c:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent\server.py", line 173, in init_socket
    self.socket = self.get_listener(self.address, self.backlog, self.family)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "c:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent\server.py", line 185, in get_listener
    return _tcp_listener(address, backlog=backlog, reuse_addr=cls.reuse_addr, family=family)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "c:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent\server.py", line 264, in _tcp_listener
    sock.bind(address)
  File "c:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent\_socketcommon.py", line 547, in bind
    return self._sock.bind(address)
           ^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'str' object cannot be interpreted as an integer
DEFAULT is connected!```

Sometimes I get this in console
#

pretty sure I did something wwrong somewhere

warped wren
#

🤔

#

Did you change the IPC server port from an integer to a string?

#
"ipc_server": {
    "host": "127.0.0.1",
    "port": 8000,
    "enable": false
},
rotund vale
#

no its an integer

warped wren
rotund vale
#

possibly, but I'll fix it myself 🙂

warped wren
#

yea just make sure the port should be int instead of string

rotund vale
#

yeah thx abt that spotify issue

warped wren
#

nekocatokay no problem