[09:54:48] globalsearch is failing https://global-search.toolforge.org/?q=constructionglobal&namespaces=&title= [09:54:54] Oops! An Error Occurred [09:54:54] The server returned a "500 Internal Server Error". [09:59:17] that's usually an application bound error, try checking the logs/stdout/stderr of the app if there's any [10:01:07] I don't have access to the tool [10:02:32] MusikAnimal the globalsearch front end is working, though seems the backend is failing [10:04:51] oh... got logged out from phabricator after trying the login on global-search xd [10:06:23] hmm... got logged out again :/ [10:07:22] hmpf... and again... it seems that after logging in, any action gets me logged out :/ [10:09:10] ¯\_(ツ)_/¯ [10:09:46] I also had a similar issue, I couldn't log in again, then I cleared all my cookies and it now seems to be working again [10:10:37] (I didn't try to login on global-search though, but I was logged out randomly from Phab) [10:11:04] oh now I'm logged out again :( [10:59:24] the Phab login issue is resolved now (more details in -sre) [15:27:11] I see Toolhub now has over 2600 registered tools, sounds like tremendous growth [16:33:46] Flask 2.2.0 lets apps configure url_for behavior, so I thought I’d try if I could make url_for('static') point to tools-static.wmflabs.org: https://gist.github.com/lucaswerkmeister/1496128e7bd20d7dc758edf542d6be25 [16:34:01] seems to work pretty well (currently running on https://lucaswerkmeister-test.toolforge.org/ if anyone wants to see it in action) [16:34:26] any thoughts on whether this seems like a useful thing to have? ^^ [16:35:05] (my initial thought was that tools-static might have better cache behavior, but it looks like Flask’s static handler also supports If-Modified-Since… would’ve been smart to test that *before* implementing the proof of concept :D)