AJ Ram
AJ Ram
LLangfuse
Created by AJ Ram on 8/12/2024 in #get-support
AJ Ram - @Marc is langfuse down?
?
9 replies
LLangfuse
Created by AJ Ram on 8/12/2024 in #get-support
AJ Ram - @Marc is langfuse down?
Thanks for getting back. I am on langfuse==2.35.2 on python. i checked the changelog https://langfuse.com/changelog and couldnt find anything. Did I miss something?
9 replies
LLangfuse
Created by AJ Ram on 8/12/2024 in #get-support
AJ Ram - @Marc is langfuse down?
Looks like its back.
9 replies
LLangfuse
Created by AJ Ram on 8/12/2024 in #get-support
AJ Ram - @Marc is langfuse down?
Can you atleast gracefully not block the client. In this case I didnt even change my prompts so the logic where you are checking for updates fails I don't think it makes sense to crap out but to proceed gracefully!
9 replies
LLangfuse
Created by AJ Ram on 8/12/2024 in #get-support
AJ Ram - @Marc is langfuse down?
9 replies
LLangfuse
Created by AJ Ram on 7/10/2024 in #get-support
Looks like prior issue is back. When
cc @Marc
5 replies
LLangfuse
Created by AJ Ram on 7/10/2024 in #get-support
Looks like prior issue is back. When
openai.RateLimitError: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}} langfuse - ERROR - received error response: {'message': 'Invalid request data', 'errors': ['Expected object, received string']}
5 replies
LLangfuse
Created by AJ Ram on 7/5/2024 in #get-support
Did something change with the API? I am
Looks like the site is down as well https://us.cloud.langfuse.com/auth/sign-in is generating a similar error
8 replies
LLangfuse
Created by AJ Ram on 7/5/2024 in #get-support
Did something change with the API? I am
Thank you!
8 replies
LLangfuse
Created by AJ Ram on 7/5/2024 in #get-support
Did something change with the API? I am
@Marc would appreciate any help! Thank you!
8 replies
LLangfuse
Created by AJ Ram on 7/5/2024 in #get-support
Did something change with the API? I am
Here is the full stack Traceback (most recent call last): File "/Users/arjunram/Coding/GitHub/contacts/datasync.py", line 22, in <module> from utils_google import load_tokens, save_tokens, format_google_date, format_date, get_service, get_service_local, verify_and_refresh_token, verify_token File "/Users/arjunram/Coding/GitHub/contacts/utils_google.py", line 14, in <module> from config import Config File "/Users/arjunram/Coding/GitHub/contacts/config.py", line 611, in <module> Config.init() File "/Users/arjunram/Coding/GitHub/contacts/config.py", line 484, in init Config.load_prompts() File "/Users/arjunram/Coding/GitHub/contacts/config.py", line 398, in load_prompts sql_prompt = langfuse.get_prompt("sql-agent", label=env_label, cache_ttl_seconds=Config.TIME_CACHE) File "/Users/arjunram/Coding/GitHub/contacts/env_datasync/lib/python3.10/site-packages/langfuse/client.py", line 613, in get_prompt return self._fetch_prompt_and_update_cache( File "/Users/arjunram/Coding/GitHub/contacts/env_datasync/lib/python3.10/site-packages/langfuse/client.py", line 664, in _fetch_prompt_and_update_cache raise e File "/Users/arjunram/Coding/GitHub/contacts/env_datasync/lib/python3.10/site-packages/langfuse/client.py", line 649, in _fetch_prompt_and_update_cache promptResponse = self.client.prompts.get( File "/Users/arjunram/Coding/GitHub/contacts/env_datasync/lib/python3.10/site-packages/langfuse/api/resources/prompts/client.py", line 127, in get raise ApiError(status_code=_response.status_code, body=_response.text) langfuse.api.core.api_error.ApiError: status_code: 504, body: An error occurred with your deployment FUNCTION_INVOCATION_TIMEOUT
8 replies