Yup! This issue seems to pop up once very few months and here it is!
Whenever I try to force a sync from through the command line I guess:
synchronizing: 409: "{\"message\":\"Sync already in progress. Try again later.\"}"
At this point there needs to be a travis command to STOP a sync so it can start over.
What do I do?
The problem is that I DO have organizations I’m a part of and I CAN’T WORK WITH THEM! I can work with local repos just fine, both private and public, but I can’t add any organization-based repos.
Did you ever resolve this?
Hello travis team,
for some reasons my account is stuck in sync mode and I can not add new repositories because of that - basically it doesn’t sync any of my organisations.
Could you please help me with it? It’s super important and crucial for my day to day business so I would love to understand what exactly is going wrong here so I can prevent this happens in future.
This suggests that you should contact Travis support directly so they can manually sync it for you.
Hello,
I noticed today that all repositories from organizations I’m member of have disappeared from my active repositories, and I have no possibility of adding them back. Previously active repositories can still run builds though, which work like usual, so I’m kind of lost here to what I could do to get running again. Any suggestions ? (Github shows travis still has access to all organizations I’m in)
Log out and log in again. This is most likely due to web interface changes that work poorly with old cookies.
KEINOS
April 26, 2020, 5:33am
5
Log out and log in again. This is most likely due to web interface changes that work poorly with old cookies.
For those who didn’t work the “Log out and log in again
” method in Chrome , try opening the URL in incognito-mode/secret window of the browser.
If that works then you need to clear the cache and hard-reload the page by:
Open dev tools from “settings” - “other tools” - “developer tools” (This will open the developer tools’ pane)
Right-click the refresh icon “🔄
” and select “clear cache and hard reload”
1 Like