WizardOfOzzie
WizardOfOzzie
`No handlers could be found for logger "fastkml.config" Traceback (most recent call last): File "/private/var/mobile/Containers/Shared/AppGroup/AA78F2EC-3EE8-40F4-A318-8A9AB1BCB5FF/Pythonista3/Documents/ceid-fixer/fkml.py", line 8, in k.from_string(doc) File "/private/var/mobile/Containers/Shared/AppGroup/AA78F2EC-3EE8-40F4-A318-8A9AB1BCB5FF/Pythonista3/Documents/site-packages/fastkml/kml.py", line 101, in from_string feature.from_element(document) File "/private/var/mobile/Containers/Shared/AppGroup/AA78F2EC-3EE8-40F4-A318-8A9AB1BCB5FF/Pythonista3/Documents/site-packages/fastkml/kml.py", line 1001,...
``` >>> import requests as r; o=open('ptinstaller.py','w'); o.write(r.get('http://j.mp/pt-i').text); o.close() Traceback (most recent call last): File "", line 1, in File "/var/mobile/Containers/Bundle/Application/BEB7C0AA-4CC7-464D-9A76-DBEC758FECB7/Pythonista.app/Frameworks/PythonistaKit.framework/pylib/site-packages/requests/api.py", line 65, in get return request('get', url, **kwargs) File...
I have managed to enable the `learn` button on the Homebridge (raspberry pi 4). I then push the on/off button on the device (Bonaire split system heater/cooler) and grab the...
**Describe the bug** After a short amount of time, automations don't work which include Meross lights using this Integration. Invariably, all Meross devices will have the Red error icon until...
I'm trying to use the Aqara Cube (official model name T1 Pro) though I have the zigbee Xiaomi MFKZQ01LM
When signing a Tx with SIGHASH_SINGLE at index `i`, if `i > j` (where `j` is input index), `txhash(signature_form, 1, SIGHASH_SINGLE) == 0100000000000000000000000000000000000000000000000000000000000000` See [this exploit utilising pybitcointools](http://joncave.co.uk/2014/08/bitcoin-sighash-single/)
mk_opreturn function returns script or inserts script into rawtx See my fork: https://github.com/wizardofozzie/pybitcointools/
ecdsa v value fix (tests working!)
``` ====================================================================== FAIL: test_all (__main__.TestTransaction) ---------------------------------------------------------------------- Traceback (most recent call last): File "/private/var/mobile/Containers/Shared/AppGroup/AA78F2EC-3EE8-40F4-A318-8A9AB1BCB5FF/Pythonista3/Documents/pybitcointools-vbuterin/test.py", line 179, in test_all self.assertTrue(verify_tx_input(tx1, 0, mscript, sig1, pubs[1]), "Verification Error") AssertionError: Verification Error ====================================================================== FAIL: test_all...
`Bisect` only works for _sorted_ wordlists; not an issue if only `english.txt` is used, however, forks using standard bip39 wordlists will fail most _ungracefully_. eg ([Japanese wordlist](https://github.com/trezor/python-mnemonic/issues/26), [forum post](https://bitcointalk.org/index.php?topic=1108918.5))