untitaker / mastodon-bookmark-rss

A small app to let you connect your mastodon bookmarks to your RSS reader.
https://bookmark-rss.woodland.cafe/
MIT License
46 stars 3 forks source link

operation timed out #1

Closed gse-cc-git closed 1 year ago

gse-cc-git commented 1 year ago

Hello,

I pulled the docker image on my system to run it and hopefully generate a rss-feed from my bookmarks. I intended to use Thunderbird as a RSS reader.

I connect sucessfully in Firefox, fill the fields

http://172.17.0.2:3000/feed?host=<the.instance.im.using>&token=<the.token.string>

I get the following error

request to your mastodon instance failed: error sending request for url (https://<the.instance.im.using>/api/v1/bookmarks): operation timed out

I tested w/wo proxy & firewall without much success.

Any idea ?

Thanks for your work.

untitaker commented 1 year ago

I can't really help you without knowing which instance you're using. It does work fine for me.

gse-cc-git commented 1 year ago

mamot.fr

Any spec that I can check to help ? (note: I do not run that instance, I only registered)

untitaker commented 1 year ago

ok, do you perhaps have a ton of bookmarks? that server does load fine for me in general. does my hosted service work?

gse-cc-git commented 1 year ago

225 bookmarks so far. Your hosted service does work but I cannot successfully import the feed in TB (it doesn't pass the check)

untitaker commented 1 year ago

what check? what is the error message?

gse-cc-git commented 1 year ago

When I add the flux address generated by your hosted service in thunderbird I get: The flux address is not valid What I understand is that TB sends the address to https://validator.w3.org/ which returns a diagnostic Sorry This feed does not validate. while listing all issues like:

[line 12], column 14: link must be a full and valid URL: [[help](https://validator.w3.org/feed/docs/error/InvalidFullLink.html)]
           <link></link>
untitaker commented 1 year ago

ok, i didn't think that thunderbird would care about that, but i just downloaded it and it does. It literally links to the validator as you said, which is very surprising to me. It should be fixed in https://github.com/untitaker/mastodon-bookmark-rss/commit/6a83c6119f84211ed6eecb0e1ce9fb585f1a385b. can you try again (on my hosted service)?

I do not know what to do about the timeout errors on your deployment, this seems like it would be best investigated by somebody other than me.

gse-cc-git commented 1 year ago

@untitaker thanks for your answers ! I'll check 6a83c61 and let you know.

About timeouts: I will continue to test.

Edit: your fix is working ! Thx

gse-cc-git commented 1 year ago

The timeout issue is likely a problem on my side so I close the issue.