Giter VIP home page Giter VIP logo

Comments (6)

Seanxedge avatar Seanxedge commented on July 23, 2024

Any known fix for this or are we waiting on an update?

from blossomspokemongomanager.

kribjo avatar kribjo commented on July 23, 2024

Seems related to #560 ?

from blossomspokemongomanager.

kribjo avatar kribjo commented on July 23, 2024

I've been trying to reproduce this (in v0.1.7) without success.
Someone else?
I've been trying first multi-renaming to "" and afterwards both with "name_IV%" (sic) as written in the issue report and with "%name%_%iv_rating%" as I think was the intended exact rename syntax. Also tried many other variations on the procedure.

However, during testing, I got another error where one of the renamed Pokémons (the only Murkrow) disappeared from the listing. Refresh list did not fix it, but application restart seemed to do.

from blossomspokemongomanager.

Grotarin avatar Grotarin commented on July 23, 2024

There seem to be somethng with pokemons type.
I try this pattern: %type_1%%type_2%%move_type_1%%dps_1%%move_type_2%%dps_2%
And for every pokemon I get "PoPo" followed by the correct data for the rest.
Ex: a Clefairy gets PoPops11FA13 instead of Fa__ps11FA13.
Is it only me?

from blossomspokemongomanager.

just-Addict avatar just-Addict commented on July 23, 2024

@Grotarin

First things first, even though it's a renaming issue, your problem is not necessarily the same or even related to the problem of the OP who created this issue. Only comment in an issue with a problem you encounter if that actually relates to the same issue, otherwise it's better to post it as a new issue. You were lucky I read all the comments but this might easily have gotten overlooked as not being related to the original issue.

I try this pattern: %type_1%%type_2%%move_type_1%%dps_1%%move_type_2%%dps_2%
And for every pokemon I get "PoPo" followed by the correct data for the rest.

I can confirm this and also think I found what happens. If I am not mistaken then lines 325 and 332 in PokeHandler.java are the issue

Instead of just
p.getSettings().getType().toString(); and p.getSettings().getType2().toString();
I think both statements should lose the .toString() bit and then be encapsulated in a
PokemonUtils.formatType( ... ) call because the result may still have the prefix pokemon_type_ and possibly none for the second type, which would explain why you get PoPo with the used pattern.

from blossomspokemongomanager.

just-Addict avatar just-Addict commented on July 23, 2024

@Seanxedge what is the exact pattern you used?

Like @kribjo I cannot reproduce this in the latest release version. To get the form you mentioned I used the pattern %name%_%iv_rating%%

from blossomspokemongomanager.

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.