aclerici38
aclerici38
Would using something like [fake-useragent](https://pypi.org/project/fake-useragent/) be a solution here? Then that could be wrapped in a try-except block like so `for _ in range(3): try: ua = UserAgent() user_agent =...
Zen Browser had [the same issue](https://github.com/zen-browser/desktop/issues/1245) a while back. It seems the arm version isn't properly signed/the signature is invalid. A workaround is to run `xattr -d com.apple.quarantine '/Applications/MQTT Explorer.app'`...
I am also facing this on 1.17.* and 1.18.0-pre. As per an above comment, only node-local traffic throws a 503 I'm able to access the same endpoints with no issue...
It looks like v4.4.0 was pushed to `ghcr.io/openebs/dev/helm/openebs` but the latest tag on `ghcr.io/openebs/helm/openebs` is `4.4.0-develop`. That seems a bit backwards
In the meantime [this](https://www.icloud.com/shortcuts/1766e63352384b03917839d75dca44de) is what I've been using. It's my first time doing anything with Apple shortcuts so I'd swap to the "official" (tested) one once that's posted, but...
If you would like an example of what to change possibly the shortcut I made linked in [the comment above](https://github.com/mealie-recipes/mealie/issues/4407#issuecomment-2431324184) can help
> Any idea as it's odd image upload works and creates recipe but the URL doesn't I wonder if has to do with the JavaScript section of the shortcut ?...
> Ah I see under the paste url section it's looking at your mealie URL so I just cleared that section of get contents of url and added in the...
I didn't want to do that because it would be overwriting all the hard work @hunterjm did. If they still plan to update their version to work with Mealie v2...
I'd also love to see this. Can it be reopened?