• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Issue with updates.xml?

TCArknight

Well-known member
Hi all!

I'm getting this issue with my updates.xml file I'm putting together for Savage Rifts.
The following errors were encountered while downloading updates:

Error while retrieving http://www.dropbox.com/s/m43t34z0zvr0gwx/updates.xml: <!DOCTYPE html><html xml:lang="en" class="maestro" xmlns="http://www.w4.org/1999/xhtml"><head><script nonce="wCbXfE5IeXa5XW1i8Tr6">
window._goch_ = {};
window.addEventListener('click', function(event) {
'use strict';
for (var elm = event.targ

This is my file:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<document signature="Lone Wolf Updates" version="1">

<update name="Savage Rifts (v1.1)" 
  date="2018/10/04:1800" size="169330" 
  description="Savage Rifts setting from Pinnacle Entertainment Games." 
  uniqueid="280" filetype="3" platform="any" 
  download="https://www.dropbox.com/s/sl3g1qecdmbwa99/Savage_Rifts.hl?dl=1"
  website="" companyurl="https://www.peginc.com/product-category/rifts/" priority="99" 
  major="1" minor="01" patch="" folder="savage" special="SavRifts" 
  dynamic=""
  />

</document>
Has anyone else gotten something similar? Did I miss something?

Thanks!
TC
 
The URL you type into HL has to have the ?dl=1 at the end as that tells dropbox to directly provide the file which is what HL is expecting.

Once I entered your URL as this it worked fine:
Code:
http://www.dropbox.com/s/m43t34z0zvr0gwx/updates.xml?dl=1
 
Back
Top