Rafael Vargas

Results 11 comments of Rafael Vargas

Motivated by your request i verified how hard is to create a Deezer link module in discord bots, turned out that it's pretty simple, i added the Deezer links to...

> If I didn't forget something, I just used this decorator and added await before search_youtube Well, i tried to do that, the main problem in that it's not that...

Did you use pip install requirements.txt command in terminal to install all project dependencies?

_The [create_task](https://docs.python.org/3/library/asyncio-task.html#asyncio.create_task) top-level function was added in Python 3.7._ Could you verify what is the version of your python? Type ```python3 --version``` or ```python --version``` in terminal and tell us...

If you cant remove this package you can change the folder name `config` to anything else and then replace `from config import config` to `from anything import config` where anything...

What happen if you type : - pip install PyNaCl

I think it's some kind of bug with so many packages installed by pip, you can try to create an environment for your bot code and install only the necessary...

Can you give us an example of an url that presents this problem?

I tried this link and the player started playing successfully. Can you show us a print screen with the error you are getting?

Sorry for the last comment, I tried with the wrong code. I got your error, you did a nicejob identifying the colon pattern, this makes the solution very trivial. I...