Skip to content
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

Internal server error #92

Closed
v-lopez opened this issue May 15, 2020 · 3 comments · Fixed by #93
Closed

Internal server error #92

v-lopez opened this issue May 15, 2020 · 3 comments · Fixed by #93

Comments

@v-lopez
Copy link

v-lopez commented May 15, 2020

I get the following error when running the Demo from the readme, as well as using the latest source and 1.0.0-rc1 tag.

On any diff, if I click on the Both button to view the side by side, I get: undefined method css' for SiteDiff::Diff:Module

Full stacktrace:

127.0.0.1 - - [15/May/2020:09:00:14 UTC] "GET /files/report.html HTTP/1.1" 200 113515
http://localhost:13080/files/report.html -> /files/report.html
[2020-05-15 09:00:16] ERROR NoMethodError: undefined method css' for SiteDiff::Diff:Module (erb):9:in do_GET'
/usr/lib/ruby/2.5.0/erb.rb:876:in eval' /usr/lib/ruby/2.5.0/erb.rb:876:in result'
/sitediff/lib/sitediff/webserver/resultserver.rb:66:in do_GET' /usr/lib/ruby/2.5.0/webrick/httpservlet/abstract.rb:105:in service'
/usr/lib/ruby/2.5.0/webrick/httpserver.rb:140:in service' /usr/lib/ruby/2.5.0/webrick/httpserver.rb:96:in run'
/usr/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
127.0.0.1 - - [15/May/2020:09:00:16 UTC] "GET /sidebyside/ HTTP/1.1" 500 329
http://localhost:13080/files/report.html -> /sidebyside/

@cleaver
Copy link
Contributor

cleaver commented May 15, 2020

Thanks for posting the error... I'd run into that one, but hadn't documented it yet. There was a method removed in the giant PR we merged a few weeks back.

@v-lopez
Copy link
Author

v-lopez commented May 18, 2020

No problem, I'd like to take the opportunity and thank you for such a great tool. Coming from the non-website side, it seems astonishing the lack of tools similar to this. And luckily this one has everything I need.

1 similar comment
@v-lopez
Copy link
Author

v-lopez commented May 18, 2020

No problem, I'd like to take the opportunity and thank you for such a great tool. Coming from the non-website side, it seems astonishing the lack of tools similar to this. And luckily this one has everything I need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants