On Tue, 19 May 2015 12:58:40 +0200 arnaud gaboury <arnaud.gaboury@xxxxxxxxx> wrote: > When connecting to cockpit, from Firefox or chromium, I get this error > when looking at the JS console: > > TypeError: l.GetUnitFileState is not a function1 shell.js:38:3271 > TypeError: c.Subscribe is not a function1 bundle.js:2:8289 > > I can still browse and see pages. > > Any idea why and how to fix it ? I don't know anything about cockpit, but this looks like it is passing data containing incorrect type for the object to the javascript engine. Sort of like passing an int when a float is expected. You could look at the source. The js:38:3271 is probably some sort of reference to the code that is causing the error. If it's working, it must not be critical to the functionality. You could also ask the cockpit developers for insight. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org