Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR] begin_create_operation failed, when executing sync #48

Open
kaz-tk opened this issue Feb 8, 2024 · 1 comment
Open

[ERROR] begin_create_operation failed, when executing sync #48

kaz-tk opened this issue Feb 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kaz-tk
Copy link

kaz-tk commented Feb 8, 2024

now we are trying to use this plugin, but below error happens.
will dive into details

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/spaceone/core/pygrpc/api.py", line 100, in _generate_response
    for response in response_iterator:
  File "/usr/local/lib/python3.8/site-packages/plugin_azure_cost_mgmt_cost_datasource-1.1.9-py3.8.egg/cloudforet/cost_analysis/interface/grpc/plugin/cost.py", line 15, in get_data
    for costs_data in response_stream:
  File "/usr/local/lib/python3.8/site-packages/plugin_azure_cost_mgmt_cost_datasource-1.1.9-py3.8.egg/cloudforet/cost_analysis/manager/cost_manager.py", line 51, in get_data
    blobs = self.azure_cm_connector.begin_create_operation(
  File "/usr/local/lib/python3.8/site-packages/plugin_azure_cost_mgmt_cost_datasource-1.1.9-py3.8.egg/cloudforet/cost_analysis/connector/azure_cost_mgmt_connector.py", line 108, in begin_create_operation
    raise ERROR_UNKNOWN(message=f'[ERROR] begin_create_operation failed')
spaceone.core.error.ERROR_UNKNOWN:
        error_code = ERROR_UNKNOWN
        status_code = INTERNAL
        message = [ERROR] begin_create_operation failed
2024-02-08T09:22:27.265Z [ERROR]       (azure_cost_mgmt_connector.py:107) [begin_create_operation] error message: Operation returned an invalid status 'Not Acceptable'
2024-02-08T09:22:27.266Z [ERROR]       (api.py:93) (Error) => [ERROR] begin_create_operation failed
        error_code = ERROR_UNKNOWN
        status_code = INTERNAL
        message = [ERROR] begin_create_operation failed
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/plugin_azure_cost_mgmt_cost_datasource-1.1.9-py3.8.egg/cloudforet/cost_analysis/connector/azure_cost_mgmt_connector.py", line 94, in begin_create_operation
    response = self.cost_mgmt_client.generate_cost_details_report.begin_create_operation(scope=scope,
  File "/usr/local/lib/python3.8/site-packages/azure/core/tracing/decorator.py", line 78, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/azure/mgmt/costmanagement/operations/_generate_cost_details_report_operations.py", line 329, in begin_create_operation
    raw_result = self._create_operation_initial(
  File "/usr/local/lib/python3.8/site-packages/azure/mgmt/costmanagement/operations/_generate_cost_details_report_operations.py", line 164, in _create_operation_initial
    raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: Operation returned an invalid status 'Not Acceptable'
@ImMin5
Copy link
Member

ImMin5 commented Feb 20, 2024

Hi, @kaz-tk

I apologize for the delayed response. After reviewing the details you provided, it seems that there might be a network issue or an issue with your billing account status.Of course, I will conduct further investigation. Could you please check your environment and the status of your Azure Billing Account as well?

@ImMin5 ImMin5 added the bug Something isn't working label Feb 20, 2024
@ImMin5 ImMin5 self-assigned this Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants