-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rss-feed and podlove webplayer won´t run #594
Comments
|
update: after disabling tracking feature, the webplayer runs again. the rss-feed is still not functional... |
|
Feed looks good here, maybe there was just some faulty data left in the internal cache when you looked. |
|
yes, it runs again. well,the upcoming statistics feature was one of the reasons, installing the publisher. i won´t reactivate tracking, though. |
|
You are not far from a working tracking setup, though. Using info from https://sendegate.de/t/rss-feed-und-webplayer-gehen-nicht/489/5, your tracking URLs looked like this:
The only wrong thing here is the So you only need to find out where the |
|
It´s the WordPress Adress in the settings, then. |
|
Use this plugin: https://wordpress.org/plugins/code-snippets/ add_filter('pre_option_siteurl', function($x) {
return 'http://hobbykoch-podcast.de';
}); |
|
I have the same problem here: The generated URL for tracking is: http://different-thinking.de/blog/podlove/file/77/s/download/c/select-show/itmp003.m4a - this doesn't work. I have installed wordpress in the directory /blog - so from my understanding the following configuration is correct: Why is the wrong tracking URL generated? Robert |
|
I might be using the wrong internal URL. @gglnx do you have any insight on using This seems to result in the wrong URL being generated (sometimes). The documentation is a bit vague. Do you think I should change to |
|
Eric, I'm not so deep into this. I think there is a mixup between the field labels and the function calls. IMHO home_url() should give back the right adress. Hope, that helps and don't confuse, Robert |


Greetings,
I used the migration tool to create episodes from the wp-articles and audio files on hobbykoch-podcast.de. That worked very good.
The problem is, that the rss-feed contains a different location for the files. I didn´t find any settings, where this can be adjustet.
The webplayer shows the right duration for all episodes and the download link works, but the player won´t start playing. I suppose, this might be connect to the issue above.
Thanks in advance,
Kai
The text was updated successfully, but these errors were encountered: