From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp001-out.apm-internet.net (smtp001-out.apm-internet.net [85.119.248.222]) by mail.toke.dk (Postfix) with ESMTPS id 5432AA565C8 for ; Wed, 21 Feb 2024 18:02:28 +0100 (CET) Received: (qmail 98542 invoked from network); 21 Feb 2024 17:02:27 -0000 X-APM-Out-ID: 17085349479854 X-APM-Authkey: 255286/0(253943/0) 483 Received: from unknown (HELO zimbra003.verygoodemail.com) (85.119.248.218) by smtp001.apm-internet.net with SMTP; 21 Feb 2024 17:02:27 -0000 Received: from localhost (localhost [127.0.0.1]) by zimbra003.verygoodemail.com (Postfix) with ESMTP id C982A82C83; Wed, 21 Feb 2024 17:02:27 +0000 (GMT) Received: from zimbra003.verygoodemail.com ([127.0.0.1]) by localhost (zimbra003.verygoodemail.com [127.0.0.1]) (amavis, port 10026) with ESMTP id MBI3UeY420RB; Wed, 21 Feb 2024 17:02:27 +0000 (GMT) Received: from smtpclient.apple (unknown [192.67.4.100]) by zimbra003.verygoodemail.com (Postfix) with ESMTPSA id B445682C7F; Wed, 21 Feb 2024 17:02:27 +0000 (GMT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.400.31\)) From: Tim Panton In-Reply-To: <87bk89st4j.wl-jch@irif.fr> Date: Wed, 21 Feb 2024 17:02:17 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <87plwq6s8m.wl-jch@irif.fr> <44BE1FFC-1611-4181-8F82-A326EAF4C73E@pi.pe> <9D4B1452-3022-488B-8E24-C98AD6D21571@pi.pe> <87le7e6msq.wl-jch@irif.fr> <87bk89st4j.wl-jch@irif.fr> To: Juliusz Chroboczek X-Mailer: Apple Mail (2.3774.400.31) Message-ID-Hash: LZO7MGLVRTSXIY5CHPWC6WZHFCGGHK7I X-Message-ID-Hash: LZO7MGLVRTSXIY5CHPWC6WZHFCGGHK7I X-MailFrom: tim@pi.pe X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: galene@lists.galene.org X-Mailman-Version: 3.3.9 Precedence: list Subject: [Galene] Re: WHIP problems... List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: I=E2=80=99ve narrowed it down to this: pth, kind, pthid :=3D splitPath(r.URL.Path) - if kind !=3D ".whip" || pthid !=3D "/" { + if kind !=3D ".whip=E2=80=9D { I _think_ the test for a url ending in =E2=80=9C/=E2=80=9C is wrong for = .whip T. > On 21 Feb 2024, at 16:02, Juliusz Chroboczek wrote: >=20 >>>>> POST https://pipe.nu/group/hunt/.whip net::ERR_ABORTED 500 = (Internal Server Error) >=20 >> Which figures - I think it is a service worker issue on my side. >=20 > It looks to me like you got a 500 error from the server. Of which = there > are quite a few in the WHIP code, not all of which log an error. >=20 > $ grep -c InternalServerError webserver/whip.go > 7 >=20 > So while it might be a violation of the protocol in your code, it > shouldn't result in a 500. >=20 > -- Juliusz