Solved Can't access Gateway
-
Hi @bugsounet
I am having some problems connecting to Gateway, since I updated it. It is always showing that the Raspberry Pi refused to connect and I tried everything that it says to do below .
-
Hi,
What log of MagicMirror² says ?
Can you past it from start, for better helping ? -
This is what it says:
magicmirror@2.24.0 start
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js[12.10.2023 16:15.55.350] [LOG] Starting MagicMirror: v2.24.0
[12.10.2023 16:15.55.357] [LOG] Loading config …
[12.10.2023 16:15.55.361] [DEBUG] config template file not exists, no envsubst
[12.10.2023 16:15.55.366] [LOG] Loading module helpers …
[12.10.2023 16:15.55.367] [LOG] No helper found for module: alert.
[12.10.2023 16:15.55.385] [LOG] Initializing new module helper …
[12.10.2023 16:15.55.385] [LOG] Module helper loaded: updatenotification
[12.10.2023 16:15.55.386] [LOG] No helper found for module: clock.
[12.10.2023 16:15.55.611] [LOG] Initializing new module helper …
[12.10.2023 16:15.55.612] [LOG] Module helper loaded: calendar
[12.10.2023 16:15.55.616] [LOG] Initializing new module helper …
[12.10.2023 16:15.55.617] [LOG] Module helper loaded: MMM-GoogleAssistant
[12.10.2023 16:15.55.620] [LOG] Initializing new module helper …
[12.10.2023 16:15.55.621] [LOG] Module helper loaded: Gateway
[12.10.2023 16:15.55.623] [LOG] Initializing new module helper …
[12.10.2023 16:15.55.623] [LOG] Module helper loaded: EXT-Alert
[12.10.2023 16:15.55.626] [LOG] Initializing new module helper …
[12.10.2023 16:15.55.627] [LOG] Module helper loaded: EXT-Updates
[12.10.2023 16:15.55.631] [LOG] Initializing new module helper …
[12.10.2023 16:15.55.631] [LOG] Module helper loaded: EXT-Detector
[12.10.2023 16:15.55.633] [LOG] Initializing new module helper …
[12.10.2023 16:15.55.633] [LOG] Module helper loaded: EXT-Welcome
[12.10.2023 16:15.55.634] [LOG] No helper found for module: compliments.
[12.10.2023 16:15.55.634] [LOG] No helper found for module: weather.
[12.10.2023 16:15.55.656] [LOG] Initializing new module helper …
[12.10.2023 16:15.55.656] [LOG] Module helper loaded: newsfeed
[12.10.2023 16:15.55.657] [LOG] All module helpers loaded.
[12.10.2023 16:15.55.669] [LOG] Starting server on port 8080 …
[12.10.2023 16:15.56.340] [LOG] Server started …
[12.10.2023 16:15.56.342] [LOG] Connecting socket for: updatenotification
[12.10.2023 16:15.56.343] [LOG] Starting module helper: updatenotification
[12.10.2023 16:15.56.345] [LOG] Connecting socket for: calendar
[12.10.2023 16:15.56.345] [LOG] Starting node helper for: calendar
[12.10.2023 16:15.56.346] [LOG] Connecting socket for: MMM-GoogleAssistant
[12.10.2023 16:15.56.347] [LOG] Connecting socket for: Gateway
[12.10.2023 16:15.56.348] [LOG] Connecting socket for: EXT-Alert
[12.10.2023 16:15.56.349] [LOG] Starting module helper: EXT-Alert
[12.10.2023 16:15.56.350] [LOG] Connecting socket for: EXT-Updates
[12.10.2023 16:15.56.351] [LOG] Connecting socket for: EXT-Detector
[12.10.2023 16:15.56.352] [LOG] Connecting socket for: EXT-Welcome
[12.10.2023 16:15.56.352] [LOG] Starting module helper: EXT-Welcome
[12.10.2023 16:15.56.353] [LOG] Connecting socket for: newsfeed
[12.10.2023 16:15.56.353] [LOG] Starting node helper for: newsfeed
[12.10.2023 16:15.56.354] [LOG] Sockets connected & modules started …
[12.10.2023 16:15.56.371] [LOG] Launching application.
[15297:1012/161556.458679:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.portal.Settings.Read: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.portal.Desktop was not provided by any .service files
[15357:1012/161556.832483:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[15363:1012/161556.972834:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[12.10.2023 16:15.58.550] [LOG] Create new calendarfetcher for url: https://onlinekalender.info/feiertage/schweiz.ics - Interval: 3600000
[12.10.2023 16:15.58.619] [LOG] Create new newsfetcher for url: https://www.srf.ch/news/bnf/rss/1890 - Interval: 300000
[12.10.2023 16:15.58.625] [INFO] Checking git for module: EXT-Updates
[12.10.2023 16:15.58.659] [INFO] Checking git for module: EXT-Detector
[12.10.2023 16:15.58.692] [INFO] Checking git for module: EXT-Welcome
[12.10.2023 16:15.58.730] [INFO] Checking git for module: MagicMirror
[12.10.2023 16:15.59.025] [INFO] Calendar-Fetcher: Broadcasting 26 events.
[12.10.2023 16:15.59.061] [INFO] Newsfeed-Fetcher: Broadcasting 60 items. -
maybe the main question is:
What’s requirement to have
MMM-GoogleAssistant
working ?
–> wiki can help you
–> this topic can help you too -
Thank you @bugsounet !! It is working again. I just needed to update everything.
-