-
-
Notifications
You must be signed in to change notification settings - Fork 26
Error when visiting files.interlisp.org/medley/notecards and files.interlisp.org/medley/loops #2139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also, same errors in Chrome on Windows 11. Seems more likely to be a server side issue. (Permissions?) |
The current HCFILES copies the Loops, Test and Notecards repositories into the medley directory.
|
Now I can visit |
It seems that this could be closed... BUT it would be good to know what caused it in the first place. |
Fixed in PR#2156, which is Approved but not yet merged because I am waiting for Approval on PR#2154 - on which PR#2156 depends. The root cause was an infelicity in handling pseudohosts in the function MAKE-INDEX-HTMLS. The bug was in practice kicked off at this moment in time by the change of moving loadups work directories into MEDLEYDIR/loadups/build. PR#2156 fixes the root cause. But I also removed MEDLEYDIR/loadups/build from the HCFILES runs, so that also "fixed" the symptoms we were seeing. I willl close this when I finally merge PR#2156. |
#2156 has been merged |
When visiting https://files.interlisp.org/medley/loops/ and https://files.interlisp.org/medley/notecards/ I get the errors
ERROR: Cannot find file: /medley/loops/
andERROR: Cannot find file: /medley/notecards/
respectively.The errors occurs with both Firefox and Chrome on Linux Mint 22.1 Cinnamon.
The text was updated successfully, but these errors were encountered: