Arno Hautala

Results 52 comments of Arno Hautala

To build on this, it'd be useful to add additional folder structures. Before I found Podgrab, I used my own script which output to: `podcasts/${SHOW_TITLE}/${YEAR}/${MONTH}/${YYYY-mm-dd} ${EPISODE_TITLE}` It looks like I...

I'm encountering the same behavior (connection succeeds, but no Internet access). The servers I tried last night are: - CA-Toronto - Netherlands - UK-London - US-New-York Any debugging tips?

Yes, that's the new bit starting at line 684 in the PR.

I added readme mentions regarding podcast and symlink support. And also marked podcast tracks as remembering their playback position.

Wouldn't it be more appropriate to set the health check configuration to only show unhealthy after those "few minutes"? You have: - interval: how frequent - timeout: how long to...

Just a note that Apprise supports sending notifications to Discord, so this could be covered by using Apprise with my PR #74 See the list of supported services: https://github.com/caronc/apprise/wiki#notification-services

> It's an additional service however so another point of failure and additional resources. That’s a fair concern, though it’s also an additional burden on maintaining however many notification services...

[PR available](https://github.com/willfarrell/docker-autoheal/pull/74) using [Apprise](https://github.com/caronc/apprise)

If you're referring to my [PR](https://github.com/willfarrell/docker-autoheal/pull/74), you'd create an environment variable that points to the Apprise URL: `APPRISE_URL=https://apprise.host/notify/autoheal_key` `apprise.host` is wherever your Apprise installation can be reached and `autoheal_key` is...

Thanks @jakkaj, your token suggestion is working for me and but I'm also seeing the refresh step failing. The error I get is: ~~~~ ... File ".../.venv/lib/python3.8/site-packages/tesla_api/__init__.py", line 61, in...