René's URL Explorer Experiment


Title: Reading using open api fails with 416 error code in google-resumable-media · Issue #399 · googleapis/python-storage · GitHub

Open Graph Title: Reading using open api fails with 416 error code in google-resumable-media · Issue #399 · googleapis/python-storage

X Title: Reading using open api fails with 416 error code in google-resumable-media · Issue #399 · googleapis/python-storage

Description: OS type and version: Ubuntu Python version: 3.7.5 pip version: 9.0.1 google-cloud-storage version: 1.37.0 google-resumable-media version: 1.2.0 While trying to copy a gcs file using blob.open method to read and write, it fails at the las...

Open Graph Description: OS type and version: Ubuntu Python version: 3.7.5 pip version: 9.0.1 google-cloud-storage version: 1.37.0 google-resumable-media version: 1.2.0 While trying to copy a gcs file using blob.open metho...

X Description: OS type and version: Ubuntu Python version: 3.7.5 pip version: 9.0.1 google-cloud-storage version: 1.37.0 google-resumable-media version: 1.2.0 While trying to copy a gcs file using blob.open metho...

Opengraph URL: https://github.com/googleapis/python-storage/issues/399

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Reading using open api fails with 416 error code in google-resumable-media","articleBody":"  - OS type and version: Ubuntu\r\n  - Python version: 3.7.5\r\n  - pip version: 9.0.1\r\n  - `google-cloud-storage` version: 1.37.0\r\n  - `google-resumable-media` version: 1.2.0\r\n\r\nWhile trying to copy a gcs file using blob.open method to read and write, it fails at the last read step with the following error:\r\n```\r\ngoogle.resumable_media.common.InvalidResponse: ('Request failed with status code', 416, 'Expected one of', \u003cHTTP\r\nStatus.OK: 200\u003e, \u003cHTTPStatus.PARTIAL_CONTENT: 206\u003e)\r\n```\r\n\r\n#### Code example\r\n\r\nIn the snippet below i am using shutil.copyfileobj, but same error happens if I i loop and call read with a chunk size.\r\n\r\n```python\r\nimport shutil\r\n\r\nfrom google.cloud import storage\r\n\r\nclient = storage.Client()\r\nbucket: storage.Bucket = client.bucket(\"gcp-public-data-landsat\")\r\nblob = bucket.get_blob(\"index.csv.gz\")\r\nsrc = blob.open(\"rb\", chunk_size=40 * 1024 * 1024)\r\ndest = open(\"index.csv.gz\", \"wb\")\r\nshutil.copyfileobj(src, dest, 40 * 1024 * 1024)\r\n```\r\n\r\n#### Stack trace\r\n```\r\nOriginal exception was:\r\nTraceback (most recent call last):\r\n  File \"/home/amardeeps/.local/lib/python3.7/site-packages/google/cloud/storage/client.py\", line 728, in downloa\r\nd_blob_to_file\r\n    checksum=checksum,\r\n  File \"/home/amardeeps/.local/lib/python3.7/site-packages/google/cloud/storage/blob.py\", line 961, in _do_downl\r\noad\r\n    response = download.consume(transport, timeout=timeout)\r\n  File \"/home/amardeeps/.local/lib/python3.7/site-packages/google/resumable_media/requests/download.py\", line 16\r\n8, in consume\r\n    self._process_response(result)\r\n  File \"/home/amardeeps/.local/lib/python3.7/site-packages/google/resumable_media/_download.py\", line 186, in _p\r\nrocess_response\r\n    response, _ACCEPTABLE_STATUS_CODES, self._get_status_code\r\n  File \"/home/amardeeps/.local/lib/python3.7/site-packages/google/resumable_media/_helpers.py\", line 104, in req\r\nuire_status_code\r\n    *status_codes\r\ngoogle.resumable_media.common.InvalidResponse: ('Request failed with status code', 416, 'Expected one of', \u003cHTTP\r\nStatus.OK: 200\u003e, \u003cHTTPStatus.PARTIAL_CONTENT: 206\u003e)\r\nDuring handling of the above exception, another exception occurred:\r\nTraceback (most recent call last):\r\n  File \"storage-test.py\", line 10, in \u003cmodule\u003e\r\n    shutil.copyfileobj(src, dest, 40 * 1024 * 1024)\r\n  File \"/usr/lib/python3.7/shutil.py\", line 79, in copyfileobj\r\n    buf = fsrc.read(length)\r\n  File \"/home/amardeeps/.local/lib/python3.7/site-packages/google/cloud/storage/fileio.py\", line 97, in read\r\n    start=fetch_start, end=fetch_end, **self._download_kwargs\r\n  File \"/home/amardeeps/.local/lib/python3.7/site-packages/google/cloud/storage/blob.py\", line 1307, in download\r\n_as_bytes\r\n    checksum=checksum,\r\n  File \"/home/amardeeps/.local/lib/python3.7/site-packages/google/cloud/storage/client.py\", line 731, in downloa\r\nd_blob_to_file\r\n    _raise_from_invalid_response(exc)\r\n  File \"/home/amardeeps/.local/lib/python3.7/site-packages/google/cloud/storage/blob.py\", line 4061, in _raise_f\r\nrom_invalid_response\r\n    raise exceptions.from_http_status(response.status_code, message, response=response)\r\ngoogle.api_core.exceptions.RequestRangeNotSatisfiable: 416 GET https://storage.googleapis.com/download/storage/v\r\n1/b/gcp-public-data-landsat/o/index.csv.gz?generation=1616911592995216\u0026alt=media: Request range not satisfiable:\r\n ('Request failed with status code', 416, 'Expected one of', \u003cHTTPStatus.OK: 200\u003e, \u003cHTTPStatus.PARTIAL_CONTENT: \r\n206\u003e)\r\n```\r\n\r\n","author":{"url":"https://github.com/amardeep","@type":"Person","name":"amardeep"},"datePublished":"2021-03-28T06:56:41.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/399/python-storage/issues/399"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:dbfb6333-5696-27b4-ab95-18fd006600f4
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB6A6:90895:142C047:1B7B7A0:6A4D73F5
html-safe-nonce5abbeb648ce5df2d85693e8161a0949224fb1c48498da7ef83d249e3eaf78c9d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNkE2OjkwODk1OjE0MkMwNDc6MUI3QjdBMDo2QTRENzNGNSIsInZpc2l0b3JfaWQiOiI4ODgyMzExNzUyMjY5NTI2MDA1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac96a32b4605f78aec2b52638b33a190f5e8def3295610cd938fa1ee7f13e96fb2
hovercard-subject-tagissue:842678015
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-storage/399/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6c033eb812885fb0564d8549cc81d7802896ce1d0996bfc2a9380e92e5f8e71d/googleapis/python-storage/issues/399
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6c033eb812885fb0564d8549cc81d7802896ce1d0996bfc2a9380e92e5f8e71d/googleapis/python-storage/issues/399
og:image:altOS type and version: Ubuntu Python version: 3.7.5 pip version: 9.0.1 google-cloud-storage version: 1.37.0 google-resumable-media version: 1.2.0 While trying to copy a gcs file using blob.open metho...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameamardeep
hostnamegithub.com
expected-hostnamegithub.com
Nonec78260c7b3f4ac4b0356c8208537f05406a3a2d46a9ec3f735b372dcc519c39e
turbo-cache-controlno-preview
go-importgithub.com/googleapis/python-storage git https://github.com/googleapis/python-storage.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id226992639
octolytics-dimension-repository_nwogoogleapis/python-storage
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id226992639
octolytics-dimension-repository_network_root_nwogoogleapis/python-storage
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
release399fff412f48461d435721c009efc17ea44be72f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/python-storage/issues/399#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-storage%2Fissues%2F399
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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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-storage%2Fissues%2F399
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-storage
Reloadhttps://github.com/googleapis/python-storage/issues/399
Reloadhttps://github.com/googleapis/python-storage/issues/399
Reloadhttps://github.com/googleapis/python-storage/issues/399
Please reload this pagehttps://github.com/googleapis/python-storage/issues/399
googleapis https://github.com/googleapis
python-storagehttps://github.com/googleapis/python-storage
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fpython-storage
Fork 172 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-storage
Star 502 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-storage
Code https://github.com/googleapis/python-storage
Issues 0 https://github.com/googleapis/python-storage/issues
Pull requests 0 https://github.com/googleapis/python-storage/pulls
Actions https://github.com/googleapis/python-storage/actions
Projects https://github.com/googleapis/python-storage/projects
Security and quality 0 https://github.com/googleapis/python-storage/security
Insights https://github.com/googleapis/python-storage/pulse
Code https://github.com/googleapis/python-storage
Issues https://github.com/googleapis/python-storage/issues
Pull requests https://github.com/googleapis/python-storage/pulls
Actions https://github.com/googleapis/python-storage/actions
Projects https://github.com/googleapis/python-storage/projects
Security and quality https://github.com/googleapis/python-storage/security
Insights https://github.com/googleapis/python-storage/pulse
#400https://github.com/googleapis/python-storage/pull/400
Reading using open api fails with 416 error code in google-resumable-mediahttps://github.com/googleapis/python-storage/issues/399#top
#400https://github.com/googleapis/python-storage/pull/400
api: storageIssues related to the googleapis/python-storage API.https://github.com/googleapis/python-storage/issues?q=state%3Aopen%20label%3A%22api%3A%20storage%22
type: questionRequest for information or clarification. Not an issue.https://github.com/googleapis/python-storage/issues?q=state%3Aopen%20label%3A%22type%3A%20question%22
https://github.com/amardeep
amardeephttps://github.com/amardeep
on Mar 28, 2021https://github.com/googleapis/python-storage/issues/399#issue-842678015
api: storageIssues related to the googleapis/python-storage API.https://github.com/googleapis/python-storage/issues?q=state%3Aopen%20label%3A%22api%3A%20storage%22
type: questionRequest for information or clarification. Not an issue.https://github.com/googleapis/python-storage/issues?q=state%3Aopen%20label%3A%22type%3A%20question%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.