Brad Johnson

Results 2 issues of Brad Johnson

Not sure if this is the right place to notify whoever is responsible for the domain name, but lbry.tech has expired: https://lbry.tech/ ![Screenshot_2023-11-27_17-29-51](https://github.com/lbryio/lbry.tech/assets/2127463/128816a7-a3aa-49f1-a06d-f90c736d0917)

Trying to use conn.sync() based on [this example](https://github.com/tursodatabase/libsql-python/blob/main/examples/sync/main.py) returns the following error: ``` $ python3 sync_example.py Traceback (most recent call last): File "/path_redacted/sync_example.py", line 11, in conn = libsql.connect("local.db", sync_url=url,...