Instagram Reels Scraper avatar
Instagram Reels Scraper
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Instagram Reels Scraper

Instagram Reels Scraper

anish0612/instagram-reels-scraper

Scrape Instagram Reel Information such as Likes,Comments,Ower Id etc...

HB

Actor failed with an Exception (logs in description)

Closed

heliotrope_browser opened this issue
4 months ago

2024-04-23T14:15:58.295Z ACTOR: Pulling Docker image of build gnIYCLXfMGNbygYpl from repository. 2024-04-23T14:15:58.409Z ACTOR: Creating Docker container. 2024-04-23T14:15:58.586Z ACTOR: Starting Docker container. 2024-04-23T14:16:00.492Z INFO Initializing actor... 2024-04-23T14:16:00.494Z INFO System info ({"apify_sdk_version": "1.6.0", "apify_client_version": "1.6.3", "python_version": "3.11.8", "os": "linux"}) 2024-04-23T14:16:05.838Z ERROR Actor failed with an exception 2024-04-23T14:16:05.840Z Traceback (most recent call last): 2024-04-23T14:16:05.841Z File "/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py", line 66, in map_httpcore_exceptions 2024-04-23T14:16:05.842Z yield 2024-04-23T14:16:05.844Z File "/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py", line 366, in handle_async_request 2024-04-23T14:16:05.846Z resp = await self._pool.handle_async_request(req) 2024-04-23T14:16:05.847Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.848Z File "/usr/local/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 216, in handle_async_request 2024-04-23T14:16:05.850Z raise exc from None 2024-04-23T14:16:05.851Z File "/usr/local/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 196, in handle_async_request 2024-04-23T14:16:05.852Z response = await connection.handle_async_request( 2024-04-23T14:16:05.853Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.854Z File "/usr/local/lib/python3.11/site-packages/httpcore/_async/http_proxy.py", line 344, in handle_async_request 2024-04-23T14:16:05.856Z return await self._connection.handle_async_request(request) 2024-04-23T14:16:05.857Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.858Z File "/usr/local/lib/python3.11/site-packages/httpcore/_async/http11.py", line 143, in handle_async_request 2024-04-23T14:16:05.859Z raise exc 2024-04-23T14:16:05.861Z File "/usr/local/lib/python3.11/site-packages/httpcore/_async/http11.py", line 113, in handle_async_request 2024-04-23T14:16:05.862Z ) = await self._receive_response_headers(**kwargs) 2024-04-23T14:16:05.863Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.864Z File "/usr/local/lib/python3.11/site-packages/httpcore/_async/http11.py", line 186, in _receive_response_headers 2024-04-23T14:16:05.865Z event = await self._receive_event(timeout=timeout) 2024-04-23T14:16:05.867Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.869Z File "/usr/local/lib/python3.11/site-packages/httpcore/_async/http11.py", line 224, in _receive_event 2024-04-23T14:16:05.870Z data = await self._network_stream.read( 2024-04-23T14:16:05.872Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.873Z File "/usr/local/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 31, in read 2024-04-23T14:16:05.874Z with map_exceptions(exc_map): 2024-04-23T14:16:05.875Z File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit 2024-04-23T14:16:05.877Z self.gen.throw(typ, value, traceback) 2024-04-23T14:16:05.878Z File "/usr/local/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions 2024-04-23T14:16:05.879Z raise to_exc(exc) from exc 2024-04-23T14:16:05.880Z httpcore.ReadTimeout 2024-04-23T14:16:05.881Z 2024-04-23T14:16:05.882Z The above exception was the direct cause of the following exception: 2024-04-23T14:16:05.884Z 2024-04-23T14:16:05.885Z Traceback (most recent call last): 2024-04-23T14:16:05.886Z File "/usr/src/app/src/main.py", line 65, in main 2024-04-23T14:16:05.887Z response = await client.post("https://www.instagram.com/api/graphql",headers=headers,data=payload) 2024-04-23T14:16:05.888Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.889Z File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1848, in post 2024-04-23T14:16:05.890Z return await self.request( 2024-04-23T14:16:05.892Z ^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.893Z File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1530, in request 2024-04-23T14:16:05.894Z return await self.send(request, auth=auth, follow_redirects=follow_redirects) 2024-04-23T14:16:05.895Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.896Z File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1617, in send 2024-04-23T14:16:05.897Z response = await self._send_handling_auth( 2024-04-23T14:16:05.898Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.899Z File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1645, in _send_handling_auth 2024-04-23T14:16:05.900Z response = await self._send_handling_redirects( 2024-04-23T14:16:05.901Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.902Z File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1682, in _send_handling_redirects 2024-04-23T14:16:05.903Z response = await self._send_single_request(request) 2024-04-23T14:16:05.904Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.905Z File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1719, in _send_single_request 2024-04-23T14:16:05.906Z response = await transport.handle_async_request(request) 2024-04-23T14:16:05.908Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-04-23T14:16:05.909Z File "/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py", line 365, in handle_async_request 2024-04-23T14:16:05.910Z with map_httpcore_exceptions(): 2024-04-23T14:16:05.911Z File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit 2024-04-23T14:16:05.912Z self.gen.throw(typ, value, traceback) 2024-04-23T14:16:05.913Z File "/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py", line 83, in map_httpcore_exceptions 2024-04-23T14:16:05.914Z raise mapped_exc(message) from exc 2024-04-23T14:16:05.916Z httpx.ReadTimeout 2024-04-23T14:16:05.917Z INFO Exiting actor ({"exit_code": 91})

Anish0612 avatar

Anish (Anish0612)

4 months ago

Fixed

Developer
Maintained by Community