Andrés Martano

Results 47 comments of Andrés Martano

Had the same problem here. But then it worked via: docker exec -ti adbd sh So it maybe some kind of network error caused by running another container via `docker...

Salut! =) This is a problem I'm still wondering how to solve. For now I have two ways to view HTML: 1. Inside Alot using a mailcap similar to yours...

Thanks for the tip, Lucas. I had used elinks before and changed for a reason that I didn't remember. I tested it again these days and now I remember: it...

Hi, @guillaumecherel! I pipe it to a [script](https://gist.github.com/andresmrm/79ea5d54a8426b6dc529bdf3ed975b76). =) And add a hotkey for it in alot: v = pipeto /myscripts/input_to_browser.py

Acho que no segundo link nem precisa, já que há o recorte por legislatura.

Oi, Diego. Estou naquela correria de fim de semestre, então vou deixar para olhar isso em dezembro/janeiro, ok? =)

Opa! Parece interessante sim. A ideia seria fazer um micro serviço que, a partir do URN, retornasse dados sobre a lei em São Paulo?

Me parece uma solução bem boa. =) Quoting Peter (2015-04-23 08:52:43) > @andresmrm os serviços de "ficha catalográfica do documento" ou "ficha da > revista" já existem no universo biblioteconômico,...

Same issue with Google. I tracked it down to this [line](https://github.com/pennersr/django-allauth/blob/main/allauth/socialaccount/providers/oauth2/client.py#L73) in allauth, the response is `{'error': 'invalid_grant', 'error_description': 'Bad Request'}`. The feared `invalid_grant` message that can mean [anything](https://stackoverflow.com/questions/10576386/invalid-grant-trying-to-get-oauth-token-from-google). Still...

In my case I was getting `invalid_grant` because was reusing the code to debug. Using a new code gave me `{'error': 'redirect_uri_mismatch', 'error_description': 'Bad Request'}` on the first try. And...