Mike Beattie
Mike Beattie
This branch is on top of my 'rubocop-fixes' branch, hence the extra commits.
What would be a nice extension to this patch would be a way to specify a new base id for migrated VMs. (which for a single move would be a...
I have the following as a bookmarklet for logging out of basic auth sites... however, the correct solution is to move away from basic auth of course. ``` javascript:(function(c){var a,b="You...
This is also a problem when using Octolapse - [this line](https://github.com/fabianonline/OctoPrint-Telegram/blob/b1f90950293575005d3be4d791602a662222a366/octoprint_telegram/telegramNotifications.py#L241) causes notifications every time octolapse performs a z-hop after a snapshot. Octolapse is using relative positioning, so I think...
I can confirm this bug - however, I have not looked into testing @ontholerian 's suggested fix.
If both of you could add `_err "$_data"` just before the `return 1` at the end of the notify script, try again, and send me the results I'll be able...
@Neilpang > Please add it and submit a PR. This is just for debugging these couple of instances, it's not how it should be done going forward.
@Charles-one > `{"ok":true,...... > [Thu Apr 8 10:27:29 CST 2021] telegram send success.` Yours worked correctly so the `_err` call wouldn't have run.. Reviewing the main script however, it should...
> @mjbnz > > You can use `_debug2 "$data"` instead of `_err`. > > this will save your debug time next time. Understood, I'll add it in a PR later...
> [Thu Apr 8 10:45:17 CST 2021] Skipped *.example.com Perfect thanks, I'll look into it.