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

EA Desktop parser fatal error - 'tagName' undefined #560

Closed
Lulech23 opened this issue May 20, 2023 · 3 comments
Closed

EA Desktop parser fatal error - 'tagName' undefined #560

Lulech23 opened this issue May 20, 2023 · 3 comments
Labels

Comments

@Lulech23
Copy link

Full error message:

Testing "EA Desktop" parser (SRM version - 2.4.16 Portable).
Operating system is "Windows 11"
Testing failed
Error: File Parser Execution:
 > EA Desktop parser failed with fatal error:
 TypeError: Cannot read properties of undefined (reading 'tagName')

This occurs with default settings from selecting the EA Desktop community parser preset. Customizing settings makes no difference in my attempts, but there's not much I can change without being incorrect to my installation. Creating a new parser and selecting the "EA Desktop" parser type also produces the same results.

My EA Desktop version is 12.186.0-5443

@ThomasCr
Copy link

ThomasCr commented Jan 10, 2024

I have the same problem.... I use a different Game Directory on a other Drive.

Testing "EA Desktop" parser (SRM version - 2.4.17 Non-Portable).
Operating system is "Windows 10"
Test fehlgeschlagen
Error: File Parser Execution:
 > EA Desktop Parser mit folgendem Fehler fehlgeschlagen:
 TypeError: Cannot read properties of undefined (reading 'tagName')

@cbartondock
Copy link
Collaborator

This appears to be an issue with https://github.com/NaturalIntelligence/fast-xml-parser. I'll look into updating it and if that doesn't fix the issue I'll report it to them.

@cbartondock
Copy link
Collaborator

Issue was this one NaturalIntelligence/fast-xml-parser#620

Fixed in master by updating fast-xml-parser.

Let me know if it's still broken in 2.4.26 and I will re-open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants