Actions
Bug #3399
closedRoutes-Add: 400 Malformed Command
Start date:
01/07/2016
Due date:
% Done:
100%
Estimated time:
Description
Steps to reproduce:
- start NFD-Android 0.3.4-16-g441ba21
- tap ≡ icon, tap Routes
- tap + button
- in "Enter prefix and FaceUri to register with NDN daemon" dialog, type
ndn:/in the first box, typetcp4://hobo.cs.arizona.eduin the second box, tap Create route
Expected: a route appears in the view
Actual: a toast appears "Error communicating with NFD (Action failed, forwarder returned: 400 Malformed command)"
Updated by Alex Afanasyev almost 10 years ago
There is an issue with the management library (currently, an old version is used; new one had issues).
The current workaround is to use a more specific prefix, e.g., /ndn.
Updated by Alex Afanasyev almost 10 years ago
- Assignee set to Alex Afanasyev
- Target version set to 23
Updated by Alex Afanasyev over 9 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Alex Afanasyev over 9 years ago
The updated alpha version in Google Play (based on pending commits in Gerrit) should fix the problem. @Junxiao, can you try when you have time?
Updated by Junxiao Shi over 9 years ago
This issue is resolved in version 0.2.0 (NFD 0.4.0-3-g4100646).
Updated by Alex Afanasyev over 9 years ago
- Status changed from Code review to Closed
Applied in changeset commit:nfd-android|0a15b6d1d799a0a0275c20c426a458d3cee48f5a.
Actions