ancafe / edis

A PHP package for use in PHP projects to access data from e-distribucion private area
GNU General Public License v3.0
0 stars 0 forks source link

Can't connect to e-distribucion #3

Open eskotilla opened 1 month ago

eskotilla commented 1 month ago

Hi, when I'm running:

$php test/index.php

I'm receiving:

$Fatal error: Uncaught Edistribucion\EdisError: [0]: Wrong login response. Cannot continue

I tried credentials defined in .env file directly on e-distribucion website https://zonaprivada.edistribucion.com/areaprivada/s/login/?language=es and are correct.

What I am doing wrong?

Thanks

ancafe commented 1 month ago

Hi,

Please, get lastest changes and check it again.

The original project on which this project is based has been update their code to have dynamic contexts and update the login flow.

https://github.com/trocotronic/edistribucion/commit/89c9664e292d7f81737ad5365f75a2fb7c405d14

I did changes regarding this issue. The login is working now, but maybe other changes must be done in the future to adapt other changes in Command calls.

Feel free to comment other issues you have.

Thanks!