While utilizing the web browsing tool integrated within ChatGPT, there have been instances where the model attempts to access a specific webpage, resulting in a "Click failed" error. This issue occurs when the model tries to open a webpage, either through a direct URL or by clicking on a search result, but is unable to retrieve the page's content.
Impact:
The issue prevents ChatGPT from accessing and quoting information from certain webpages, limiting its ability to provide up-to-date or context-specific information that lies outside its training data (up until September 2021). This can disrupt user interactions, especially when the information requested requires recent data or specific web content.
Steps to Reproduce:
Issue a search command to the web browsing tool, such as search("example query").
Once the search results are returned, issue a click command on a specific result, such as click(1).
In certain instances, instead of displaying the webpage content, a "Click failed" error is returned.
Expected Result:
The web browsing tool should be able to open the webpage and display its content, allowing ChatGPT to read and quote information from it.
Actual Result:
The tool returns a "Click failed" error, indicating that it was unable to fetch the requested page.
Proposed Fix:
Further investigation is needed to identify the root cause of these failed fetch attempts. Possible areas to explore could be improving error handling for web fetch operations, implementing retries for failed attempts, and improving the robustness of the web fetching function to handle a wider range of web content and server responses.