You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Regolith tries install a filter from cache sometimes you may get this error:
This is caused by our caching system. When the author of the filter decides to force push some changes to their repository, after someone pulls the repository into their cache by installing a filter, this causes the repository to have two versions of history - one on the internet and one in local cache. Regolith is not able to handle this situation and throws an error.
The error is not descriptive enough. We should either improve the error message in this situation, or make regolith redownload the repository.
The text was updated successfully, but these errors were encountered:
When Regolith tries install a filter from cache sometimes you may get this error:
![image](https://private-user-images.githubusercontent.com/34062025/391355007-ddd718c4-0086-4b96-ac88-e4af4920b413.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MzcyMDIsIm5iZiI6MTczOTQzNjkwMiwicGF0aCI6Ii8zNDA2MjAyNS8zOTEzNTUwMDctZGRkNzE4YzQtMDA4Ni00Yjk2LWFjODgtZTRhZjQ5MjBiNDEzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA4NTUwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU5MzQxNmYyMGRkNTlmODkwM2MxMWNhZGVhMTMwZmRkMzU0Y2VkYTRlODkxZjAwN2ExN2FjZjZiOTUzYTQ3MzQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.OgvIYhtAESe9KTYv2-oN0LvnOZ8wYajZ1t_50GKLn90)
This is caused by our caching system. When the author of the filter decides to force push some changes to their repository, after someone pulls the repository into their cache by installing a filter, this causes the repository to have two versions of history - one on the internet and one in local cache. Regolith is not able to handle this situation and throws an error.
The error is not descriptive enough. We should either improve the error message in this situation, or make regolith redownload the repository.
The text was updated successfully, but these errors were encountered: