Skip to content

Won't import on Linux due to casing mismatch on types.ps1xml #201

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

Closed
fsackur opened this issue Jan 17, 2021 · 1 comment · Fixed by #203
Closed

Won't import on Linux due to casing mismatch on types.ps1xml #201

fsackur opened this issue Jan 17, 2021 · 1 comment · Fixed by #203

Comments

@fsackur
Copy link
Contributor

fsackur commented Jan 17, 2021

Hi, I get this on PS v7.1.0 on Linux when importing from source (I can import the built module fine):

ipmo ./Selenium.psd1                                                            
Import-Module: The member 'TypesToProcess' in the module manifest is not valid: Cannot find path '/home/mich8638/gitroot/selenium-powershell/types/Selenium.types.ps1xml' because it does not exist.. Verify that a valid value is specified for this field in the '/home/mich8638/gitroot/selenium-powershell/Selenium.psd1' file.

Selenium.psd1 contains this:

types/Selenium.types.ps1xml

the actual filename is this:

types/Selenium.Types.ps1xml

I'm trying to import form source because I'm trying to figure out why the module isn't working for me - I can't log an issue for that until I understand it ;-) FWIW I'm pretty sure it's about proxy settings, but I can't get the driver to respect the ones I rpovide.

@fsackur
Copy link
Contributor Author

fsackur commented Jan 17, 2021

I don't mind if you close this - I see I have failing tests, but if I'm honest, I probably won't get round to figuring them out myself, and I don't expect others to do so on my behalf.

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