Subject: Re: bugs && tnx for nice project
From: Art Nikpal
Date: Sat, 14 Mar 2020 00:05:36 +0900
Ok, thanks.

may be u right ;)

good luck !

On Sat, Mar 14, 2020 at 12:02 AM Ondřej Jirman <megatools@megous.com> wrote:
>
> On Fri, Mar 13, 2020 at 02:29:32PM +0900, Art Nikpal wrote:
> > > It's a warning, not an error. Invalid links are simply skipped.
> > If the link is valid, but fails to download, that is considered
> > an error.
> >
> > im talk about program must return 0 code if everything is ok
> > if we have wrong behaviour we must return another code ....
> > not possible use simple error code for check it need parse text output
> > its not cool
>
> No. People may already rely on the current behavior, that makes it easy to feed
> a bunch of links to megatools dl and megatools will only download those mega.nz
> links and warn about non-mega.nz ones, and only return error status if actual
> mega links failed to download. I'll not be breaking other people's scripts just
> because you like a different behavior.
>
> regards,
>         o.
>
> >
> >
> >
> > On Fri, Mar 13, 2020 at 2:24 AM Ondřej Jirman <megatools@megous.com> wrote:
> > >
> > > Hello,
> > >
> > > On Thu, Mar 12, 2020 at 10:21:44PM +0900, Art Nikpal wrote:
> > > > hi tnx for cool tools
> > > > nice project!!!
> > > >
> > > > some bugs
> > > >
> > > > 1) megatools dl TOTAL_WRONG_LINK && echo NOT RETURN ERROR CODE
> > > >
> > > > example
> > > >
> > > > ./megatools dl http:/google.com || echo OOPS
> > > > WARNING: Skipping invalid Mega download link: http:/google.com
> > >
> > > It's a warning, not an error. Invalid links are simply skipped.
> > > If the link is valid, but fails to download, that is considered
> > > an error.
> > >
> > > > NOT print OOPS
> > > >
> > > > 2) progress bar not check terminal size can if we have long download
> > > > name its mess  screen
> > >
> > > Yup.
> > >
> > > > 3) wrong progress status => if we try continue braked download - every
> > > > time display status from 0 but in real we continue download
> > > >
> > > > some suggestion for improves
> > >
> > > Yes, that's a known limitation of how the progress reporting works
> > > now. It can't be fixed without a bigger re-write.
> > >
> > > > 1) for example like curl must have timeouts retries options etc
> > >
> > > It already has those. They are just not exposed as command line
> > > arguments.
> > >
> > > regards,
> > >         o.
> > >
> > > > ....
> > > >
> > > >
> > > > Best regards Art