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
File "/home/kotofos/Downloads/PyPagekite-main/pagekite/__main__.py", line 42, in <module>
http_server=httpd.UiHttpServer)
File "/home/kotofos/Downloads/PyPagekite-main/pagekite/pk.py", line 4270, in Main
pk.Start()
File "/home/kotofos/Downloads/PyPagekite-main/pagekite/pk.py", line 4236, in Start
self.Loop()
File "/home/kotofos/Downloads/PyPagekite-main/pagekite/pk.py", line 4056, in Loop
self.ProcessReadable(iready, throttle)
File "/home/kotofos/Downloads/PyPagekite-main/pagekite/pk.py", line 3896, in ProcessReadable
if conn and not (conn.fd and conn.ReadData(maxread=throttle)):
File "/home/kotofos/Downloads/PyPagekite-main/pagekite/proto/selectables.py", line 386, in ReadData
data = s(self.fd.recv(maxread))
File "/home/kotofos/Downloads/PyPagekite-main/venv/lib/python2.7/site-packages/sockschain/__init__.py", line 810, in recv
while True:
pagekite.py v1.5.2.201011!
5.14.21-150400.24.28-default #1 SMP PREEMPT_DYNAMIC Mon Oct 10 15:21:12 UTC 2022 (f82da2c) x86_64 x86_64 x86_64 GNU/Linux
openSUSE Leap 15.4
The text was updated successfully, but these errors were encountered:
After waking up from suspend pagekite seems stuck in endless loop, using 100% of core.
Another way to reproduce is to send stop and continue signals to process
Probably it got stuck here:
pagekite.py v1.5.2.201011!
5.14.21-150400.24.28-default #1 SMP PREEMPT_DYNAMIC Mon Oct 10 15:21:12 UTC 2022 (f82da2c) x86_64 x86_64 x86_64 GNU/Linux
openSUSE Leap 15.4
The text was updated successfully, but these errors were encountered: