Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import from XIVDB doesn't work #223

Open
cdmichaelb opened this issue Mar 16, 2018 · 17 comments
Open

Import from XIVDB doesn't work #223

cdmichaelb opened this issue Mar 16, 2018 · 17 comments
Assignees

Comments

@cdmichaelb
Copy link

Required Information

http://ffxiv-beta.lokyst.net/index.html#/crafter-attributes

Expected Behaviour

Import stats.

Actual Behaviour

Nothing, acts like it's loading something for a fraction of a second but then nothing changes.

Steps To Reproduce

Attempt to import from the attributes page.

@cdmichaelb
Copy link
Author

I got it to work. It apparently requires all lcase to search. Capitalising First and or last name, causes the search to fail.

@doxxx
Copy link
Owner

doxxx commented Mar 16, 2018

Interesting... I’ll see if it’s something I can fix, but it may just be the way the XIVDB search works. If so, I can ask them if they can fix it.

@cdmichaelb
Copy link
Author

A suggestion, though I have no idea what language you're coding in and whether or not it has such a function, would be to just wrap the input from the text box in and lcase function.

@doxxx
Copy link
Owner

doxxx commented Mar 16, 2018

Good point!

@doxxx doxxx self-assigned this Mar 16, 2018
@pkminer30
Copy link

Issue still present on main website and my own personal repo.

@doxxx
Copy link
Owner

doxxx commented Dec 4, 2018

I'm unable to reproduce this. Could you provide a specific character name and server that doesn't work?

@pkminer30
Copy link

Malboro Server - Kaina'tka Valentius (helping her with making a rotation) and i was unable to import her stats

@doxxx
Copy link
Owner

doxxx commented Dec 4, 2018

That character does not appear on XIVDB: search

@pkminer30
Copy link

pkminer30 commented Dec 4, 2018

How can that be fixed?
Also my user Tidus's Requiem was on there a month or so ago but no longer shows???

@doxxx
Copy link
Owner

doxxx commented Dec 4, 2018

I don't know how XIVDB's character database is maintained. I assume you have to have a login and import your character.

It looks like there might be an alternative source of character data, made by the same people, but that will take time and effort to implement.

The alternative I found doesn't do persistent tracking of gear sets, which is required for importing the attributes of each class.

@doxxx
Copy link
Owner

doxxx commented Dec 4, 2018

You can read more about XIVDB's character tracking here: https://xivdb.com/xivsync

@Karakuro
Copy link

Karakuro commented Dec 6, 2018

It says to me that the feature is being discontinued:
https://xivdb.com/character/2354090/gareth+braine/phoenix
image

@doxxx
Copy link
Owner

doxxx commented Dec 7, 2018

Thanks for the info. I'll take a look at those fan projects to see if they're a viable replacement.

@doxxx
Copy link
Owner

doxxx commented Dec 7, 2018

Neither of those sites will provide the same information that XIVDB did. Building my own is not viable. I'll probably have to remove the character import feature.

@Twinki14
Copy link

Twinki14 commented Jan 13, 2019

https://xivapi.com/ Might be something to consider as a replacement

@doxxx
Copy link
Owner

doxxx commented Jan 13, 2019

xivapi.com unfortunately does not offer the same API feature set as xivdb.com did. It doesn't track gear-sets, which means that it can only provide attributes for the active class/gear at the last logout.

@Scrxtchy
Copy link

Scrxtchy commented Feb 7, 2019

Xivapi and xivdb are (or, were) maintained by the same group. With their decision to not actively track equipped gear most likely would have been brought over to the API, as they did say it was a major cost they didn't want to have to handle

Safe to say a exact replication of this feature isn't something that's readily available.
If you wanted a dirty hack, PC players can copy chat logs of glamoured gear. Parse this through a regex and API lookup for stats
image

doxxx added a commit that referenced this issue Feb 13, 2019
@doxxx doxxx pinned this issue Feb 15, 2019
dten pushed a commit to dten/ffxiv-craft-opt-web that referenced this issue Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants