ents 2025-05-19 18:00:00,129 - dashboard_update - ERROR - Error updating dashboard data: 'int' object has no attribute 'get' Traceback (most recent call last): File "/home/josie/development/20min/dashboard/update_dashboard_data.py", line 350, in success = update_dashboard_data() File "/home/josie/development/20min/dashboard/update_dashboard_data.py", line 317, in update_dashboard_data all_comments = extract_comments_from_articles(all_articles) File "/home/josie/development/20min/dashboard/update_dashboard_data.py", line 153, in extract_comments_from_articles comment_data['reactions'][reaction_type] = reaction_data.get('count', 0) ^^^^^^^^^^^^^^^^^ AttributeError: 'int' object has no attribute 'get' 2025-05-19 21:00:00,070 - dashboard_update - INFO - Starting dashboard data update 2025-05-19 21:00:00,070 - dashboard_update - INFO - Loading comment data from /home/josie/development/20min/data/comments 2025-05-19 21:00:00,071 - dashboard_update - INFO - Loaded 1 articles with comments 2025-05-19 21:00:00,071 - dashboard_update - ERROR - Error updating dashboard data: 'int' object has no attribute 'get' Traceback (most recent call last): File "/home/josie/development/20min/dashboard/update_dashboard_data.py", line 350, in success = update_dashboard_data() File "/home/josie/development/20min/dashboard/update_dashboard_data.py", line 317, in update_dashboard_data all_comments = extract_comments_from_articles(all_articles) File "/home/josie/development/20min/dashboard/update_dashboard_data.py", line 153, in extract_comments_from_articles comment_data['reactions'][reaction_type] = reaction_data.get('count', 0) ^^^^^^^^^^^^^^^^^ AttributeError: 'int' object has no attribute 'get' 2025-05-20 00:00:01,000 - dashboard_update - INFO - Starting dashboard data update 2025-05-20 00:00:01,000 - dashboard_update - INFO - Loading comment data from /home/josie/development/20min/data/comments 2025-05-20 00:00:01,001 - dashboard_update - INFO - Loaded 1 articles with comments 2025-05-20 00:00:01,001 - dashboard_update - ERROR - Error updating dashboard data: 'int' object has no attribute 'get' Traceback (most recent call last): File "/home/josie/development/20min/dashboard/update_dashboard_data.py", line 350, in success = update_dashboard_data() File "/home/josie/development/20min/dashboard/update_dashboard_data.py", line 317, in update_dashboard_data all_comments = extract_comments_from_articles(all_articles) File "/home/josie/development/20min/dashboard/update_dashboard_data.py", line 153, in extract_comments_from_articles comment_data['reactions'][reaction_type] = reaction_data.get('count', 0) ^^^^^^^^^^^^^^^^^ AttributeError: 'int' object has no attribute 'get' 2025-05-20 03:00:00,035 - dashboard_update - INFO - Starting dashboard data update 2025-05-20 03:00:00,035 - dashboard_update - INFO - Loading comment data from /home/josie/development/20min/data/comments 2025-05-20 03:00:00,036 - dashboard_update - INFO - Loaded 1 articles with comments 2025-05-20 03:00:00,036 - dashboard_update - ERROR - Error updating dashboard data: 'int' object has no attribute 'get' Traceback (most recent call last): File "/home/josie/development/20min/dashboard/update_dashboard_data.py", line 350, in success = update_dashboard_data() File "/home/josie/development/20min/dashboard/update_dashboard_data.py", line 317, in update_dashboard_data all_comments = extract_comments_from_articles(all_articles) File "/home/josie/development/20min/dashboard/update_dashboard_data.py", line 153, in extract_comments_from_articles comment_data['reactions'][reaction_type] = reaction_data.get('count', 0) ^^^^^^^^^^^^^^^^^ AttributeError: 'int' object has no attribute 'get' 2025-05-20 06:00:00,665 - dashboard_update - INFO - Starting dashboard data update 2025-05-20 06:00:00,665 - dashboa