Andrew Buchan

Results 19 comments of Andrew Buchan

Thanks for the quick response. I did try with this: ``` { "prog": "linux-terminal", } ``` and this: ``` { "prog": "linux-terminal", "linux-terminal": "mate-terminal" } ``` and this: ``` {...

I suppose I could get round this by accessing the object earlier with middleware, but that's some hack just to get this working. I tried reordering the loading order of...

I have been tearing my hair out with this issue too... Adding print statements I can see that the **DatabaseWrapper.\_cursor()** method gets called several times at 'bootup', i.e. before any...

I created a fork which I'm using as a workaround: https://github.com/andyhasit/django-db-multitenant

@stephane Yes, and that's what my fork does.

I'm afraid not... It's all long gone and moved, and I can't even remember how I got round this - I think I may have used another tool. However my...

I see this will be resolved by https://github.com/deanmalmgren/textract/pull/415 so will close once that's in, assuming that goes ahead :-)

@dimbleby well given this one narrows down the possible cause of the issue, and refers to a more recent version of poetry, perhaps we should close the other one instead?

And update that issue to state it happens on 1.5.1 too? Is there not a risk that ticket will get closed because it points to an old version?

Actually 6958 talks about a different use case. I'll update my ticket to state it's not a duplicate. We have been encountering this error for a long time, and only...