usr42 / ttrss-sendtokindle

Tiny Tiny RSS Plugin to send articles to your kindle with a single click
GNU General Public License v3.0
26 stars 3 forks source link

Not Receiving from Plugin; Direct from Tinderizer Bookmarklet Works #3

Open mattpanther opened 7 years ago

mattpanther commented 7 years ago

Just installed this in my tt-rss instance today and using the button or shift+k shortcut works and gives me a dialog saying the article has been sent to my kindle but it never arrives. I've configured my kindle email address in personal settings and allowed the kindle@darkhelmetlive.com in the My Devices section. Any ideas on what I could do to track down what's happening and fix?

usr42 commented 7 years ago

Hi mattpanther,

thanks for the information. With the newest ttrss git version I cannot send mails at all. Also the mail plugin is not working. This seems to be related to the phpmailer update.

I try to check that, but maybe that will be fixed with an upcoming ttrss update.

On the other hand, with the newes phpmailer version I do not get the "The article has been sent to your kindle." message at all, because backend.php returns a 500. But after I downgraded ttrss to git checkout 73c4e7ddf2118d6cbb76491fc52dded208175894 the kindle plugin worked for me.

Which ttrss version do use? Have you configured the Kindle E-mail address under Preferences->Personal Data/Authentication->Kindle E-mail?

usr42 commented 7 years ago

There was a ttrss update today. It is working for me again. Can you please recheck on your site?

mattpanther commented 7 years ago

First I just wanted to say thanks for the reply! I wasn't sure if I'd hear back

I ran a git pull origin master today in the tt-rss directory here's a transcript:

[isle-of-wight]$ git pull origin master
remote: Counting objects: 13, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 13 (delta 9), reused 0 (delta 0)
Unpacking objects: 100% (13/13), done.
From https://tt-rss.org/git/tt-rss
 * branch            master     -> FETCH_HEAD
   832aa24..8b8568e  master     -> origin/master

Afterward I logged in to my tt-rss instance and visited a favorited article, then scrolled down and clicked on the send to kindle book icon.

Afterward I see this popup:

image

I do have my kindle email address entered under Personal data / Authentication and I've confirmed if I send something directly there using the Tinderizer bookmarklet it arrives fairly quickly on my Kindle, so I know the whitelist settings are working as expected on Amazon's end.

After running the git pull origin I'm now running Tiny Tiny RSS v16.8 (8b8568e)

Unfortunately even after the update today I'm still not seeing the articles appear on my Kindle after clicking the button.

Let me know how else I can help troubleshoot!

usr42 commented 7 years ago

Thank you for detailed explanation. I don't know directly what the reason is. Can you please check following things:

Another question: Did the kindle plugin work before for you?