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 was archived by the owner on May 18, 2024. It is now read-only.
if search_query is not None:
try:
async with aiohttp.ClientSession() as session:
async with session.get('https://ddg-api.awam.repl.co/api/search',
params={'query': search_query, 'maxNumResults': search_results_limit}) as response:
search = await response.json()
if search_query is not None: try: async with aiohttp.ClientSession() as session: async with session.get('https://ddg-api.awam.repl.co/api/search', params={'query': search_query, 'maxNumResults': search_results_limit}) as response: search = await response.json()
API is down, we will create a new API connection in the next update.
An error occurred during the search request: 0, message='Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8', url=URL('https://ddg-api.herokuapp.com/search?query=...?&limit=0')
The text was updated successfully, but these errors were encountered: