podlove-publisher icon indicating copy to clipboard operation
podlove-publisher copied to clipboard

Auphonic: episode image not reliably sent when creating production

Open eteubert opened this issue 4 years ago • 0 comments

Because the auphonic data sent to the production comes from the #auphonic element, it's only complete if the page is refreshed after all data is set. When you create an episode, key in all data and then start the Auphonic production, not all data is present on the #auphonic element.

You can check what data would be sent using the JS console: jQuery("#auphonic").data('episode-image').

Recommended fix: replace #auphonic data holder with an API call.

eteubert avatar Nov 28 '20 12:11 eteubert