TFO Peer Review Click Site - Printable Version +- The Final Outpost (https://forum.finaloutpost.net) +-- Forum: The Final Outpost (https://forum.finaloutpost.net/forumdisplay.php?fid=1) +--- Forum: Site Discussion (https://forum.finaloutpost.net/forumdisplay.php?fid=7) +---- Forum: Fan Sites (https://forum.finaloutpost.net/forumdisplay.php?fid=24) +---- Thread: TFO Peer Review Click Site (/showthread.php?tid=65) |
RE: TFO Peer Review Click Site - Zeyhva - 03-02-2024 came to report this as well, getting the same error. RE: TFO Peer Review Click Site - DragonShadow - 03-02-2024 The site seems to be back now. RE: TFO Peer Review Click Site - Ashlaegl - 05-08-2024 I'm able to load my critters on the site but can't click any creatures as it's just a black space. RE: TFO Peer Review Click Site - Kiritora - 08-26-2024 Since the recode I am unable to get this site to read my lab. On discord, two other users who can't recover their forum passwords have reported the same. Nothing works. Even trying a whole new browser does nothing. The site is broken. RE: TFO Peer Review Click Site - Kiwiana - 08-27-2024 Same here, I had posted it in bugs before. The site does not import my lab anymore. RE: TFO Peer Review Click Site - pinkgothic - 08-27-2024 So, same with me, but mostly I wanted to post that I'm stumped. NEMO's is using the same old API and I didn't touch it; once this API bug thread was fixed, NEMO's just went back to working. I do see that it's trying to do something with null codes for some reason, and I can see it has some undefined index errors: Code: <br /> The latter may be causing the former? Peer Review is on GitHub: https://github.com/TehFishey/tfo-peer-review - and the undefined errors are in this file: https://github.com/TehFishey/tfo-peer-review/blob/master/server/api/creature/fetch.php But I don't have the bandwidth to diagnose this further (and, honestly, my pull request from months ago still hasn't been touched, so I'm not even sure it would necessarily help if we diagnose the issue). RE: TFO Peer Review Click Site - pinkgothic - 08-31-2024 So, I think I narrowed this down a bit more. "Fixing" this on the TFO side is gnarly and gross; for Peer Review it would be a one line change (adding an unset($imports['creatures']) here). That said, this is because the API has subtly changed and so I'm conspiring with Corteo how to fix this. This might take a few more days of to-and-fro, though, because it's not at all trivial to get the 'creatures' key out of the API response without it being a massive hack. :( I've proposed a code change to TFO, but it's not very good, so I'm expecting multiple iterations of improvements before it's merged in. RE: TFO Peer Review Click Site - pinkgothic - 08-31-2024 We've decided to go with an ugly fix on our end that we'll probably regret further down the line. We're currently bundling some fixes, so this will take a bit longer to roll out, but I'll give another heads-up to this thread once it hits production. RE: TFO Peer Review Click Site - pinkgothic - 08-31-2024 This should work again! RE: TFO Peer Review Click Site - Kiritora - 08-31-2024 I can confirm it is functional! |