Coder Social home page Coder Social logo

Comments (12)

KirinHuang avatar KirinHuang commented on April 28, 2024

I have the similar problem, like blow error:

GET https://fb.me/react-with-addons-0.13.1.js net::ERR_NAME_NOT_RESOLVED
(index):14 GET https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js net::ERR_CONNECTION_TIMED_OUT
bootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requires jQuery(anonymous function) @ bootstrap.min.js:6
user_profile.jsx:27 Uncaught ReferenceError: React is not defined60.../stores/user_store.jsx @ user_profile.jsx:27s @ _prelude.js:1(anonymous function) @ _prelude.js:11.../dispatcher/app_dispatcher.jsx @ channel_header.jsx:7s @ _prelude.js:1e @ _prelude.js:1(anonymous function) @ _prelude.js:1
(index):25 GET https://www.google.com/jsapi?autoload={%27modules%27:[{%27name%27:%27visualization%27,%27version%27:%271%27,%27packages%27:[%27annotationchart%27]}]} net::ERR_CONNECTION_TIMED_OUT
(index):42 config.js missing LogglyWriteKey, Loggly analytics is not reporting
(index):67 config.js missing SegmentWriteKey, SegmentIO analytics is not tracking
(index):90 config.json missing AnalyticsUrl, Snowplow analytics is not tracking
(index):133 Uncaught TypeError: window.setup_login_page is not a function

some assets can't access from china, or inner network.

from mattermost-server.

it33 avatar it33 commented on April 28, 2024

@chengweiv5, thanks for the report. 90% sure this is our fault for not including a link to the list of supported browsers in README.md: http://www.mattermost.org/mattermost-0-5-0-released/

Can you let me know if the issue still shows up if you're able to switch to a browser below?

Supported Operating Systems and Browsers:

PC: Windows 7, Windows 8 (Chrome 43, Firefox 38, Internet Explorer 11)
Mac: OS 10 (Safari 7, Chrome 43)
Linux: Arch 4.0.0 (Chrome 43)
iPhone 4s and higher (Safari on iOS 8.3, Chrome 43)
Android 5 and higher (Chrome 43)

This is potentially a CSS rendering issue we need to fix, particularly if you're on Linux as our testing there is very limited.

from mattermost-server.

it33 avatar it33 commented on April 28, 2024

@chengweiv5, thanks for the update, could we ask you to right-click on the text and select "Inspect Element" and paste here the HTML you see?

@KirinHuang, I've opened a new issue on your comment, I believe it's a different topic, please reply back if you think differently?

from mattermost-server.

chengweiv5 avatar chengweiv5 commented on April 28, 2024

I'm using Mac OS X 10.10.3 (14D136) and google chrome Version 43.0.2357.81 (64-bit), I did try several times, issue confirmed.

See picture below.

screen shot 2015-06-28 at 12 55 35

from mattermost-server.

ralder avatar ralder commented on April 28, 2024

Are theare errors with loaded scripts in Network tab (inside Google Developer Console) ?

from mattermost-server.

chengweiv5 avatar chengweiv5 commented on April 28, 2024

@KirinHuang I can download https://fb.me/react-with-addons-0.13.1.js from my docker host, see below:

wget https://fb.me/react-with-addons-0.13.1.js
--2015-06-29 15:55:00--  https://fb.me/react-with-addons-0.13.1.js
Resolving fb.me (fb.me)... 173.252.120.6, 2a03:2880:2130:cf05:face:b00c:0:1
Connecting to fb.me (fb.me)|173.252.120.6|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://fbcdn-dragon-a.akamaihd.net/hphotos-ak-xfa1/t39.3284-6/11057090_1409891529318902_1450546493_n.js [following]
--2015-06-29 15:55:13--  https://fbcdn-dragon-a.akamaihd.net/hphotos-ak-xfa1/t39.3284-6/11057090_1409891529318902_1450546493_n.js
Resolving fbcdn-dragon-a.akamaihd.net (fbcdn-dragon-a.akamaihd.net)... 96.17.109.152, 2001:428:4c02::cda8:ec2a, 2001:428:4c02::cda8:ec21
Connecting to fbcdn-dragon-a.akamaihd.net (fbcdn-dragon-a.akamaihd.net)|96.17.109.152|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 659553 (644K) [text/javascript]
Saving to: ‘react-with-addons-0.13.1.js’

react-with-addons-0.13.1.js                     100%[=======================================================================================================>] 644.09K  24.6KB/s   in 13s    

2015-06-29 15:55:28 (48.2 KB/s) - ‘react-with-addons-0.13.1.js’ saved [659553/659553]

from mattermost-server.

KirinHuang avatar KirinHuang commented on April 28, 2024

@chengweiv5 i access this resource from china, that's the reason.

from mattermost-server.

it33 avatar it33 commented on April 28, 2024

hi @chengweiv5 sorry for the late reply, this is probably because you can't reach the jquery library from your browser--we should have included it in the download and we didn't. There's a feature request to do this and I think we probably will soon: http://mattermost.uservoice.com/forums/306457-general/suggestions/8637517-enable-installer-to-complete-without-referencing-e

In the meantime, here's how to work around:

1] Somehow get a compressed 1.11.3 version of jquery from a different download source (if you can't access https://jquery.com/download/ ) 
2] Copy the downloaded jquery-1.11.3.min.js into web/static/js 
3] In web/templates/head.html replace line 12 which looks like this 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> 
with this 
<script src="/static/js/jquery-1.11.3.min.js"></script> 
4] Reload dockerhost:8065. 

Does this help?

from mattermost-server.

jwilander avatar jwilander commented on April 28, 2024

Hi @KirinHuang please see @it33's comment for your issue as well and if you can't access react-with-addons either you can hopefully use the following similar steps to work-around that. If you have trouble finding copies of jquery-1.11.3.min.js and react-with-addons-0.13.1.js, we might be able to get you some copies.

1] Somehow get the 0.13.1 version of react-with-addons from a different download source (if you can't access https://facebook.github.io/react/blog/2015/03/16/react-v0.13.1.html ) 
2] Copy the downloaded react-with-addons-0.13.1.js into web/static/js 
3] In web/templates/head.html replace line 11 which looks like this 
<script src="https://fb.me/react-with-addons-0.13.1.js"></script> 
with this 
<script src="/static/js/react-with-addons-0.13.1.js"></script> 
4] Reload dockerhost:8065.

@chengweiv5 would you be able to paste the contents of your javascript web console here (when you try and load the signup page)? It looks like you're missing the jquery library as well but it's hard to confirm without being able to see your console. Also does your VPN force all internet traffic through the tunnel or does it allow non-VPN related traffic to access the internet directly?

from mattermost-server.

chengweiv5 avatar chengweiv5 commented on April 28, 2024

@it33 , just verified that I can signup from company, seems it's a real network issue which may download some resources that can not accessed from home, china only issue. :-(

I'll paste console log when I at home.

from mattermost-server.

it33 avatar it33 commented on April 28, 2024

Hi @chengweiv5, really sorry we didn't better anticipate developers in China.

There was a feature request submitted to fix this: http://mattermost.uservoice.com/forums/306457-general/suggestions/8677084-add-ability-to-use-ip-address-team-instead-of-te

It might take a week to get the pull request in, and the next major build release, 0.6.0 is end of month. So the options are a) download things locally from China through some VPN, b) wait until end of next week for us to ship the bits (your call on whether to pick them off individually or take a cut of the bits under development, or c) wait until the next major build version where we'll have gone through a full manual test pass.

from mattermost-server.

coreyhulen avatar coreyhulen commented on April 28, 2024

This is now fixed with #130

from mattermost-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.