How do i resolve a Error 701: Unable to load?

I would like to know what is the problem in these blocks since when I want to reproduce the .mp3 file I get the message: error 701.

Try setting the source in the afterPicking event, this will probably give the player enough time to catch up before you press the Play button.

You do not need to set the source again for your Pause button

1 Like

2 Likes

It still does not work.

Yes, there is currently a bug with spaces in file names.
Try this (because the Player component can also play from URIs):

3 Likes

for the player component you have to replace spaces by %20...
see also the jukebox example https://puravidaapps.com/file.php

Taifun

2 Likes

Gracias por la ayuda, ahora ya reproduce los archivos.