You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')
at [Source:
; line: 1, column: 2]
at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1586)
at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:521)
at com.fasterxml.jackson.core.base.ParserMinimalBase._reportUnexpectedChar(ParserMinimalBase.java:450)
at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._handleOddValue(ReaderBasedJsonParser.java:1823)
at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextToken(ReaderBasedJsonParser.java:708)
at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:3828)
at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3773)
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2779)
at com.github.baloise.rocketchatrestclient.RocketChatClient.authenticatedGet(RocketChatClient.java:62)
at com.github.baloise.rocketchatrestclient.RocketChatClient.getPublicRooms(RocketChatClient.java:41)
at com.github.baloise.rocketchatrestclient.RocketChatClient.getRoom(RocketChatClient.java:149)
at com.github.baloise.rocketchatrestclient.RocketChatClient.send(RocketChatClient.java:137)
The text was updated successfully, but these errors were encountered:
Your Rocket.Chat version: latest
When sending a message using the Java client (https://github.com/baloise/rocket-chat-rest-client), the following exception thrown:
com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')
<script type="text/javascript">__meteor_runtime_config__ = JSON.parse(decodeURIComponent("%7B%22meteorRelease%22%3A%22METEOR%401.2.1%22%2C%22PUBLIC_SETTINGS%22%3A%7B%7D%2C%22ROOT_URL%22%3A%22https%3A%2F%2Fchat.adp.ai%22%2C%22ROOT_URL_PATH_PREFIX%22%3A%22%22%2C%22accountsConfigCalled%22%3Atrue%2C%22autoupdateVersion%22%3A%22d1e6d236d362037d427d08654dc1406f90c39127%22%2C%22autoupdateVersionRefreshable%22%3A%22f321a8ffd2f78c5b2c01a84ce48d74750bee65bb%22%2C%22autoupdateVersionCordova%22%3A%228359a273589a90f39a16cdb64a00bb022b27cecc%22%7D"));</script> <script type="text/javascript" src="/d60d4f39bf3e4f8c15004ea56d0bb2d26a0b27ab.js?meteor_js_resource=true"></script> <title>Rocket.Chat</title>at [Source:
The text was updated successfully, but these errors were encountered: