-
Notifications
You must be signed in to change notification settings - Fork 113
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
Share not received in datatx tutorial #4024
Comments
Logs on revad2 when accepting the share:
Logs on rclone.docker: nothing Share details on the receiving side:
Share details on the sending side:
|
It seems the CreateTransfer call is not doing anything |
With the extra logging, we can now see:
|
@redblom any idea where I should be looking? |
Does https://github.com/pondersource/dev-stock/blob/edf19b3/docker/revad/datatx/server-2/ocmd-server-2.toml#L117 look correct to you? It seems the rclone client is not reaching the rclone server and is failing silently. |
The rclone server is this: https://github.com/pondersource/dev-stock/blob/edf19b39e90fb9641ce0387a0a287b734830fb6c/scripts/testing-reva.sh#L13-L16 |
Ah! That's better! I'll update the docs -> #4025 |
rclone.docker logs are now:
|
"there was nothing to transfer" - maybe because there was only an empty folder inside the shared folder, let me upload a txt doc and retry. |
w00t #4027 fixed it! \o/ |
(closing this issue because i have now confirmed that the code works, also on my machine, even though the resulting docs changes are not merged yet) |
I'm debugging this.
The text was updated successfully, but these errors were encountered: