esdoc / esdoc-hosting

ESDoc Hosting Service
https://doc.esdoc.org/
11 stars 6 forks source link

esdoc hosting fails for git@github.com:drpaulbrewer/single-market-robot-simulator-app-framework.git #17

Open DrPaulBrewer opened 7 years ago

DrPaulBrewer commented 7 years ago

Problem Statement

  1. What were you trying to do? Generate esdoc hosted pages

To do this I used https://doc.esdoc.org/-/generate.html

and entered

git@github.com:drpaulbrewer/single-market-robot-simulator-app-framework.git

in the box provided and clicked generate.

  1. What happened?

Error message on the website

Fail esdoc. Please check esdoc.json. Or write issue.

Stack trace in browser console

generate.html:133 Fail esdoc. Please check esdoc.json.
(anonymous) @ generate.html:133
xhr.onload @ ESDoc.js:44
  1. What did you expect it to do instead?

Generate esdoc and host it, sending me a URL.

  1. Anything else?

my browser's about:

Chromium    56.0.2924.76 (Developer Build) Built on Ubuntu , running on Ubuntu 16.04 (64-bit)
Revision    314da7cc1e56fc9fa9271bac2b029922feb4b6f2
OS  Linux 
JavaScript  V8 5.6.326.42
Flash   (Disabled)
User Agent  Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/56.0.2924.76 Chrome/56.0.2924.76 Safari/537.36
Command Line    /usr/lib/chromium-browser/chromium-browser --enable-pinch --flag-switches-begin --flag-switches-end
Executable Path /usr/lib/chromium-browser/chromium-browser
Profile Path    /home/paul/.config/chromium/Default

Also esdoc works fine locally on this package:

esdoc 0.5.2

paul@home:/Z/Projects/single-market-robot-simulator-app-framework$ esdoc -c esdoc.json 
badge.svg
identifiers.html
index.html
class/src/index.js~App.html
function/index.html
file/src/index.js.html
./css
./script
./image
script/search_index.js
source.html
==================================
Coverage: 65.3% (32/49)
==================================
xpl commented 7 years ago

I'm experiencing same issue for my repo. Any progress?

katedhanson commented 7 years ago

I'm also having the same issue with git@github.com:Bright-Health/bhp-survey.git

DavidKk commented 7 years ago

same issue: git@github.com:DavidKk/qiniu-uploader.git

tearsofphoenix commented 6 years ago

Maybe it treats warnings as errors. After I have fixed warnings while generating the doc, It hosts successfully. @xpl @DrPaulBrewer