TheNetsky / Microsoft-Rewards-Script

Automated Microsoft Rewards script, using TypeScript, Cheerio and Playwright.
133 stars 33 forks source link

Doesnt work. or doesnt load page #122

Open gekkefries21 opened 1 month ago

gekkefries21 commented 1 month ago

the connection is fine because the proxy works and it can search up other things but it just doesnt go to the bing rewards. it gives this error: [6/16/2024, 9:10:29 PM] [PID: 92512] [LOG] [MAIN] Starting DESKTOP browser [6/16/2024, 9:10:37 PM] [PID: 92512] [ERROR] [LOGIN] An error occurred:Error: page.goto: net::ERR_TUNNEL_CONNECTION_FAILED at https://rewards.bing.com/signin Call log:

node:internal/process/promises:289 triggerUncaughtException(err, true / fromPromise /); ^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "undefined".] { code: 'ERR_UNHANDLED_REJECTION' }

Node.js v20.14.0 errorrr

gekkefries21 commented 1 month ago

btw I already tried to manually put in the URL. nothing changed to the issue or the console outcome.

TheNetsky commented 1 month ago

Seems like an issue with the proxy

gekkefries21 commented 1 month ago

Seems like an issue with the proxy

do you know which type of proxy I need and in which format it needs to be in. Would help alot.

TheNetsky commented 1 month ago

Proxy is up to you, the format is http://xx.xx.xx.xx

gekkefries21 commented 1 month ago

Proxy is up to you, the format is http://xx.xx.xx.xx

mine is like this atm. but do I gotta change the url or sum. or the type of proxy cuz I can choose out of socks5 or https/http yesss

DestroyerV commented 1 month ago

Same problem happened to me also, Iam also using proxies which is not in https format

TheNetsky commented 1 month ago

I don't think non-http based proxies are supported

gekkefries21 commented 1 month ago

I don't think non-http based proxies are supported

I tested on both type of proxies but neither make it to work

xunilalala commented 1 month ago

think non-HTTP-based proxies are not supported. image

I have been using an HTTP proxy without any issues.

I suggest gekkefries21 open the F12 developer tools to check the network requests, as a single blank browser screenshot is not enough to deduce the problem

DestroyerV commented 1 month ago

@xunilalala which proxy service are you using ? (I mean proxy provider)

xunilalala commented 1 month ago

@xunilalala which proxy service are you using ? (I mean proxy provider)

https://github.com/automagenius/x-ui

I created a basic HTTP proxy with the help of this project. Because all my machines are on a local network, I used an unencrypted HTTP proxy. You can use an encrypted solution if needed.

DestroyerV commented 3 weeks ago

I have used bright data http proxies in this format 'http://brd.superproxy.io' and port: 22225 but it is also not working.