René's URL Explorer Experiment


Title: Sending empty batch results in weird timeout error · Issue #5 · recombee/python-api-client · GitHub

Open Graph Title: Sending empty batch results in weird timeout error · Issue #5 · recombee/python-api-client

X Title: Sending empty batch results in weird timeout error · Issue #5 · recombee/python-api-client

Description: When doing: client.send(Batch([])) i am getting: Traceback` (most recent call last): File "/home/robert/repositories/homeq/playground10.py", line 19, in client.send(Batch([])) File "/home/robert/repositories/homeq/venv/lib/python3.9/site...

Open Graph Description: When doing: client.send(Batch([])) i am getting: Traceback` (most recent call last): File "/home/robert/repositories/homeq/playground10.py", line 19, in client.send(Batch([])) File "/home/robert/re...

X Description: When doing: client.send(Batch([])) i am getting: Traceback` (most recent call last): File "/home/robert/repositories/homeq/playground10.py", line 19, in client.send(Batch([])) File "...

Opengraph URL: https://github.com/recombee/python-api-client/issues/5

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Sending empty batch results in weird timeout error","articleBody":"When doing:\r\n\r\nclient.send(Batch([]))\r\n\r\ni am getting:\r\n\r\nTraceback` (most recent call last):\r\n  File \"/home/robert/repositories/homeq/playground10.py\", line 19, in \u003cmodule\u003e\r\n    client.send(Batch([]))\r\n  File \"/home/robert/repositories/homeq/venv/lib/python3.9/site-packages/recombee_api_client/api_client.py\", line 66, in send\r\n    return self.__post(request, uri, timeout)\r\n  File \"/home/robert/repositories/homeq/venv/lib/python3.9/site-packages/recombee_api_client/api_client.py\", line 118, in __post\r\n    response = requests.post(uri,\r\n  File \"/home/robert/repositories/homeq/venv/lib/python3.9/site-packages/requests/api.py\", line 117, in post\r\n    return request('post', url, data=data, json=json, **kwargs)\r\n  File \"/home/robert/repositories/homeq/venv/lib/python3.9/site-packages/requests/api.py\", line 61, in request\r\n    return session.request(method=method, url=url, **kwargs)\r\n  File \"/home/robert/repositories/homeq/venv/lib/python3.9/site-packages/requests/sessions.py\", line 542, in request\r\n    resp = self.send(prep, **send_kwargs)\r\n  File \"/home/robert/repositories/homeq/venv/lib/python3.9/site-packages/requests/sessions.py\", line 655, in send\r\n    r = adapter.send(request, **kwargs)\r\n  File \"/home/robert/repositories/homeq/venv/lib/python3.9/site-packages/requests/adapters.py\", line 435, in send\r\n    timeout = TimeoutSauce(connect=timeout, read=timeout)\r\n  File \"/home/robert/repositories/homeq/venv/lib/python3.9/site-packages/urllib3/util/timeout.py\", line 96, in __init__\r\n    self._connect = self._validate_timeout(connect, \"connect\")\r\n  File \"/home/robert/repositories/homeq/venv/lib/python3.9/site-packages/urllib3/util/timeout.py\", line 144, in _validate_timeout\r\n    raise ValueError(\r\nValueError: Attempted to set connect timeout to 0.0, but the timeout cannot be set to a value less than or equal to 0.\r\n\r\nProcess finished with exit code 1\r\n\r\n\r\nProbably should rather raise something that prevents the thing from going forward at all.","author":{"url":"https://github.com/sheepsy90","@type":"Person","name":"sheepsy90"},"datePublished":"2023-07-11T12:17:58.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/5/python-api-client/issues/5"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:0ae11a90-f6cb-08f4-0516-f306fa188314
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD440:308A6D:174421:1ED616:6982851D
html-safe-nonce1bcc892e60ebec43f49e10fca3ed3f6772eb399a520b0915b17fc0f3ae08995d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENDQwOjMwOEE2RDoxNzQ0MjE6MUVENjE2OjY5ODI4NTFEIiwidmlzaXRvcl9pZCI6IjE2NTc3OTQ2MzcxNDM5MDE0NjkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac949b8b44f19363343efe94c10130957223ae3e6fda5be4c2444110609cca445d
hovercard-subject-tagissue:1798810439
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/recombee/python-api-client/5/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b83153a00d03d2fc69c0470379b4a381c9be9f0442ffc43d214b991e1aebfa4f/recombee/python-api-client/issues/5
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b83153a00d03d2fc69c0470379b4a381c9be9f0442ffc43d214b991e1aebfa4f/recombee/python-api-client/issues/5
og:image:altWhen doing: client.send(Batch([])) i am getting: Traceback` (most recent call last): File "/home/robert/repositories/homeq/playground10.py", line 19, in client.send(Batch([])) File "/home/robert/re...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesheepsy90
hostnamegithub.com
expected-hostnamegithub.com
None502ff2009aec8671c806fca4ec6d758f90b6b96901b01d5f0ed23cc438efdf0f
turbo-cache-controlno-preview
go-importgithub.com/recombee/python-api-client git https://github.com/recombee/python-api-client.git
octolytics-dimension-user_id19200752
octolytics-dimension-user_loginrecombee
octolytics-dimension-repository_id65002560
octolytics-dimension-repository_nworecombee/python-api-client
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id65002560
octolytics-dimension-repository_network_root_nworecombee/python-api-client
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
release2e7b93cf13221e895180e11ba3b1028b0b71f0ac
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/recombee/python-api-client/issues/5#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Frecombee%2Fpython-api-client%2Fissues%2F5
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Frecombee%2Fpython-api-client%2Fissues%2F5
Sign up https://patch-diff.githubusercontent.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=recombee%2Fpython-api-client
Reloadhttps://patch-diff.githubusercontent.com/recombee/python-api-client/issues/5
Reloadhttps://patch-diff.githubusercontent.com/recombee/python-api-client/issues/5
Reloadhttps://patch-diff.githubusercontent.com/recombee/python-api-client/issues/5
recombee https://patch-diff.githubusercontent.com/recombee
python-api-clienthttps://patch-diff.githubusercontent.com/recombee/python-api-client
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Frecombee%2Fpython-api-client
Fork 8 https://patch-diff.githubusercontent.com/login?return_to=%2Frecombee%2Fpython-api-client
Star 28 https://patch-diff.githubusercontent.com/login?return_to=%2Frecombee%2Fpython-api-client
Code https://patch-diff.githubusercontent.com/recombee/python-api-client
Issues 2 https://patch-diff.githubusercontent.com/recombee/python-api-client/issues
Pull requests 2 https://patch-diff.githubusercontent.com/recombee/python-api-client/pulls
Actions https://patch-diff.githubusercontent.com/recombee/python-api-client/actions
Projects 0 https://patch-diff.githubusercontent.com/recombee/python-api-client/projects
Security 0 https://patch-diff.githubusercontent.com/recombee/python-api-client/security
Insights https://patch-diff.githubusercontent.com/recombee/python-api-client/pulse
Code https://patch-diff.githubusercontent.com/recombee/python-api-client
Issues https://patch-diff.githubusercontent.com/recombee/python-api-client/issues
Pull requests https://patch-diff.githubusercontent.com/recombee/python-api-client/pulls
Actions https://patch-diff.githubusercontent.com/recombee/python-api-client/actions
Projects https://patch-diff.githubusercontent.com/recombee/python-api-client/projects
Security https://patch-diff.githubusercontent.com/recombee/python-api-client/security
Insights https://patch-diff.githubusercontent.com/recombee/python-api-client/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/recombee/python-api-client/issues/5
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/recombee/python-api-client/issues/5
Sending empty batch results in weird timeout errorhttps://patch-diff.githubusercontent.com/recombee/python-api-client/issues/5#top
https://github.com/sheepsy90
https://github.com/sheepsy90
sheepsy90https://github.com/sheepsy90
on Jul 11, 2023https://github.com/recombee/python-api-client/issues/5#issue-1798810439
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.