You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an Actor that tries to access all kinds of data in the Apify account, and for each request it uploads the result to the default Key-value store.
When I run the Actor with a token that has access to all the user data (all requests succeed), the Actor works fine (run).
When I run the Actor with a token that has no access at all (all requests fail), the actor gets stuck mid-run, and eventually times out (run). If I replace Apify SDK calls with Apify JS client calls, it also works fine.
What if you use Actor.apifyClient in there? I am having a hard time believing this would be an SDK problem, could be about different params for the client constructor, if Actor.newClient() works.
Issue description
I have an Actor that tries to access all kinds of data in the Apify account, and for each request it uploads the result to the default Key-value store.
More context on Slack.
Code sample
No response
Package version
Visible in the Actor build.
Node.js version
Visible in the Actor build.
Operating system
No response
Actor or run link
https://console.apify.com/actors/KxN6y6vxqedApRveq/source
I have tested this on the
next
releaseNo response
Other context
No response
The text was updated successfully, but these errors were encountered: