You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
Prompt: Get the news articles with their headlines, publishers and urls.
Description:
When using the retrieve method of the MultiOn client in a Python environment, an unexpected API error occurs with a 500 status code.
Additional context
This error occurs after successfully creating a session and performing steps to search for news articles. The code is being run in a Jupyter notebook environment.
Reproduction Steps:
Initialize MultiOn client in a Jupyter notebook
Create a session with Google as the starting URL
Perform steps to search for top 5 news articles
Attempt to retrieve news article data using the retrieve method
Encounter API error
Expected Results:
The retrieve method should return data containing headlines, publishers, and URLs of the top news articles.
Actual Results:
An ApiError is raised with a 500 status code and a message indicating an unexpected error occurred.
OS: macOS
Browser: Chrome
Prompt: Get the news articles with their headlines, publishers and urls.
Description:
When using the
retrieve
method of the MultiOn client in a Python environment, an unexpected API error occurs with a 500 status code.Additional context
This error occurs after successfully creating a session and performing steps to search for news articles. The code is being run in a Jupyter notebook environment.
Reproduction Steps:
retrieve
methodExpected Results:
The
retrieve
method should return data containing headlines, publishers, and URLs of the top news articles.Actual Results:
An ApiError is raised with a 500 status code and a message indicating an unexpected error occurred.
Code:
This is from the cookbook https://github.com/MULTI-ON/cookbook/blob/main/news-digest/news_digest.ipynb
Error message:
ApiError: status_code: 500, body: {'detail': 'An unexpected error occurred.'}
(Python 3.12.5)
Could you please investigate this issue? Let me know if you need any additional information.
The text was updated successfully, but these errors were encountered: