podigee / podigee-podcast-player

Podcast Web Player
https://www.podigee.com/en/podcast-player
MIT License
207 stars 41 forks source link

Player not loading with remote config #98

Open clawfire opened 3 years ago

clawfire commented 3 years ago

I try to use the player with this remote config file using this code:

<script class="podigee-podcast-player" src="https://cdn.podigee.com/podcast-player/javascripts/podigee-podcast-player.js" data-configuration="https://djsanchez.eu/podcast-config.json"></script>

And I got nothing but a loader. Any idea? I tested it with or without an ad blocker, locally (127.0.0.1) or put it on a server. Same behavior without error in the console.

sameaukheautaiquine commented 3 years ago

I have the same problems.

sameaukheautaiquine commented 3 years ago

The player has always worked on my site, but now it doesn't work. https://waluiki.ru/docs/topography/romashovka/

marcelgo commented 3 years ago

@sameaukheautaiquine thanks for reporting. A fix has been deployed and your players are working again. But I think it's not related to the issue reported by @clawfire.

@clawfire Are you still working on this? Right now when I check your example I get a CORS error. This might be caused by the fact that we had to switch the cdn domain. Can you switch access-control-allow-origin to https://player.podigee-cdn.net? Is there still an issue after doing so?