atms169
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Smart TV] Roku Direct Publisher Feed Does Not CreateI am now getting this error from ROKU
9 items ingested successfully
09/13/2022 05:57PM
6 items have error: Duplicate id.
» Food habits RT
» Weight Loss and Healthy Eating RT
» The Price of Fame RT
» Mental Illness RT
» First Episode RT
» Septembers Mystic Mona AAThoughts?
Forum: Plugins
In reply to: [WP Smart TV] Roku Direct Publisher Feed Does Not CreateOk I’ve switched it. Lets see if that fixed the problem.
Thank you
Once this is working I’d like to connect with you more on the LIVE streaming portion. Do you have an email?
Forum: Plugins
In reply to: [WP Smart TV] Roku Direct Publisher Feed Does Not CreateHere is the link
https://golive.vegas/wp-json/tv/roku/If you ever need someone to break your stuff, we make a good beta tester
Forum: Plugins
In reply to: [WP Smart TV] Roku Direct Publisher Feed Does Not CreateAccepted on ROKU. One quick question: We have one episode and series to test, but nothing shows up on the ROKU app. Just shows our channel.
Is there a way to debug to find out why it’s not showing the episode?
Thanks
Forum: Plugins
In reply to: [WP Smart TV] Roku Direct Publisher Feed Does Not CreateThank you for your help. What I found was I needed to change the .htaccess and web.config files. Only took me 2 days to figure it out. Thank you very much for your time.
.htaccess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Web.Config: # END WordPress<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name=”WordPress Rule” stopProcessing=”true”>
<match url=”.*” />
<conditions>
<add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” />
<add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” />
</conditions>
<action type=”Rewrite” url=”index.php” />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>`Forum: Plugins
In reply to: [WP Smart TV] Roku Direct Publisher Feed Does Not CreateThat is confusing, as I see:
Post name https://golive.vegas/sample-post/Selected for my permalinks. Is there another switch somewhere to turn it on or off?
Forum: Plugins
In reply to: [WP Smart TV] Roku Direct Publisher Feed Does Not CreateAny help is appreciated
Thank you
Forum: Plugins
In reply to: [WP Smart TV] Roku Direct Publisher Feed Does Not CreateI’ve installed several different WP REST API’s, tried them and nothing. I then tried my other website and server and received the exact same response. So something is wrong. I’ve followed all instructions. What I see is: The directories are not being installed automatically (wp-json) or (wp-json/tv/roku). Even if I make the directories with the appropriate permissions, it still does not write anything. I’ve uninstalled, Re-installed. I’ve tried everything.
Here is the new site I tried
https://glv.vegas/wp-json/tv/roku/Forum: Plugins
In reply to: [WP Smart TV] Roku Direct Publisher Feed Does Not CreateOk I’ve deactivated ALL plugins. Only yours is active. Still no go
Forum: Plugins
In reply to: [WP Smart TV] Roku Direct Publisher Feed Does Not CreateYes.. I’ve tried them all. I was hoping to get this working as the live stream plugin is what we want. So we can do the live stream on ROKU