-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can't subscribe to some feeds that look fine when requested manually #96
Comments
Thanks!
Actually age of posts is referring to the number of days since the post was
originally published. This fit my use case of treating Yarns as a newsfeed,
but I can understand your interpretation. I should rephrase that text in
the interface.
I’ll check out the other example when I get a chance. (Been on a roll at
work and not had much downtime but hopefully I will soon)
…On Tue, Oct 8, 2019 at 5:47 AM Bernd Kosmahl ***@***.***> wrote:
Some feeds never show any entries despite having a successful
subscription. I suspect it's date related.
Yarns Microsub Server Version 1.0.2
WordPress Version 5.2.3
Some render a preview on adding:
https://hroarr.com/feed/
This *may* actually be due to age of posts. Description says Number of
days to store feed items before deleting so one assumes it's number
*since* fetched and not since today.
Some not even that:
https://medium.com/feed/okuna
When executed manually via wp-cli only plenty of warnings about Date show
but script succeeds:
wp-cli.phar --debug cron event run yarns_microsub_server_cron
[...]
PHP Warning: A non-numeric value encountered in wp-includes/SimplePie/Parse/Date.php on line 694
Warning: A non-numeric value encountered in wp-includes/SimplePie/Parse/Date.php on line 694
PHP Warning: A non-numeric value encountered in wp-includes/SimplePie/Parse/Date.php on line 694
Warning: A non-numeric value encountered in wp-includes/SimplePie/Parse/Date.php on line 694
Executed the cron event 'yarns_microsub_server_cron' in 14.608s.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#96?email_source=notifications&email_token=AC5U5RZEIE5YDHT2NLW4FPTQNRJMLA5CNFSM4I6POK2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HQJRKDQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC5U5R4LZYPAMU7SM4XWPB3QNRJMLANCNFSM4I6POK2A>
.
|
Looking into the Medium feed. I'm not seeing the warnings about Date, but that may simply be because I've updated the Parse-This library on my testing server and the problem has been solved there. However, I'm also not getting any results. When I try to preview
I noticed an oddity that might be responsible: When I ran the script through @dshanske - Do you have any thoughts on this? |
Maybe cloudflare. When I try to reproduce this with curl ( |
With the medium feed, I'm getting Service Unavailable. Suggests it doesn't like my user agent. |
Some feeds never show any entries despite having a successful subscription. I suspect it's date related.
Yarns Microsub Server Version 1.0.2
WordPress Version 5.2.3
Some render a preview on adding:
https://hroarr.com/feed/
This may actually be due to age of posts. Description says
Number of days to store feed items before deleting
so one assumes it's number since fetched and not since today.Some not even that:
https://medium.com/feed/okuna
When executed manually via wp-cli only plenty of warnings about Date show but script succeeds:
The text was updated successfully, but these errors were encountered: