rhiskey

Results 9 comments of rhiskey

> Encoding.RegisterProvider(CodePagesEncodingProvider.Instance) Добавил перед методом Authorize() , теперь другая ошибка при авторизации: ``` Error Message: Failed to determine page type from url: https://oauth.vk.com/auth_redirect?app_id=2685278&authorize_url=https%253A%252F%252Foauth.vk.com%252Fblank.html%2523access_token%111111expires_in%111user_id%123%2526email%253Dtest%2540mail.ru&redirect_hash=213123 Stack Trace: at VkNet.Infrastructure.Authorization.ImplicitFlow.ImplicitFlowVkAuthorization.GetPageType(Uri url) at VkNet.Infrastructure.Authorization.ImplicitFlow.ImplicitFlow.NextStepAsync(AuthorizationFormResult...

> Hi Guys, Just had the exact same issue and been scratching my head for ages. However, I have found a solution. > > 1. Make sure the SpotifyiOS.framework file...

> > Тоже самое > > На нашли решение? Последний раз к коду притрагивался 3-4 месяца назад и всё было исправно. > > Это проблема VkNet у меня на VkNet(1.52.0)...

In Windows it wont start... ````bash ERROR: The system was unable to find the specified registry key or value. App • ⚠️ Cannot determine path to IDE executable Please set...

> ``` > try { > scene = importer.ReadFile(filename, flags); // Qt debug is crash here > } > catch (...) { > // ... > } > ``` >...

> I actually finally made it work thanks to another very recent github issue (cannot find it anymore tho lol) > > The underlying issue was that `next-auth`'s session provider...

I found solution without modifying SessionProvider. You have to properly split codebase to server/client part. According Next 14 App Router guidelines. I use ```json "next-auth": "^5.0.0-beta.19", "next": "^14.2.3", ``` You...

> I noticed a similar problem when calling `aiImportFileFromMemoryWithProperties` to read a binary fbx file from memory in Assimp 5.4.0. In 5.3.1 it worked. The problem seems to be the...

Same issue. Seems like provider errors and inner VK API refactoring. I suppose this bug needs to be addressed not to Auth.js developers but to vk itself.