Current Server Time: 00:35 (Central Europe)

#apertus IRC Channel Logs

2019/05/16

Timezone: UTC


00:00
johnathan
left the channel
00:04
johnathan
joined the channel
00:04
johnathan
left the channel
00:04
johnathan
joined the channel
02:13
johnathan
left the channel
02:17
johnatha_
joined the channel
02:22
johnatha_
left the channel
02:24
johnathan
joined the channel
02:28
johnathan
left the channel
02:33
johnatha_
joined the channel
02:38
johnatha_
left the channel
02:48
johnathan
joined the channel
02:50
johnatha_
joined the channel
02:52
johnath__
joined the channel
02:53
johnathan
left the channel
02:54
johnatha_
left the channel
02:56
johnath__
left the channel
04:18
BAndiT1983|away
changed nick to: BAndiT1983
04:27
BAndiT1983
changed nick to: BAndiT1983|away
04:27
BAndiT1983|away
changed nick to: BAndiT1983
04:59
BAndiT1983
changed nick to: BAndiT1983|away
05:28
se6astian|away
changed nick to: se6astian
05:29
Bertl_zZ
changed nick to: Bertl_oO
05:30
se6astian
changed nick to: se6astian|away
06:02
futarisIRCcloud
left the channel
06:49
Y_G
left the channel
07:08
futarisIRCcloud
joined the channel
08:50
Maqs
joined the channel
09:22
futarisIRCcloud
left the channel
09:47
futarisIRCcloud
joined the channel
11:53
Y_G
joined the channel
11:57
futarisIRCcloud
left the channel
12:30
Nira|away
changed nick to: Nira
12:33
Y_G
left the channel
13:50
lexano
left the channel
14:03
lexano
joined the channel
14:32
BAndiT1983|away
changed nick to: BAndiT1983
15:47
Spirit532
left the channel
15:48
Spirit532
joined the channel
16:22
BAndiT1983
changed nick to: BAndiT1983|away
17:07
Y_G
joined the channel
17:20
Y_G
Hi BAndiT1983|away , I tried to build the web-remote again ,as previously they failed due to version of npm maybe
17:21
Y_G
after building , the files in the base folder are dest , gulpfile.js , package.json , README.md , TODO.md , devServer , node_modules , package-lock.json , src
17:24
Spirit532
left the channel
17:24
Spirit532
joined the channel
17:27
BAndiT1983|away
changed nick to: BAndiT1983
17:27
BAndiT1983
hi Y_G, you have to give me a bit more info, what are the build problems? which content is in dest, as it is the build folder?
17:30
BAndiT1983
clean build is totally fine, my machine is succeeding to build without hassle and our CI -> https://circleci.com/gh/apertus-open-source-cinema/web-remote/tree/master
17:30
Y_G
dest has index.html ,serviceworker.js
17:31
Y_G
the commands used to build were 'npm install' followed with 'npm run build'
17:31
BAndiT1983
and what are the problems there?
17:31
Y_G
There are no problems with the build , need to know how to start webUI
17:31
BAndiT1983
there you have it, index.html, this is the entrance to web ui
17:31
BAndiT1983
just open the index.html <-
17:33
vup
i think the build of the webui is currently broken
17:34
vup
you need to run `npm run build default`
17:34
BAndiT1983
had to remove default, otherwise npm has complained after updates
17:34
BAndiT1983
packages were updated, as there were several vulnerabilities, which github has notified about
17:35
vup
without the default alot of files are missing from `dest`
17:35
BAndiT1983
really?
17:35
vup
yes
17:35
vup
it will only contain index.html and serviceworker.js
17:35
BAndiT1983
?
17:35
BAndiT1983
will check again on my machine and CI
17:36
vup
and a lot of stuff like `dest/css/*` `dest/js/*` and others are missing without the `default`
17:36
BAndiT1983
let me check on that
17:36
vup
sure
17:37
vup
but you're also right, even with default it still fails and i needed to copy some files manually
17:37
Y_G
left the channel
17:37
BAndiT1983
[19:37:09] The following tasks did not complete: default, copy_static
17:37
BAndiT1983
[19:37:09] Did you forget to signal async completion?
17:37
vup
yes
17:37
BAndiT1983
am on it, haven't checked it that thoroughly, and this is the technical debt
17:37
vup
thats what i meant with the last comment
17:38
Y_G
joined the channel
17:38
vup
i tried some things, but could not figure out what the problem is
17:39
BAndiT1983
Y_G you can check out a version before vulnerability fix and in the meantime i will investigate
17:41
BAndiT1983
the problem is, that default was removed, but it should be defined different
17:42
BAndiT1983
will try to fix it quick and dirty and afterwards proper build processes have to be defined
17:43
Y_G
yup ,that would be good
17:49
Y_G
Currently getting this error "Uncaught (in promise) TypeError: Failed to register a ServiceWorker: The URL protocol of the current origin ('null') is not supported." with other resource not found errors
17:50
Y_G
after the steps discussed yesterday
17:50
BAndiT1983
can't help you there yet, as Francis has wrote the UI
17:50
BAndiT1983
trying to understand what was done there, before anything else
17:52
Y_G
ok, I'll have a look too
17:53
BAndiT1983
changed nick to: BAndiT1983|away
17:53
BAndiT1983|away
changed nick to: BAndiT1983
17:54
BAndiT1983
Y_G, you can try "npm run dev"
17:54
BAndiT1983
at least it brings some sort of UI up, but looks differently from one i know
18:09
Y_G
still blank,the above error is not there however
18:09
Y_G
only errors for resource not found
18:12
anuejn
is there any reason for using gulp instead of some "normal" bundler (i.e. parcel)
18:12
anuejn
?
18:13
BAndiT1983
was used to gulp, so we added it
18:14
BAndiT1983
is parcel capable of executing custom build routines?
18:16
anuejn
what kind of custom build routines?
18:17
BAndiT1983
like gulp does for us, e.g. it packs components/widgets in single.js, also does minifying and so on, also there is a build step to pack icons into webfont
18:18
anuejn
hm... i think that should be possible
18:19
anuejn
however, most things are done automatically
18:20
BAndiT1983
maybe, but then Francis would have to redo a lot of stuff, so jumping between zillion of packages is counter-productive, before we have stable version
18:23
anuejn
i was just experinencing a lot of trouble with the current setup
18:23
anuejn
i thought, that this might help to produce anything working
18:23
BAndiT1983
it was simpler when we started, am also a little bit startled to find the loose ends there
18:24
BAndiT1983
as i know gulp, will stick to it for now, otherwise i would have to learn new module and dependencies, which brings partially more problems in at first
18:25
BAndiT1983
am creating a diagram of the build, to get the picture
18:30
Y_G
left the channel
18:34
Nira
changed nick to: Nira|away
19:42
BAndiT1983
Y_G, will commit quick and dirty fix, but the UI seems totally different at the moment, compared to the last state i know
19:43
BAndiT1983
after successful build you still have to run "npm run server", otherwise you will get wsFeedUrl errors, as it looks for the address of the server, to try to get WSServer reply by using port 7070
19:43
BAndiT1983
if you don't run the server, then the url will be something like http://:7070/ and invalid
19:53
BAndiT1983
fixes pushed, artifact looks ok, but still can't give any guarantee -> https://circleci.com/gh/apertus-open-source-cinema/web-remote/19#artifacts/containers/0
20:51
niemand
joined the channel
20:51
niemand
left the channel
20:51
niemand
joined the channel
20:57
niemand
left the channel
21:07
BAndiT1983
changed nick to: BAndiT1983|away
21:21
johnathan
joined the channel
21:23
BAndiT1983|away
changed nick to: BAndiT1983
21:37
Bertl_oO
off to bed now ... have a good one everyone!
21:37
Bertl_oO
changed nick to: Bertl_zZ
21:53
BAndiT1983
changed nick to: BAndiT1983|away