Steve Shipway
Steve Shipway
I've managed to get it working with nginx. There's a few steps. * In the wiki is a good nginx config file you can use as a starting place *...
The TLDR for above is - you're possibly running your server on port localhost:9191 but you want it to be on unix:/run/powerdns-admin/socket instead so that nginx or apache can proxy...
Thanks for the info on this - I know its a bit of an edge case but its a definite caveat that you need to be aware of when migrating.
I like this one. Might be a bit complex on cases like this with an angled bridge though. I hadn't realised you can hit a button using an arrow... Makes...
FWIW the treasue hunts should work in skylands, as landmarks only need a single chunk each; I'm going to install BWG4 at home this weekend and try it out (only...
The one in the background also seems to be out of position, IE to the right of where it should have been? Both these memorials are facing the same way,...
It seems to be that the problem is linked to specific pictures; some (the cheshire cat) always work, and others (most of the famous paintings, and the chess pieces) pop...
Right, I've found a cause. The get_entity_other_tags function appears to return a static object and not a new one, so the multiple calls being made to create all the landmarks...
OK, fixed. Will push soon. The problem is down to the get_entity_other_tags not doing a `copy.deepcopy()` on the Pos parameter before modifying it, and on the ItemTags before using it....
Sorry, work has been too much recently, not to mention 2 family funerals. Apologies for not pushing yet, but I should really do more testing and haven't had the time....