Curl error limit reached: 100 consecutive messages printed

What does this mean?

5898932--629390--upload_2020-5-26_9-44-49.png

1 Like

This comes from UnityWebRequest implementation. After 100 failures in a row it stops logging errors to not bloat the Editor.log file. Our serivces donā€™t show error in the console, but you should be able to see it in Editor.log file. For other web requests you should see a failure in console as well.
In short, you can safely ignore this error.

Thank you

Yes, I too got this error after idling my computer for a while. I am using 2019.4.9. Please tell us how to avoid this error message.

Iā€™m getting this error intermittently too, Iā€™m not using UnityWebRequest in the project. On 2019.4.3f1

Just got this error now Unity 2020.2.4f1

Any word on what is causing this? Itā€™s annoying as it pauses execution when error pause is turned on?

Is this assets trying to access e.g. facebook because there is some likebutton html in their documentation? The editor log is full of stuff, I canā€™t even say what triggered 100 messages.

I found stuff like this:

[CEF] Refused to load the script ā€˜https://analytics.twitter.com/i/adsct?type=javascript&version=1.1.1&p_id=Twitter&p_user_id=0&txn_id=o0l74&events=[[ā€œpageviewā€%2Cnull]]&tw_sale_amount=0&tw_order_quantity=0&tw_iframe_status=0&tpx_cb=twttr.conversion.loadPixels&tw_document_href=https%3A%2F%2Fassetstore.unity.com%2Fpackages%2Ftools%2Fvideo%2Fdeckard-render-137778ā€™ because it violates the following Content Security Policy directive: ā€œscript-src ā€˜selfā€™ ā€˜unsafe-inlineā€™ ā€˜unsafe-evalā€™ *.ads-twitter.com *.unity.com *.unitychina.cn *.unity3d.com *.cloudfront.net *.google-analytics.com geolocation.onetrust.com cdn.cookielaw.org www.googletagmanager.com www.google.com tagmanager.google.com optimize.google.com cdnjs.cloudflare.com d6tizftlrpuof.cloudfront.net *.optimizely.com cdn.heapanalytics.com heapanalytics.com *.adroll.com *.hotjar.com www.googleadservices.com connect.facebook.net *.doubleclick.net *.resonai.com storage.googleapis.com gen-as-admin-int.storage.googleapis.com gen-as-admin-stg.storage.googleapis.com gen-as-admin-prd.storage.googleapis.com unity-assetstorev2-stg.storage.googleapis.com unity-assetstorev2-prd.storage.googleapis.com *.naver.net *.bizographics.com prf.hn *.qualtrics.comā€.

If this is the issue then a more descriptive error or warning would help.
As it is it reads like an internal Unity error which is unhelpful (2019 LTS)

Iā€™ve started to get this after setting up PI-Hole (an advert and tracker blocker) on my home network. That might be why youā€™ve started to get it.

1 Like