sereksim

Results 7 comments of sereksim

I think this is the same issue like https://github.com/AdAway/AdAway/issues/2921 and https://github.com/AdAway/AdAway/issues/2864. AdAway seems to interfere with the private DNS on Android, so you can't use both at the same time......

> Do i need to provide it in another format (e.g. json)? I don't know the specific requirements, but it needs to be fetchable by their python scipt, see https://libredirect.github.io/faq.html#suggest_frontend,...

I still have the same problem: I am trying to install espeak-ng on a Pixel 7 with Android 13 (newest Kernel-version and security patches from 05.07.2023). The installation fails and...

I just realized there is already an open issue describing the same problem: https://github.com/espeak-ng/espeak-ng/issues/1561 I will add my comment there, so this issue can be closed.

Is there a solution that actually works? I tried every suggestion... ``` set NODE_TLS_REJECT_UNAUTHORIZED=0 npm install -g --unsafe-perm binding added 1 package in 13s npm config set strict-ssl false set...

None of the other methods worked for me (see https://github.com/nodejs/help/issues/3686#issuecomment-1486394847), but this command finally solved the problem (on Windows 11): `$env:NODE_EXTRA_CA_CERTS="C:\path\to\certificate.crt"` `node-gyp` and `npm` now work without any problems.

@wc2FiCLd > [...] Bug is marked as upstream. [...] Does that mean the bug is not caused by GrapheneOS but by the AOSP source? If so, has someone already created...