[GH-ISSUE #942] Documentation website down #606

Closed
opened 2026-02-26 02:33:41 +03:00 by kerem · 3 comments
Owner

Originally created by @kalenpw on GitHub (Mar 27, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/942

Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue:

  • You have read and followed closely the Wiki, Upgrade Guide, as well as Troubleshooting
  • The issue has not been reported before
  • This is not a "how to install on Windows" or "why is my npm messed up" question
  • You're a cool person

All checked? Now also make sure your issue

  • Is associated with a version. Or better yet, a commit.
  • Is as detailed as possible (ahem... OS, browser, steps to reproduce, maybe?)
  • Includes the error output if it's a bug/error report ("Whoops!" is not very helpful, you know)
  • Is in English, 因为我不说中文。

The link listed in the readme doesn't seem to work.

https://koel.phanan.net/docs/ console error trying to read path of an undefined object.

Tested in Firefox and Iridium.

Originally created by @kalenpw on GitHub (Mar 27, 2019). Original GitHub issue: https://github.com/koel/koel/issues/942 Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue: - [ ] You have read and followed closely the [Wiki](https://koel.phanan.net/docs), [Upgrade Guide](https://github.com/phanan/koel/releases), as well as [Troubleshooting](https://koel.phanan.net/docs/#/troubleshooting) - [x] The issue has not been reported before - [x] This is not a "how to install on Windows" or "why is my npm messed up" question - [ ] You're a cool person All checked? Now also make sure your issue - [ ] Is associated with a version. Or better yet, a commit. - [ ] Is as detailed as possible (ahem... OS, browser, steps to reproduce, maybe?) - [ ] Includes the error output if it's a bug/error report ("Whoops!" is not very helpful, you know) - [x] Is in English, 因为我不说中文。 The link listed in the readme doesn't seem to work. https://koel.phanan.net/docs/ console error trying to read path of an undefined object. Tested in Firefox and Iridium.
kerem closed this issue 2026-02-26 02:33:41 +03:00
Author
Owner

@kalenpw commented on GitHub (Mar 28, 2019):

I should note it does work on iOS safari.

Exact error:

Uncaught TypeError: Cannot read property 'path' of undefined
    at currentNavItem (index.js:173)
    at t._wrappedGetters.(/docs/anonymous function) (https://unpkg.com/docute@2.11.0/dist/docute.js:1:4237)
    at ce.a.(/docs/anonymous function) (https://unpkg.com/docute@2.11.0/dist/docute.js:1:2103)
    at Oi.get (vue.esm.js:2447)
    at Oi.evaluate (vue.esm.js:2547)
    at ce.currentNavItem (vue.esm.js:2773)
    at Object.get [as currentNavItem] (vuex.esm.js:433)
    at currentTitle (index.js:169)
    at t._wrappedGetters.(/docs/anonymous function) (https://unpkg.com/docute@2.11.0/dist/docute.js:1:4237)
    at ce.a.(/docs/anonymous function) (https://unpkg.com/docute@2.11.0/dist/docute.js:1:2103)
(index):21 Uncaught ReferenceError: docute is not defined
    at (index):21
<!-- gh-comment-id:477403338 --> @kalenpw commented on GitHub (Mar 28, 2019): I should note it _does_ work on iOS safari. Exact error: ``` Uncaught TypeError: Cannot read property 'path' of undefined at currentNavItem (index.js:173) at t._wrappedGetters.(/docs/anonymous function) (https://unpkg.com/docute@2.11.0/dist/docute.js:1:4237) at ce.a.(/docs/anonymous function) (https://unpkg.com/docute@2.11.0/dist/docute.js:1:2103) at Oi.get (vue.esm.js:2447) at Oi.evaluate (vue.esm.js:2547) at ce.currentNavItem (vue.esm.js:2773) at Object.get [as currentNavItem] (vuex.esm.js:433) at currentTitle (index.js:169) at t._wrappedGetters.(/docs/anonymous function) (https://unpkg.com/docute@2.11.0/dist/docute.js:1:4237) at ce.a.(/docs/anonymous function) (https://unpkg.com/docute@2.11.0/dist/docute.js:1:2103) (index):21 Uncaught ReferenceError: docute is not defined at (index):21 ```
Author
Owner

@phanan commented on GitHub (Mar 30, 2019):

It works for me on every browser.

<!-- gh-comment-id:478232034 --> @phanan commented on GitHub (Mar 30, 2019): It works for me on every browser.
Author
Owner

@kalenpw commented on GitHub (Mar 30, 2019):

Strange. I'm not sure what it could be then seems weird to me it is on both Firefox and Iridium, but works on Qutebrowser on the same machine. I did try my desktop running the same OS and browser versions and it works fine on all there. It does appear to be a machine problem in this case so I'll look into it and close this. In case anyone stumbles upon the issue here are my system details:

Iridium:
Version 2018.11 (Developer Build) Built on Ubuntu 16.04, running on Ubuntu 18.04 (64-bit)'
Firefox:
66.0.2 (64-bit)
OS:
Xubuntu 18.04

<!-- gh-comment-id:478250379 --> @kalenpw commented on GitHub (Mar 30, 2019): Strange. I'm not sure what it could be then seems weird to me it is on both Firefox and Iridium, but works on Qutebrowser on the same machine. I did try my desktop running the same OS and browser versions and it works fine on all there. It does appear to be a machine problem in this case so I'll look into it and close this. In case anyone stumbles upon the issue here are my system details: Iridium: Version 2018.11 (Developer Build) Built on Ubuntu 16.04, running on Ubuntu 18.04 (64-bit)' Firefox: 66.0.2 (64-bit) OS: Xubuntu 18.04
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#606
No description provided.