Jump to content

Site problems, An Error Occurred


venombeyond

Recommended Posts

When clicking a download button, a script requests this resource: "http://www.nexusmods.com/nomanssky/ajax/downloadwithnmm". Simply removing the "http:" part from that URL in the source code would make it work for both HTTP and HTTPS.

 

If you feel comfortable with the developer console (F12 on most browsers) you can circumvent this.

The "onclick" event for the "download with manager" option makes a call to

loadBox('http://www.nexusmods.com/skyrim/ajax/downloadwithnmm?id=1000251755');

Entering that in the console, either omitting the "http://" portion, or by changing it to "https://", will allow the download to proceed.

 

cqAIlXG.png

Link to comment
Share on other sites

  • Replies 70
  • Created
  • Last Reply

Top Posters In This Topic

Hi, just wanted to say this is a really frustrating issue, and it is one that I, like others, have never encountered before today (and I've been using SSL and downloading from Nexus Mods with no problems for a few years). Thanks for the workaround, Althalin.

Link to comment
Share on other sites

 

When clicking a download button, a script requests this resource: "http://www.nexusmods.com/nomanssky/ajax/downloadwithnmm". Simply removing the "http:" part from that URL in the source code would make it work for both HTTP and HTTPS.

 

If you feel comfortable with the developer console (F12 on most browsers) you can circumvent this.

The "onclick" event for the "download with manager" option makes a call to

loadBox('http://www.nexusmods.com/skyrim/ajax/downloadwithnmm?id=1000251755');

Entering that in the console, either omitting the "http://" portion, or by changing it to "https://", will allow the download to proceed.

 

cqAIlXG.png

 

This works great, anybody should be able to do it. Thanks!

Link to comment
Share on other sites

I'm on the latest version of Chrome and I can browse the site absolutely fine via HTTP. It does not redirect to HTTPS for me. If it redirects to HTTPS for you then a plugin in your browser is forcing this to happen, and we cannot and do not control how plugins work in your browser, for obvious reasons.

 

In order to fix this you're going to need to find out why exactly your browser is trying to force SSL browsing of Nexus Mods.

Link to comment
Share on other sites

 

When clicking a download button, a script requests this resource: "http://www.nexusmods.com/nomanssky/ajax/downloadwithnmm". Simply removing the "http:" part from that URL in the source code would make it work for both HTTP and HTTPS.

 

If you feel comfortable with the developer console (F12 on most browsers) you can circumvent this.

The "onclick" event for the "download with manager" option makes a call to

loadBox('http://www.nexusmods.com/skyrim/ajax/downloadwithnmm?id=1000251755');

Entering that in the console, either omitting the "http://" portion, or by changing it to "https://", will allow the download to proceed.

 

cqAIlXG.png

 

Yeah, it's not a problem for me. I was just making a suggestion for a quick fix the developer(s) could deploy. I think it's good practice to always make URL:s protocol agnostic.

Link to comment
Share on other sites

So I tried turning off all Chrome extentions but to no avail. I am using MS Edge (Gah!!!) and things appear to be working fine. Perhaps an issue with Chrome itself? Very strange none the less.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...