You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exactly the same problem on FreeBSD also installed with pipx, init worked but sync gave me the same error:
Traceback (most recent call last):
File "/usr/home/mbdata/.local/bin/mbslave", line 8, in <module>
sys.exit(main())
File "/usr/home/mbdata/.local/pipx/venvs/mbdata/lib/python3.9/site-packages/mbdata/replication.py", line 803, in main
args.func(config, args)
File "/usr/home/mbdata/.local/pipx/venvs/mbdata/lib/python3.9/site-packages/mbdata/replication.py", line 520, in mbslave_sync_main
process_tar(packet, db, config, ignored_schemas, ignored_tables, schema_seq, replication_seq, hook)
File "/usr/home/mbdata/.local/pipx/venvs/mbdata/lib/python3.9/site-packages/mbdata/replication.py", line 457, in process_tar
logger.info("Processing %s", fileobj.name)
AttributeError: 'HTTPResponse' object has no attribute 'name'
I see the following error when running
mbslave sync
I installed mbdata using pipx:
The text was updated successfully, but these errors were encountered: