Can't Repro
Status Update
Comments
va...@google.com <va...@google.com>
pu...@google.com <pu...@google.com> #2
Hello,
This issue report has been forwarded to the Cloud BigQuery Product team so that they may investigate it, but there is no ETA for a resolution today. Future updates regarding this issue will be provided here.
oo...@mintit.org <oo...@mintit.org> #3
Comment has been deleted.
ol...@staars.ru <ol...@staars.ru> #4
Hello, It's already latest version. I'm still facing the issue. Clarification: The error occurs with any command that sends a request. Local commands like "bq info" or "bq help" are processed normally.
pu...@google.com <pu...@google.com> #5
Hello,
Could you please check now if you are still facing the issue or not, if yes share the screenshot of the issue.
pu...@google.com <pu...@google.com> #6
Hello,
Thank you for your engagement regarding this issue. We haven’t heard back from you regarding this issue for sometime now. Hence, I'm going to close this issue which will no longer be monitored. However, if you have any new issues, Please don’t hesitate to create a new issue on the
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
========================================
== Platform ==
CPython:3.12.8:macOS-14.7.1-arm64-arm-64bit
== bq version ==
2.1.12
== Command line ==
['/opt/homebrew/share/google-cloud-sdk/platform/bq/bq.py', '--project_id=project-00000000', 'ls']
== UTC timestamp ==
2025-02-18 21:29:07
== Error trace ==
Traceback (most recent call last):
File "/opt/homebrew/share/google-cloud-sdk/platform/bq/frontend/bigquery_command.py", line 278, in RunSafely
return_value = self.RunWithArgs(*args, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/share/google-cloud-sdk/platform/bq/frontend/command_list.py", line 605, in RunWithArgs
objects_metadata = client_dataset.ListDatasetsWithTokenAndUnreachable(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/share/google-cloud-sdk/platform/bq/clients/client_dataset.py", line 70, in ListDatasetsWithTokenAndUnreachable
result = apiclient.datasets().list(**request).execute()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/share/google-cloud-sdk/platform/bq/clients/bigquery_http.py", line 227, in execute
return super().execute(
^^^^^^^^^^^^^^^^
File "/opt/homebrew/share/google-cloud-sdk/platform/bq/third_party/googleapiclient/_helpers.py", line 135, in positional_wrapper
return wrapped(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/share/google-cloud-sdk/platform/bq/third_party/googleapiclient/http.py", line 921, in execute
resp, content = _retry_request(
^^^^^^^^^^^^^^^
File "/opt/homebrew/share/google-cloud-sdk/platform/bq/clients/bigquery_http.py", line 70, in _RetryRequest
data = json.loads(content.decode('utf-8'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/decoder.py", line 338, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/decoder.py", line 356, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
========================================
What you expected to happen:
Any bq commands fails.
Steps to reproduce:
I use Big Query service account.
Other information (workarounds you have tried, documentation consulted, etc):
Google Cloud SDK 510.0.0
bq 2.1.12
core 2025.02.10
gcloud-crc32c 1.0.0
gsutil 5.33