stitch-05 / file-taxes-paraguay

Automatically file VATs in Paraguay
2 stars 4 forks source link

execution failed #2

Closed marian001 closed 1 year ago

marian001 commented 1 year ago

Hi,

I'm getting these errors:

Checking session...
wget: unrecognized option '--cipher=DEFAULT:!DH'
Usage: wget [OPTION]... [URL]...

Try 'wget --help' for more options.
Logging in...
Waiting 2s between requests...
wget: unrecognized option '--cipher=DEFAULT:!DH'
Usage: wget [OPTION]... [URL]...

Try 'wget --help' for more options.
Logged in
Waiting 1s between requests...
wget: unrecognized option '--cipher=DEFAULT:!DH'
Usage: wget [OPTION]... [URL]...

Try 'wget --help' for more options.
MSG: Error Could not get user data
No notification service configured

Do you have any idea what could I be doing wrong?

marian001 commented 1 year ago

looks like I fixed the problem by replacing:

WGET_FLAGS="--cipher=DEFAULT:!DH --no-check-certificate"

with

WGET_FLAGS="--secure-protocol tlsv1"

in .env file