Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erro persistente ao digitar CEP incorreto #32

Open
rjslegall opened this issue Nov 30, 2022 · 2 comments
Open

Erro persistente ao digitar CEP incorreto #32

rjslegall opened this issue Nov 30, 2022 · 2 comments
Labels
bug Something isn't working Need Review Need review to be considered for addressment.

Comments

@rjslegall
Copy link

rjslegall commented Nov 30, 2022

***Temos uma instalação de teste em funcionamento caso se interessem em ver o problema.

Magento 2.4.5 p1
Frenet 2.4.5.1
Checkout Original
Log anexo
Observe que não retorna valores na página do produto, carrinho e checkout.

Ao digitar um CEP incorreto recebemos a seguinte mensagem:
"Something went wrong with your request. Please try again later."

Após digitar o CEP correto ainda continuamos a receber a mensagem:
"Something went wrong with your request. Please try again later."

Vemos no console os seguintes erros: ver #30

@rjslegall rjslegall added bug Something isn't working Need Review Need review to be considered for addressment. labels Nov 30, 2022
@alexandercamps
Copy link
Contributor

Boa tarde @rjslegall !
Subiu hoje uma versão que corrige um problema no tratamento do CEP e produtos com opções customizadas de produtos.

Poderia verificar?

Obrigado,

@robsoned
Copy link

Ola @alexandercamps

Posso confirmar que o erro persiste na última versão do módulo (2.4.5.4). Consegui identificar que a exception acontece quando há algum erro no array de serviços.

Nos logs de debug da frenet temos os seguintes retornos:

Erro request 1:

    ...
        {
            "ServiceCode": "04227",
            "ServiceDescription": "Mini Envios",
            "Carrier": "Correios",
            "CarrierCode": "COR",
            "Msg": "Erro: Dimens\u00f5es m\u00e1ximas excedidas para o PAC MINI",
            "Error": true,
            "ResponseTime": "0.099",
            "AllowBuyLabel": false
        } 
    ...

Erro request 2:

     ...
        {
            "ServiceCode": "04227",
            "ServiceDescription": "Mini Envios",
            "Carrier": "Correios",
            "CarrierCode": "COR",
            "Msg": "Erro: Peso excedido.",
            "Error": true,
            "ResponseTime": "0.0362",
            "AllowBuyLabel": false
        }
    ...

Quando não temos erros no array de serviços, não temos o problema relatado por @rjslegall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Need Review Need review to be considered for addressment.
Projects
None yet
Development

No branches or pull requests

3 participants