Skip to content

Instantly share code, notes, and snippets.

@selfsame
Last active August 1, 2017 00:55
Show Gist options
  • Save selfsame/057a40cb4f14f72c9e21184ba55dc1d5 to your computer and use it in GitHub Desktop.
Save selfsame/057a40cb4f14f72c9e21184ba55dc1d5 to your computer and use it in GitHub Desktop.
System.ArgumentNullException: Argument cannot be null.
Parameter name: address
at System.Net.WebClient.DownloadString (string) <IL 0x00010, 0x000a2>
at (wrapper remoting-invoke-with-check) System.Net.WebClient.DownloadString (string) <IL 0x00033, 0x00136>
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <IL 0x00048, 0x00299>
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <IL 0x00137, 0x0096d>
at arcadia/packages$download_string__39738.__interop_DownloadString39740 (object,object) <IL 0x0000f, 0x00089>
at arcadia/packages$download_string__39738.invokeStatic (object) <IL 0x00008, 0x000e0>
at arcadia/packages$download_string__39738.invoke (object) <IL 0x00006, 0x00085>
at arcadia/packages$dependencies__39849.invokeStatic (object) <IL 0x00112, 0x00e19>
at arcadia/packages$dependencies__39849.invoke (object) <IL 0x00006, 0x00085>
at arcadia/packages$all_dependencies__39864.invokeStatic (object) <IL 0x000d3, 0x009f6>
at arcadia/packages$all_dependencies__39864.invoke (object) <IL 0x00006, 0x00085>
at arcadia/packages$install__40067.invokeStatic (object,object) <IL 0x00226, 0x01dee>
at arcadia/packages$install__40067.invoke (object,object) <IL 0x0000c, 0x000c2>
at arcadia/packages$install_step__40103.invokeStatic (object) <IL 0x0003c, 0x003e4>
at arcadia/packages$install_step__40103.invoke (object) <IL 0x00006, 0x00085>
at clojure/core$mapfn__2577fn__2581__2588.invoke (object,object) <IL 0x00018, 0x00223>
at clojure/core/protocols$eval__10177fn__10182__10186.invoke (object,object,object) <IL 0x000a7, 0x009d4>
at clojure/core/protocols$eval__9927fn__9932G__9896__9949__9952.invoke (object,object,object) <IL 0x00057, 0x003fb>
at clojure/core/protocols$seq_reduce__9979.invokeStatic (object,object,object) <IL 0x00055, 0x0046d>
at clojure/core/protocols$seq_reduce__9979.invoke (object,object,object) <IL 0x00012, 0x000ff>
at clojure/core/protocols$eval__10060fn__10065__10070.invoke (object,object,object) <IL 0x00012, 0x00162>
at clojure/core/protocols$eval__9844fn__9849G__9813__9871__9874.invoke (object,object,object) <IL 0x00057, 0x003fb>
at clojure/core$transduce__11081.invokeStatic (object,object,object,object) <IL 0x00076, 0x00882>
at clojure/core$transduce__11081.invoke (object,object,object,object) <IL 0x00019, 0x0013c>
at clojure/core$into__11088.invokeStatic (object,object,object) <IL 0x0005c, 0x006cc>
at clojure/core$into__11088.invoke (object,object,object) <IL 0x00012, 0x000ff>
at arcadia/packages$install_1__40167.invokeStatic () <IL 0x001ef, 0x01a96>
at arcadia/packages$install_1__40167.invoke () <IL 0x00000, 0x00048>
at arcadia/packages$install_all_depsfn__40180__40184.invoke () <IL 0x0000f, 0x0016e>
UnityEngine.Debug:Log(Object)
arcadia/packages$install_all_depsfn__40180__40184:invoke()
arcadia/internal/thread$start_threadfn__23638__23642:invoke()
System.Object:lambda_method(Closure)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment