René's URL Explorer Experiment


Title: IPv6 does not work with link-local addresses · Issue #61 · jacobschaer/python-doipclient · GitHub

Open Graph Title: IPv6 does not work with link-local addresses · Issue #61 · jacobschaer/python-doipclient

X Title: IPv6 does not work with link-local addresses · Issue #61 · jacobschaer/python-doipclient

Description: The IPv6 implementation does work with "::1" but not with link-local addresses. For this to work I have replaced some lines in the client: def _connect(self): """Helper to establish socket communication""" ipv6 = type(ipaddress.ip_addres...

Open Graph Description: The IPv6 implementation does work with "::1" but not with link-local addresses. For this to work I have replaced some lines in the client: def _connect(self): """Helper to establish socket communic...

X Description: The IPv6 implementation does work with "::1" but not with link-local addresses. For this to work I have replaced some lines in the client: def _connect(self): """Helper to ...

Opengraph URL: https://github.com/jacobschaer/python-doipclient/issues/61

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"IPv6 does not work with link-local addresses","articleBody":"The IPv6 implementation does work with \"::1\" but not with link-local addresses. For this to work I have replaced some lines in the client:\n\n    def _connect(self):\n        \"\"\"Helper to establish socket communication\"\"\"\n\n        ipv6 = type(ipaddress.ip_address(self._ecu_ip_address)) == ipaddress.IPv6Address\n\n        self._tcp_sock = socket.socket(self._address_family, socket.SOCK_STREAM)\n        self._tcp_sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, True)\n        self._tcp_sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, True)\n        if self._client_ip_address is not None:\n            if ipv6:\n                ip_address, scope_id = self._client_ip_address.split(\"%\")\n                interface_index = socket.if_nametoindex(scope_id)\n                self._tcp_sock.bind((ip_address, 0, 0, interface_index))\n            else:\n                self._tcp_sock.bind((self._client_ip_address, 0))\n\nThis works for me when called with a \"...%...\" address (same for UDP port), I'm not an expert on IPv6 though.","author":{"url":"https://github.com/maspiess","@type":"Person","name":"maspiess"},"datePublished":"2025-07-28T14:26:55.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/61/python-doipclient/issues/61"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ed7b0dbf-bb61-ba54-6295-bd867b4a0648
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB97C:35E4E2:411110:5841FB:6A5ED31D
html-safe-nonce1b9dc23264f4e2c54dfcd93fded22a2d811ad18dc6251de2e1a561732c02ccc0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOTdDOjM1RTRFMjo0MTExMTA6NTg0MUZCOjZBNUVEMzFEIiwidmlzaXRvcl9pZCI6IjI3Nzk1NDU4NTg5OTYwOTc4MjIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacc3434d35fcc203df10cdb8e2d2230e3656bcddcfb871e351b5d2bf0db58041b6
hovercard-subject-tagissue:3270142320
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/jacobschaer/python-doipclient/61/issue_layout
twitter:imagehttps://opengraph.githubassets.com/28314909b417aeac648fc1a91297f60a7090ac32df97ec7a80fe86ffa7d2266a/jacobschaer/python-doipclient/issues/61
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/28314909b417aeac648fc1a91297f60a7090ac32df97ec7a80fe86ffa7d2266a/jacobschaer/python-doipclient/issues/61
og:image:altThe IPv6 implementation does work with "::1" but not with link-local addresses. For this to work I have replaced some lines in the client: def _connect(self): """Helper to establish socket communic...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemaspiess
hostnamegithub.com
expected-hostnamegithub.com
None9bd00899c80f8b6ea4e7a96c99290af4722b0befdf9e021b19232cbd6f993660
turbo-cache-controlno-preview
go-importgithub.com/jacobschaer/python-doipclient git https://github.com/jacobschaer/python-doipclient.git
octolytics-dimension-user_id5303784
octolytics-dimension-user_loginjacobschaer
octolytics-dimension-repository_id324655816
octolytics-dimension-repository_nwojacobschaer/python-doipclient
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id324655816
octolytics-dimension-repository_network_root_nwojacobschaer/python-doipclient
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
release9996307881fdf9017d864a20b3dfe5aae4dddd3e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/jacobschaer/python-doipclient/issues/61#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjacobschaer%2Fpython-doipclient%2Fissues%2F61
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
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
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%2Fjacobschaer%2Fpython-doipclient%2Fissues%2F61
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=jacobschaer%2Fpython-doipclient
Reloadhttps://github.com/jacobschaer/python-doipclient/issues/61
Reloadhttps://github.com/jacobschaer/python-doipclient/issues/61
Reloadhttps://github.com/jacobschaer/python-doipclient/issues/61
jacobschaer https://github.com/jacobschaer
python-doipclienthttps://github.com/jacobschaer/python-doipclient
Notifications https://github.com/login?return_to=%2Fjacobschaer%2Fpython-doipclient
Fork 68 https://github.com/login?return_to=%2Fjacobschaer%2Fpython-doipclient
Star 208 https://github.com/login?return_to=%2Fjacobschaer%2Fpython-doipclient
Code https://github.com/jacobschaer/python-doipclient
Issues 20 https://github.com/jacobschaer/python-doipclient/issues
Pull requests 3 https://github.com/jacobschaer/python-doipclient/pulls
Actions https://github.com/jacobschaer/python-doipclient/actions
Projects https://github.com/jacobschaer/python-doipclient/projects
Security and quality 0 https://github.com/jacobschaer/python-doipclient/security
Insights https://github.com/jacobschaer/python-doipclient/pulse
Code https://github.com/jacobschaer/python-doipclient
Issues https://github.com/jacobschaer/python-doipclient/issues
Pull requests https://github.com/jacobschaer/python-doipclient/pulls
Actions https://github.com/jacobschaer/python-doipclient/actions
Projects https://github.com/jacobschaer/python-doipclient/projects
Security and quality https://github.com/jacobschaer/python-doipclient/security
Insights https://github.com/jacobschaer/python-doipclient/pulse
IPv6 does not work with link-local addresseshttps://github.com/jacobschaer/python-doipclient/issues/61#top
https://github.com/maspiess
maspiesshttps://github.com/maspiess
on Jul 28, 2025https://github.com/jacobschaer/python-doipclient/issues/61#issue-3270142320
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.