René's URL Explorer Experiment


Title: An error was reported getting the regions list (Invalid enum value SERVICE_ATTACHMENTS) · Issue #111 · googleapis/python-compute · GitHub

Open Graph Title: An error was reported getting the regions list (Invalid enum value SERVICE_ATTACHMENTS) · Issue #111 · googleapis/python-compute

X Title: An error was reported getting the regions list (Invalid enum value SERVICE_ATTACHMENTS) · Issue #111 · googleapis/python-compute

Description: Thanks for stopping by to let us know something could be better! PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response. Plea...

Open Graph Description: Thanks for stopping by to let us know something could be better! PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. ...

X Description: Thanks for stopping by to let us know something could be better! PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. ...

Opengraph URL: https://github.com/googleapis/python-compute/issues/111

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"An error was reported getting the regions list (Invalid enum value SERVICE_ATTACHMENTS)","articleBody":"Thanks for stopping by to let us know something could be better!\r\n\r\n**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.\r\n\r\nPlease run down the following list and make sure you've tried the usual \"quick fixes\":\r\n\r\n  - Search the issues already opened: https://github.com/googleapis/google-api-python-client/issues\r\n  - Search StackOverflow: https://stackoverflow.com/questions/tagged/google-cloud-platform+python\r\n\r\nIf you are still having issues, please be sure to include as much information as possible:\r\n\r\n#### Environment details\r\n\r\n  - OS type and version:\r\n  - Python version: `Python 3.8.6`\r\n  - pip version: `pip 20.2.1`\r\n  - `google-api-python-client` version: `Version: 2.18.0`\r\n\r\n#### Steps to reproduce\r\n\r\n  1. Create RegionsClient\r\n  2. Get regions list\r\n\r\n#### Code example\r\n\r\n```python\r\n# example\r\nregions_client = RegionsClient.from_service_account_info(info=info)\r\nregions_client.list(project=project_id)\r\n```\r\n\r\n#### Stack trace\r\n```\r\n# example\r\nTraceback (most recent call last):\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/django/core/handlers/exception.py\", line 47, in inner\r\n    response = get_response(request)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/django/core/handlers/base.py\", line 181, in _get_response\r\n    response = wrapped_callback(request, *callback_args, **callback_kwargs)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/contextlib.py\", line 75, in inner\r\n    return func(*args, **kwds)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/django/views/decorators/csrf.py\", line 54, in wrapped_view\r\n    return view_func(*args, **kwargs)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/django/views/generic/base.py\", line 70, in view\r\n    return self.dispatch(request, *args, **kwargs)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/rest_framework/views.py\", line 509, in dispatch\r\n    response = self.handle_exception(exc)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/rest_framework/views.py\", line 469, in handle_exception\r\n    self.raise_uncaught_exception(exc)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/rest_framework/views.py\", line 480, in raise_uncaught_exception\r\n    raise exc\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/rest_framework/views.py\", line 506, in dispatch\r\n    response = handler(request, *args, **kwargs)\r\n  File \"/Users/jiangjiebai/Bai/Project/Jumpserver/jumpserver/apps/xpack/plugins/cloud/api.py\", line 35, in get\r\n    validity, error = account.is_valid(return_tuples=True)\r\n  File \"/Users/jiangjiebai/Bai/Project/Jumpserver/jumpserver/apps/xpack/plugins/cloud/models.py\", line 60, in is_valid\r\n    return self.provider_instance.is_valid(return_tuples=return_tuples)\r\n  File \"/Users/jiangjiebai/Bai/Project/Jumpserver/jumpserver/apps/xpack/plugins/cloud/providers/gcp.py\", line 33, in is_valid\r\n    return self.get_regions()\r\n  File \"/Users/jiangjiebai/Bai/Project/Jumpserver/jumpserver/apps/xpack/plugins/cloud/providers/gcp.py\", line 29, in get_regions\r\n    regions = self.regions_client.list(project=self.project)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/google/cloud/compute_v1/services/regions/client.py\", line 467, in list\r\n    response = rpc(request, retry=retry, timeout=timeout, metadata=metadata,)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py\", line 142, in __call__\r\n    return wrapped_func(*args, **kwargs)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py\", line 66, in error_remapped_callable\r\n    return callable_(*args, **kwargs)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/google/cloud/compute_v1/services/regions/transports/rest.py\", line 202, in list\r\n    return compute.RegionList.from_json(\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/proto/message.py\", line 374, in from_json\r\n    Parse(payload, instance._pb, ignore_unknown_fields=ignore_unknown_fields)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/google/protobuf/json_format.py\", line 434, in Parse\r\n    return ParseDict(js, message, ignore_unknown_fields, descriptor_pool)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/google/protobuf/json_format.py\", line 454, in ParseDict\r\n    parser.ConvertMessage(js_dict, message)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/google/protobuf/json_format.py\", line 485, in ConvertMessage\r\n    self._ConvertFieldValuePair(value, message)\r\n  File \"/Users/jiangjiebai/.virtualenv/corePy3.8/lib/python3.8/site-packages/google/protobuf/json_format.py\", line 597, in _ConvertFieldValuePair\r\n    raise ParseError('Failed to parse {0} field: {1}.'.format(name, e))\r\ngoogle.protobuf.json_format.ParseError: Failed to parse items field: Failed to parse quotas field: Invalid enum value SERVICE_ATTACHMENTS for enum type google.cloud.compute.v1.Quota.Metric...\r\n\r\nI checked v2.18.0 to add SERVICE_ATTACHMENTS option in file (compute.v1.json), but switch to V2.17.0 also reported the same error\r\n\r\n```\r\n\r\nMaking sure to follow these steps will guarantee the quickest resolution possible.\r\n\r\nThanks!\r\n","author":{"url":"https://github.com/baijiangjie","@type":"Person","name":"baijiangjie"},"datePublished":"2021-08-30T07:26:43.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/111/python-compute/issues/111"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:82d29f2e-52dd-1265-8871-7e82e1d5f7fa
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB5EC:2F874:84B72E:BCACF5:6A4E7BBB
html-safe-nonce0c65465c108c92326ff745bd1f55c39917b25be90cc33a6b0b7a190964af7418
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNUVDOjJGODc0Ojg0QjcyRTpCQ0FDRjU6NkE0RTdCQkIiLCJ2aXNpdG9yX2lkIjoiODY3MjI4OTkzODg0OTI5OTM4NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac32cee3099f4913e2524df49f3c2b1b6b335198bf434c701cef9f07f3ae53cc61
hovercard-subject-tagissue:982966257
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/python-compute/111/issue_layout
twitter:imagehttps://opengraph.githubassets.com/04cddb8a866b7be36116581222655058ae34511c94a50137fb833e1d481d9a39/googleapis/python-compute/issues/111
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/04cddb8a866b7be36116581222655058ae34511c94a50137fb833e1d481d9a39/googleapis/python-compute/issues/111
og:image:altThanks for stopping by to let us know something could be better! PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamebaijiangjie
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
go-importgithub.com/googleapis/python-compute git https://github.com/googleapis/python-compute.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id328021905
octolytics-dimension-repository_nwogoogleapis/python-compute
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id328021905
octolytics-dimension-repository_network_root_nwogoogleapis/python-compute
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6a744804e8e70f97b4d5a18a94dcc63db22f97a
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/python-compute/issues/111#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-compute%2Fissues%2F111
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-compute%2Fissues%2F111
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=googleapis%2Fpython-compute
Reloadhttps://github.com/googleapis/python-compute/issues/111
Reloadhttps://github.com/googleapis/python-compute/issues/111
Reloadhttps://github.com/googleapis/python-compute/issues/111
Please reload this pagehttps://github.com/googleapis/python-compute/issues/111
googleapis https://github.com/googleapis
python-computehttps://github.com/googleapis/python-compute
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fpython-compute
Fork 24 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-compute
Star 38 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-compute
Code https://github.com/googleapis/python-compute
Issues 0 https://github.com/googleapis/python-compute/issues
Pull requests 0 https://github.com/googleapis/python-compute/pulls
Actions https://github.com/googleapis/python-compute/actions
Projects https://github.com/googleapis/python-compute/projects
Security and quality 0 https://github.com/googleapis/python-compute/security
Insights https://github.com/googleapis/python-compute/pulse
Code https://github.com/googleapis/python-compute
Issues https://github.com/googleapis/python-compute/issues
Pull requests https://github.com/googleapis/python-compute/pulls
Actions https://github.com/googleapis/python-compute/actions
Projects https://github.com/googleapis/python-compute/projects
Security and quality https://github.com/googleapis/python-compute/security
Insights https://github.com/googleapis/python-compute/pulse
An error was reported getting the regions list (Invalid enum value SERVICE_ATTACHMENTS)https://github.com/googleapis/python-compute/issues/111#top
https://github.com/busunkim96
https://github.com/vam-google
api: computeIssues related to the googleapis/python-compute API.https://github.com/googleapis/python-compute/issues?q=state%3Aopen%20label%3A%22api%3A%20compute%22
externalThis issue is blocked on a bug with the actual product.https://github.com/googleapis/python-compute/issues?q=state%3Aopen%20label%3A%22external%22
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.https://github.com/googleapis/python-compute/issues?q=state%3Aopen%20label%3A%22priority%3A%20p1%22
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/python-compute/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%22
https://github.com/baijiangjie
baijiangjiehttps://github.com/baijiangjie
on Aug 30, 2021https://github.com/googleapis/python-compute/issues/111#issue-982966257
support consolehttps://cloud.google.com/support/
https://github.com/googleapis/google-api-python-client/issueshttps://github.com/googleapis/google-api-python-client/issues
https://stackoverflow.com/questions/tagged/google-cloud-platform+pythonhttps://stackoverflow.com/questions/tagged/google-cloud-platform+python
busunkim96https://github.com/busunkim96
vam-googlehttps://github.com/vam-google
api: computeIssues related to the googleapis/python-compute API.https://github.com/googleapis/python-compute/issues?q=state%3Aopen%20label%3A%22api%3A%20compute%22
externalThis issue is blocked on a bug with the actual product.https://github.com/googleapis/python-compute/issues?q=state%3Aopen%20label%3A%22external%22
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.https://github.com/googleapis/python-compute/issues?q=state%3Aopen%20label%3A%22priority%3A%20p1%22
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/python-compute/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.