FROM apify/actor-python:3.12 ARG ACTOR_PATH_IN_DOCKER_CONTEXT RUN rm -rf /usr/src/app/* WORKDIR /usr/src/app COPY . ./ RUN echo "Python version:" \ && python --version \ && echo "Pip version:" \ && pip --version \ && echo "Installing Poetry:" \ && pip install --no-cache-dir poetry~=1.7.1 \ && echo "Installing dependencies:" \ && poetry config cache-dir /tmp/.poetry-cache \ && poetry config virtualenvs.in-project true \ && poetry install --only=main --no-interaction --no-ansi \ && rm -rf /tmp/.poetry-cache \ && echo "All installed Python packages:" \ && pip freeze \ && echo "Installing Playwright dependencies:" \ && poetry run playwright install chromium --with-deps RUN python3 -m compileall -q ./jg/plucker ENV ACTOR_PATH_IN_DOCKER_CONTEXT="${ACTOR_PATH_IN_DOCKER_CONTEXT}" CMD ["poetry", "run", "plucker", "--debug", "crawl", "--apify"]
APIFY_PROXY_SETTINGS: {'apifyProxyGroups': [], 'useApifyProxy': True}
https://cms.apify.com/api/change-log-items?pagination[limit]=-1&populate=deep
, but I'm not sure what cms.apify.com is and whether it's able to give me a good old RSS or Atom feed.[31mERROR[39m Failed to handle request 'POST - /github-app/setup-webhook/...'[90m {"request":{"method":"post","url":"https://console-backend.apify.com/github-app/setup-webhook/...","headers":{"x-idempotency-key":"...","Authorization":"Bearer ..."},"params":{},"data":{"version":"0.0","enabled":true}},"response":{"status":"error","statusCode":500,"isClientSafe":true,"errorCode":"internal-server-error","errorMessage":"Cannot destructure property 'token' of '(intermediate value)' as it is null.","path":"/github-app/setup-webhook/..."}}[39m [object Object]
... [scrapy.core.engine] INFO Spider closed (finished) ({"spider": "<Spider 'startupjobs' at 0x1072ab890>"}) [scrapy.core.engine] INFO Spider closed (finished) ({"spider": "<Spider 'startupjobs' at 0x1072ab890>", "message": "Spider closed (finished)"}) [twisted] INFO (TCP Port 6023 Closed) [twisted] INFO (TCP Port 6023 Closed) ({"message": "(TCP Port 6023 Closed)"}) [apify] INFO Exiting actor ({"exit_code": 0}) [apify] INFO Exiting actor ({"exit_code": 0, "message": "Exiting actor"})