-
Notifications
You must be signed in to change notification settings - Fork 55
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
generated docs only report: "An unknown error occurred." #70
Comments
I am experiencing the same issue. Did you figure out a solution? |
Unfortunately no. Was hoping for a response from the maintainers. |
I'm also experiencing this issue and it is replicate-able on Apple's own documentation for this plugin, if you follow that link the same issue occurs. Would be great if the maintainers could look into this and provide feedback. |
@dastrobu just as an FYI your documentation appears to be rendering at this url. I'm at a loss as to explaining the URL structuring this tool appears to enforce, I can't find any documentation explaining it and it certainly isn't intuitive. It would appear the HTML hosted at the root path e.g https://dastrobu.github.io/AccelerateArray/ is never actually useful for anything, for example Apples own documentation for this tool at the equivalent path just generates the same error see https://apple.github.io/swift-docc-plugin. So I don't know why the contents of |
Docs generated with swift-docc-plugin always result in a page showing only:
An unknown error occurred.
as can be seen on https://dastrobu.github.io/AccelerateArray/The docs are generated without error or waring from the following steps:
What I am missing personally the most is a way to troubleshoot this error.
Being also a web developer, I would like to be able to get unminifed javascript, showing what is actually going wrong or some flags to generated the web app with some console logs pointing me at what is going wrong.
Solving the issue with my package is just one thing. Enabling the docc plugin for better trouble shooting would be the long term goal.
Checklist
main
branch of this package.Expected behavior
It shows the same result as when running locally with
Actual behavior
shows:
An unknown error occurred.
Generated docs can be found in: https://github.com/dastrobu/AccelerateArray/tree/gh-pages
Steps to Reproduce
Swift-DocC Plugin Version Information
Swift-DocC plugin version:
1.3.0
andmain
Swift Compiler version: Output from
swiftc --version
.see https://github.com/dastrobu/AccelerateArray/actions/runs/7241167505/job/19724963804
The text was updated successfully, but these errors were encountered: