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

The parameter pValue can't have the value "020B0604030504040204" (Validation: The length is not equals to 10) #798

Open
kolaente opened this issue Mar 28, 2024 · 1 comment

Comments

@kolaente
Copy link

When trying to read a pptx file using the latest version from the develop branch, reading fails with the error message:

The parameter pValue can't have the value "020B0604030504040204" (Validation: The length is not equals to 10)

Why does that happen? What can I do to prevent it? Why is there a limit of 10 characters?

It looks like the limit was added in ec4700e#diff-3412465bd7f45b4c39d517277b37db019c65ab68d5f03d5557fd4463caad5a46

pinging @Progi1984 as you introduced the change. Any idea what could cause this?

@kolaente
Copy link
Author

If I change this line to $pValue = '';, it seems to work.

@kolaente kolaente reopened this Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant