Julius Putra Tanu Setiaji

Results 19 comments of Julius Putra Tanu Setiaji

Eagerly waiting for a new release!

Same thing is happening to https://github.com/pinda-fun/pinda-fun

This has been solved in fluminurs in https://github.com/indocomsoft/fluminurs/pull/89 Perhaps we can port something similar here

Hi @SwampertX , can you re-run using `--show-errors --verbose`?

Hmm you’re not the first who got this error. Unfortunately this seems to be something that’s bad on the luminus side. Could you try to see which file is missing...

Need https://bugs.erlang.org/browse/ERL-1042 to get fixed before this will succeed on macOS. Should be fixed when https://github.com/erlang/otp/pull/2386 gets merged

https://github.com/erlang/otp/pull/2386 is merged and Erlang 22.2 is released, so this will work for macOS (finally) \o/ However, we will need a call to `:file.truncate/1` on Linux before Erlang 23.0 containing...

As a hack, one can create an empty file where this multimedia file would have been written. Right now, `fluminus_cli` only checks for file existence. Probably I could add a...

Alternatively, one can also go to `lib/fluminus_cli/constants.ex` and change `def gen_retry_options, do: [retries: :infinity, delay: 0, exp_base: 1]` to, for example, retry n times only

I'm getting the same error here