We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
Create a standard bootstrap.conf: ServerURI=coap://leshan.eclipse.org:5683 SecurityMode=0 PublicKey=[PublicKey] SecretKey=[SecretKey] ServerID=1 HoldOffTime=30 ShortServerID=1 Binding=U LifeTime=30 DefaultMinimumPeriod=1 DefaultMaximumPeriod=-1 DisableTimeout=86400 NotificationStoringWhenDisabledOrOffline=true
Run awa_bootstrapd --port 15685 --config bootstrap.conf
Run awa_clientd --endPointName somethingrandom --bootstrap coap://127.0.0.1:15685 --verbose
Go to http://leshan.eclipse.org/#/clients/somethingrandom
Set single value format to JSON
Observe some values (doesn't matter which ones)
Expected result: Operation goes through.
Actual result: [ERROR] [lwm2m_serdes.c:119] Serialiser not found for type 11543 Leshan receives a 2.00 response, which is not valid.
Reproducible: Always
Version used: 68cab63 (28 May)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce:
Create a standard bootstrap.conf:
ServerURI=coap://leshan.eclipse.org:5683
SecurityMode=0
PublicKey=[PublicKey]
SecretKey=[SecretKey]
ServerID=1
HoldOffTime=30
ShortServerID=1
Binding=U
LifeTime=30
DefaultMinimumPeriod=1
DefaultMaximumPeriod=-1
DisableTimeout=86400
NotificationStoringWhenDisabledOrOffline=true
Run awa_bootstrapd --port 15685 --config bootstrap.conf
Run awa_clientd --endPointName somethingrandom --bootstrap coap://127.0.0.1:15685 --verbose
Go to http://leshan.eclipse.org/#/clients/somethingrandom
Set single value format to JSON
Observe some values (doesn't matter which ones)
Expected result:
Operation goes through.
Actual result:
[ERROR] [lwm2m_serdes.c:119] Serialiser not found for type 11543
Leshan receives a 2.00 response, which is not valid.
Reproducible:
Always
Version used:
68cab63 (28 May)
The text was updated successfully, but these errors were encountered: