docmeta / rubydoc.info

Next generation rdoc.info site
http://rubydoc.info
MIT License
132 stars 43 forks source link

undefined method `new' for nil:NilClass when visiting certain link #125

Closed gerryhd closed 6 years ago

gerryhd commented 6 years ago

I'm not sure if this is the right place to report a bug in the website, but when I try to access this link https://www.rubydoc.info/github/zenchild/Viewpoint/Viewpoint/EWS/Types/OutOfOffice

I get the following error

undefined method new' for nil:NilClass /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/helpers/html_helper.rb:126:inhtml_markup_rdoc' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/helpers/html_helper.rb:59:in htmlify' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/gems/yard-sd-0.0.4/lib/yard-sd/sequence_diagram_mixin.rb:5:inhtmlify' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/templates/default/docstring/html/text.erb:3:in _erb_cache_10' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/template.rb:287:inerb' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/template.rb:365:in render_section' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/template.rb:259:inblock (2 levels) in run' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/template.rb:256:in each' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/template.rb:256:inblock in run' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/template.rb:394:in add_options' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/template.rb:255:inrun' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/template.rb:277:in block in yieldall' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/template.rb:408:inwith_section' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/template.rb:277:in yieldall' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/templates/default/docstring/html/index.erb:5:in_erb_cache_9' /home/app/rubydoc.info/vendor/bundle/ruby/2.3.0/bundler/gems/yard-03515a8d25ad/lib/yard/templates/template.rb:287:in `erb'

And the trace goes on for a lot

gerryhd commented 6 years ago

seems fine now