Skip to content
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

Can't push again to reset repository #10

Open
myieye opened this issue Mar 26, 2024 · 1 comment
Open

Can't push again to reset repository #10

myieye opened this issue Mar 26, 2024 · 1 comment

Comments

@myieye
Copy link
Collaborator

myieye commented Mar 26, 2024

If I:

  1. Create a new repository on Language Depot
  2. I can push to it with resumable 👍
  3. I reset the repository on Language Depot
  4. When I try to push again it fails 💥
  5. I delete C:\ProgramData\SIL\FieldWorks\Projects\sena-3\Chorus\ChorusStorage
  6. I can push again 👍

So, it seems that the cache on the client somehow leads to confusion on the server.
I presume the server is at fault.

Here's the relevant part of the logs

Ping took 19 milliseconds
Receiving any changes from languageForge.org [Low bandwidth]
(languageForge.org [Low bandwidth] is https://resumable.languageforge.org/sena-3-test-test-flex)
Initiating Resumable Transport
Executing: tip --template "changeset:{rev}:{node|short}
branch:{branches}
user:{author}
date:{date|rfc822date}
tag:{tags}
summary:{desc}
"
standout: changeset:4:216ebe50688b
branch:7500002.7000072
user:tim
date:Tue, 26 Mar 2024 14:34:08 +0100
tag:tip
summary:[FLExBridge: 4.1.0-beta.4+Branch.develop.Sha.14f14c27739551774de26d7b15ac4d05a2408005] sync

changeset:4:216ebe50688b
branch:7500002.7000072
user:tim
date:Tue, 26 Mar 2024 14:34:08 +0100
tag:tip
summary:[FLExBridge: 4.1.0-beta.4+Branch.develop.Sha.14f14c27739551774de26d7b15ac4d05a2408005] sync
Using cached result: log -r0 --template "{node}" 
standout: 1af18777e23eadd69d4f9bddc9df202c64be804c

Using cached result: log -r4 --template "{node}" 
standout: 216ebe50688b973d4c8d63cf4c49f52831418541

API REQ: https://resumable.languageforge.org/api/v03/pullBundleChunk?offset=0&chunkSize=5000&transId=da66d9d2-33fd-430c-9934-402fcc475553&baseHashes[]=216ebe50688b&baseHashes[]=1af18777e23e&repoId=sena-3-test-test-flex Timeout
Warning: Pull operation timed out.  Retrying...
API REQ: https://resumable.languageforge.org/api/v03/pullBundleChunk?offset=0&chunkSize=5000&transId=da66d9d2-33fd-430c-9934-402fcc475553&baseHashes[]=216ebe50688b&baseHashes[]=1af18777e23e&repoId=sena-3-test-test-flex Timeout
Warning: Pull operation timed out.  Retrying...

and a trace:
image

@megahirt
Copy link
Contributor

megahirt commented Mar 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants