Syncthing not showing folder info #989
Replies: 4 comments 6 replies
-
Hi, I see in your screenshot that you were able to get Heimdall to connect to the Syncthing API. I am having trouble with this step, getting an error in Heimdall "General error connecting with API". Would you be able to help with the settings you used to get Heimdall to connect to the Syncthing API? Which URL did you put in Heimdall for Syncthing? Anything after the port number? And is your Syncthing GUI set to use https? Thank you very much for your help! |
Beta Was this translation helpful? Give feedback.
-
I don't know how to solve the problem with the API connection. For me the connection is working. But I was able to get the initial problem solved. In the Syncthing.php file you have to change the corresponding code to:
Additionally i wanted my WebUi to show remaining GB instead of bytes. This was done by changing the livestats.blade.php to:
Hope this will be usefull for others as well as the zeros on the WebUI were driving me crazy haha. |
Beta Was this translation helpful? Give feedback.
-
Oh I'm sorry. I cannot help you with this issue tbh. It seems like this is a problem with your Syncthing installation when the API request isn't returning the expected information. The returned information should look something like this:
Heimdall seems to be working correctly. What is your installation setup? I have everything installed in Docker on Unraid. I don't think I changed any of the default syncthing settings if I remeber correctly. Maybe you should start from the beginning with your Syncthing installtion and focus on getting the API to work. But if you would like to keep trying with your current installtion it would be better if you asked in the Syncthing forum for help as I would think they would know what's wrong with your installtion. |
Beta Was this translation helpful? Give feedback.
-
In Syncthing disable TLS in Actions>Advanced and use http:// instead of https:// |
Beta Was this translation helpful? Give feedback.
-
I set up the syncthing app, put in the API key and tested it successfully. However, the app shows 0 info no matter how much is queued to sync. I have 2 folders, not sure if this is part of the issue.
I'm using Docker and its up to date.
Beta Was this translation helpful? Give feedback.
All reactions