jcs-elpa / impatient-showdown

Preview markdown buffer live over HTTP.
GNU General Public License v3.0
12 stars 6 forks source link

Was working, now : the requested URL is forbidden. #1

Open rileyrg opened 3 years ago

rileyrg commented 3 years ago

Firstly: great package. But unfortunately, it has stopped working and I can't pinpoint why. A clue as to why the pushed URL is now illegal?

http://localhost:8080/imp/live/README.md/

Forbidden The requested URL is forbidden.

error: Buffer README.md is private or doesn't exist.

.

jcs090218 commented 3 years ago

Hi @rileyrg, I am not able to reproduce this issue. Can you try setting the variable debug-on-error to t and see the backtrace? I think this issue is either cause by the upstream impatient-mode or due to the unclose http server. 😕

rileyrg commented 3 years ago

There is no backtrace I'm afraid. Could it be linked to the fact that I'm exporting from a xxx.org to README.md?

https://github.com/rileyrg/el-docstring-sap

jcs090218 commented 3 years ago

I don't think that's the culprit, but I would recommend you report this bug to the upstream package impatient-mode since I have encountered this issue too but without any method reproducing it. From what I remembered, once you restart Emacs then everything should be resolved?

rileyrg commented 3 years ago

No, I turned it off and on again. ;) I'll raise it upstream soon. Thanks for your reply.