CocoaPods / cocoadocs.org

Static generator for CocoaDocs.org
http://cocoadocs.org
MIT License
95 stars 15 forks source link

Docs generation failed. #556

Closed pcpLiu closed 6 years ago

pcpLiu commented 6 years ago

Cannot generate docs for project https://github.com/pcpLiu/Serrano, cocoapods link: https://cocoapods.org/?q=serrano

Here's some checking steps:

Palleas commented 6 years ago

Hi there - We have some issues with generating doc right now, definitely something dumb that we hope to resolve asap. Sorry about that!

pcpLiu commented 6 years ago

@Palleas Thanks for the information.

ahamino commented 6 years ago

any updates on this issue? It affects our latest release. https://cocoapods.org/pods/AffdexSDK-iOS

raginmari commented 6 years ago

I have a similar issue with my pod RAGVersionNumber.

What I've found out so far:

In release 0.9.0 of jazzy, the download_badge configuration key was removed. When I execute cocoadocs locally (described here), the build fails because "cocoadocs.rb" uses the download_badge property of the jazzy config.

undefined method 'download_badge='

If I comment out that line in "cocoadocs.rb", jazzy fails for a different reason:

Although the .jazzy.yaml is detected (terminal output says so), the version of Swift specified in the file appears to be ignored (.jazzy.yaml says "3.0.2", jazzy uses "3.0" and fails). And/but: if I use jazzy independently of cocoadocs, it succeeds.

fjcaetano commented 6 years ago

I'm also having this issue with my project ReCaptcha.

It seems to have something to do with domain configuration, because when trying to reparse, or fetch the error info, dev tools throws us some errors on api.cocoadocs.org:4567.

When I try to access http://api.cocoadocs.org:4567/error/ReCaptcha/1.0.0 directly, it fails with ERR_NAME_NOT_RESOLVED:

api.cocoadocs.org’s server DNS address could not be found.

stringeecom commented 6 years ago

I have a similar issue with my pod. Github: https://github.com/stringeecom/Stringee-iOS-SDK Cocoapods link: https://cocoapods.org/?q=Stringee any updates on this issue? Thank you!!

Fenil15 commented 6 years ago

Running this command on terminal worked for me - curl http://199.19.84.242:4567/redeploy/< Pod name >/latest

bosborn commented 6 years ago

I am running into this problem for three of our libraries. Each library has a history of successful documentation generation.

Along with the normal redeploy attempts, I tried the curl statement above. Although I get a {"parsing":true} response, the documentation is never updated.

I am able to preview the library docs following these instructions: https://github.com/CocoaPods/cocoadocs.org#previewing-my-library-in-cocoadocs

The generated [pod]/[version]/index.html file appears correct when opened.

Side Note: Sometime between March and June of 2017, the "Docs %" calculations stopped populating.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.