Current Server Time: 00:03 (Central Europe)

#apertus IRC Channel Logs

2019/05/16

Timezone: UTC


01:00
johnathan
left the channel
01:04
johnathan
joined the channel
01:04
johnathan
left the channel
01:04
johnathan
joined the channel
03:13
johnathan
left the channel
03:17
johnatha_
joined the channel
03:22
johnatha_
left the channel
03:24
johnathan
joined the channel
03:28
johnathan
left the channel
03:33
johnatha_
joined the channel
03:38
johnatha_
left the channel
03:48
johnathan
joined the channel
03:50
johnatha_
joined the channel
03:52
johnath__
joined the channel
03:53
johnathan
left the channel
03:54
johnatha_
left the channel
03:56
johnath__
left the channel
05:18
BAndiT1983|away
changed nick to: BAndiT1983
05:27
BAndiT1983
changed nick to: BAndiT1983|away
05:27
BAndiT1983|away
changed nick to: BAndiT1983
05:59
BAndiT1983
changed nick to: BAndiT1983|away
06:28
se6astian|away
changed nick to: se6astian
06:29
Bertl_zZ
changed nick to: Bertl_oO
06:30
se6astian
changed nick to: se6astian|away
07:02
futarisIRCcloud
left the channel
07:49
Y_G
left the channel
08:08
futarisIRCcloud
joined the channel
09:50
Maqs
joined the channel
10:22
futarisIRCcloud
left the channel
10:47
futarisIRCcloud
joined the channel
12:53
Y_G
joined the channel
12:57
futarisIRCcloud
left the channel
13:30
Nira|away
changed nick to: Nira
13:33
Y_G
left the channel
14:50
lexano
left the channel
15:03
lexano
joined the channel
15:32
BAndiT1983|away
changed nick to: BAndiT1983
16:47
Spirit532
left the channel
16:48
Spirit532
joined the channel
17:22
BAndiT1983
changed nick to: BAndiT1983|away
18:07
Y_G
joined the channel
18:20
Y_G
Hi BAndiT1983|away , I tried to build the web-remote again ,as previously they failed due to version of npm maybe
18: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
18:24
Spirit532
left the channel
18:24
Spirit532
joined the channel
18:27
BAndiT1983|away
changed nick to: BAndiT1983
18: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?
18: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
18:30
Y_G
dest has index.html ,serviceworker.js
18:31
Y_G
the commands used to build were 'npm install' followed with 'npm run build'
18:31
BAndiT1983
and what are the problems there?
18:31
Y_G
There are no problems with the build , need to know how to start webUI
18:31
BAndiT1983
there you have it, index.html, this is the entrance to web ui
18:31
BAndiT1983
just open the index.html <-
18:33
vup
i think the build of the webui is currently broken
18:34
vup
you need to run `npm run build default`
18:34
BAndiT1983
had to remove default, otherwise npm has complained after updates
18:34
BAndiT1983
packages were updated, as there were several vulnerabilities, which github has notified about
18:35
vup
without the default alot of files are missing from `dest`
18:35
BAndiT1983
really?
18:35
vup
yes
18:35
vup
it will only contain index.html and serviceworker.js
18:35
BAndiT1983
?
18:35
BAndiT1983
will check again on my machine and CI
18:36
vup
and a lot of stuff like `dest/css/*` `dest/js/*` and others are missing without the `default`
18:36
BAndiT1983
let me check on that
18:36
vup
sure
18:37
vup
but you're also right, even with default it still fails and i needed to copy some files manually
18:37
Y_G
left the channel
18:37
BAndiT1983
[19:37:09] The following tasks did not complete: default, copy_static
18:37
BAndiT1983
[19:37:09] Did you forget to signal async completion?
18:37
vup
yes
18:37
BAndiT1983
am on it, haven't checked it that thoroughly, and this is the technical debt
18:37
vup
thats what i meant with the last comment
18:38
Y_G
joined the channel
18:38
vup
i tried some things, but could not figure out what the problem is
18:39
BAndiT1983
Y_G you can check out a version before vulnerability fix and in the meantime i will investigate
18:41
BAndiT1983
the problem is, that default was removed, but it should be defined different
18:42
BAndiT1983
will try to fix it quick and dirty and afterwards proper build processes have to be defined
18:43
Y_G
yup ,that would be good
18: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
18:50
Y_G
after the steps discussed yesterday
18:50
BAndiT1983
can't help you there yet, as Francis has wrote the UI
18:50
BAndiT1983
trying to understand what was done there, before anything else
18:52
Y_G
ok, I'll have a look too
18:53
BAndiT1983
changed nick to: BAndiT1983|away
18:53
BAndiT1983|away
changed nick to: BAndiT1983
18:54
BAndiT1983
Y_G, you can try "npm run dev"
18:54
BAndiT1983
at least it brings some sort of UI up, but looks differently from one i know
19:09
Y_G
still blank,the above error is not there however
19:09
Y_G
only errors for resource not found
19:12
anuejn
is there any reason for using gulp instead of some "normal" bundler (i.e. parcel)
19:12
anuejn
?
19:13
BAndiT1983
was used to gulp, so we added it
19:14
BAndiT1983
is parcel capable of executing custom build routines?
19:16
anuejn
what kind of custom build routines?
19: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
19:18
anuejn
hm... i think that should be possible
19:19
anuejn
however, most things are done automatically
19: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
19:23
anuejn
i was just experinencing a lot of trouble with the current setup
19:23
anuejn
i thought, that this might help to produce anything working
19:23
BAndiT1983
it was simpler when we started, am also a little bit startled to find the loose ends there
19: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
19:25
BAndiT1983
am creating a diagram of the build, to get the picture
19:30
Y_G
left the channel
19:34
Nira
changed nick to: Nira|away
20: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
20: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
20:43
BAndiT1983
if you don't run the server, then the url will be something like http://:7070/ and invalid
20: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
21:51
niemand
joined the channel
21:51
niemand
left the channel
21:51
niemand
joined the channel
21:57
niemand
left the channel
22:07
BAndiT1983
changed nick to: BAndiT1983|away
22:21
johnathan
joined the channel
22:23
BAndiT1983|away
changed nick to: BAndiT1983
22:37
Bertl_oO
off to bed now ... have a good one everyone!
22:37
Bertl_oO
changed nick to: Bertl_zZ
22:53
BAndiT1983
changed nick to: BAndiT1983|away