Fixlet Debugger and Prefetch issues

Hello! I’m having an issue with using the Fixlet debugger v9.1.1229.0 (We’re on v9.1.2239.0 of the client, can’t find a matching version of the debugger for that) but my issues started back when we were on v9.1.1117.0 of both.

For a few weeks I had been using the tool to test action scripts, things had been working fine until one Friday, I noticed one the of jobs I made wasn’t working, so I fired up the debugger, found a typo, tested and was met with this error:
Error Type:Download Error
Description: Failed to prefetch download 'SWDProtocol://127.0.0.1:52311/Uploads/5132D0AF5810CC34F09E5F5C81BF71A25416EA28/portcheck.exe.bfswd’
Line: 0

Here’s my prefech block (as made by the Software Distro wizard)

begin prefetch block
add prefetch item name=5132D0AF5810CC34F09E5F5C81BF71A25416EA28 sha1=5132d0af5810cc34f09e5f5c81bf71a25416ea28 size=1376256 url=SWDProtocol://127.0.0.1:52311/Uploads/5132D0AF5810CC34F09E5F5C81BF71A25416EA28/portcheck.exe.bfswd sha256=eb72cc0a3a2ee019234de37654f428c12e0f9e987bde6fca079bd9b089074ed6
end prefetch block

The weird thing is, the typo wasn’t in the download area, but later on in the script. I went ahead and checked to see if the file was there on the server, it wasn’t, check to make sure the file was on the parent server, it was, SHA and SHA256 values match. I tested other fixlets that work when deployed, and they don’t work in the debugger either.

I’ve tried the debugger on different servers getting the same thing. Is there anything I can check that might have changed causing this?

TIA

The issue is that a url with SWDProtocol: should never work in the debugger.

Strange, I wonder how it was working before… puzzled look
I know something was working cause I kept running in to problems when the file would download, but not get deleted before I tested again… Now I’m wondering if someone else updated the script… hums