JobScan AI avatar
JobScan AI

Pricing

$10.00/month + usage

Go to Store
JobScan AI

JobScan AI

Developed by

Bluelight Consulting

Bluelight Consulting

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.

5.0 (2)

Pricing

$10.00/month + usage

10

Total users

103

Monthly users

38

Runs succeeded

>99%

Issues response

21 hours

Last modified

a day ago

ME

Cannot access local variable 'final_response' error

Open

MentorpieceA opened this issue
4 days 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.