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

in linux.rs,can not receive data, panic's InvalidResponse #12

Open
xiaoheng14 opened this issue Dec 16, 2022 · 1 comment
Open

in linux.rs,can not receive data, panic's InvalidResponse #12

xiaoheng14 opened this issue Dec 16, 2022 · 1 comment

Comments

@xiaoheng14
Copy link

state: JoinState { connected: true, ip_assigned: true }
[2022-12-16T03:30:01Z DEBUG atat::client] Sending command: ""AT+CIPMUX=1\r\n""
[2022-12-16T03:30:01Z DEBUG atat::ingress_manager] Received OK
Connecting to 192.168.22.69...
[2022-12-16T03:30:01Z DEBUG atat::client] Sending command: ""AT+CIPRECVMODE=1\r\n""
[2022-12-16T03:30:01Z DEBUG atat::ingress_manager] Received OK
[2022-12-16T03:30:01Z DEBUG atat::client] Sending command: ""AT+CIPSTART=0,"TCP","192.168.22.69",8080\r\n""
[2022-12-16T03:30:02Z DEBUG atat::ingress_manager] Received OK
Connected!
[2022-12-16T03:30:02Z DEBUG atat::client] Sending command: ""AT+CIPSEND=0,5\r\n""
[2022-12-16T03:30:02Z DEBUG atat::ingress_manager] Received OK
[2022-12-16T03:30:02Z DEBUG atat::client] Sending command: ""hello""
[2022-12-16T03:30:02Z DEBUG atat::client] Sending command: ""AT+CIPRECVDATA=0,2048\r\n""
[2022-12-16T03:30:02Z DEBUG atat::ingress_manager] Received OK
thread 'main' panicked at 'Error while receiving data: ReceiveFailed(InvalidResponse)', examples/linux.rs:174:76
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

@marius-meissner
Copy link
Member

marius-meissner commented Apr 5, 2023

Sorry for the late response. Unfortunately, I disabled notifications on this project.

Is the problem still existent?

Seems that no data arrived by URC message. I added a few debug log messages in branch debug_linux
Could you please post the debug log output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants