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 character from evemon is not working. #557

Closed
Henge9 opened this issue Apr 13, 2016 · 3 comments
Closed

Import character from evemon is not working. #557

Henge9 opened this issue Apr 13, 2016 · 3 comments
Labels
bug Confirmed to be a bug fixed This issue has been fixed! Oh joy!

Comments

@Henge9
Copy link

Henge9 commented Apr 13, 2016

Hi,

I try to make a skill plan with the help of evemon and PYFA. When I make a character in evemon and export it to xml to import in pyfa it works sometime. But never for the chracters with skills added.

This do not work.
Gallen (after plan Talltrash).zip

This works.
bcal.zip

Can I check the error log or something somewhere? It just seem to say CBA FU when I try to import it... no message, not anything to start with.

Is there an expanation on how the xml should be or a program to debug it with?

Best regards,
Henge

@blitzmann
Copy link
Collaborator

Hi,

Sorry for not getting back sooner. I have yet to test this particular issue, but it may be related to #563. I'll look into it for the upcoming release

@blitzmann blitzmann added the bug Confirmed to be a bug label Apr 26, 2016
@blitzmann
Copy link
Collaborator

The reason of this is because we check for SerializableCCPCharacter as the first element of the document, but Gallen starts with SerializableUriCharacter.

I don't see much difference other than that. I will add SerializableUriCharacter to the check. Would you mind telling me how both these were exported? When I developed this, it was tested by exporting and after plan character.

@blitzmann blitzmann added the fixed This issue has been fixed! Oh joy! label Apr 30, 2016
@Henge9
Copy link
Author

Henge9 commented Apr 30, 2016

Hi,

I created a blank character, added a skillplan and exported after plan.

Thank you for your help.

[image: Inline images 1]

On 30 April 2016 at 05:12, Ryan Holmes [email protected] wrote:

The reason of this is because we check for SerializableCCPCharacter as
the first element of the document, but Gallen starts with
SerializableUriCharacter.

I don't see much difference other than that. I will add
SerializableUriCharacter to the check. Would you mind telling me how both
these were exported? When I developed this, it was tested by exporting and
after plan character.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#557 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed to be a bug fixed This issue has been fixed! Oh joy!
Projects
None yet
Development

No branches or pull requests

2 participants