vfedotovs / sslv_web_scraper

ss.lv web scraping app helps automate information scraping and filtering from classifieds and emails results and stores scraped data in database
GNU General Public License v3.0
5 stars 3 forks source link

BUG(ws):UnboundLocalError: cannot access local variable 'debug_subject' where it is not associated with a value #297

Open vfedotovs opened 3 weeks ago

vfedotovs commented 3 weeks ago

2024-09-06 18:18:18,861 [INFO ] : sendgrid_mailer_main: 88: --- Started sendgrid_mailer module --- 2024-09-06 18:18:18,861 [INFO ] : sendgrid_mailer_main: 89: Trying to open email_body_txt_m4.txt for email body content

2024-09-06 18:18:18,862 [ERROR] : sendgrid_mailer_main: 133: FileNotFoundError: file scraped_and_removed.txt not found. Traceback (most recent call last): File "/Users/vfedotovs/projects/v155-RC3-dev-20240906/src/ws/app/wsmodules/./sendgrid_mailer.py", line 187, in sendgrid_mailer_main() File "/Users/vfedotovs/projects/v155-RC3-dev-20240906/src/ws/app/wsmodules/./sendgrid_mailer.py", line 142, in sendgrid_mailer_main subject=debug_subject, ^^^^^^^^^^^^^ UnboundLocalError: cannot access local variable 'debug_subject' where it is not associated with a value