Skip to main content
Glama

ClickUp Operator

by noah-vh
exceptions.cpython-312.pyc7.58 kB
� lMg���X�dZddlmZddlmZGd�de�ZGd�de�Z Gd �d e e�ZGd �d e�ZGd �de�Z Gd�de �Z Gd�de �Z Gd�de�Z Gd�de e �ZGd�de �ZGd�de�ZGd�de�ZGd�dee�ZGd�d ee�ZGd!�d"ee�ZGd#�d$ee�ZGd%�d&e�ZGd'�d(e�ZGd)�d*ee�ZGd+�d,ee�ZGd-�d.e�ZGd/�d0e�ZGd1�d2e�ZGd3�d4ee �Z!Gd5�d6e�Z"y7)8z` requests.exceptions ~~~~~~~~~~~~~~~~~~~ This module contains the set of Requests' exceptions. �)� HTTPError�)�JSONDecodeErrorc�"��eZdZdZ�fd�Z�xZS)�RequestExceptionzTThere was an ambiguous exception that occurred while handling your request. c����|jdd�}||_|jdd�|_|�3|js't|d�r|jj|_t �|�|i|��y)zBInitialize RequestException with `request` and `response` objects.�responseN�request)�popr r �hasattr�super�__init__)�self�args�kwargsr � __class__s ��_C:\Users\noahv\Documents\GitHub\clickup-operator\.venv\Lib\site-packages\requests/exceptions.pyrzRequestException.__init__sd����:�:�j�$�/�� �� ��z�z�)�T�2�� � � �� � ���9�9U��=�=�0�0�D�L� ���$�)�&�)�)�__name__� __module__� __qualname__�__doc__r� __classcell__)rs@rrr s����*�*rrc��eZdZdZy)�InvalidJSONErrorzA JSON error occurred.N�rrrr�rrrr��� rrc��eZdZdZd�Zd�Zy)rz"Couldn't decode the text into jsonc�v�tj|g|���tj|g|j��i|��y)a Construct the JSONDecodeError instance first with all args. Then use it's args to construct the IOError so that the json specific args aren't used as IOError specific args and the error message from JSONDecodeError is preserved. N)�CompatJSONDecodeErrorrrr)rrrs rrzJSONDecodeError.__init__"s3�� �&�&�t�3�d�3��!�!�$�=����=�f�=rc�,�tj|�S)aa The __reduce__ method called when pickling the object must be the one from the JSONDecodeError (be it json/simplejson) as it expects all the arguments for instantiation, not just one like the IOError, and the MRO would by default call the __reduce__ method from the IOError due to the inheritance order. )r!� __reduce__)rs rr#zJSONDecodeError.__reduce__,s��%�/�/��5�5rN)rrrrrr#rrrrrs��,�>�6rrc��eZdZdZy)rzAn HTTP error occurred.Nrrrrrr7���!rrc��eZdZdZy)�ConnectionErrorzA Connection error occurred.Nrrrrr'r';s��&rr'c��eZdZdZy)� ProxyErrorzA proxy error occurred.Nrrrrr)r)?r%rr)c��eZdZdZy)�SSLErrorzAn SSL error occurred.Nrrrrr+r+Crrr+c��eZdZdZy)�Timeoutz�The request timed out. Catching this error will catch both :exc:`~requests.exceptions.ConnectTimeout` and :exc:`~requests.exceptions.ReadTimeout` errors. Nrrrrr-r-Gs��rr-c��eZdZdZy)�ConnectTimeoutz�The request timed out while trying to connect to the remote server. Requests that produced this error are safe to retry. Nrrrrr/r/Ps��rr/c��eZdZdZy)� ReadTimeoutz@The server did not send any data in the allotted amount of time.Nrrrrr1r1W���Jrr1c��eZdZdZy)� URLRequiredz*A valid URL is required to make a request.Nrrrrr4r4[s��4rr4c��eZdZdZy)�TooManyRedirectszToo many redirects.Nrrrrr6r6_s��rr6c��eZdZdZy)� MissingSchemaz/The URL scheme (e.g. http or https) is missing.Nrrrrr8r8cs��9rr8c��eZdZdZy)� InvalidSchemaz9The URL scheme provided is either invalid or unsupported.Nrrrrr:r:gs��Crr:c��eZdZdZy)� InvalidURLz%The URL provided was somehow invalid.Nrrrrr<r<ks��/rr<c��eZdZdZy)� InvalidHeaderz.The header value provided was somehow invalid.Nrrrrr>r>os��8rr>c��eZdZdZy)�InvalidProxyURLz"The proxy URL provided is invalid.Nrrrrr@r@s���,rr@c��eZdZdZy)�ChunkedEncodingErrorz?The server declared chunked encoding but sent an invalid chunk.NrrrrrCrCws��IrrCc��eZdZdZy)�ContentDecodingErrorz"Failed to decode response content.NrrrrrErE{rArrEc��eZdZdZy)�StreamConsumedErrorz3The content for this response was already consumed.NrrrrrGrGs��=rrGc��eZdZdZy)� RetryErrorzCustom retries logic failedNrrrrrIrI�s��%rrIc��eZdZdZy)�UnrewindableBodyErrorz;Requests encountered an error when trying to rewind a body.NrrrrrKrK�s��ErrKc��eZdZdZy)�RequestsWarningzBase warning for Requests.NrrrrrMrM�s��$rrMc��eZdZdZy)�FileModeWarningzJA file was opened in text mode, but Requests determined its binary length.NrrrrrOrO�s��TrrOc��eZdZdZy)�RequestsDependencyWarningz@An imported dependency doesn't match the expected version range.NrrrrrQrQ�r2rrQN)#r�urllib3.exceptionsr� BaseHTTPError�compatrr!�IOErrorrrr'r)r+r-r/r1r4r6� ValueErrorr8r:r<r>r@rCrE� TypeErrorrGrIrK�WarningrM�DeprecationWarningrOrQrrr�<module>rZsn��� :�<� *�w� *�!�'�!�6�&�(=�6�0"� �"�'�&�'�"��"�!��!�����_�g��K�'�K�5�"�5��'��:�$�j�:�D�$�j�D�0�!�:�0�9�$�j�9�-�j�-�J�+�J�-�+�]�-�>�*�I�>�&�!�&�F�,�F�%�g�%�U�o�'9�U�K��Kr

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/noah-vh/mcp-server-clickup'

If you have feedback or need assistance with the MCP directory API, please join our Discord server