RuntimeTransformHandle icon indicating copy to clipboard operation
RuntimeTransformHandle copied to clipboard

Error searching for packages (403)

Open t0stiman opened this issue 1 year ago • 1 comments

Cannot perform upm operation: Unable to perform online search:
  Cannot connect to 'package.binaryego.com:4873' (error code: ECONNREFUSED). Verify your environment firewall policies allow connection to this host name. If your system is behind a proxy, verify your proxy environment variables (HTTP_PROXY and HTTPS_PROXY) are properly set. [NotFound]
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

t0stiman avatar Oct 28 '24 12:10 t0stiman

not sure what I can add to this error, but I did use my terminal to ping and got name or service not known then my next move was to go to the url myself in firefox and was met with the ubuntu apache2 default page, which im guessing means the download server is being reconfigured to be running apache instead of what it may have been prior. thats just my guess, i could be very wrong

ghost avatar Nov 04 '24 02:11 ghost

Any solution? Any other way to add the package?

retroluxz avatar Apr 02 '25 15:04 retroluxz

Any solution? Any other way to add the package?

I would guess cloning this repository and manually adding all the stuff to your own project will work. I ran into this as well when i changed computer but i already had copied the scripts in my project since i needed some heavy modifications. Only the shader was still coming from the package but after adding that to the project as well, everything works

Also I now deleted the package and scoped registry from the project to get rid of the error message

jarkko2 avatar Apr 09 '25 17:04 jarkko2