Thibaut SEVERAC
Thibaut SEVERAC
@BobFrankston it seems that now there is a rate limit on login on unifi . So, 429 seems to say you just got rate limited . But, it seems you...
@icebob in fact ... just let the user the responsibility of getting the ip . Else, we need to manage trusted proxies, and so parse the x-forwarded-for header, to extract...
yes I know for the default value . But if it's only a default value, I think it's better to don't use the header `req.headers["x-forwarded-for"]` . Users without reverse proxy...
@shawnmcknight > 1. What's the use case for making this change? It allow to add middleware in moleculer.config.ts, without using ts-ignore  > 2. Although there are many places in...
when I want to use the middleware in my moleculer.config.ts now : 
@shawnmcknight any news on this ?
Please @shawnmcknight / @icebob can you review this PR ? it is waiting for nearly a year, where PR https://github.com/moleculerjs/moleculer/pull/1246 with same changes was validated in 2 days (litterally the...
the easier solution can maybe to convert your string before passing it to ms ? convert jour => day, and j => d .
I also encounter the problem using the unifi api . it seems to appear on login/logout . So, the solution can be to store the token, reuse it, and renew...
> Yes, for me that helped. But every access to the api has to use that token. I have 2 scripts that get run every few seconds. If one of...