sbrl / Pepperminty-Wiki

A wiki in a box
https://peppermint.mooncarrot.space/
Mozilla Public License 2.0
178 stars 20 forks source link

HTTP documentation link broken #170

Closed 49e94b8f256530dc0d41f740dfe8a4c1 closed 4 years ago

49e94b8f256530dc0d41f740dfe8a4c1 commented 4 years ago

https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/ is stuck loading since the logic for hiding the spinner is never reached due to an error.

Could be these

https://github.com/npm/npm/issues/7506 https://github.com/gulpjs/gulp/issues/1972

TypeError: "Invalid Version: 0.18"
    K https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/semver.min.js?v=1565267567719:1
    ir https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/semver.min.js?v=1565267567719:1
    <anonymous> https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/main.js:164
    execCb https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:30
    check https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:18
    enable https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:23
    y https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:8
    emit https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:24
    x https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:7
    emit https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:24
    check https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:20
    enable https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:23
    y https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:8
    emit https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:24
    x https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:7
    emit https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:24
    check https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:20
    enable https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:24
    init https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:17
    J https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:14
    completeLoad https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:29
    onScriptLoad https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:30
require.min.js:19:305
    check https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:19
    enable https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:23
    y https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:8
    emit https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:24
    x https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:7
    emit https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:24
    check https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:20
    enable https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:23
    y https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:8
    emit https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:24
    x https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:7
    emit https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:24
    check https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:20
    enable https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:24
    init https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:17
    J https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:14
    completeLoad https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:29
    onScriptLoad https://starbeamrainbowlabs.com/labs/peppermint/docs/RestApi/vendor/require.min.js:30
sbrl commented 4 years ago

Oh, no! Thanks for the heads up. I'm out and about at the moment, but as soon as I get home I'll look into it.

I'll keep posting updates here.

sbrl commented 4 years ago

Phew! That was a nasty one. I'm not particularly impressed apidoc, because I searched the entire codebase just to find that I didn't actually mention "0.18" at all! It was a caching issue.....

It should be working now @49e94b8f256530dc0d41f740dfe8a4c1 (phew, what a long username!) - let me know if you experience any further issues.

49e94b8f256530dc0d41f740dfe8a4c1 commented 4 years ago

thanks for the fixes @sbrl

sbrl commented 4 years ago

No problem!

On some level it's great to know that someone noticed, because that means that someone actually uses my software :P