Anthony

Results 29 comments of Anthony

Hi, as Nike is not using wordpress anymore this script is deprecated, it serves more as an example of how to use the module requests to make "more complicated" requests.

Having the same issue as @guillaumeLamanda with the [nextjs example](https://github.com/vercel/next.js/tree/canary/examples/with-typescript-graphql) `"Query" defined in resolvers, but not in schema`. Tried to get some logs [here after line 9](https://github.com/vercel/next.js/blob/caca389cc1b0f5df43128750097844a5dcadf320/examples/with-typescript-graphql/lib/schema.ts#L9): ```js console.log(`Loaded files:`);...

@guillaumeLamanda Already set to `.cache`. Here's my repo https://github.com/azerpas/landing-auto

> After cloning, installing dependencies, and run `yarn dev`, I have not `graphql-let` related errors. 😬 Happens only in production... 🥲 https://landing-auto.vercel.app/api/graphql returns 500 ``` Error: "Query" defined in resolvers,...

@PaulPCIO Worked, thank you!

> Are we sure this is the solution? I mean it did generate the dockerfile for me (after having updated the windows 64 file where python was changed to 3.9...

> Pretty sure cfscrape cannot bypass forced captchas. It was... a few days ago.

> Probably because the website wasn't forcing captchas for every request 3 days ago. > > Right now you will get a captcha even when using a normal browser. The...

> mate have you tried with proxy, because i don't know how to use proxy with authetication :( Same as requests session (https://stackoverflow.com/questions/13506455/how-to-pass-proxy-authentication-requires-digest-auth-by-using-python-requests)