You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deserializing package files file, rarely you may run into this:
Error deserializing response of type chocolatey.infrastructure.app.domain.PackageFiles:
'.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
The text was updated successfully, but these errors were encountered:
ferventcoder
changed the title
Deserializing failures with Package information should not fail the choco run
Deserializing failures on package info files should not fail the choco run
Jun 8, 2017
Instead of defaulting to errorrs, silently have those warnings come up.
When installing the package, if the save of the files snapshot fails,
log a warning but allow the install to be successful.
This corrects seeing these kinds of errors:
~~~
Error deserializing response of type
chocolatey.infrastructure.app.domain.PackageFiles:
'.', hexadecimal value 0x00, is an invalid character. Line 1, position
1.
~~~
When deserializing package files file, rarely you may run into this:
The text was updated successfully, but these errors were encountered: