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
Copy file name to clipboardExpand all lines: webui.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,7 @@ async def run_custom_agent(
177
177
178
178
ifnotos.path.exists(chrome_exe):
179
179
raiseValueError(f"Chrome executable not found at {chrome_exe}")
180
+
180
181
ifnotchrome_use_data:
181
182
raiseValueError("You selected use own browser, but CHROME_USER_DATA environment variable is not set. Please set it to your Chrome user data directory.")
0 commit comments