Étienne
Étienne
Seems like the build is failing because it's already searching for 5.18.0 after the rebase?
Hi sorry for the delay @ppolewicz What would change is tooling like mypy would be able to recognize and check the type annotations. Docstrings is usable when reading/browsing, but sometimes...
Yes. That's correct.
Hi, I can potentially take this on, but have a couple other queued contributions to make first (will be at least a couple of weeks, if not more), so if...
@ppolewicz one thing I've noticed is that if this projects adds type annotations, it will be incompatible with 3.5 and below. Given the next release notes indicate the next version...
Hmmm that makes sense, except this b2 api instance was previously authorized.
Debug logging is enabled. Will report back when this error re-occurs.
Unfortunately, the logs don't seem too helpful... ``` self._bucket = self.b2Api.get_bucket_by_name(self._bucketName) File "/path/.venv/lib/python3.9/site-packages/b2sdk/api.py", line 251, in get_bucket_by_name self.check_bucket_restrictions(bucket_name) File "/path/.venv/lib/python3.9/site-packages/logfury/v0_1/trace_call.py", line 84, in wrapper return function(*wrapee_args, **wrapee_kwargs) File "/path/.venv/lib/python3.9/site-packages/b2sdk/api.py", line...
To follow up, I updated my code to use the sqlite3 account info and no longer see any errors :)
Okay, so an update to this issue -> I switched to a database-backed storage system and _still_ have this issue. It's plausible that there is a concurrency issue; however, the...