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
When scraping with an open-source deep research tool on a locally hosted setup using Docker Compose, I sometimes run into these error messages.
I tried lowering the number of workers, but that didn’t help.
Weirdly enough, when I test the same URLs with curl, they all work just fine.
playwright-service-1 | ================= Scrape Request =================
playwright-service-1 | URL: https://support.microsoft.com/en-us/skype/faq-and-known-issues-with-skype-d1ebea21-a059-48a5-8da7-0c0ea98ebf20
playwright-service-1 | Wait After Load: 0
playwright-service-1 | Timeout: 300000
playwright-service-1 | Headers: None
playwright-service-1 | Check Selector: None
playwright-service-1 | ==================================================
playwright-service-1 | ⚠️ WARNING: No proxy server provided. Your IP address may be blocked.
playwright-service-1 | Attempting strategy 1: Normal load
playwright-service-1 | Navigating to https://support.microsoft.com/en-us/skype/faq-and-known-issues-with-skype-d1ebea21-a059-48a5-8da7-0c0ea98ebf20 with waitUntil: load and timeout: 300000ms
api-1 | 2025-03-09 23:08:56 error [:]: Error in scrapeSearchResult: Error: Job wait {"url":"https://answers.microsoft.com/en-us/skype/forum/all/skype-still-lacks-wayland-support/7f848980-d47f-4f3f-83f3-e3529f83e19b","teamId":"bypass"}
api-1 | 2025-03-09 23:08:56 error [:]: Error in scrapeSearchResult: Error: Job wait {"url":"https://answers.microsoft.com/en-us/skype/forum/all/proper-wayland-support/c4b4833c-b97c-4f99-bb44-07c82973956d","teamId":"bypass"}
api-1 | 2025-03-09 23:08:56 error [:]: Error in scrapeSearchResult: Error: Job wait {"url":"https://support.microsoft.com/en-us/skype/faq-and-known-issues-with-skype-d1ebea21-a059-48a5-8da7-0c0ea98ebf20","teamId":"bypass"}
api-1 | 2025-03-09 23:08:56 error [:]: Error in scrapeSearchResult: Error: Job wait {"url":"https://answers.microsoft.com/en-us/skype/forum/all/linux-option-new-call-experience-beta-no-more/d7cbd6e6-650d-49c9-a003-57f82d7bda58","teamId":"bypass"}
api-1 | 2025-03-09 23:08:56 error [:]: Error in scrapeSearchResult: Error: Job wait {"url":"https://answers.microsoft.com/en-us/skype/forum/all/proper-wayland-support/c4b4833c-b97c-4f99-bb44-07c82973956d","teamId":"bypass"}
api-1 | 2025-03-09 23:08:56 error [:]: Error in scrapeSearchResult: Error: Job wait {"url":"https://www.reddit.com/r/archlinux/comments/1ij9qlj/skype_screen_share_button_doesnt_show_on_wayland/","teamId":"bypass"}
api-1 | 2025-03-09 23:08:56 error [:]: Error in scrapeSearchResult: Error: Job wait {"url":"https://support.microsoft.com/en-us/skype/faq-and-known-issues-with-skype-d1ebea21-a059-48a5-8da7-0c0ea98ebf20","teamId":"bypass"}
api-1 | 2025-03-09 23:08:56 error [:]: Error in scrapeSearchResult: Error: Job wait {"url":"https://github.com/flathub/com.skype.Client/issues/142","teamId":"bypass"}
api-1 | 2025-03-09 23:08:57 info [:]: Concurrency limited 2x (single) -
api-1 | 2025-03-09 23:08:57 info [:]: Concurrency limited 2x (single) -
api-1 | 2025-03-09 23:08:57 info [:]: Concurrency limited 2x (single) -
api-1 | 2025-03-09 23:08:57 info [:]: Concurrency limited 2x (single) -
api-1 | 2025-03-09 23:08:57 info [:]: Concurrency limited 2x (single) -
api-1 | 2025-03-09 23:08:57 info [:]: Concurrency limited 2x (single) -
api-1 | 2025-03-09 23:08:57 info [:]: Concurrency limited 2x (single) -
The text was updated successfully, but these errors were encountered:
When scraping with an open-source deep research tool on a locally hosted setup using Docker Compose, I sometimes run into these error messages.
I tried lowering the number of workers, but that didn’t help.
Weirdly enough, when I test the same URLs with curl, they all work just fine.
The text was updated successfully, but these errors were encountered: