Fails to parse pages with question mark in the URL
God-damnit-all opened this issue · 5 comments
From the error log:
[2020-11-20 4:41:48 AM] Failed to load <https://thetrove.is/Assets/3D/Printing/Universal%20Tile/Universal%20Tile%20-%2028mm%20Terrain%20%3F40%20Pledge/>
I think this is related to a bug with the site itself... notice the bottom left of this screenshot, I have the header highlighted in the top right.
The site SHOULD be converting that question mark to %3F
, but it isn't. This only occurs in the header, all the other links to this directory work fine.
Hm, it works fine for me.
Hm, it works fine for me.
The URL itself does, but I think the header going to an invalid URL causes a parsing error.
I mean I don't get error.
Loaded entire 3D/Printing/ without any issues.
I think you're right, it seems to have been a fluke. I assumed the funky URL had something to do with it, sorry for jumping to conclusions.
If something fails to load, does it ever retry before moving on to the next thing? If it does retry, could you have the error log show each attempt? If it doesn't, could it?
EDIT: Also, including something like (1/3)
in the error log for the first of 3 attempts.
Eh, if some folder fails to load it most probably because of borked url, so retries will not help really. But maybe I'll add this, thanks. Will close this.