Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I've seen loads of these threads on the forum but never a real solution ...
I have a local mac mini running with a few local umbraco solutions.None of these solutions can access 'http://packages.umbraco.org' or so it says.
I have no problem opening the URL in a browser, on the server, though it returns a blank page.
My network is not using proxy or any kind of fancy stuff. It's just a plain and simple home network.
In the umbraco admin under Developer > Packages it just empty, which I think is the same problem.
Any ideas on what to do ?
Hi Sebestian,
You might try using Fiddler (or whatever the Mac equivalent is?) to sniff the HTTP traffic and see what's going on.
A quick test on my end shows that the package repository tries to access this URL: http://packages.umbraco.org/?repoGuid=65194810-1f85-11dd-bd0b-0800200c9a66&callback=umbpng.local:80/umbraco/developer/packages/proxy.htm?/umbraco/developer/packages/installer.aspx?repoGuid=65194810-1f85-11dd-bd0b-0800200c9a66&version=v45&fullVersion=4.7.1&useLegacySchema=False&dotnetVersion=4.0.30319.239&trustLevel=Unrestricted
I can access this URL via my browser and get the repository like it shows in the backend. Are you able to access it?
Maybe when using Fiddler it might give a hint to the problem if you see any errors or non-200 responses.
-Tom
Hi Tom
Thanx a lot for the tip on Fiddler.
The problem was a permission issue on the c:\windows\temp folder.I fixed it by adding 'Network Services' with modify permission.
// Sebastian
I resolved this problem by using your way. Thank you very much.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
No connection to repository
I've seen loads of these threads on the forum but never a real solution ...
I have a local mac mini running with a few local umbraco solutions.
None of these solutions can access 'http://packages.umbraco.org' or so it says.
I have no problem opening the URL in a browser, on the server, though it returns a blank page.
My network is not using proxy or any kind of fancy stuff. It's just a plain and simple home network.
In the umbraco admin under Developer > Packages it just empty, which I think is the same problem.
Any ideas on what to do ?
Hi Sebestian,
You might try using Fiddler (or whatever the Mac equivalent is?) to sniff the HTTP traffic and see what's going on.
A quick test on my end shows that the package repository tries to access this URL: http://packages.umbraco.org/?repoGuid=65194810-1f85-11dd-bd0b-0800200c9a66&callback=umbpng.local:80/umbraco/developer/packages/proxy.htm?/umbraco/developer/packages/installer.aspx?repoGuid=65194810-1f85-11dd-bd0b-0800200c9a66&version=v45&fullVersion=4.7.1&useLegacySchema=False&dotnetVersion=4.0.30319.239&trustLevel=Unrestricted
I can access this URL via my browser and get the repository like it shows in the backend. Are you able to access it?
Maybe when using Fiddler it might give a hint to the problem if you see any errors or non-200 responses.
-Tom
Hi Tom
Thanx a lot for the tip on Fiddler.
The problem was a permission issue on the c:\windows\temp folder.
I fixed it by adding 'Network Services' with modify permission.
// Sebastian
Hi Sebestian,
I resolved this problem by using your way. Thank you very much.
is working on a reply...