-
Notifications
You must be signed in to change notification settings - Fork 241
Blank authentication page on linux #83
Comments
Are you able to reproduce this issue still? |
It is possible this isn't a result of the |
Hey there :) That's the only output I get ( well and that blank page for the OAuth2.0 )
Configuration::loadGitConfiguration
Configuration::ParseGitConfig Configuration::ParseGitConfig branch.master.merge = refs/heads/master branch.master.remote = origin branch.story/MoreBeautifulUi.merge = refs/heads/story/MoreBeautifulUi branch.story/MoreBeautifulUi.remote = origin core.autocrlf = false core.bare = false core.filemode = true core.logallrefupdates = true core.repositoryformatversion = 0 credential.canFallBackToInsecureStore = true credential.helper = !/usr/lib/jvm/java-8-oracle/jre/bin/java -Ddebug=true -Djava.net.useSystemProxies=true -jar /home/crashdummy/Documents/git-credential-manager-2.0.4.jar remote.origin.fetch = +refs/heads/*:refs/remotes/origin/* remote.origin.url = https://crashdummy.visualstudio.com/GameCompanion/_git/GameBuddy user.email = user.name = Program::loadOperationArguments Configuration::tryGetEntry Configuration::tryGetEntry Configuration::tryGetEntry Configuration::tryGetEntry Configuration::tryGetEntry Configuration::tryGetEntry canFallBackToInsecureStore = true Program::EnableTraceLogging Program::get targetUri = https://crashdummy.visualstudio.com/ Program::ComponentFactory::createSecureStore gnome-keyring library not loadedjava.lang.UnsatisfiedLinkError: Unable to load library 'gnome-keyring': Native library (linux-x86-64/libgnome-keyring.so) not found in resource path ([file:/home/crashdummy/Documents/git-credential-manager-2.0.4.jar]) gnome-keyring library not loadedjava.lang.NoClassDefFoundError: Could not initialize class com.microsoft.alm.storage.posix.internal.GnomeKeyringLibrary gnome-keyring library not loaded, return null for SCHEMA Getting a persistent token store that could be secure Getting a persistent credential store that could be secure Program::createAuthentication detecting authority type BaseVsoAuthentication::getAuthentication BaseVsoAuthentication::detectAuthority detected visualstudio.com, checking AAD vs MSA server has responded MSA authority detected authority is Microsoft Live BaseVsoAuthentication::getCredentials SecretStore::getTargetName Secret::uriToName target name = git:https://crashdummy.visualstudio.com SecretStore::readCredentials SecretCache::readCredentials SecretCache::_getTargetName Secret::uriToName target name = git:https://crashdummy.visualstudio.com BaseSecureStore::readCredentials BaseVsoAuthentication::refreshCredentials SecretCache::readToken SecretCache::_getTargetName Secret::uriToName target name = ada:https://crashdummy.visualstudio.com SecretCache::readToken SecretCache::_getTargetName Secret::uriToName target name = registry:https://crashdummy.visualstudio.com failed to refresh credentials. VsoMsaAuthentication::InteractiveLogon AzureAuthority::acquireToken I just migrated from Elementary OS Juno ( 18.04 ubuntu ) to Ubuntu 18.10. |
@Crashdummyy it looks like it is having trouble finding the gnome-keyring library. Can you confirm you have that installed? |
@novak |
Thanks for confirming, I can take a closer look at this. I have a machine reproducing this issue as well. |
Hi after following the instalation instructions without package manager on this repository 2 machines show a white/blank page instead of the expected login screen.
notice: i dont have any sort of internet restrictions.
Debug Log
image
The text was updated successfully, but these errors were encountered: