Linkedin Who Viewed My Profile [Free Account] avatar
Linkedin Who Viewed My Profile [Free Account]

Pricing

$25.00/month + usage

Go to Store
Linkedin Who Viewed My Profile [Free Account]

Linkedin Who Viewed My Profile [Free Account]

Developed by

SASWAVE

SASWAVE

Maintained by Community

Allows you to extract data about who viewed your linkedin profile (up to 90 days and after).

5.0 (1)

Pricing

$25.00/month + usage

4

Total users

48

Monthly users

10

Runs succeeded

77%

Issues response

10 hours

Last modified

2 days ago

CL

it doesnt work

Closed

calvinuhh opened this issue
2 days ago

2025-06-29T18:58:13.912Z ACTOR: Pulling Docker image of build D9opAauhjngtvic6Y from registry. 2025-06-29T18:58:16.923Z ACTOR: Creating Docker container. 2025-06-29T18:58:17.042Z ACTOR: Starting Docker container. 2025-06-29T18:58:18.457Z [apify._configuration] WARN Actor is running on the Apify platform, disable_browser_sandbox was changed to True. 2025-06-29T18:58:18.635Z [apify] INFO Initializing Actor... 2025-06-29T18:58:18.639Z [apify] INFO System info ({"apify_sdk_version": "2.5.0", "apify_client_version": "1.9.2", "crawlee_version": "0.6.5", "python_version": "3.11.11", "os": "linux"}) 2025-06-29T18:58:18.792Z Fetching section 'Viewers you might be interested in' 2025-06-29T18:58:24.557Z Fetching section 'Viewers you can browse for free' 2025-06-29T18:58:25.224Z res2 <Response [200]> 2025-06-29T18:58:25.225Z Traceback (most recent call last): 2025-06-29T18:58:25.226Z File "/usr/src/app/src/main.py", line 340, in main 2025-06-29T18:58:25.227Z linkedin.fetch_who_viewed_profile() 2025-06-29T18:58:25.227Z File "/usr/src/app/src/main.py", line 303, in fetch_who_viewed_profile 2025-06-29T18:58:25.228Z self.parse_free_sample_views(datajson) 2025-06-29T18:58:25.229Z File "/usr/src/app/src/main.py", line 222, in parse_free_sample_views 2025-06-29T18:58:25.232Z guessed_date = guess_date() 2025-06-29T18:58:25.233Z ^^^^^^^^^^^^ 2025-06-29T18:58:25.233Z File "/usr/src/app/src/main.py", line 189, in guess_date 2025-06-29T18:58:25.234Z delta = relativedelta(months=int(info.replace("m", ''))) 2025-06-29T18:58:25.234Z ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-06-29T18:58:25.235Z ValueError: invalid literal for int() with base 10: '1o' 2025-06-29T18:58:25.236Z 2025-06-29T18:58:25.236Z [apify] INFO Exiting Actor ({"exit_code": 1}) 2025-06-29T18:58:25.354Z Traceback (most recent call last): 2025-06-29T18:58:25.355Z File "/usr/src/app/src/main.py", line 340, in main 2025-06-29T18:58:25.356Z linkedin.fetch_who_viewed_profile() 2025-06-29T18:58:25.356Z File "/usr/src/app/src/main.py", line 303, in fetch_who_viewed_profile 2025-06-29T18:58:25.357Z self.parse_free_sample_views(datajson) 2025-06-29T18:58:25.358Z File "/usr/src/app/src/main.py", line 222, in parse_free_sample_views 2025-06-29T18:58:25.359Z guessed_date = guess_date() 2025-06-29T18:58:25.359Z ^^^^^^^^^^^^ 2025-06-29T18:58:25.360Z File "/usr/src/app/src/main.py", line 189, in guess_date 2025-06-29T18:58:25.361Z delta = relativedelta(months=int(info.replace("m", ''))) 2025-06-29T18:58:25.362Z ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-06-29T18:58:25.362Z ValueError: invalid literal for int() with base 10: '1o' 2025-06-29T18:58:25.363Z 2025-06-29T18:58:25.364Z During handling of the above exception, another exception occurred: 2025-06-29T18:58:25.365Z 2025-06-29T18:58:25.365Z Traceback (most recent call last): 2025-06-29T18:58:25.366Z File "/usr/src/app/src/main.py", line 346, in main 2025-06-29T18:58:25.367Z await Actor.fail(status_message="An error occured, saving what has been parsed until now, please refresh") 2025-06-29T18:58:25.368Z File "/usr/local/lib/python3.11/site-packages/apify/_actor.py", line 325, in fail 2025-06-29T18:58:25.368Z await self.exit(exit_code=exit_code, status_message=status_message) 2025-06-29T18:58:25.369Z File "/usr/local/lib/python3.11/site-packages/apify/_actor.py", line 300, in exit 2025-06-29T18:58:25.370Z sys.exit(exit_code) 2025-06-29T18:58:25.371Z SystemExit: 1 2025-06-29T18:58:25.372Z 2025-06-29T18:58:25.373Z During handling of the above exception, another exception occurred: 2025-06-29T18:58:25.373Z 2025-06-29T18:58:25.374Z Traceback (most recent call last): 2025-06-29T18:58:25.375Z File "", line 198, in _run_module_as_main 2025-06-29T18:58:25.376Z File "", line 88, in _run_code 2025-06-29T18:58:25.376Z File "/usr/src/app/src/main.py", line 20, in 2025-06-29T18:58:25.377Z asyncio.run(main()) 2025-06-29T18:58:25.378Z File "/usr/local/lib/python3.11/asyncio/runners.py", line 190, in run 2025-06-29T18:58:25.379Z return runner.run(main) 2025-06-29T18:58:25.379Z ^^^^^^^^^^^^^^^^ 2025-06-29T18:58:25.380Z File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run 2025-06-29T18:58:25.381Z return self._loop.run_until_complete(task) 2025-06-29T18:58:25.382Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-06-29T18:58:25.382Z File "/usr/local/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete 2025-06-29T18:58:25.383Z return future.result() 2025-06-29T18:58:25.384Z ^^^^^^^^^^^^^^^ 2025-06-29T18:58:25.385Z File "/usr/src/app/src/main.py", line 348, in main 2025-06-29T18:58:25.385Z await Actor.push_data(linkedin.data) 2025-06-29T18:58:25.390Z File "/usr/local/lib/python3.11/site-packages/apify/_actor.py", line 484, in push_data 2025-06-29T18:58:25.391Z self._raise_if_not_initialized() 2025-06-29T18:58:25.392Z File "/usr/local/lib/python3.11/site-packages/apify/_actor.py", line 195, in _raise_if_not_initialized 2025-06-29T18:58:25.392Z raise RuntimeError('The Actor was not initialized!') 2025-06-29T18:58:25.393Z RuntimeError: The Actor was not initialized!

saswave avatar

looking into the issue

saswave avatar

We updated the actor, Thank you for reporting the issue

We stay available if any new error arise

CL

calvinuhh

a day ago

Thank you so much!!, I tried it again and it works now