-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run Podcastfy #173
Comments
Hi Rod, Is this still an issue? Please let me know if you need any further guidance. |
Hello Tried to run this today from the sample code with local LLM but the error pops out |
Hi please share error message.
…On Wed, Nov 27, 2024, 6:15 AM Son-Ha Nguyen ***@***.***> wrote:
Hello
Tried to run this today from the sample code with local LLM but the error
pops out
—
Reply to this email directly, view it on GitHub
<#173 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTMY3NRA6DUDG2YCEK7YY32CWET3AVCNFSM6AAAAABRUY4H7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBTGMZTCNRVGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello, I am facing the same issue. If I don' tput any Langsmith api key, it just show me a warning, but the code still works. langsmith.utils.LangSmithConnectionError: Connection error caused failure to GET /commits/souzatharsis/podcastfy_multimodal_cleanmarkup/b2365f11 in LangSmith API. Please confirm your internet connection. Is it mandatory to be connected ? Or is there a way to execute the code while being offline ? Many thanks in advance for your answer. |
Hi there, I loaded latest update yesterday but was still unable to run Podcastfy. I then commented out the code like this due to the LangSmith error:
Raises:
LangSmithUserError
If the API key is not provided when using the hosted service.
"""
If the domain is langchain.com, raise error if no api_key
"""if not api_key:
if _is_langchain_hosted(api_url):
warnings.warn(
"API key must be provided when using hosted LangSmith API",
ls_utils.LangSmithMissingAPIKeyWarning,
)"""
But now, when running: python -m podcastfy.client --url https://www.mysite.com/
I get this error ...
Retrying langchain_google_genai.chat_models._chat_with_retry.._chat_with_retry in 2.0 seconds as it raised RetryError: Timeout of 600.0s exceeded, last exception: 503 Getting metadata from plugin failed with error: ('invalid_grant: Bad Request', {'error': 'invalid_grant', 'error_description': 'Bad Request'}).
The text was updated successfully, but these errors were encountered: