OculusVisionSellix

Results 7 comments of OculusVisionSellix

have some problem ._. Using remote PostgreSQL server. Litecoin, more than 10+ confirmations still money doesnt show up in my balance.

It seems I had the wrong address, when I receive money on the address which is displayed by: account.as_dict()["address"] the program doesnt recognize the balance I used the wallet.addresslist(account_id=account.account_id) address...

As @phgas already mentioned: Check this #93 You need to submit data = your_multipart_encoded_object.to_string().decode('utf-8')

Yes there is. Check this #93 You need to submit data = your_multipart_encoded_object.to_string().decode('utf-8')

As it seems, manually you are required to solve captcha on the cloudlfare protection too. This isn't a fault of the package, it's just the website, which requires a captcha...

> can do like this,stupid but work > > ```python > response = session.get(url, allow_redirects=False) > while redirect_location := response.headers.get('Location'): > response = session.get(redirect_location) > ``` Yeah, that's possible, but...