-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: timeout on just a moment #20
Comments
Can confirm this issue.
NOTE: According to NPM when installing this package (v1.0.7) the
|
I got same error. Is there a workaround ? |
Contact me on telegram teledeniz i might be able to help
…On Sat, 9 Jan 2021 at 21:09, Antoine Arnoult ***@***.***> wrote:
I got same error. Is there a workaround ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQUUHJHTKVAWKEOQEE6724LSZCZXRANCNFSM4T6KNVFA>
.
|
got same error, any ideas? |
Perhaps this would come from the user agent used. Are you doing your tests from linux ? If so, I would advise you to use the windows user agent by commenting out the lines of the getUserAgent() function in the utils.js file as follows and testing again : function getUserAgent() {
// const { platform } = process;
// if (platform === 'darwin') {
// return USER_AGENT_MAC;
// }
// if (platform === 'win32') {
return USER_AGENT_WINDOWS;
// }
// return USER_AGENT_LINUX;
} Edit : more explications here Edit 2 : a better way to implement your own User Agent here |
Hi everyone, I am having the same error after using cloudflare-scrape around thrree-four months: 2021-05-07T22:25:49.624567+00:00 app[worker.1]: Error: timeout on just a moment Anyone else is getting this error nowdays? |
any ideas?
The text was updated successfully, but these errors were encountered: