question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Got blank webpage

See original GitHub issue

Awesome project! I use Keras 0.32 with theano backend and add the callback in model.fit_generator() function, but nothing appears on my webpage. Did I do anything wrong? I did get some messages on the command line:

127.0.0.1 - - [2016-03-25 17:00:22] "GET /static/js/c3.min.js HTTP/1.1" 304 191 0.000501
127.0.0.1 - - [2016-03-25 17:00:51] "GET / HTTP/1.1" 200 1717 0.000501
127.0.0.1 - - [2016-03-25 17:00:51] "GET /static/css/c3.min.css HTTP/1.1" 304 189 0.000677
127.0.0.1 - - [2016-03-25 17:00:51] "GET /static/js/d3.min.js HTTP/1.1" 304 191 0.000504
127.0.0.1 - - [2016-03-25 17:00:51] "GET /static/js/jquery.min.js HTTP/1.1" 304 188 0.000452
127.0.0.1 - - [2016-03-25 17:00:51] "GET /static/css/bootstrap.min.css HTTP/1.1" 304 191 0.000442
127.0.0.1 - - [2016-03-25 17:00:51] "GET /static/js/c3.min.js HTTP/1.1" 304 191 0.000434

I use firefox by the way. THX image

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:9

github_iconTop GitHub Comments

4reactions
dxdoancommented, Jun 28, 2016

Figured out the problem. In file api.py, line 35, the statement self.desc_map.iteritems() causes exception, since I use python 3. Changing it to self.desc_map.items() works.

2reactions
tjrileywisccommented, May 3, 2016

I was seeing this as well, but if I use my ip address in the callback instead of ‘localhost’ the page loaded correctly. You should see something like this below if it’s working:

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Blank website. Blank site. Nothing to see here.
This resource is provided as a free service for those patrons looking for nothing.
Read more >
What Does it Mean When an Internet Page Is Blank? - Techwalla
When a Web page is blank, there are a few likely reasons. The reasons fall into three categories: 1, a server-related problem; 2,...
Read more >
Troubleshooting blank pages - A2 Hosting
Learn what to do when your site displays a blank page, also sometimes known as the "white screen of death." A2 Hosting is...
Read more >
How to Fix a Blank White Screen - StudioPress
A WordPress website can suddenly begin displaying nothing but a white screen for a number of reasons. Before you contact support, answer the...
Read more >
Fix: Google Chrome Blank or White Pages - Appuals.com
Troubleshooting · Method 1: Disabling Extensions · Method 2: Disable Hardware Acceleration · Method 3: Administrator rights · Method 4: Changing the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found