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
@RemeLards"'list' object has no attribute 'status_code'" was a known issue that got fixed in 0.5.0.post8. Update your version and this should go away. I tried your same input as it is in this version and it worked flawlessly for me!
crawl4ai version
0.5
Expected Behavior
Extract atleast up to 50 pages, by using BFS algorithm
Current Behavior
getting this error inside the JSON:
'error_message': "'list' object has no attribute 'status_code'
Is this reproducible?
Yes
Inputs Causing the Bug
Steps to Reproduce
Code snippets
OS
Linux
Python version
3.12
Browser
No response
Browser version
No response
Error logs & Screenshots (if applicable)
{'success': True, 'results': [{'url': 'https://en.wikipedia.org/wiki/Mel_scale', 'html': '', 'success': False, 'cleaned_html': None, 'media': {}, 'links': {}, 'downloaded_files': None, 'js_execution_result': None, 'screenshot': None, 'pdf': None, 'extracted_content': None, 'metadata': {}, 'error_message': "'list' object has no attribute 'status_code'", 'session_id': None, 'response_headers': None, 'status_code': None, 'ssl_certificate': None, 'dispatch_result': {'task_id': '6cb58043-0180-4372-b951-01ba8c959baa', 'memory_usage': 36.921875, 'peak_memory': 36.921875, 'start_time': 1743657324.6034276, 'end_time': 1743657336.7007508, 'error_message': "'list' object has no attribute 'status_code'"}, 'redirected_url': None}]}
1
The text was updated successfully, but these errors were encountered: