René's URL Explorer Experiment


Title: Bad URI when a file name has brackets · Issue #35 · ConvertAPI/convertapi-library-ruby · GitHub

Open Graph Title: Bad URI when a file name has brackets · Issue #35 · ConvertAPI/convertapi-library-ruby

X Title: Bad URI when a file name has brackets · Issue #35 · ConvertAPI/convertapi-library-ruby

Description: When I try to add a watermark to a file with [ or ] in its name, I get # ConvertApi.convert( "watermark-overlay...

Open Graph Description: When I try to add a watermark to a file with [ or ] in its name, I get #

X Description: When I try to add a watermark to a file with [ or ] in its name, I get #<URI::InvalidURIError: bad URI (is not URI?): "https://v2.convertapi.com/d/p2bempn0sjua63w36zyxjr2d2weq7o34/[dev]+sam...

Opengraph URL: https://github.com/ConvertAPI/convertapi-library-ruby/issues/35

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Bad URI when a file name has brackets","articleBody":"When I try to add a watermark to a file with `[` or `]` in its name, I get `#\u003cURI::InvalidURIError: bad URI (is not URI?): \"https://v2.convertapi.com/d/p2bempn0sjua63w36zyxjr2d2weq7o34/[dev]+sample.pdf\"\u003e`\n\n```ruby\n\nConvertApi.convert(\n  \"watermark-overlay\",\n  {\n    File: \"./[dev] sample.pdf\",\n    OverlayFile: ConvertApi::UploadIO.new(File.open(\"some-other.pdf\")),\n    Scale: \"75\",\n    Opacity: \"30\",\n    Style: \"stamp\"\n  },\n  from_format: \"pdf\"\n).file.save(\"./sample.watermarked.pdf\")\n#\u003cURI::InvalidURIError: bad URI (is not URI?): \"https://v2.convertapi.com/d/p2bempn0sjua63w36zyxjr2d2weq7o34/[dev]+sample.pdf\"\u003e\n```\n\nIf I try to do it without saving, it will be OK, but the URI provided is not a valid URI nor URL:\n\n```ruby\nConvertApi.convert(\n  \"watermark-overlay\",\n  {\n    File: \"./[dev] sample.pdf\",\n    OverlayFile: ConvertApi::UploadIO.new(File.open(SaasAppSettings.instance.watermark_file_path)),\n    Scale: \"75\",\n    Opacity: \"30\",\n    Style: \"stamp\"\n  },\n  from_format: \"pdf\"\n).file\n\n#\u003cConvertApi::ResultFile:0x0000ffff94106a28\n# @info=\n#  {\"FileName\"=\u003e\"[dev] sample.pdf\",\n#   \"FileExt\"=\u003e\"pdf\",\n#   \"FileSize\"=\u003e121463,\n#   \"FileId\"=\u003e\"y0xnqdx161tcmbghnf0x3yjniih0ckek\",\n#   \"Url\"=\u003e\"https://v2.convertapi.com/d/y0xnqdx161tcmbghnf0x3yjniih0ckek/[dev]%20sample.pdf\"}\u003e \u003c= invalid!\n# but it should be 'https://v2.convertapi.com/d/f82j2d0chmxv4xqqa45s3kql613al2aj/%5Bdev%5D+sample.pdf'\n```\n\nSo I think it should be fixed on the server. The workaround I found is to patch the `ConvertApi::ResultFile`:\n```ruby\nrequire \"addressable/uri\"\n\nmodule ConvertApi\n  class ResultFile\n    def url\n      Addressable::URI.parse(info[\"Url\"]).normalize.to_s\n    end\n  end\nend\n```\nwhich requires this gem https://github.com/sporkmonger/addressable.\n\nRuby version 3.2.9 (but I think it does not depend)\nLibrary version 2.0.0 or 3.0.0 (tried on both, but I think it does not depend on library version, since the bug is in the API)\n\n","author":{"url":"https://github.com/DmitryBarskov","@type":"Person","name":"DmitryBarskov"},"datePublished":"2025-08-28T14:41:44.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/35/convertapi-library-ruby/issues/35"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6a339bac-b710-124d-d29b-174379181ec2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC5FC:27383:ADE920:E3468F:697F6BF9
html-safe-nonceb517a16896e99dc416968d00144f403ee16e7785115d87f2e545c14db43a1b32
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNUZDOjI3MzgzOkFERTkyMDpFMzQ2OEY6Njk3RjZCRjkiLCJ2aXNpdG9yX2lkIjoiNjQ2MTc0MzMzMzI3MzIwMTY1NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac88efc49700337f68caca1cd4aeccecad5e24184e9dbcf4047e3c3500fcd9ae16
hovercard-subject-tagissue:3363601860
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/ConvertAPI/convertapi-library-ruby/35/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b6b0765a35f7ebda85e856187768ba3b625f1c2af78130ce4cdf03a633a2791f/ConvertAPI/convertapi-library-ruby/issues/35
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b6b0765a35f7ebda85e856187768ba3b625f1c2af78130ce4cdf03a633a2791f/ConvertAPI/convertapi-library-ruby/issues/35
og:image:altWhen I try to add a watermark to a file with [ or ] in its name, I get #
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameDmitryBarskov
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/ConvertAPI/convertapi-library-ruby git https://github.com/ConvertAPI/convertapi-library-ruby.git
octolytics-dimension-user_id37071453
octolytics-dimension-user_loginConvertAPI
octolytics-dimension-repository_id133849236
octolytics-dimension-repository_nwoConvertAPI/convertapi-library-ruby
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id133849236
octolytics-dimension-repository_network_root_nwoConvertAPI/convertapi-library-ruby
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
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/ConvertAPI/convertapi-library-ruby/issues/35#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FConvertAPI%2Fconvertapi-library-ruby%2Fissues%2F35
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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%2FConvertAPI%2Fconvertapi-library-ruby%2Fissues%2F35
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=ConvertAPI%2Fconvertapi-library-ruby
Reloadhttps://github.com/ConvertAPI/convertapi-library-ruby/issues/35
Reloadhttps://github.com/ConvertAPI/convertapi-library-ruby/issues/35
Reloadhttps://github.com/ConvertAPI/convertapi-library-ruby/issues/35
ConvertAPI https://github.com/ConvertAPI
convertapi-library-rubyhttps://github.com/ConvertAPI/convertapi-library-ruby
Notifications https://github.com/login?return_to=%2FConvertAPI%2Fconvertapi-library-ruby
Fork 10 https://github.com/login?return_to=%2FConvertAPI%2Fconvertapi-library-ruby
Star 12 https://github.com/login?return_to=%2FConvertAPI%2Fconvertapi-library-ruby
Code https://github.com/ConvertAPI/convertapi-library-ruby
Issues 3 https://github.com/ConvertAPI/convertapi-library-ruby/issues
Pull requests 2 https://github.com/ConvertAPI/convertapi-library-ruby/pulls
Actions https://github.com/ConvertAPI/convertapi-library-ruby/actions
Projects 0 https://github.com/ConvertAPI/convertapi-library-ruby/projects
Security 0 https://github.com/ConvertAPI/convertapi-library-ruby/security
Insights https://github.com/ConvertAPI/convertapi-library-ruby/pulse
Code https://github.com/ConvertAPI/convertapi-library-ruby
Issues https://github.com/ConvertAPI/convertapi-library-ruby/issues
Pull requests https://github.com/ConvertAPI/convertapi-library-ruby/pulls
Actions https://github.com/ConvertAPI/convertapi-library-ruby/actions
Projects https://github.com/ConvertAPI/convertapi-library-ruby/projects
Security https://github.com/ConvertAPI/convertapi-library-ruby/security
Insights https://github.com/ConvertAPI/convertapi-library-ruby/pulse
New issuehttps://github.com/login?return_to=https://github.com/ConvertAPI/convertapi-library-ruby/issues/35
New issuehttps://github.com/login?return_to=https://github.com/ConvertAPI/convertapi-library-ruby/issues/35
Bad URI when a file name has bracketshttps://github.com/ConvertAPI/convertapi-library-ruby/issues/35#top
https://github.com/DmitryBarskov
https://github.com/DmitryBarskov
DmitryBarskovhttps://github.com/DmitryBarskov
on Aug 28, 2025https://github.com/ConvertAPI/convertapi-library-ruby/issues/35#issue-3363601860
https://github.com/sporkmonger/addressablehttps://github.com/sporkmonger/addressable
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.