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
In [9]: xet_fs = pyxet.XetFS()
...: with xet_fs.transaction:
...: with xet_fs.open("xet://hoytak/cp_test_2/data.dat", 'wb') as f:
...: print("writing")
...: f.write(b"00000")
...: print("done") # Fine
...:
writing
done
Failed to commit https://hub.xetsvc.com/hoytak/cp_test_2/data.dat: HTTP status server error (500 Internal Server Error) for url (https://hub.xetsvc.com/api/xet/repos/hoytak/cp_test_2/commits)
The text was updated successfully, but these errors were encountered:
Repro:
The text was updated successfully, but these errors were encountered: