microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
870 stars 372 forks source link

Package Manager Error #8631

Closed lapulgaatomica10 closed 3 years ago

lapulgaatomica10 commented 3 years ago

Describe the bug

When clicking the Package Manager, I encountered this issue. "Could not load component list:Error https://schemas.botframework.com/schemas/component/v1.0/component.schema: self signed certificate in certificate chain Error Microsoft.QnAMakerDialog: Cannot extend component because it is not included Error Microsoft.QnAMakerDialog: Cannot set property 'const' of undefined Could not merge components "

Version

Version: 2.1.0-nightly.266659.7c14b7a Electron: 8.2.4 Chrome: 80.0.3987.165 NodeJS: 12.13.0 V8: 8.0.426.27-electron.0

Browser

OS

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

image

Additional context

benbrown commented 3 years ago

@lapulgaatomica10 Did you install or uninstall any components, or does this happen with a brand new bot?

Can you reproduce the problem with a brand new empty bot?

lapulgaatomica10 commented 3 years ago

@benbrown yes I tried install and uninstall the composer and after that I tried it on a brand new bot and it is still the same. Should I uninstall and install the pre-requesites of composer and try it again?

scottpulver commented 3 years ago

Im getting same issue with brand new QnA Maker template. Navigating to the Package Manager gives this error.

Could not load component list:Error https://schemas.botframework.com/schemas/component/v1.0/component.schema: self signed certificate in certificate chain Error Microsoft.QnAMakerDialog: Cannot extend component because it is not included Error Microsoft.QnAMakerDialog: Cannot set property 'const' of undefined Could not merge components

compulim commented 3 years ago

@benbrown Ping. Do you think it's an installation issue?

benbrown commented 3 years ago

@scottpulver are you able to load this schema file in your browser? Other users who have experienced this problem have indicated network problems are the root cause.

lapulgaatomica10 commented 3 years ago

Hi @benbrown how can I know if its network problems? I mean where should I check?

benbrown commented 3 years ago

@lapulgaatomica10 Are you on a restricted network, or do you access the internet normally through a proxy? The message about the self signed certificate in certificate chain might indicate that the request for the schema file is being blocked and redirected and thus failing the SSL check.

msomanathan commented 3 years ago

Closing this due to inactivity. Please feel free to reopen if there is still any open issues.

henrygarciav7 commented 2 years ago

I have the same issue, I have verified and we have implemented Netscope in our company. I need de the URL's and port's that should be added to the exception rules. Please help me wiht these.

mrw137 commented 1 year ago

I have exactly the same issue. Is there a solution?