Skip to content
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

[Bug]: Not detecting posts #37

Closed
Edstub207 opened this issue Oct 26, 2020 · 5 comments
Closed

[Bug]: Not detecting posts #37

Edstub207 opened this issue Oct 26, 2020 · 5 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@Edstub207
Copy link

For some reason this workflow isn't working for me and I'm not sure why...

Logs and RSS Feed:
image

README.MD
image

@Edstub207 Edstub207 added the bug Something isn't working label Oct 26, 2020
@gautamkrishnar
Copy link
Owner

@Edstub207 looks like your content is encoded, you need to have a plain text version of the feed to show it via the blog post workflow.

Example:

<item>
<title>Hi, I'm Gautam krishna.R</title>
<author>Gautam krishna.R</author>
<pubDate>Sun, 02 Apr 2017 19:04:43 +0000</pubDate>
<link>https://dev.to/gautamkrishnar/hi-im-gautam-krishnar</link>
<guid>https://dev.to/gautamkrishnar/hi-im-gautam-krishnar</guid>
<description>&lt;p&gt;I have been coding for 9 years, I am a Microsoft student partner and DuckDuckGo community leader who's actively involved in several open source projects.&lt;/p&gt;
&lt;p&gt;You can find me on GitHub at &lt;a href="https://github.com/gautamkrishnar"&gt;@gautamkrishnar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can also find me on Twitter as &lt;a href="https://twitter.com/gautamkrishnar"&gt;@gautamkrishnar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I live in Kollam.&lt;/p&gt;
&lt;p&gt;I mostly program in these languages: Phython, NodeJS, PHP, C, C#, Java.&lt;/p&gt;
&lt;p&gt;I am currently learning more about ML.&lt;/p&gt;
&lt;p&gt;Nice to meet you.&lt;/p&gt;
</description>
<testingTag>hello</testingTag>
<testingTag2>apple</testingTag2>
<category>introductions</category>
</item>

In your case the title and description is in cdata, not as plain text. Please follow the correct RSS spec to make it work.

@gautamkrishnar gautamkrishnar added question Further information is requested and removed bug Something isn't working labels Oct 27, 2020
@gautamkrishnar
Copy link
Owner

Oops its using medium, let me check why it's not working. It was working earlier as #2

@gautamkrishnar
Copy link
Owner

gautamkrishnar commented Oct 27, 2020

@Edstub207 it is due to the medium comments filter. Please use no filter argument to fix it:

filter_comments: ""

@gautamkrishnar
Copy link
Owner

As of now, since there is no way to filter out the medium comments other than checking it for undefined category closing this for now. Will add a warning in the doc.

@gautamkrishnar gautamkrishnar added bug Something isn't working and removed question Further information is requested labels Oct 27, 2020
@Edstub207
Copy link
Author

That fixed it, thank you!

@gautamkrishnar gautamkrishnar added the wontfix This will not be worked on label Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants