-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to read DnsConfig #1771
Comments
I also experience this. Same behavior. I'm guessing it has something to do with network connectivity issues. |
Yeah, what's this about? I get this error all the time. It doesn't seem to cause any fatal problems with the app, but it pollutes the console. I also get now:
|
Hi, I have the same issue on OS X
|
Backdoor to Chromium? This happens when I'm offline. |
any word on this? Does anyone know how this affects the apps built? |
Same thing on OS X |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Nice. I have the same issue, but it was resolved by bot :) |
When bugs go unfixed for a long time, they fix themselves! |
CC @Christywl please follow up. |
@miry @sholladay |
I try some simple tests on Mac with nwjs v0.27.3 and don't see this error . @miry , could you please provide a sample to reproduce this issue? |
@Christywl the issue/warning related with Alpine docker image and Chromium in my case: Sample FROM gradle:jdk8-alpine
USER root
RUN apk -U --no-cache --allow-untrusted add \
zlib-dev \
chromium \
wait4ports \
dbus \
ttf-freefont \
chromium-chromedriver \
grep After built you can run: $ docker run -it imagename /usr/bin/chromium-browser --disable-web-security --headless --disable-gpu --no-sandbox --dump-dom https://www.chromestatus.com | head -n 1 |
If it reproduces with the latest Chromium browser, please report it to the Chromium upstream: https://crbug.com/new |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I still need help with this. |
Still happening. |
This is still happening till this point in time. I still experience it even after using https://github.com/Zenika/alpine-chrome/blob/master/Dockerfile as recommended by https://stackoverflow.com/a/56829128/2787992 I do not know if this is the reason why Chrome will not use a working VPN inside the docker container I set up, but Firefox is able to use same VPN! On further investigation, |
Have got this issue with updating Chrome 110.0.0 version. Any workaround of the issue? |
any workaround ? |
On OS X I have an alert that's triggered on every node-webkit project that I run (including the sample apps), where the terminal throws the following:
The apps seem to run normally despite the issue and while investigating the warning all I could find was the part of Chromium's source code that contains this trigger, but nothing else.
My question is if that's an actual error of node-webkit and how it could be solved.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: