JobScan AI avatar
JobScan AI

Pricing

$10.00/month + usage

Go to Store
JobScan AI

JobScan AI

Developed by

Bluelight

Bluelight

Maintained by Community

JobScan AI is a powerful solution for job search and information extraction, combining the intelligence of Generative AI and Google. This actor is designed to scrape job postings directly from Google and major job sites, unifying results into a structured and easy-to-use format.

3.6 (4)

Pricing

$10.00/month + usage

13

122

26

Issues response

1.8 days

Last modified

2 days ago

ME

Cannot access local variable 'final_response' error

Closed

MentorpieceA opened this issue
a month ago

2025-07-01T15:50:11.405Z [apify] ERROR Cannot extract data from https://www.linkedin.com/jobs/view/gen-ai-engineer-developer-at-veracity-software-inc-4255863876. 2025-07-01T15:50:11.407Z Traceback (most recent call last): 2025-07-01T15:50:11.415Z File "/usr/src/app/src/main.py", line 148, in main 2025-07-01T15:50:11.417Z job_data = chat.digJob(text_content) 2025-07-01T15:50:11.419Z ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-07-01T15:50:11.421Z File "/usr/src/app/src/GenAI.py", line 67, in digJob 2025-07-01T15:50:11.423Z return final_response 2025-07-01T15:50:11.424Z ^^^^^^^^^^^^^^ 2025-07-01T15:50:11.437Z UnboundLocalError: cannot access local variable 'final_response' where it is not associated with a value 2025-07-01T15:50:11.917Z [apify] INFO Exiting Actor ({"exit_code": 0})

bluelightco avatar

The problem was with concurrent processes. I made some changes to avoid situations like this. Please let me know if you encounter any more issues.