Closed houlkaer closed 10 months ago
Have you tried the URL in your mobile app anyway? It should work, although I agree with you the API should return a nice message when accessed from a browser to indicate the URL is working.
Hello!
I tried copying the url from the addresser which is https://[name.synology.com]/rest/fever/user/2
And this url doesn’t work.
On 15 Dec 2023, at 14.08, Jérémie Panzer @.***> wrote:
Have you tried the URL anyway? It should work, although I agree with you the API should return a nice message when accessed from a browser to indicate the URL is working.
— Reply to this email directly, view it on GitHubhttps://github.com/Athou/commafeed/issues/1176#issuecomment-1857857357, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALGRCDRI3EM2BRZWSHOT3EDYJRDUXAVCNFSM6AAAAABAWNQEHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJXHA2TOMZVG4. You are receiving this because you authored the thread.Message ID: @.***>
What app are you trying to use the Fever API with?
It’s called “Reeder 5” for iOS.
I tried using both username and email.
Should the URL look differently?
On 15 Dec 2023, at 14.17, Jérémie Panzer @.***> wrote:
What app are you trying to use the Fever API with?
— Reply to this email directly, view it on GitHubhttps://github.com/Athou/commafeed/issues/1176#issuecomment-1857868759, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALGRCDTLWVGNVS4NVEAEERLYJREXBAVCNFSM6AAAAABAWNQEHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJXHA3DQNZVHE. You are receiving this because you authored the thread.Message ID: @.***>
The URL looks good and the fact that you get the 405 error means you are accessing the right endpoint, just that the GET request from your browser is rejected because the Fever API expects a POST request.
Haven't tried Reeder yet, I'll test and get back to you.
Affirmative.
And thanks for the super snappy response!
I used commafeed for ages and have tried to set it up on a local server for a while now.
This seems like the last step for me to be able to fully enjoy you amazing work.
Thanks in advance. Crossing my fingers that you can find a fix :D
In the meantime: have a nice weekend!
On 15 Dec 2023, at 14.36, Jérémie Panzer @.***> wrote:
The URL looks good and the fact that you get the 405 error means you are accessing the right endpoint, just that the GET request from your browser is rejected because the Fever API expects a POST request.
Haven't tried Reeder yet, I'll test and get back to you.
— Reply to this email directly, view it on GitHubhttps://github.com/Athou/commafeed/issues/1176#issuecomment-1857893648, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALGRCDSTKN4V7NYZ42TL7JDYJRG6TAVCNFSM6AAAAABAWNQEHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJXHA4TGNRUHA. You are receiving this because you authored the thread.Message ID: @.***>
The app only exists on iOS and I don't have an iPhone to test :(
Do you mind enabling the HTTP request log of CommaFeed by removing those two lines from your config.yml
file?
requestLog:
appenders: [ ]
Then please add the fever endpoint to Reeder again and paste the content of the request log here to help me debug. Thanks!
Hello!
Okay, så disclosure: I am not super tech savvy. I followed this guide to deploy CommaFeed via docker on my Synology nas. I don’t know where the config.yml is 😓
On 15 Dec 2023, at 19.32, Jérémie Panzer @.***> wrote:
The app only exists on iOS and I don't have an iPhone to test :(
Do you mind enabling the HTTP request log of CommaFeed by removing those two lines from your config.yml file?
requestLog: appenders: [ ]
Then please add the fever endpoint to Reeder again and paste the content of the request log here to help me debug. Thanks!
— Reply to this email directly, view it on GitHubhttps://github.com/Athou/commafeed/issues/1176#issuecomment-1858321449, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALGRCDTF6SQ2RDB24CNROY3YJSJT5AVCNFSM6AAAAABAWNQEHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJYGMZDCNBUHE. You are receiving this because you authored the thread.Message ID: @.***>
Ah if you're using Docker you can achieve the same thing by setting the CF_SERVER_REQUESTLOG_APPENDERS_0_TYPE
environment variable to console
:)
Hello! Okay, så disclosure: I am not super tech savvy. I followed this guide to deploy CommaFeed via docker on my Synology nas. I don’t know where the config.yml is 😓 On 15 Dec 2023, at 19.32, Jérémie Panzer @.> wrote: The app only exists on iOS and I don't have an iPhone to test :( Do you mind enabling the HTTP request log of CommaFeed by removing those two lines from your config.yml file? requestLog: appenders: [ ] Then please add the fever endpoint to Reeder again and paste the content of the request log here to help me debug. Thanks! — Reply to this email directly, view it on GitHub<#1176 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALGRCDTF6SQ2RDB24CNROY3YJSJT5AVCNFSM6AAAAABAWNQEHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJYGMZDCNBUHE. You are receiving this because you authored the thread.Message ID: @.>
ok I managed to enter LXC container and change config.yml.
Now tried again to login using reeder. Where are located log to share?
Where are located log to share?
There should be a file in log/commafeed.log
(see https://github.com/Athou/commafeed/blob/master/commafeed-server/config.yml.example#L141). CommaFeed also logs to the console.
ok.
Found this:
INFO [2024-01-10 23:42:05,071] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-10 23:52:05,014] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-10 23:52:05,015] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-10 23:52:05,015] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-10 23:57:05,018] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-10 23:57:05,019] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-10 23:57:05,019] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 00:42:05,073] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 00:52:05,016] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 00:52:05,016] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 00:52:05,016] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 00:57:05,020] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 00:57:05,021] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 00:57:05,021] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 01:42:05,075] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 01:52:05,017] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 01:52:05,018] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 01:52:05,018] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 01:57:05,021] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 01:57:05,023] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 01:57:05,023] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 02:42:05,081] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 02:52:05,018] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 02:52:05,019] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 02:52:05,019] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 02:57:05,023] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 02:57:05,025] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 02:57:05,025] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 03:42:05,083] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 03:52:05,019] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 03:52:05,020] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 03:52:05,020] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 03:57:05,025] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 03:57:05,026] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 03:57:05,027] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 04:42:05,085] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 04:52:05,020] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 04:52:05,021] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 04:52:05,021] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 04:57:05,027] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 04:57:05,028] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 04:57:05,028] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 05:42:05,088] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 05:52:05,021] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 05:52:05,022] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 05:52:05,022] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 05:57:05,028] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 05:57:05,030] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 05:57:05,030] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 06:42:05,090] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 06:52:05,022] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 06:52:05,023] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 06:52:05,024] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 06:57:05,030] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 06:57:05,031] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 06:57:05,031] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 07:42:05,092] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 07:52:05,024] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 07:52:05,025] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 07:52:05,025] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 07:57:05,032] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 07:57:05,033] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 07:57:05,033] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 08:42:05,094] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 08:52:05,025] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 08:52:05,026] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 08:52:05,026] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 08:57:05,033] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 08:57:05,035] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 08:57:05,035] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 09:42:05,096] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 09:52:05,026] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 09:52:05,027] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 09:52:05,027] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 09:57:05,035] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 09:57:05,037] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 09:57:05,037] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 10:42:05,098] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 10:52:05,027] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 10:52:05,028] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 10:52:05,028] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 10:57:05,037] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 10:57:05,040] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 10:57:05,040] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 11:42:05,100] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 11:52:05,029] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 11:52:05,030] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 11:52:05,030] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 11:57:05,040] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 11:57:05,042] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 11:57:05,042] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 12:42:05,103] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 12:52:05,030] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 12:52:05,031] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 12:52:05,031] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 12:57:05,042] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 12:57:05,044] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 12:57:05,044] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 13:42:05,110] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 13:52:05,031] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 13:52:05,033] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 13:52:05,033] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 13:57:05,044] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 13:57:05,046] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 13:57:05,046] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 14:42:05,120] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 14:52:05,033] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 14:52:05,034] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 14:52:05,034] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 14:57:05,046] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 14:57:05,050] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 14:57:05,051] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 15:42:05,124] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 15:52:05,034] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 15:52:05,035] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 15:52:05,036] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 15:57:05,051] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 15:57:05,053] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 15:57:05,053] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 16:42:05,128] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 16:47:01,999] com.commafeed.CommaFeedModule: using cache class com.commafeed.backend.cache.NoopCacheService INFO [2024-01-11 16:47:05,235] com.commafeed.backend.task.ScheduledTask: registering task OldStatusesCleanupTask for execution every 60 MINUTES, starting in 10 MINUTES INFO [2024-01-11 16:47:05,277] com.commafeed.backend.task.ScheduledTask: registering task OldEntriesCleanupTask for execution every 60 MINUTES, starting in 5 MINUTES INFO [2024-01-11 16:47:05,285] com.commafeed.backend.task.ScheduledTask: registering task OrphanedFeedsCleanupTask for execution every 60 MINUTES, starting in 15 MINUTES INFO [2024-01-11 16:47:05,287] com.commafeed.backend.task.ScheduledTask: registering task OrphanedContentsCleanupTask for execution every 60 MINUTES, starting in 20 MINUTES INFO [2024-01-11 16:47:05,289] com.commafeed.backend.task.ScheduledTask: registering task DemoAccountCleanupTask for execution every 1440 MINUTES, starting in 1 MINUTES INFO [2024-01-11 16:47:05,658] com.commafeed.backend.service.DatabaseStartupService: checking if database schema needs updating INFO [2024-01-11 16:47:06,362] liquibase.database.core.H2Database: Set default schema name to PUBLIC INFO [2024-01-11 16:47:09,511] liquibase.changelog.StandardChangeLogHistoryService: Reading from PUBLIC.DATABASECHANGELOG INFO [2024-01-11 16:47:10,324] liquibase.changelog.StandardChangeLogHistoryService: Reading from PUBLIC.DATABASECHANGELOG INFO [2024-01-11 16:47:10,511] liquibase.lockservice.StandardLockService: Successfully released change log lock INFO [2024-01-11 16:47:10,518] liquibase.command.CommandScope: Command execution complete INFO [2024-01-11 16:47:10,535] com.commafeed.backend.service.DatabaseStartupService: database schema is up to date INFO [2024-01-11 16:52:06,019] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 17:02:05,286] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 17:02:05,417] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 17:02:05,422] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 17:07:05,287] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 17:07:05,336] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 17:07:05,342] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 17:52:06,036] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 18:02:05,424] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 18:02:05,428] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 18:02:05,428] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 18:07:05,344] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 18:07:05,349] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 18:07:05,349] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 18:52:06,040] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 19:02:05,428] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 19:02:05,431] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 19:02:05,431] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 19:07:05,349] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 19:07:05,355] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 19:07:05,355] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 19:52:06,048] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 20:02:05,431] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 20:02:05,433] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 20:02:05,433] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 20:07:05,356] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 20:07:05,361] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 20:07:05,364] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 20:52:06,062] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 21:02:05,433] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 21:02:05,435] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 21:02:05,435] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 21:07:05,365] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 21:07:05,378] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 21:07:05,378] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 21:52:06,079] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted INFO [2024-01-11 22:02:05,436] com.commafeed.backend.service.DatabaseCleaningService: cleaning feeds without subscriptions INFO [2024-01-11 22:02:05,438] com.commafeed.backend.service.DatabaseCleaningService: removed 0 feeds without subscriptions INFO [2024-01-11 22:02:05,438] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 feeds without subscriptions deleted INFO [2024-01-11 22:07:05,379] com.commafeed.backend.service.DatabaseCleaningService: cleaning contents without entries INFO [2024-01-11 22:07:05,386] com.commafeed.backend.service.DatabaseCleaningService: removed 0 contents without entries INFO [2024-01-11 22:07:05,387] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 contents without entries deleted INFO [2024-01-11 22:52:06,090] com.commafeed.backend.service.DatabaseCleaningService: cleanup done: 0 entries for feeds exceeding capacity deleted
This is what I see in iOS
Yes that's the right log file. However, I can't see HTTP requests in that log, there should be lines like this one
[0:0:0:0:0:0:0:1] - - [12/Jan/2024:06:22:17 +0000] "GET /rest/fever/user/2 HTTP/1.1" 200 81 "http://localhost:8082/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 5
Did you restart CommaFeed after enabling the request log in the config file?
Also, the URL you used is not the right one, there should be something after the hostname. Check your profile in CommaFeed to get the URL to use:
Does this help by any chance https://github.com/Athou/commafeed/discussions/1188#discussioncomment-8125270 ?
So I changed the url
But still cannot see any message in the log
just to be sure this how config.yml looks like:
server: applicationConnectors:
requestLog:
appenders: [ ]
Well, no you either need to remove these two lines or set the env variable CF_SERVER_REQUESTLOG_APPENDERS_0_TYPE=console
requestLog:
appenders: [ ]
Well, no you either need to remove these two lines or set the env variable
CF_SERVER_REQUESTLOG_APPENDERS_0_TYPE=console
i removed it from conf but still can see any GET message
i removed it from conf but still can see any GET message
Sorry, I forgot that you're reading the log files from the disk and not the console. This will enable the requestLog in the file log/request.log
:
requestLog:
appenders:
- type: file
currentLogFilename: log/request.log
archive: false
here's the new log:
192.168.2.228 - - [15/Jan/2024:21:07:51 +0000] "GET /rest/category/unreadCount HTTP/1.1" 200 331 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2285 192.168.2.228 - - [15/Jan/2024:21:08:46 +0000] "GET /rest/category/unreadCount HTTP/1.1" 200 331 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 200 192.168.2.228 - - [15/Jan/2024:21:09:46 +0000] "GET /rest/category/unreadCount HTTP/1.1" 200 331 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 255 192.168.2.228 - - [15/Jan/2024:21:09:49 +0000] "GET / HTTP/1.1" 200 359 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 7 192.168.2.228 - - [15/Jan/2024:21:09:50 +0000] "GET /assets/mantine-ff30495d.css HTTP/1.1" 200 30284 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 22 192.168.2.228 - - [15/Jan/2024:21:09:50 +0000] "GET /assets/index-a13b48ea.js HTTP/1.1" 200 103958 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 39 192.168.2.228 - - [15/Jan/2024:21:09:50 +0000] "GET /assets/index-b3cb884f.css HTTP/1.1" 304 0 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 3 192.168.2.228 - - [15/Jan/2024:21:09:50 +0000] "GET /assets/mantine-e88eec6e.js HTTP/1.1" 200 142999 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 36 192.168.2.228 - - [15/Jan/2024:21:09:50 +0000] "GET /assets/en-3b65a6d9.js HTTP/1.1" 200 559 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 4 192.168.2.228 - - [15/Jan/2024:21:09:50 +0000] "GET /rest/server/get HTTP/1.1" 200 244 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 27 192.168.2.228 - - [15/Jan/2024:21:09:50 +0000] "GET /favicon.ico HTTP/1.1" 200 1150 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 5 192.168.2.228 - - [15/Jan/2024:21:09:51 +0000] "GET /assets/messages-e0d8fed8.js HTTP/1.1" 200 3731 "http://news.ragonesi.it/assets/index-a13b48ea.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2 192.168.2.228 - - [15/Jan/2024:21:09:51 +0000] "GET /rest/user/settings HTTP/1.1" 200 226 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 37 192.168.2.228 - - [15/Jan/2024:21:09:51 +0000] "GET /rest/user/profile HTTP/1.1" 200 141 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 24 192.168.2.228 - - [15/Jan/2024:21:09:51 +0000] "GET /custom_js.js HTTP/1.1" 200 0 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 12 192.168.2.228 - - [15/Jan/2024:21:09:51 +0000] "GET /rest/entry/tags HTTP/1.1" 200 2 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 49 192.168.2.228 - - [15/Jan/2024:21:09:51 +0000] "GET /rest/category/get HTTP/1.1" 200 2176 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 296 192.168.2.228 - - [15/Jan/2024:21:09:52 +0000] "GET /custom_css.css HTTP/1.1" 200 0 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 5 192.168.2.228 - - [15/Jan/2024:21:09:52 +0000] "GET /assets/open-sans-latin-400-normal-441e2360.woff2 HTTP/1.1" 200 18692 "http://news.ragonesi.it/assets/index-b3cb884f.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2 192.168.2.228 - - [15/Jan/2024:21:09:52 +0000] "GET /rest/feed/favicon/1002 HTTP/1.1" 200 574 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 249 192.168.2.228 - - [15/Jan/2024:21:09:52 +0000] "GET /rest/feed/favicon/5 HTTP/1.1" 200 1150 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 239 192.168.2.228 - - [15/Jan/2024:21:09:52 +0000] "GET /rest/feed/favicon/2 HTTP/1.1" 200 3638 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 266 192.168.2.228 - - [15/Jan/2024:21:09:52 +0000] "GET /rest/feed/favicon/4 HTTP/1.1" 200 644 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 320 192.168.2.228 - - [15/Jan/2024:21:09:52 +0000] "GET /rest/feed/favicon/6 HTTP/1.1" 200 1150 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 105 192.168.2.228 - - [15/Jan/2024:21:09:52 +0000] "GET /rest/feed/favicon/8 HTTP/1.1" 200 1150 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 116 192.168.2.228 - - [15/Jan/2024:21:09:53 +0000] "GET /rest/feed/favicon/7 HTTP/1.1" 200 73 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 215 192.168.2.228 - - [15/Jan/2024:21:09:53 +0000] "GET /rest/feed/favicon/9 HTTP/1.1" 200 15406 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 185 192.168.2.228 - - [15/Jan/2024:21:09:53 +0000] "GET /rest/category/entries?id=all&order=desc&readType=unread&offset=0&limit=50&keywords= HTTP/1.1" 200 16377 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1240 192.168.2.228 - - [15/Jan/2024:21:09:53 +0000] "GET /rest/feed/favicon/12 HTTP/1.1" 200 15086 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 139 192.168.2.228 - - [15/Jan/2024:21:09:53 +0000] "GET /rest/feed/favicon/11 HTTP/1.1" 200 63534 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 340 192.168.2.228 - - [15/Jan/2024:21:09:53 +0000] "GET /assets/logo-28deddf0.svg HTTP/1.1" 304 0 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2 192.168.2.228 - - [15/Jan/2024:21:09:53 +0000] "GET /rest/feed/favicon/16 HTTP/1.1" 200 425 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 337 192.168.2.228 - - [15/Jan/2024:21:09:54 +0000] "GET /rest/feed/favicon/14 HTTP/1.1" 200 10037 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1059 192.168.2.228 - - [15/Jan/2024:21:09:55 +0000] "GET /rest/feed/favicon/10 HTTP/1.1" 200 5508 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2068 192.168.2.228 - - [15/Jan/2024:21:09:55 +0000] "GET /rest/feed/favicon/13 HTTP/1.1" 200 855 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2038 192.168.2.228 - - [15/Jan/2024:21:09:55 +0000] "GET /rest/feed/favicon/18 HTTP/1.1" 200 45313 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1428 192.168.2.228 - - [15/Jan/2024:21:09:55 +0000] "GET /rest/feed/favicon/17 HTTP/1.1" 200 1063 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 769 192.168.2.228 - - [15/Jan/2024:21:09:55 +0000] "GET / HTTP/1.1" 200 359 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 12 192.168.2.228 - - [15/Jan/2024:21:09:55 +0000] "GET /rest/feed/favicon/19 HTTP/1.1" 200 533 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1664 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /assets/index-b3cb884f.css HTTP/1.1" 200 7373 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /assets/index-a13b48ea.js HTTP/1.1" 200 103958 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 19 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /assets/mantine-e88eec6e.js HTTP/1.1" 200 142999 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 31 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /rest/feed/favicon/20 HTTP/1.1" 200 682 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1000 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /rest/server/get HTTP/1.1" 200 244 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 8 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /assets/messages-e0d8fed8.js HTTP/1.1" 200 3731 "https://news.ragonesi.it/assets/index-a13b48ea.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /assets/en-3b65a6d9.js HTTP/1.1" 200 559 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 3 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /rest/feed/favicon/22 HTTP/1.1" 200 1284 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 924 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /assets/logo-28deddf0.svg HTTP/1.1" 200 409 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /rest/user/profile HTTP/1.1" 200 141 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 29 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /rest/user/settings HTTP/1.1" 200 226 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 40
- [15/Jan/2024:21:09:56 +0000] "GET /rest/feed/favicon/23 HTTP/1.1" 200 15204 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 879 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /rest/entry/tags HTTP/1.1" 200 2 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 29 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /custom_css.css HTTP/1.1" 200 0 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 7 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 133 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /rest/category/get HTTP/1.1" 200 2176 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 240 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /rest/feed/favicon/6 HTTP/1.1" 200 1150 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 95 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /rest/feed/favicon/4 HTTP/1.1" 200 644 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 151 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /rest/feed/favicon/2 HTTP/1.1" 200 3638 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 294 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /rest/feed/favicon/5 HTTP/1.1" 200 1150 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 336 192.168.2.228 - - [15/Jan/2024:21:09:56 +0000] "GET /rest/feed/favicon/1002 HTTP/1.1" 200 574 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 336 192.168.2.228 - - [15/Jan/2024:21:09:57 +0000] "GET /rest/feed/favicon/7 HTTP/1.1" 200 73 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 521 192.168.2.228 - - [15/Jan/2024:21:09:57 +0000] "GET /rest/feed/favicon/8 HTTP/1.1" 200 1150 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 601 192.168.2.228 - - [15/Jan/2024:21:09:57 +0000] "GET /rest/category/entries?id=all&order=desc&readType=unread&offset=0&limit=50&keywords= HTTP/1.1" 200 16378 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 417
- [15/Jan/2024:21:09:57 +0000] "GET /rest/feed/favicon/12 HTTP/1.1" 200 15086 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1070 192.168.2.228 - - [15/Jan/2024:21:09:57 +0000] "GET /rest/feed/favicon/7 HTTP/1.1" 200 73 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1203 192.168.2.228 - - [15/Jan/2024:21:09:58 +0000] "GET /rest/feed/favicon/16 HTTP/1.1" 200 425 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1358 192.168.2.228 - - [15/Jan/2024:21:09:58 +0000] "GET /ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2 192.168.2.228 - - [15/Jan/2024:21:09:58 +0000] "GET /rest/feed/favicon/6 HTTP/1.1" 200 1150 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1914 192.168.2.228 - - [15/Jan/2024:21:09:58 +0000] "GET /rest/feed/favicon/2 HTTP/1.1" 200 3638 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2057 192.168.2.228 - - [15/Jan/2024:21:09:58 +0000] "GET /rest/feed/favicon/12 HTTP/1.1" 200 15086 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2030 192.168.2.228 - - [15/Jan/2024:21:09:58 +0000] "GET /rest/feed/favicon/4 HTTP/1.1" 200 644 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2142 192.168.2.228 - - [15/Jan/2024:21:09:58 +0000] "GET /rest/feed/favicon/5 HTTP/1.1" 200 1150 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2132 192.168.2.228 - - [15/Jan/2024:21:09:59 +0000] "GET /rest/feed/favicon/8 HTTP/1.1" 200 1150 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2250 192.168.2.228 - - [15/Jan/2024:21:09:59 +0000] "GET /rest/feed/favicon/1002 HTTP/1.1" 200 574 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2288 192.168.2.228 - - [15/Jan/2024:21:09:59 +0000] "GET /rest/feed/favicon/29 HTTP/1.1" 200 1406 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2556 192.168.2.228 - - [15/Jan/2024:21:09:59 +0000] "GET /rest/feed/favicon/28 HTTP/1.1" 200 749 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2617 192.168.2.228 - - [15/Jan/2024:21:09:59 +0000] "GET /rest/feed/favicon/21 HTTP/1.1" 200 371 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 4601
- [15/Jan/2024:21:10:00 +0000] "GET /rest/feed/favicon/11 HTTP/1.1" 200 32768 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 3682
- [15/Jan/2024:21:10:00 +0000] "GET /rest/feed/favicon/9 HTTP/1.1" 200 15406 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 3764 192.168.2.228 - - [15/Jan/2024:21:10:00 +0000] "GET /rest/feed/favicon/13 HTTP/1.1" 200 855 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 3824 192.168.2.228 - - [15/Jan/2024:21:10:00 +0000] "GET /rest/feed/favicon/11 HTTP/1.1" 200 63534 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 3843 192.168.2.228 - - [15/Jan/2024:21:10:00 +0000] "GET /rest/feed/favicon/15 HTTP/1.1" 200 3268 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 3948 192.168.2.228 - - [15/Jan/2024:21:10:00 +0000] "GET /rest/feed/favicon/9 HTTP/1.1" 200 15406 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 3871 192.168.2.228 - - [15/Jan/2024:21:10:00 +0000] "GET /rest/feed/favicon/15 HTTP/1.1" 200 3268 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 4057 192.168.2.228 - - [15/Jan/2024:21:10:00 +0000] "GET /rest/feed/favicon/17 HTTP/1.1" 200 1063 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 4001 192.168.2.228 - - [15/Jan/2024:21:10:00 +0000] "GET /rest/feed/favicon/13 HTTP/1.1" 200 855 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 4134 192.168.2.228 - - [15/Jan/2024:21:10:01 +0000] "GET /rest/feed/favicon/26 HTTP/1.1" 200 238 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 4135 192.168.2.228 - - [15/Jan/2024:21:10:01 +0000] "GET /rest/feed/favicon/22 HTTP/1.1" 200 1284 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 4305 192.168.2.228 - - [15/Jan/2024:21:10:01 +0000] "GET /rest/feed/favicon/27 HTTP/1.1" 200 238 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 4586 192.168.2.228 - - [15/Jan/2024:21:10:01 +0000] "GET /rest/feed/favicon/15 HTTP/1.1" 200 3268 "http://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 8455 192.168.2.228 - - [15/Jan/2024:21:10:01 +0000] "GET /rest/feed/favicon/25 HTTP/1.1" 200 4119 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 4930
- [15/Jan/2024:21:10:01 +0000] "GET /rest/feed/favicon/14 HTTP/1.1" 200 10 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 5172 192.168.2.228 - - [15/Jan/2024:21:10:01 +0000] "GET /rest/feed/favicon/14 HTTP/1.1" 200 10037 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 5166 192.168.2.228 - - [15/Jan/2024:21:10:02 +0000] "GET /rest/feed/favicon/20 HTTP/1.1" 200 682 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 5203 192.168.2.228 - - [15/Jan/2024:21:10:02 +0000] "GET /rest/feed/favicon/23 HTTP/1.1" 200 15204 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 5165 192.168.2.228 - - [15/Jan/2024:21:10:02 +0000] "GET /rest/feed/favicon/19 HTTP/1.1" 200 533 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 5191 192.168.2.228 - - [15/Jan/2024:21:10:02 +0000] "GET /rest/feed/favicon/18 HTTP/1.1" 200 45313 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 5220 192.168.2.228 - - [15/Jan/2024:21:10:02 +0000] "GET /rest/feed/favicon/21 HTTP/1.1" 200 371 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 5584 192.168.2.228 - - [15/Jan/2024:21:10:02 +0000] "GET /rest/feed/favicon/10 HTTP/1.1" 200 5508 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 5951 192.168.2.228 - - [15/Jan/2024:21:10:02 +0000] "GET /rest/feed/favicon/10 HTTP/1.1" 200 5508 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 5844 192.168.2.228 - - [15/Jan/2024:21:10:09 +0000] "GET /rest/feed/favicon/30 HTTP/1.1" 200 238 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 12560 192.168.2.228 - - [15/Jan/2024:21:10:46 +0000] "GET /rest/category/unreadCount HTTP/1.1" 200 331 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 181 192.168.2.228 - - [15/Jan/2024:21:11:13 +0000] "GET / HTTP/1.1" 200 359 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1 192.168.2.228 - - [15/Jan/2024:21:11:13 +0000] "GET /rest/server/get HTTP/1.1" 200 244 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 4 192.168.2.228 - - [15/Jan/2024:21:11:13 +0000] "GET /rest/user/settings HTTP/1.1" 200 226 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 6 192.168.2.228 - - [15/Jan/2024:21:11:13 +0000] "GET /rest/user/profile HTTP/1.1" 200 141 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 18 192.168.2.228 - - [15/Jan/2024:21:11:13 +0000] "GET /rest/entry/tags HTTP/1.1" 200 2 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 19 192.168.2.228 - - [15/Jan/2024:21:11:13 +0000] "GET /ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2 192.168.2.228 - - [15/Jan/2024:21:11:13 +0000] "GET /rest/category/get HTTP/1.1" 200 2184 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 162 192.168.2.228 - - [15/Jan/2024:21:11:14 +0000] "GET /rest/category/entries?id=all&order=desc&readType=unread&offset=0&limit=50&keywords= HTTP/1.1" 200 16378 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 407 192.168.2.228 - - [15/Jan/2024:21:11:23 +0000] "GET /rest/fever/user/2 HTTP/1.1" 200 81 "https://news.ragonesi.it/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 15 192.168.2.228 - - [15/Jan/2024:21:11:38 +0000] "GET /ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2 192.168.2.228 - - [15/Jan/2024:21:11:47 +0000] "GET /rest/category/unreadCount HTTP/1.1" 200 331 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 106 192.168.2.228 - - [15/Jan/2024:21:11:57 +0000] "POST /rest/fever/user/2/api/greader.php/accounts/ClientLogin HTTP/1.1" 404 43 "-" "Reeder/5040002 CFNetwork/1490.0.4 Darwin/23.2.0" 15 192.168.2.228 - - [15/Jan/2024:21:12:20 +0000] "GET /rest/fever/user/2 HTTP/1.1" 200 81 "-" "WhatsApp/2.2401.3 W" 2 192.168.2.228 - - [15/Jan/2024:21:12:48 +0000] "GET /rest/category/unreadCount HTTP/1.1" 200 331 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 80 192.168.2.228 - - [15/Jan/2024:21:12:54 +0000] "POST /rest/fever/user/2/?api HTTP/1.1" 200 53 "-" "Reeder/5040002 CFNetwork/1490.0.4 Darwin/23.2.0" 28 192.168.2.228 - - [15/Jan/2024:21:12:56 +0000] "GET /ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2 192.168.2.228 - - [15/Jan/2024:21:13:22 +0000] "GET /ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2 192.168.2.228 - - [15/Jan/2024:21:13:49 +0000] "GET /rest/category/unreadCount HTTP/1.1" 200 331 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 101 192.168.2.228 - - [15/Jan/2024:21:14:39 +0000] "GET /ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 2 192.168.2.228 - - [15/Jan/2024:21:14:49 +0000] "GET /rest/category/unreadCount HTTP/1.1" 200 331 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 72 192.168.2.228 - - [15/Jan/2024:21:15:04 +0000] "GET /ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" 1 192.168.2.228 - - [15/Jan/2024:21:15:09 +0000] "POST /rest/fever/user/2/?api HTTP/1.1" 200 53 "-" "Reeder/5040002 CFNetwork/1490.0.4 Darwin/23.2.0" 4
192.168.2.228 - - [15/Jan/2024:21:15:09 +0000] "POST /rest/fever/user/2/?api HTTP/1.1" 200 53 "-" "Reeder/5040002 CFNetwork/1490.0.4 Darwin/23.2.0" 4
Looks fine to me, the API returned an HTTP 200 (OK) and the URL is correct. I might have to contact the developer of Reeder. But before I do, just to make sure, you're using your API key as password for the fever API, right?
the api key field is empty in my profile
and I can't write in it
the api key field is empty in my profile
and I can't write in it
There is a checkbox in the form at the bottom of the page to generate an API key.
I managed to solve it.
I had to create api password but faced an error when saving (please notice that password is the same I was using during login):
I think it was all related to the fact that basically I renamed account 2 (the demo admin) with another name/password.
I recreated the LXC container in proxmox, login as admin admin, changed password, created new user, login with that user and tried with success to have an API password. Then I used specific Fever URL and API password in Reeder and I logged in at first try,
Awesome, thank you!
When I click: Fever API URL in the settings/profile section, it returns:
{"code":405,"message":"HTTP 405 Method Not Allowed"}
I expected a URL I can use in my app to access my commafeed (hosted locally on a server)
On version: CommaFeed version 3.10.1 (2b51de8).