-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Does not work at all #2
Comments
I'm not able to duplicate this issue on any test device. This module does require downloading an external data file. As your error indicates, does the device you are running from have an active internet connection? pwshEmojiExplorer will not function without the ability to download the data set. If you confirm internet connectivity to cloudfront, can you also provide the output of the command you are running with both |
Hello @techthoughts2, Thanks for your suggestions. I noticed that the cmdlets work on Windows PowerShell but do not work on Microsoft PowerShell v7.4.6. Here are the verbosed output:
Compare to the working one I noticed that on Microsoft PowerShell the file Hope this helps you. |
On my test systems, I'm still unable to re-produce. Its working for PowerShell Can you please provide the output from these two commands? Command 1: Get-Emoji -Emoji '😀' -Verbose -Debug Command 2: $PSVersionTable;$PROFILE
|
Sure. Command 1:
Command 2:
|
The error probably comes from my PowerShell config. Pscx module is loaded on every PS session and Pscx module override Expand-Archive cmdlet. Sorry. It is my bad. |
Yes, I was just looking at PowerShell/Microsoft.PowerShell.Archive#52 as a possible cause. I will still look into seeing if I can add a catch for this scenario. |
After installing the module none of the available cmdlet work. They always give the same error messages:
The text was updated successfully, but these errors were encountered: