MehdiRtal/MicrosoftRewards.py

Error in proxy

Opened this issue · 0 comments

Solution for this

2023-07-13 22:56:56.641 | ERROR | main:farm:33 - net::ERR_EMPTY_RESPONSE at https://rewards.bing.com/
=========================== logs ===========================
navigating to "https://rewards.bing.com/", waiting until "load"

Traceback (most recent call last):

File "C:\Installations\Python\Lib\threading.py", line 995, in _bootstrap
self._bootstrap_inner()
│ └ <function Thread._bootstrap_inner at 0x00000194874A0A40>
└ <DummyProcess(Thread-1 (worker), started daemon 3184)>
File "C:\Installations\Python\Lib\threading.py", line 1038, in _bootstrap_inner
self.run()
│ └ <function Thread.run at 0x00000194874A0720>
└ <DummyProcess(Thread-1 (worker), started daemon 3184)>
File "C:\Installations\Python\Lib\threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
│ │ │ │ │ └ {}
│ │ │ │ └ <DummyProcess(Thread-1 (worker), started daemon 3184)>
│ │ │ └ (<_queue.SimpleQueue object at 0x000001948C52A520>, <_queue.SimpleQueue object at 0x000001948C52A750>, None, (), None, False)
│ │ └ <DummyProcess(Thread-1 (worker), started daemon 3184)>
│ └ <function worker at 0x0000019487A77A60>
└ <DummyProcess(Thread-1 (worker), started daemon 3184)>
File "C:\Installations\Python\Lib\multiprocessing\pool.py", line 125, in worker
result = (True, func(*args, **kwds))
│ │ └ {}
│ └ ((<function farm at 0x00000194899D9A80>, ({'username': '--------------------------', 'password': '----------------', ...
└ <function mapstar at 0x000001948740C7C0>
File "C:\Installations\Python\Lib\multiprocessing\pool.py", line 48, in mapstar
return list(map(*args))
└ (<function farm at 0x00000194899D9A80>, ({'username': '--------------------------', 'password': '----------------', '...

File "C:\Users\saini\Downloads\Compressed\MicrosoftRewardsFarmerV2-main\main.py", line 25, in farm
rewards.login(account["username"], account["password"])
│ │ │ └ {'username': '--------------------------', 'password': '----------------', 'proxy': '146.70.95.78:990', 'goal': 'http...
│ │ └ {'username': '--------------------------', 'password': '----------------', 'proxy': '146.70.95.78:990', 'goal': 'http...
│ └ <function MicrosoftRewards.login at 0x000001948A90B560>
└ <rewards.MicrosoftRewards object at 0x000001948AC570D0>

File "C:\Users\saini\Downloads\Compressed\MicrosoftRewardsFarmerV2-main\rewards.py", line 42, in login
self.page.goto("https://rewards.bing.com/")
│ │ └ <function Page.goto at 0x000001948A8BDBC0>
│ └
└ <rewards.MicrosoftRewards object at 0x000001948AC570D0>

File "C:\Installations\Python\Lib\site-packages\playwright\sync_api_generated.py", line 9293, in goto
self._sync(
│ └ <function SyncBase._sync at 0x000001948A895800>

File "C:\Installations\Python\Lib\site-packages\playwright_impl_sync_base.py", line 109, in _sync
return task.result()
│ └ <method 'result' of '_asyncio.Task' objects>
└ <Task finished name='Task-8' coro=<Page.goto() done, defined at C:\Installations\Python\Lib\site-packages\playwright_impl_p...
File "C:\Installations\Python\Lib\site-packages\playwright_impl_page.py", line 479, in goto
return await self._main_frame.goto(**locals_to_params(locals()))
│ │ │ └ <function locals_to_params at 0x000001948A763BA0>
│ │ └ <function Frame.goto at 0x000001948A8485E0>
│ └ <Frame name= url='about:blank'>

File "C:\Installations\Python\Lib\site-packages\playwright_impl_frame.py", line 147, in goto
await self._channel.send("goto", locals_to_params(locals()))
│ │ │ └ <function locals_to_params at 0x000001948A763BA0>
│ │ └ <function Channel.send at 0x000001948A780220>
│ └ <playwright._impl._connection.Channel object at 0x000001948ACB63D0>
└ <Frame name= url='about:blank'>
File "C:\Installations\Python\Lib\site-packages\playwright_impl_connection.py", line 61, in send
return await self._connection.wrap_api_call(
│ │ └ <function Connection.wrap_api_call at 0x000001948A782200>
│ └ <playwright._impl._connection.Connection object at 0x000001948AC57890>
└ <playwright._impl._connection.Channel object at 0x000001948ACB63D0>
File "C:\Installations\Python\Lib\site-packages\playwright_impl_connection.py", line 482, in wrap_api_call
return await cb()
└ <function Channel.send.. at 0x000001948AC81C60>
File "C:\Installations\Python\Lib\site-packages\playwright_impl_connection.py", line 97, in inner_send
result = next(iter(done)).result()
└ {<Future finished exception=Error('net::ERR_EMPTY_RESPONSE at https://rewards.bing.com/\n=========================== logs ===...

playwright._impl._api_types.Error: net::ERR_EMPTY_RESPONSE at https://rewards.bing.com/
=========================== logs ===========================
navigating to "https://rewards.bing.com/", waiting until "load"