-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
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
Synology Connect error java.lang.RuntimeException #9
Comments
@cplensdorf I notice the same issue. If I found a solution I will post it here. |
I may have found the issue. It looks like Smartthings added a limit of how much data you can pass to an event. Request that goes through the hub happened to be handle as HubEvents in locationHandler(). The data returned is truncated: https://community.smartthings.com/t/event-data-limits/154109 I'm not sure that we can get an easy fix. |
After some more research it seems that the data is truncated for some other reason. I will need to look into Synology API to see if we can reduce the number of data it returns |
Thx zzarbi.. anything you can do would be appreciated! |
@cplensdorf I found a solution by using a newer version of the Synology API in #10. It's only one line it works for me. However I suspect you might need to have the latest version of Surveillance Station. |
How do I use the newer API? I updated my surveillance station but still can't find cameras. Sorry for my ignorance, I no nothing about code. |
@baltazarmitch you can look at this open PR: #10 |
Hoping anyone can assist...I have been able to install the Synology Connect App but am unable to connect to my Synology server. See the following error in the log:
4:28:54 PM: error java.lang.RuntimeException: bad character in base64 value @line 831 (locationHandler)
Not sure where to go. Not a programmer.
Thx.
The text was updated successfully, but these errors were encountered: