We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I wasn't able to connect to the dataset from the gitty tool. Modifying the RepositoryCachedReadingStrategyBinding helped:
import de.ecclesia.kipeto.repository.HttpRepositoryStrategy; ReadingRepositoryStrategy readingStrategy = StrategySelector.getReadingStrategy(server); if (readingStrategy instanceof HttpRepositoryStrategy) { ((HttpRepositoryStrategy)readingStrategy).setProxy("127.0.0.1", 3128); System.out.println("Set proxy to 127.0.0.1:3128"); }
Obviously, this is a quick hack instead of a clean solution, but maybe you can include setting the proxy in a config file in a future release.
Thanks for the tool!
Christian
The text was updated successfully, but these errors were encountered:
Hi Christian,
thanks for the report. I'll look into it!
Best, Daniel
Sorry, something went wrong.
hintzed
No branches or pull requests
Hello,
I wasn't able to connect to the dataset from the gitty tool.
Modifying the RepositoryCachedReadingStrategyBinding helped:
Obviously, this is a quick hack instead of a clean solution, but maybe you can include setting the proxy in a config file in a future release.
Thanks for the tool!
Christian
The text was updated successfully, but these errors were encountered: