PyPagekite icon indicating copy to clipboard operation
PyPagekite copied to clipboard

Python implementation of the PageKite remote front-end protocols.

Results 31 PyPagekite issues
Sort by recently updated
recently updated
newest added

Is there any ability to assign one port for frontend-backend communication and another port for listening http clients? It would be very handy to control/firewall traffic.

Networking
Low Hanging Fruit

/var/log/pagekite/pagekite.log is very hard to read and as far as I understand mostly intended for developers. A sysadmin trying to figure out what's going on with the daemon will have...

Low Hanging Fruit
Documentation and Usability

The pagekite.py script offers to let your change you mind about the name to be added. If you do change the name, then the new name is correctly registered, but...

Bugs

This is needed in particular when running pagekite.py as a frontend server on debian >=11, where the cipherlist must be set to `DEFAULT@SECLEVEL=1` to allow current (at the time of...

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 ``` strace:...

Running Python 3.12.3 gives the following response ``` python3 pagekite.py Traceback (most recent call last): File "/Users/christopher/pagekite.py", line 36, in from imp import new_module ModuleNotFoundError: No module named 'imp' ```...

- In Python 3.12 and above, these lead to messages such as "SyntaxWarning: invalid escape sequence '\s'". In versions of Python earlier than 3.12, they were DeprecationWarnings. In a later...

**Description** When running PageKite as both frontend and backend, the service encounters a TypeError indicating an unexpected integer in a string operation. The error output is: ``` TypeError: sequence item...

`pagekite --signup` gets stuck on ``` *** Network error! *** *** There was a problem communicating with PageKite.net. *** *** Please verify that you have a working Internet connection and...