Milan Mehra

Results 18 comments of Milan Mehra

Did that resolve your issue or is this still a problem for you?

Very weird. Using the following docker-compose, I was able to get it to work without an issue, and I didn't have quotations: ```yml services: bsky-rss: restart: always image: ghcr.io/milanmdev/bsky.rss environment:...

Sorry for the late response, just got back from vacation. Meaning that you'd be able to do something like the following? `config.json`: ``` "string": "earthquake coordinates: $georss:point" ``` or would...

The edits look good overall, but could you clarify what exactly the `spacingWindow` sets, along with the `min` and `max` values? From what I understand, the `min` and `max` values...

Since this concerns the adaptive delay/posting, could you move it into PR #379?

It seems like the RSS feed you're using requires some sort of authentication to access it. The error you send contains `MinigetError: Status code: 403`. If you send over the...

Odd, I've never seen this issue before. I pushed something to suppress the Node.JS warnings, so see if that helps your issue.

Seemingly an issue with the authentication. Can you verify the credentials you entered into the Docker Compose are correct?