[03:01] hello === atamira is now known as Liz === Liz is now known as atamira [13:01] Hello [13:02] hi! [13:07] Hi [17:23] hi guys! [17:24] I've got a problem with how-to tutorial. I've done everything like in instructions and after making a website with docker I get white screen in Mozilla with Ubuntu tutorial on tab title. [17:25] Hello Termi1878! [17:25] what's the URL in Firefox? [17:25] localhost [17:26] But that's not only white page, but it looks like a background of the site without everything [17:26] http://localhost:8016/? [17:26] yup. I write that and after "enter" this coming to just localhost [17:26] sry, it is like you wrote [17:27] And I dunno what to do. I think that I built site properly [17:28] It sounds very close. Could you try pressing ctrl+c in the window you've typed './run' into? [17:29] that will stop the server [17:29] and then try ./run again. [17:29] and then maybe paste the output in the terminal as you see it into here? [17:30] Just copy and paste that? [17:30] yeah, it should only be a few lines. This is what I get: [17:30] yarn run v1.2.1 [17:30] $ echo 'To build site, please use build-all' [17:31] To build site, please use build-all [17:31] Done in 0.12s. [17:31] yarn run v1.2.1 [17:31] $ npm-run-all 'serve-examples {@}' -- [17:31] 2017/12/13 17:30:38 Serving on http://localhost:8016 [17:31] y [17:31] (not the y at the end :) ) [17:31] I've got everything just like you [17:32] yarn run v1.2.1 $ echo 'To build site, please use build-all' To build site, please use build-all Done in 0.13s. yarn run v1.2.1 $ npm-run-all 'serve-examples {@}' -- 2017/12/13 17:29:35 Serving on http://localhost:8016 [17:33] how about if you run './run serve examples' instead? [17:34] same, "white" background, tab with "ubuntu tutorials" and sign. [17:35] could you try entering 'http://localhost:8016/tutorial/example-tutorial#0' as a URL? [17:35] (that would take you directly to the example tutorial). [17:35] my best guess is that something when wrong when building. [17:35] same [17:35] nothing changed [17:36] nothing to do with what you did, but I've sometimes had problems like this when the build misses something out for some strange (network?) reason. [17:36] ;(( [17:37] And what I have to do now? [17:37] Termi1878: you obviously totally understand the process though, so there's going to be no worries in passing you for the task. [17:38] If you've got the time, I'd make a new clone of the repository, and run the run script again to rebuild everything. [17:38] Well, thank you. But you know, I will have to know what I did wrong. [17:38] Yes! [17:39] Is this on Ubuntu? Xenial? [17:39] Ubuntu [17:39] 16.04 lts [17:39] cool. It should definitely work as described then. [17:40] (meaning that it's likely a problem out of your control) [17:40] Yup. I tried to do something with that, but I've got no time and this is my second try. [17:42] So, Do I have to do something with task, submit for review or something? I will still try to understand that [17:43] Yes, exactly. If you submit it for review I'll pass it. [17:43] maybe when you get some time give it another go and let us know what happens, because it obviously shouldn't be happening. [17:44] Done! [17:44] What do you mean with "another go"? [17:45] I mean clone and run again, effectively a fresh install. [17:46] Okay! [17:47] (I've only just seen all the history of you trying to get this to run previously!) [17:48] And you see any problem? [17:48] problems*? [17:50] Not obviously. It should work. I just mean you've given this a lot of effort! [17:51] Yes! I really tried to do this, because it is for beginners and felt so stupid about that [17:52] Termi1878: You shouldn't; you've done nothing wrong. If there's a failure, it will be with our system as it should clearly complain. [17:53] Yeah, but I didn't knew about that before I talked with You [17:54] well, it's really difficult to troubleshoot these kind of problems remotely. I'm frustrated we can't find the issue, as it should definitely 'just work', and yet you've tried both a VM and native install. [17:56] Yup ;( But I'm doing now a fresh install, so maybe will work this time. [17:56] so have the same problem on new installs suggests something outside of those installs, maybe your local networking environment, for example. [17:58] Well, after fresh install - exactly like before problem [18:00] A long shot maybe to try shift F5 in Firefox (if you've not already), as this will override the cache, incase the partially loaded page from there is taking priority. [18:00] (to reload the page I mean) [18:02] Same problem