Pamela Fox
Pamela Fox
Are you using the latest code from main? The thought process looks like you might be using outdated code. We've made some improvements.
This seems like an overall better approach, as I've been running into issues with the md5 approach when I switch environments (since the md5 files remain). I'd love for @tonybaloney...
I checked this out last night and did a bunch of experiments with different docs. I've done a bit of reformatting/rewording of the print() statements, which I'll push to this...
I discussed this with @tonybaloney and we suggest a combination of the approaches, and also removing our reliance on the built-in MD5 given its flakiness. So that means: 1) When...
Do you get an error? Or it just doesn't remove? Could you put some print() statements in remove_blob to see how far it's getting?
@evogelpohl That isn't actually expected to work, it doesnt pass on the args. You have to actually modify the prepdocs.sh file itself and add it to the command at the...
I saw that today, and it was because my backend server wasn't ready. Did you wait until the backend server was fully up?
Okay, and you dont see any error logs when you switch back over to the Python logs? And you dont accidentally have two servers running on 50505? (Which shouldnt be...
No, I saw that as well and wondered if that might be contributing to the issue. Is your code changed at all from what's in main? Here's what I see:...
A 404 for .auth/refresh is fine and expected in local development with auth disabled.