patri9ck / a2ln-server

A way to display Android phone notifications on Linux (Server)
GNU General Public License v3.0
98 stars 8 forks source link

Error #12

Closed Ao1Pointblank closed 2 years ago

Ao1Pointblank commented 2 years ago

does not work on linux mint.

File "/usr/local/bin/a2ln", line 135
    match error.errno:
          ^
SyntaxError: invalid syntax

removing the code from lines 134-144 helps, so long as you start the server with both ports specified

patri9ck commented 2 years ago

Hey, your Python version is probably too old. At least Python 3.10 is required.

You can check the Python version by using:

$ python --version
Ao1Pointblank commented 2 years ago

i have: Python 3.8.10

patri9ck commented 2 years ago

You must upgrade it.