cppisking / ffrk-inspector

Issues tracker for FFRK Inspector
10 stars 8 forks source link

Drop Names Showing as Number/ID #19

Closed beittenc closed 9 years ago

beittenc commented 9 years ago

Since the release last night (release 7), drops in the UI have been showing as IDs for me instead of the item name. I think they're being uploaded correctly, but it does make it a bit more challenging to anticipate what's going on.

cppisking commented 9 years ago

Is this on the item search tab and the current battle tab? Or just current battle? Try searching for an item by name and see what happens. Is this all drops or just some?

Another thing to check is whether it says Status: Connected or Disconnected at the bottom On Tue, May 19, 2015 at 8:29 AM Nathan Beittenmiller < notifications@github.com> wrote:

Since the release last night (release 7), drops in the UI have been showing as IDs for me instead of the item name. I think they're being uploaded correctly, but it does make it a bit more challenging to anticipate what's going on.

— Reply to this email directly or view it on GitHub https://github.com/cppisking/ffrk-inspector/issues/19.

beittenc commented 9 years ago

It's on the current battle tab. I can't get any results on the Search tab even with no criteria. It does say status connected at the bottom, though the stamina and gil amounts aren't correct (and haven't ever been for me).

beittenc commented 9 years ago

I just restarted Fiddler again and now I'm getting search results. I'll run another dungeon and see if that fixed it too.

cppisking commented 9 years ago

Gil / stamina hasn't been implemented, been taking a backseat to other things On Tue, May 19, 2015 at 10:34 AM Nathan Beittenmiller < notifications@github.com> wrote:

I just restarted Fiddler again and now I'm getting search results. I'll run another dungeon and see if that fixed it too.

— Reply to this email directly or view it on GitHub https://github.com/cppisking/ffrk-inspector/issues/19#issuecomment-103607892 .

beittenc commented 9 years ago

Looks like the restart fixed it. I'm now seeing item names in the current dungeon. I'm not sure why the first restart didn't address it. Sorry for the confusion!

beittenc commented 9 years ago

This is happening again now and restarting the client isn't resolving it.

onefeline commented 9 years ago

I've seen this myself as well. I found that my issue was that I wasn't pointing to the new DB. ffrki-alpha -> ffrki-alpha2

On Tue, May 19, 2015 at 10:36 PM, Nathan Beittenmiller < notifications@github.com> wrote:

This is happening again now and restarting the client isn't resolving it.

— Reply to this email directly or view it on GitHub https://github.com/cppisking/ffrk-inspector/issues/19#issuecomment-103731318 .

cppisking commented 9 years ago

It's supposed to give you an error if that happens. Can you also confirm that you are using the latest release? It should be this one https://github.com/cppisking/ffrk-inspector/releases/tag/v0.1a7. I need to put a better indication in the UI of what version you're on.

On Tue, May 19, 2015 at 7:40 PM, onefeline notifications@github.com wrote:

I've seen this myself as well. I found that my issue was that I wasn't pointing to the new DB. ffrki-alpha -> ffrki-alpha2

On Tue, May 19, 2015 at 10:36 PM, Nathan Beittenmiller < notifications@github.com> wrote:

This is happening again now and restarting the client isn't resolving it.

— Reply to this email directly or view it on GitHub < https://github.com/cppisking/ffrk-inspector/issues/19#issuecomment-103731318

.

— Reply to this email directly or view it on GitHub https://github.com/cppisking/ffrk-inspector/issues/19#issuecomment-103732870 .

beittenc commented 9 years ago

Yeah, I was definitely on the latest version. I'm now on the alpha 8 release and it's showing item names again. Should I leave this open for a bit to see if the problem returns?

cppisking commented 9 years ago

Sure, leave it open for a bit. And thanks for your patience as I continue to sort out weird issues. Databases are hard work :(

beittenc commented 9 years ago

Just had this happen again the very first time I went into the new Lenna event. My drop prediction box showed Minor Holy Orb and a whole bunch of 95001001, which corresponds to magicite shards. Could the IDs be showing up for unknown items?

cppisking commented 9 years ago

IDs definitely show up for unknown items, yes. That's by design, if the item isn't in the database we have no way of knowing it's name. But it should get inserted to the database the first time you obtain some On Wed, May 20, 2015 at 6:23 PM Nathan Beittenmiller < notifications@github.com> wrote:

Just had this happen again the very first time I went into the new Lenna event. My drop prediction box showed Minor Holy Orb and a whole bunch of 95001001, which corresponds to magicite shards. Could the IDs be showing up for unknown items?

— Reply to this email directly or view it on GitHub https://github.com/cppisking/ffrk-inspector/issues/19#issuecomment-104089514 .

cppisking commented 9 years ago

I don't have a good idea how to handle this at the moment, so for the time being I've just manually inserted that item into the database. You may need to close and restart Fiddler for it to stop showing up as the item id.

On Wed, May 20, 2015 at 6:25 PM, cpp king cppisking@gmail.com wrote:

IDs definitely show up for unknown items, yes. That's by design, if the item isn't in the database we have no way of knowing it's name. But it should get inserted to the database the first time you obtain some On Wed, May 20, 2015 at 6:23 PM Nathan Beittenmiller < notifications@github.com> wrote:

Just had this happen again the very first time I went into the new Lenna event. My drop prediction box showed Minor Holy Orb and a whole bunch of 95001001, which corresponds to magicite shards. Could the IDs be showing up for unknown items?

— Reply to this email directly or view it on GitHub https://github.com/cppisking/ffrk-inspector/issues/19#issuecomment-104089514 .

cppisking commented 9 years ago

All the problems should be fixed in the latest release, and it even shows you how many magicite you're getting now. Feel free to re-open this if you see similar problems in the future.