#Not able to load spotify playlist
1 messages · Page 1 of 1 (latest)
are you self-hosting or using vocard bot?
Im self hosting
would you mind send your playlist link over here?
make sure your spotify_client token and sercet token are valid
Lemme check that again, pretty sure they were correct
yeah mb I put the client id as secret and secret as id


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
🤔
Did you change the IPC server port from an integer to a string?
"ipc_server": {
"host": "127.0.0.1",
"port": 8000,
"enable": false
},
no its an integer
possibly, but I'll fix it myself 🙂
yea just make sure the port should be int instead of string
yeah thx abt that spotify issue
no problem