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

Shows nothing on the ui home screen #618

Closed
1zaak opened this issue Sep 10, 2015 · 8 comments
Closed

Shows nothing on the ui home screen #618

1zaak opened this issue Sep 10, 2015 · 8 comments

Comments

@1zaak
Copy link

1zaak commented Sep 10, 2015

I have successfully installed ungit on Ubuntu 14.10 without this issue #401. But when I run 'ungit', the browser opens but there is nothing on the ui. What is happening?

@linquize
Copy link
Contributor

What is your git version?
What is your ungit version?

@1zaak
Copy link
Author

1zaak commented Sep 10, 2015

Git version is 1.9.1, ungit is 0.9.3

@linquize
Copy link
Contributor

Is there any javascript error?
Press F12 to open developer tool, and switch to console tab

@1zaak
Copy link
Author

1zaak commented Sep 10, 2015

The key "" is not recognized and ignored.
http://localhost:8448/css/styles.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/js/ungit.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/app/app.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/branches/branches.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/commit/commit.css Failed to load resource: the server responded with a status of 404 (Not Found)
localhost/:32 App version: 0.9.3
http://localhost:8448/plugins/commitdiff/commitdiff.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/commit/commit.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/commitdiff/commitdiff.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/dialogs/dialogs.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/gitErrors/gitErrors.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/graph/graph.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/header/header.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/home/home.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/imagediff/imagediff.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/refreshbutton/refreshbutton.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/repository/repository.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/staging/staging.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/stash/stash.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/graph/graph.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/header/header.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/home/home.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/imagediff/imagediff.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/login/login.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/path/path.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/progressBar/progressBar.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/refreshbutton/refreshbutton.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/remotes/remotes.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/repository/repository.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/staging/staging.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/stash/stash.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/submodules/submodules.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/textdiff/textdiff.bundle.js Failed to load resource: the server responded with a status of 404 (Not Found)
localhost/:976 Uncaught ReferenceError: require is not defined
http://localhost:8448/css/styles.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/commit/commit.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/commitdiff/commitdiff.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/graph/graph.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/header/header.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/home/home.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/imagediff/imagediff.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/refreshbutton/refreshbutton.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/repository/repository.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/staging/staging.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8448/plugins/stash/stash.css Failed to load resource: the server responded with a status of 404 (Not Found)

@linquize
Copy link
Contributor

How do you install ungit?
Install from npm, apt-get or compile from source?

@1zaak
Copy link
Author

1zaak commented Sep 10, 2015

I did the npm global install with the -H flag (from the README)

@boneskull
Copy link

I'm having something similar.

Fresh install via npm install -g ungit. No sudo used.

$ git --version
git version 2.6.2
hub version 2.2.1
$ node --version
v4.2.1

MacOS X El Capitan; Chrome Version 46.0.2490.42 beta (64-bit)

screenshot

Console dump:

The key "" is not recognized and ignored.
localhost/:32 App version: 0.9.3
localhost/:34 Initing raven
localhost/:941 Google analytics inited
localhost/:948 Keen.io inited
ungit.js:30753 Event: Object
ungit.js:30753 Event: Object
ungit.js:30753 Event: Object
ungit.js:30753 Event: Object
http://localhost:8448/api/baserepopath?path=%2FVolumes%2Falien%2Fprojects%2Fdecipher%2Fbeacon&socketId=0 Failed to load resource: the server responded with a status of 404 (Not Found)
ungit.js:30753 Event: Object
http://www.gravatar.com/avatar/6539ff3c223f67393c4c7387ba75dcab?default=404 Failed to load resource: the server responded with a status of 404 (Not Found)
http://www.gravatar.com/avatar/bf41a8fa744894254ad9170f2380a779?default=404 Failed to load resource: the server responded with a status of 404 (Not Found)
http://www.gravatar.com/avatar/1df172dae8071af606e423a6a004350b?default=404 Failed to load resource: the server responded with a status of 404 (Not Found)
http://www.gravatar.com/avatar/b3a920cb75ba7e8dfc8ba1d88afe9ee1?default=404 Failed to load resource: the server responded with a status of 404 (Not Found)
ungit.js:30753 Event: Object
ungit.js:30753 Event: Object

@jung-kim
Copy link
Collaborator

@boneskull looks like your currently checked out branch is far behind remote branches. If you keep scrolling down you should be able to find checked out node. gravatar image load failures are something that is expected when a user is not listed in gravatar and does not hinder operation of ungit.

@1zaak 1zaak closed this as completed Feb 20, 2016
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

No branches or pull requests

4 participants