peertube-plugin-livechat icon indicating copy to clipboard operation
peertube-plugin-livechat copied to clipboard

ConverseJS fullscreen: wrong window title

Open JohnXLivingston opened this issue 3 years ago • 3 comments

Describe the bug

The title of the page is «Converse». Should not.

JohnXLivingston avatar Jun 01 '21 18:06 JohnXLivingston

Hi, are you referring to this error? I got the 404 in the diagnostic.

I am running freebsd, prosody-0.11.9 and prosody-modules-20200302

Builtin Prosody and ConverseJS: KO The working dir is: /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody Prosody will run on port '52800' Prosody will use https://video.in.lchs.network/plugins/livechat/3.1.0/router/api/ as base uri from api calls Prosody modules path will be '/var/www/peertube/storage/plugins/node_modules/peertube-plugin-livechat/dist/server/prosody-modules' The prosody configuration file (/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua) exists Prosody configuration file content is correct. Pid file /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.pid found Prosodyctl status: Prosody is running with PID 1298 The prosody configuration file (/var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua) exists Prosody configuration file content is correct. Prosody version is 0.11.9 Error when calling Prosody test api (test-peertube-prosody): HTTPError: Response code 404 (Not Found)

image

germanfung avatar Jul 06 '21 01:07 germanfung

No, your issue @germanfung seems to be the same as https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/56 . Please try to add http://localhost:9000 in the setting «Peertube url for API calls» (supposing your Peertube is listening on port 9000). Then try the webchat (the diagnostic tool will remain broken for now).

JohnXLivingston avatar Jul 06 '21 07:07 JohnXLivingston

yup, fixed by http://localhost:9000, thx

germanfung avatar Jul 07 '21 05:07 germanfung