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
Looks like maybe no data was returned, which would need to be tested for separately. Possibly set data to None before the call just to be certain.
if not data or if data['err']:
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/bln/client.py", line 483, in _upload_file
uri, err = _get_upload_uri(endpoint, token, projectId, path)
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/bln/client.py", line 509, in _get_upload_uri
if data["err"]:
TypeError: 'NoneType' object is not subscriptable
"""
The text was updated successfully, but these errors were encountered:
Looks like maybe no
data
was returned, which would need to be tested for separately. Possibly set data to None before the call just to be certain.if not data or if data['err']:
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/bln/client.py", line 483, in _upload_file
uri, err = _get_upload_uri(endpoint, token, projectId, path)
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/bln/client.py", line 509, in _get_upload_uri
if data["err"]:
TypeError: 'NoneType' object is not subscriptable
"""
The text was updated successfully, but these errors were encountered: