-
Notifications
You must be signed in to change notification settings - Fork 130
Sync to a task-champion-server is broken in the nightly #455
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
Comments
if You've enabled the |
In case if you have been using the original taskchampion-sync-server as the URL, please do check out CCSync and setup it on the VM instead, as the App requires its API backend in order to interact with the server. You may update the |
So from what I read out of your backend, I need to have Google cloud running to make use of the CCSync so I can run it locally? |
Yes. Also, how the document is phrased seems like this. |
I will try to re-phrase it, also there's no need to run Google Cloud for that as credentials would just be generated only once and work until deleted. You might use any VM to run the project. On a side note, this Google Creds part along with the frontend setup is also optional in case you already have some credentials set-up on your taskchampion instance.. as the cloud credentials are essentially being used to create a hashed version of your credentials like email etc to make the keys for setting up the taskchampion-instance. You might just run the backend (along with its env vars, except the client secret and ID ones) + the taskchampion-instance on a VM and try using the app with the same taskchampion-credentials as your other clients |
Thanks a lot. I set up the ccsync on my system and tried to set the flutter app to sync with this. However, the problem here is that the app does not perform any connection at all. I can see now, that the app might try to do some fetching, but on the server side I do not get any responses. I checked with a While the server was the wrong one, the problem remains the same. No connection is happening. |
is it an issue with the app or the CCsync, so that i can debug it somehow. also, are u able to make any type of requests to ccsync at |
As of now, it's the app in my understanding. I'm unable to connect to my server. I also changed the port from the CCsync to 8001, but that didn't seem to change anything. Furthermore, I can access the server simply by using |
I also observed, that when I use an APK from GitHub like this one I do not have the option to set a URL to sync. Why is that? Does this only show when I have built the app myself? |
I guess, I might have to enable |
i think yes, not aware much about the Taskwarrior App dev. You may try building the app yourself using release mode |
Or try using termux to ping the taskchampion sync server / the backend |
I 'fixed' it by setting the baseURl in the necessary code to my server hardcoded. Seems like that the change to receive the necessary variable isn't working. |
So this issue might be related to taskchampion setting not being persistent for next application opening because of a typo. |
makes sense, the getters and setters were different (now fixed in that PR) |
Describe your issue
I've tried to use the nightly that I built myself with flutter to connect to my task warrior server. However, it appears that the connection remains stalled and nothing happened. I couldn't see any error message on the server. I didn't have the opportunity to debug this with
adb
yet, might provide you with some more details on this.Likewise, I might, add that I run the server locally on a VM with no HTTPS enabled. Likewise, I am not sure if this would be an issue.
Steps to reproduce
What was the expected result?
To see all my task's I have in my current task warrior.
Put here any screenshots or videos (optional)
No response
How can we contact you (optional)
No response
Would you like to work on this issue?
None
By submitting this issue, I have confirmed that:
The text was updated successfully, but these errors were encountered: