Fayaz (Quill)

Results 7 comments of Fayaz (Quill)

I keep getting the same error when calling detect_language. Perhaps they changed changed their translate API again. Need a fix 😩

> Running into same issue starting today. Surprisingly this library was pip installed a month back and working. Does this library get auto updated (which is not supposed to happen)...

this worked...why dont you pr and do this??

> In the mean time I took the relevant functions and did some modifications to make it work. You guys can just copy this code and it will work (just...

i mean mongo session. had to do this work around: ```py from app_auth import Auth from sanic_session import MongoDBSessionInterface from sanic_motor import BaseModel app = Sanic("app") app.config.AUTH_LOGIN_ENDPOINT = 'login' app.config.AUTH_LOGOUT_ENDPOINT...

> I don´t know if I arrive late to the party but here are my 2 cents. I do have NPM working for ports 25, 587 and 993 as streams...