Coder Social home page Coder Social logo

IPv6 cannot search database about iptocc HOT 2 CLOSED

mathgeek12 avatar mathgeek12 commented on July 26, 2024
IPv6 cannot search database

from iptocc.

Comments (2)

roniemartinez avatar roniemartinez commented on July 26, 2024

Hi @mathgeek12

You shouldn't call ipv6_get_country_code() directly as it was designed to accept ipaddress.IPv6Address type.

Instead, call get_country_code() as conversions happen here.

Notice the source:

    if six.PY2 and isinstance(ip_address, six.string_types):
        ip_address = ipaddress.ip_address(unicode(ip_address))

from iptocc.

mathgeek12 avatar mathgeek12 commented on July 26, 2024

@code-reaQtor Yes , i called the get_country_code. The issue is once it is directed to ipv6_get_country_code. The string is already in Unicode but it is now looking for a string ‘{}/{}’ it is throwing that error because it is not searching for Unicode. No matter the IPv6 address entered the error message always refers to “2001:200::/35” *after looking in the database this is the first ipv6 value listed. Once I edited that part of the ipv6 function , get_country_code was able to search the dB for ipv6 locations.

from iptocc.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.