-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
CKAN not friendly with REAL satellites #2108
Comments
There are settings to turn off automatic updates and automatic refresh, and the CKAN client should be asking you about those two things on first load. The inability to resume on failure is an issue, but we are pretty much limited to what our libraries support in that regard, I believe. You can pre-download mod contents individually from the mod details "Content" tab if that helps. |
The API for metering might be... var cost = NetworkInformation.GetInternetConnectionProfile().GetConnectionCost().NetworkCostType;
bool metered = (cost == NetworkCostType.Fixed || cost == NetworkCostType.Restricted); |
@ndotb, what is meant by "does not work with high latency connections"? What problem specifically happens on high latency connections? |
@HebaruSan, per your request, couple comments: A scheduler would be a very nice feature to have, to limit updates and downloads to specific times of day, when our connections are not throttled. |
No response from OP in over 2 years. |
CKAN Version:
1.22.3
Operating System:
Windows 10 Creators
The issue you are experiencing:
Upon opening, CKAN immediately begins making internet requests without direct authorization. It does not check if the current connection on Windows 10 is metered. Its download system does not:
In short, CKAN works with toy satellites but has no idea how to manage a real one.
In addition, there is no cancellation token associated with download requests. The only way to stop it is to go into task manager and kill the program.
How to recreate this issue:
Open it, then try to download on a satellite internet connection.
CKAN error codes (if applicable):
Request timed out, server not found.
I would offer to help, but the build system has become an exercise in obsessive compulsive disorder for a relatively simple application.
The text was updated successfully, but these errors were encountered: