PraisonAI icon indicating copy to clipboard operation
PraisonAI copied to clipboard

bug: Failed to crawl: can only concatenate str (not "NoneType") to str

Open juancarlosm opened this issue 4 months ago • 1 comments

on praisonai[realtime] when asking for search:

[LOG] 🚀 Crawling done for https://www.tripadvisor.es/Restaurant_Review-g1063742-d6772801-Reviews-XXXX.html, success: True, time taken: 1.28 seconds
[ERROR] 🚫 Failed to crawl https://www.tripadvisor.es/Restaurant_Review-g1063742-d6772801-Reviews-XXXX.html, error: can only concatenate str (not "NoneType") to str
[LOG] 🚀 Crawling done for https://es.restaurantguru.com/XXXX, success: True, time taken: 2.44 seconds
[ERROR] 🚫 Failed to crawl https://es.restaurantguru.com/XXXX, error: 'NoneType' object has no attribute 'get'
[LOG] 🚀 Crawling done for https://www.tripadvisor.es/Restaurant_Review-g1063742-d6772801-Reviews-or40-XXXX.html, success: True, time taken: 0.92 seconds
[ERROR] 🚫 Failed to crawl https://www.tripadvisor.es/Restaurant_Review-g1063742-d6772801-Reviews-or40-XXXX.html, error: can only concatenate str (not "NoneType") to str
[LOG] 🚀 Crawling done for https://www.tripadvisor.com.pe/Restaurant_Review-g1063742-d6772801-Reviews-XXXX.html, success: True, time taken: 1.40 seconds
[ERROR] 🚫 Failed to crawl https://www.tripadvisor.com.pe/Restaurant_Review-g1063742-d6772801-Reviews-XXXX.html, error: can only concatenate str (not "NoneType") to str

Is there any way to enable debug, maybe I can help!

juancarlosm avatar Oct 16 '24 15:10 juancarlosm