GithubHelp home page GithubHelp logo

Comments (3)

samccone avatar samccone commented on September 27, 2024 4

this is a serious issue

from pokedex.org.

djrosenbaum avatar djrosenbaum commented on September 27, 2024

i see the problem. below data from monsters.txt, some monster descriptions have multiple _gen_5

Affected Pokemon include Pidgeot, Woobat, and Mew.

desc: Pidgeot 2 [ { name: 'pidgeotto_gen_5',
    resource_uri: '/api/v1/description/269/' },
  { name: 'pidgeot_gen_5',
    resource_uri: '/api/v1/description/285/' } ]
desc: Paras 2 [ { name: 'paras_gen_5',
    resource_uri: '/api/v1/description/747/' },
  { name: 'parasect_gen_5',
    resource_uri: '/api/v1/description/764/' } ]
desc: Abra 2 [ { name: 'abra_gen_5',
    resource_uri: '/api/v1/description/1020/' },
  { name: 'kadabra_gen_5',
    resource_uri: '/api/v1/description/1039/' } ]
desc: Porygon 3 [ { name: 'porygon_gen_5',
    resource_uri: '/api/v1/description/2260/' },
  { name: 'porygon2_gen_5',
    resource_uri: '/api/v1/description/3643/' },
  { name: 'porygon-z_gen_5',
    resource_uri: '/api/v1/description/5754/' } ]
desc: Kabuto 2 [ { name: 'kabuto_gen_5',
    resource_uri: '/api/v1/description/2305/' },
  { name: 'kabutops_gen_5',
    resource_uri: '/api/v1/description/2321/' } ]
desc: Mew 2 [ { name: 'mewtwo_gen_5',
    resource_uri: '/api/v1/description/2459/' },
  { name: 'mew_gen_5', resource_uri: '/api/v1/description/2475/' } ]
desc: Marill 2 [ { name: 'marill_gen_5',
    resource_uri: '/api/v1/description/2916/' },
  { name: 'azumarill_gen_5',
    resource_uri: '/api/v1/description/2933/' } ]
desc: Aron 2 [ { name: 'aron_gen_5',
    resource_uri: '/api/v1/description/4379/' },
  { name: 'volcarona_gen_5',
    resource_uri: '/api/v1/description/6436/' } ]
desc: Woobat 2 [ { name: 'swoobat_gen_5',
    resource_uri: '/api/v1/description/5998/' },
  { name: 'woobat_gen_5',
    resource_uri: '/api/v1/description/5993/' } ]
desc: Klink 2 [ { name: 'klink_gen_5',
    resource_uri: '/api/v1/description/6276/' },
  { name: 'klinklang_gen_5',
    resource_uri: '/api/v1/description/6284/' } ]
desc: Klang 2 [ { name: 'klang_gen_5',
    resource_uri: '/api/v1/description/6280/' },
  { name: 'klinklang_gen_5',
    resource_uri: '/api/v1/description/6284/' } ]

from pokedex.org.

nolanlawson avatar nolanlawson commented on September 27, 2024

Yeah unfortunately the data was taken from pokeapi v1. Migrating to v2 ought to correct the problem, but I've been avoiding it because I basically used a lot of ad-hoc scripts to transform v1 into the format used by the app, and those would need to be almost entirely rewritten for v2...

from pokedex.org.

Related Issues (20)

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.