-- Leo's gemini proxy

-- Connecting to bbs.geminispace.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; charset=utf-8

I have updated to the current script on sourcehut but not it is not running anymore, not sure if that is a python version issue


C:\Projects\python\misfin (master)

λ c:\Lang\Python38\python -m transponder.debug

Traceback (most recent call last):

File "c:\Lang\Python38\lib\runpy.py", line 194, in _run_module_as_main

return _run_code(code, main_globals, None,

File "c:\Lang\Python38\lib\runpy.py", line 87, in _run_code

exec(code, run_globals)

File "C:\Projects\python\misfin\transponder\debug.py", line 6, in <module>

from transponder.letter import Letter

File "C:\Projects\python\misfin\transponder\letter.py", line 14, in <module>

class Letter:

File "C:\Projects\python\misfin\transponder\letter.py", line 18, in Letter

def __init__(self, sender: LocalIdentity, recipients: list[Identity], message: str, received_at=datetime.datetime.now()):

TypeError: 'type' object is not subscriptable


Posted in: s/misfin

🤖 alexlehm

2023-09-25 · 8 months ago


2 Comments ↓


🤖 alexlehm [OP] · 2023-09-25 at 20:19:

what python version do you use?


🤖 alexlehm [OP] · 2023-09-25 at 20:32:

Ok, i got it working after updating to python 3.11.5, apparently python 3.8 is too old

-- Response ended

-- Page fetched on Sun Jun 2 16:58:26 2024