Read the statement by Michael Teeuw here.
ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf:
-
@ereborinkorppi it would be interesting to see the 32 bit results…
-
@sdetweil I will give it a go if no easier solutions available, but will take some time before I can test it. Thank you so far, will report later what happened.
-
@ereborinkorppi i just don’t know… we are not using GPU, that error is related to GPU.
says happening in chromium, but we are not using chromium… so… at a loss.I see it on my pi3 in 32 bit mode, but it doesn’t stop mm…
-
@ereborinkorppi sorry I hit the reject button, can u resubmit.
-
@sdetweil
Hi I’m a nooby, I’m seeing the same errors in my startup but MM still runs OK. The only reason I found it was because I can’t get the MMM-OpenWeatherMapForecast to display just says loading?
I’m wondering now if the error has nothing to do with module running. -
@eyesallin do you see any errors from openweathermapforecast in the place you start mm
-
@sdetweil
Thx for responding, the only errors are[MMM-OpenWeatherMapForecast] 7-Jan-24 09:08 ** ERROR ** null
ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
Warning: vkCreateInstance: Found no drivers!
Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
at CheckVkSuccessImpl (…/…/third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:88)
at CreateVkInstance (…/…/third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:458)
at Initialize (…/…/third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:344)
at Create (…/…/third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:266)
at operator() (…/…/third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:521) -
@eyesallin said
[MMM-OpenWeatherMapForecast] 7-Jan-24 09:08 ** ERROR ** null
yeh not very useful, but there was an error
-
Thanks for information
-
@fethiyetours can u edit the module node_helper.js and change the error path like this
} else { /// this is the current line 62 if(response.statusCode != 200) console.log("[MMM-OpenWeatherMapForecast] " + moment().format("D-MMM-YY HH:mm") + " statusCode " + response.statusCode); else console.log("[MMM-OpenWeatherMapForecast] " + moment().format("D-MMM-YY HH:mm") + " ** ERROR ** " + error); }
I’m guessing the statuscode will be 401, unauthorized