Captain-SeaL

Results 4 comments of Captain-SeaL

tasklist /m cublas.dll i write this in cmd if i understood right and it says what can't find it Do I need to replace some dlls in the python libraries?

I'm facing a similar problem `OpenIDConnectService openIDConnectService = new OpenIDConnectService(); openIDConnectService.OidcProvider = new GoogleOidcProvider(); openIDConnectService.OidcProvider.ClientData = googleClientEditorDataObject.clientData; openIDConnectService.RedirectURI = "https://www.google.com"; openIDConnectService.ServerListener.ListeningUri = "http://127.0.0.1:52229/"; ServiceManager.RegisterService(openIDConnectService); ServiceManager.GetService().OpenLoginPageAsync(); ` ![Image](https://github.com/user-attachments/assets/7ec78a53-0e65-4810-9e2d-d8f84d36b8c9) ![Image](https://github.com/user-attachments/assets/1468bfc5-790c-4013-9073-8ff0d2d2f008)

i remove redirect url to see what happends and it send by default on 62553 port so i change authorized url for http://127.0.0.1:62553/code? and openIDConnectService.ServerListener.ListeningUri = "http://127.0.0.1:62553/"; and it works...