HTTP Handler error

Hi,

I have been facing some issues about HTTP integration with this new LoRa App version. It’s not possible to send Post packets. The message error is:

set 17 16:50:27 debian lora-app-server[15069]: time=“2018-09-17T16:50:27+02:00” level=info msg=“device updated” dev_eui=1234567812345678
set 17 16:50:27 debian lora-app-server[15069]: time=“2018-09-17T16:50:27+02:00” level=info msg=“handler/mqtt: publishing message” qos=0 topic=application/2/device/1234567812345678/rx
set 17 16:50:27 debian lora-app-server[15069]: time=“2018-09-17T16:50:27+02:00” level=info msg=“handler/http: publishing data-up payload” dev_eui=1234567812345678 url=177.20.148.38
set 17 16:50:27 debian lora-app-server[15069]: time=“2018-09-17T16:50:27+02:00” level=error msg="handler *httphandler.Handler error: http request error: Post 177.20.148.38: unsupported protocol scheme “”"
set 17 16:50:27 debian lora-app-server[15069]: time=“2018-09-17T16:50:27+02:00” level=info msg=“finished unary call with code OK” grpc.code=OK grpc.method=HandleUplinkData grpc.request.deadline=“2018-09-17T16:50:28+02:00” grpc.service=as.ApplicationServerService grpc.start_time=“2018-09-17T16:50:27+02:00” grpc.time_ms=34.159 peer.address="[::1]:35536" span.kind=server system=grpc

I tried to set up using the IP instead hostname but nothing changed.

177.20.148.38 is not a valid url. As the error suggests, it is missing the protocol scheme, e.g.http:// or https://.

Sorry for being late…

Yes, it works… Thank you very much :slight_smile: