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.

Fresh install stuck after login?

See original GitHub issue

Expected results

Website to load after login

Actual results

Website doesn’t load.

Log:

$ superset run
 * Serving Flask app "superset:app" (lazy loading)
 * Environment: development
 * Debug mode: on
2019-05-27 16:29:58,431:INFO:werkzeug: * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
2019-05-27 16:29:58,432:INFO:werkzeug: * Restarting with stat
2019-05-27 16:30:00,560:WARNING:werkzeug: * Debugger is active!
2019-05-27 16:30:00,594:INFO:werkzeug: * Debugger PIN: 614-382-177
2019-05-27 16:30:07,474:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET / HTTP/1.1" 302 -
2019-05-27 16:30:07,494:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /superset/welcome HTTP/1.1" 302 -
2019-05-27 16:30:07,622:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /login/ HTTP/1.1" 200 -
2019-05-27 16:30:07,679:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/css/ab.css HTTP/1.1" 200 -
2019-05-27 16:30:07,680:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/datepicker/bootstrap-datepicker.css HTTP/1.1" 200 -
2019-05-27 16:30:07,681:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
2019-05-27 16:30:07,682:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
2019-05-27 16:30:07,685:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/select2/select2.css HTTP/1.1" 200 -
2019-05-27 16:30:07,692:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/css/bootstrap.min.css HTTP/1.1" 200 -
2019-05-27 16:30:07,697:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/js/ab_filters.js HTTP/1.1" 200 -
2019-05-27 16:30:07,769:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/js/ab_actions.js HTTP/1.1" 200 -
2019-05-27 16:30:07,771:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/js/bootstrap.min.js HTTP/1.1" 200 -
2019-05-27 16:30:07,771:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/js/jquery-latest.js HTTP/1.1" 200 -
2019-05-27 16:30:07,772:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/js/ab.js HTTP/1.1" 200 -
2019-05-27 16:30:07,774:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/datepicker/bootstrap-datepicker.js HTTP/1.1" 200 -
2019-05-27 16:30:07,778:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 200 -
2019-05-27 16:30:07,780:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/select2/select2.js HTTP/1.1" 200 -
2019-05-27 16:30:07,814:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -
2019-05-27 16:30:07,814:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
2019-05-27 16:30:07,845:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:07] "GET /static/assets/images/favicon.png HTTP/1.1" 200 -
2019-05-27 16:30:11,953:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:11] "POST /login/ HTTP/1.1" 302 -
2019-05-27 16:30:11,961:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:11] "GET / HTTP/1.1" 302 -
2019-05-27 16:30:12,112:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:12] "GET /superset/welcome HTTP/1.1" 200 -
2019-05-27 16:30:12,150:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:12] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
2019-05-27 16:30:27,608:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:27] "GET /superset/welcome HTTP/1.1" 200 -
2019-05-27 16:30:27,713:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:27] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 -
2019-05-27 16:30:27,721:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:27] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 -
2019-05-27 16:30:27,726:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:27] "GET /static/assets/images/loading.gif HTTP/1.1" 200 -
2019-05-27 16:30:27,727:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:27] "GET /static/assets/images/superset-logo@2x.png HTTP/1.1" 200 -
2019-05-27 16:30:27,808:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:27] "GET /static/assets/images/favicon.png HTTP/1.1" 200 -
2019-05-27 16:30:27,809:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:27] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 -
2019-05-27 16:30:27,810:INFO:werkzeug:127.0.0.1 - - [27/May/2019 16:30:27] "GET /static/appbuilder/img/flags/flags16.png HTTP/1.1" 200 -

PS: Had to run superset run as superset runserver -d is unavailable.

Screenshots

Screen Shot 2019-05-27 at 4 43 56 pm No errors in browser console or network tab.

How to reproduce the bug

Follow the official guide. https://superset.incubator.apache.org/installation.html#superset-installation-and-initialization

Note that I remove and then create a new virtualenv between each of the following.

Started with latest stable pip install superset, but started getting errors. Checking this github, was able to resolve: https://github.com/apache/incubator-superset/issues/7025 with a pandas downgrade; and https://github.com/apache/incubator-superset/issues/7514 with a move to master (f7d3413a501d8b643318fe7c0641eba608a079f5).

Environment

(please complete the following information):

$ superset --version  # see above for commit hash
Flask 1.0.2
Python 3.7.3 (default, Mar 27 2019, 09:23:15) 
[Clang 10.0.1 (clang-1001.0.46.3)]
$ python --version
Python 3.7.3
$ node --version
v10.15.3
$ npm --version
6.9.0

Checklist

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven’t found one similar.

Additional context

Add any other context about the problem here.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
issue-label-bot[bot]commented, May 27, 2019

Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.96. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

0reactions
SamuelMarkscommented, May 30, 2019

Just tried again, it’s working now

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows update gets stuck - tried fresh install 5 times
First, if system is off, turn on and log in. Open services. You have to have Admin priveleges. Scroll down to Windows Update,...
Read more >
Windows 11/10 install is stuck during Installation
Windows 11/10 installation being stuck can cause unrest for any Windows user. And so in this post, we are looking at possible solutions...
Read more >
Full Fix: Windows 10/11 is Stuck on Install
1. Install Windows 10 from an external media · 2. Something Happened while installing Windows 10 · 3. Error 80240020 while installing Windows...
Read more >
Stuck at login screen on fresh install - Ask Ubuntu
Try logging in at the usual login screen with Xorg instead of Wayland. Click the gear icon to the left of the Sign...
Read more >
I'm stuck on the organization login prompt, post clean win 10 ...
Solved: Clean Windows install on old work PC still asks for work login? I recently got a PC refresh and my company just...
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