Getting 429 rate limit Error #616
Unanswered
yesitsgaurav
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi When running the MCP server with confluence , getting 429 rate limit error
DEBUG - atlassian.rest_client - curl --silent -X GET -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://confluence_url.com/rest/api/search?start=0&limit=50&cql=%28siteSearch+
+%22SMAT%22%29+AND+%28space+%3D+SAMT%29'+%22SMAT%22%29+AND+%28space+%3D+SAMT%29 HTTP/1.1" 429 34DEBUG - urllib3.connectionpool - https://confluence_url.com:443 GET /rest/api/search?start=0&limit=50&cql=%28siteSearch+
ERROR - mcp_atlassian.utils.decorators - Unexpected error during search: timestamp too large to convert to C _PyTime_t
DEBUG - mcp_atlassian.utils.decorators - Full exception details for search:
Traceback (most recent call last):
File "/app/.venv/lib/python3.10/site-packages/mcp_atlassian/utils/decorators.py", line 59, in wrapper
return func(self, *args, **kwargs)
File "/app/.venv/lib/python3.10/site-packages/mcp_atlassian/confluence/search.py", line 64, in search
results = self.confluence.cql(cql=cql, limit=limit)
File "/app/.venv/lib/python3.10/site-packages/atlassian/confluence.py", line 2788, in cql
response = self.get("rest/api/search", params=params)
File "/app/.venv/lib/python3.10/site-packages/atlassian/rest_client.py", line 556, in get
:param path:
File "/app/.venv/lib/python3.10/site-packages/atlassian/rest_client.py", line 432, in request
method=method,
File "/app/.venv/lib/python3.10/site-packages/atlassian/rest_client.py", line 304, in _handle
#time.sleep(int(response.headers["Retry-After"]))
OverflowError: timestamp too large to convert to C _PyTime_t
DEBUG - mcp.server.lowlevel.server - Response sent
INFO - mcp.server.lowlevel.server - Warning: InsecureRequestWarning: Unverified HTTPS request is being made to host 'confluence_url.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
INFO - mcp.server.lowlevel.server - Warning: InsecureRequestWarning: Unverified HTTPS request is being made to host 'confluence_url.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
DEBUG - mcp.server.sse - Sending message via SSE: SessionMessage(message=JSONRPCMessage(root=JSONRPCResponse(jsonrpc='2.0', id=6, result={'content': [{'type': 'text', 'text': '[]'}], 'isError': False})), metadata=None)
Beta Was this translation helpful? Give feedback.
All reactions