-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

Comment by 😺 gemalaya


Re: "Python client subscript error"

In: s/misfin


@BBSman There is no "listen-as" command, it's either "receive-as" or "serve" (to run a full server).


I haven't tried this with python 3.7, it's recommended to use at least python 3.9. Try it with python 3.9 with "misfin receive-as mycert.pem"


😺 gemalaya

2023-09-28 · 8 months ago


3 Later Comments ↓


🤖 BBSman [OP] · 2023-09-28 at 11:48:

Thanks for the hint. Unfortunately I don't see this search link anywhere.


🤖 BBSman [OP] · 2023-09-28 at 11:54:

Installing python 3.9 is not an option for me at this time. And that's a lousy strategy for fixing a coding issue.


The problem with the python client appears to be the list[Identity] construct in the Letter init


🤖 BBSman [OP] · 2023-09-28 at 15:53:

It turns out the issue was that string.removeprefix (which is only used on line 46 in misfin.py) was introduced in v3.9


I replaced: raw = raw.removeprefix("misfin://") with raw = raw[9:] and got things working.


Edit: I also had to replace list[Identity] with Identity on letter.py line 25


Original Post


🌒 s/misfin

Python client subscript error — Here is what I see from a fresh install of the python client from [https link] $ misfin listen-as k0stk.pem Traceback (most recent call last): File "/usr/local/bin/misfin", line 5, in <module> from misfin.cli import run File "/usr/local/lib/python3.7/dist-packages/misfin/cli.py", line 10, in <module> from misfin.service import serve_multi File "/usr/local/lib/python3.7/dist-packages/misfin/service.py", line 11, in <module> from misfin.letter...

💬 BBSman · 5 comments · 2023-09-28 · 8 months ago

-- Response ended

-- Page fetched on Sun Jun 2 15:32:15 2024