-
java.lang.NullPointerException
at net.mikaelzero.mojito.ui.ImageMojitoFragment.getBinding(ImageMojitoFragment.kt:31)
at net.mikaelzero.mojito.ui.ImageMojitoFragment.access$getBinding…
-
Mojito returns `{:error, %Mojito.Error{message: nil, reason: :timeout}}` intermittently. It's rare, but it happens in our production system and it will be impossible to keep using Mojito with this pro…
-
My understanding is that all I need to do to handle errors is look at the result, e.g.
```elixir
case Mojito.get(url, headers) do
{:ok, %Mojito.Response{status_code: 200, body: body}} ->
…
-
I tested your library and notice that I can´t parse error response easily, because the library doesn't handle/parse it to a common contract.
Example of errors doing requests:
```Elixir
%Mojit…
-
Hello Team,
I've noticed an issue when using mojito to send post requests to a third party service: https://sheet.best/
When making a POST request with Mojito the service doesn't work, whereas t…
-
Hi, I've noticed that Mojito tries to decompress a response even when it's empty, which will result in this error:
```
** (ErlangError) Erlang error: :data_error
:zlib.inflateEnd_nif(#Reference…
-
### Application
Other
### Dependency
No
### Feature Description
My idea is basically :
Instead of giving a phone number per player,
give a phone number to the item, so you could buy phones an…
-
Hi @gamache!
Just a quick topic for discussion. From the README, it seems Mojito is using the application environment / config files to configure its pools. The problem with this design is that it …
-
Hello,
When we make a call with mojito that results in `{:error, %Mojito.Error{message: nil, reason: :checkout_timeout}}`, we receive a message like this: `{#Reference, {:error, %Mint.TransportErr…
-
### Application
Other
### Dependency
No
### Feature Description
there is a startPhoneCall export but no endPhoneCall export. I would like to see that added for a thing I am working on. Thanks.
#…