demisto / demisto-py

Demisto Client for Python
Apache License 2.0
70 stars 41 forks source link

Adding exception for wrong base url #106

Closed daryakoval closed 1 year ago

daryakoval commented 1 year ago

I get a lot of questions "why the demisto-sdk upload is not working?" It is already written in the documentation of demisto-sdk upload and in confluence to use "base_url" from the XSIAM server -> Settings -> Configurations -> API Keys -> Copy URL.

Adding exception inorder not to debug a lot of code in order to understand why it is not working.