-
Notifications
You must be signed in to change notification settings - Fork 10
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
Parsing Error #62
Comments
Hi! It looks like the current implementation of CGACT doesn't handle the list structure correctly I think it is only parsing the first one, and then ending. I will try to set up a unit test on Vec responses like this one, and see if i can fix it when i get the time. A PR is also more than welcomed! The issue is in https://github.com/BlackbirdHQ/atat/ |
Hi! Ok!, I'll try to figure it out. I studied a little the parser and I don't understand how it can loose the second struct. I mean, if the parser respect the index of character it must get the second command. In this evening when I'm at home I'll try to parse some test strings. |
Cool! It should be fairly easy to add unit tests to atat and track it through first digest & second parsing in client.rs |
Hi! I checked and there was a test on vec PDP Context in atat/src/traits.rs called multi_response and it does not give any problem. Viewing the return in verbose mode the problem seems on AT+CGACT? . What you think? |
I receive this kind of parse error with lara-r2. I'm using the last version on github.
The text was updated successfully, but these errors were encountered: