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 update-help fails #210

Open
fullenw1 opened this issue Jul 11, 2023 · 0 comments
Open

The update-help fails #210

fullenw1 opened this issue Jul 11, 2023 · 0 comments

Comments

@fullenw1
Copy link

The PoShKeePass module has a value for the HelpInfoUri field.
This means the module is able to update the help feature.

Some of us update regularly all help sections on the local worstation
of modules which are capable of a dynamic update.

Get-Module -ListAvailable | Where-Object -Property HelpInfoUri | Update-Help

However, when we type Update-Help -Module PoShKeePass we get the following error:

Update-Help : Failed to update Help for the module(s) 'PoShKeePass' with UI culture(s) {en-US} : The value of
the HelpInfoUri key in the module manifest must resolve to a container or root URL on a website where the
help files are stored. The HelpInfoUri 'https://github.com/PSKeePass/PoShKeePass/wiki' does not resolve to a
container.
At line:1 char:1
+ Update-Help -Module PoShKeePass
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Update-Help], Exception
    + FullyQualifiedErrorId : InvalidHelpInfoUri,Microsoft.PowerShell.Commands.UpdateHelpCommand

Please could you do one of the following:

  • remove the link in the HelpInfoUri field (Quick fix)

  • create a real dynamic update functionality

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

1 participant