I’m getting an error based on url of validations, can you tell how to solve it.

0
0

019-07-17 16:17:27.766 19456-19479/? I/com.gendevs.common.api.http.AbstractHttpHelper: com.gendevs.common.api.builders.TripodHttpHelper URL is = https://backend.gettripod.com/tripod-backend/rest/environments/validate
2019-07-17 16:17:29.633 19456-19480/com.example.tripodexamplelive D/EGL_emulation: eglMakeCurrent: 0xe4485120: ver 2 0 (tinfo 0xe44836e0)
2019-07-17 16:17:29.921 19456-19479/com.example.tripodexamplelive I/com.gendevs.common.api.http.AbstractHttpHelper: com.gendevs.common.api.builders.TripodHttpHelper doRequest(): Status code from server is = 404
2019-07-17 16:17:29.921 19456-19479/com.example.tripodexamplelive I/com.gendevs.common.api.http.AbstractHttpHelper: com.gendevs.common.api.builders.TripodHttpHelper doRequest(): Response from server is = HTTP Status 404 – Not Found

h1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}

HTTP Status 404 – Not Found


Type Status Report

Message /tripod-backend/rest/environments/validate

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.


Apache Tomcat/9.0.10

2019-07-17 16:17:29.932 19456-19479/com.example.tripodexamplelive E/com.gendevs.common.api.builders.CommonJsonBuilder: com.gendevs.common.api.builders.CommonJsonBuilder com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
2019-07-17 16:17:29.933 19456-19456/com.example.tripodexamplelive I/Tripod: Tripod Setup Failed…
this is the that was identified.

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on July 17, 2019 11:36 am
44 views
0
Private answer

Hello Ravi,

Can you make sure you have the below dependencies dependencies {

implementation (group: 'com.gendevs.tripod', name: 'live', version: '1.+', ext: 'aar') { transitive = true }

Thanks, Tripod Support

Marked as spam
Posted by (Questions: 1, Answers: 2)
Answered on July 18, 2019 11:18 am