kabucom / kabusapi

kabuステーションAPI ポータル
https://kabucom.github.io/kabusapi/ptal/
MIT License
297 stars 45 forks source link

【不具合】 #877

Open saru-da-mon opened 1 week ago

saru-da-mon commented 1 week ago

■[必須] 不具合事象(概要) set up error ■[必須] 不備発生時刻(常時) ■不備部分のログ

The following properties have been set: Property: [AdminUser] = true {boolean} Property: [InstallMode] = HomeSite {string} Property: [NTProductType] = 3 {int} Property: [ProcessorArchitecture] = AMD64 {string} Property: [VersionNT] = 10.0.0 {version} Running checks for package 'Microsoft .NET Framework 4.6 (x86 および x64)', phase BuildList Reading value 'Release' of registry key 'HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Full' Read integer value 394802 Setting value '394802 {int}' for property 'DotNet46Full_Release' Reading value 'v4' of registry key 'HKLM\SOFTWARE\Microsoft\NET Framework Setup\OS Integration' Read integer value 1 Setting value '1 {int}' for property 'DotNet46Full_OSIntegrated' Reading value 'Release' of registry key 'HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Full\1041' Read integer value 394802 Setting value '394802 {int}' for property 'DotNet46FullLangPack_Release' Reading value 'LCID' of registry key 'HKLM\SYSTEM\CurrentControlSet\Control\MUI\UILanguages\ja-JP' Read integer value 1041 Setting value '1041 {int}' for property 'DotNet46FullLangPack_OS_LCID' Reading value 'v4' of registry key 'HKLM\SOFTWARE\Microsoft\NET Framework Setup\OS Integration' Read integer value 1 Setting value '1 {int}' for property 'DotNet46FullLangPack_OSIntegrated' The following properties have been set for package 'Microsoft .NET Framework 4.6 (x86 および x64)': Property: [DotNet46FullLangPack_OSIntegrated] = 1 {int} Property: [DotNet46FullLangPack_OS_LCID] = 1041 {int} Property: [DotNet46FullLangPack_Release] = 394802 {int} Property: [DotNet46Full_OSIntegrated] = 1 {int} Property: [DotNet46Full_Release] = 394802 {int} Running checks for command 'DotNetFX46\NDP46-KB3045557-x86-x64-AllOS-ENU.exe' Result of running operator 'ValueEqualTo' on property 'InstallMode' and value 'HomeSite': true Result of checks for command 'DotNetFX46\NDP46-KB3045557-x86-x64-AllOS-ENU.exe' is 'Bypass' Running checks for command 'DotNetFX46\NDP46-KB3045557-x86-x64-AllOS-ENU.exe' Result of running operator 'ValueEqualTo' on property 'InstallMode' and value 'HomeSite': true Result of checks for command 'DotNetFX46\NDP46-KB3045557-x86-x64-AllOS-ENU.exe' is 'Bypass' Running checks for command 'DotNetFX46\NDP46-KB3045560-Web.exe' Result of running operator 'ValueNotEqualTo' on property 'InstallMode' and value 'HomeSite': false Result of running operator 'ValueGreaterThanEqualTo' on property 'DotNet46Full_Release' and value '393297': true Result of checks for command 'DotNetFX46\NDP46-KB3045560-Web.exe' is 'Bypass' Running checks for command 'DotNetFX46\NDP46-KB3045560-Web.exe' Result of running operator 'ValueNotEqualTo' on property 'InstallMode' and value 'HomeSite': false Result of running operator 'ValueGreaterThanEqualTo' on property 'DotNet46Full_Release' and value '393297': true Result of checks for command 'DotNetFX46\NDP46-KB3045560-Web.exe' is 'Bypass' Running checks for command 'DotNetFX46\NDP46-KB3045557-x86-x64-AllOS-JPN.exe' Result of running operator 'ValueGreaterThanEqualTo' on property 'DotNet46FullLangPack_Release' and value '393297': true Result of checks for command 'DotNetFX46\NDP46-KB3045557-x86-x64-AllOS-JPN.exe' is 'Bypass' Running checks for command 'DotNetFX46\NDP46-KB3045557-x86-x64-AllOS-JPN.exe' Result of running operator 'ValueGreaterThanEqualTo' on property 'DotNet46FullLangPack_Release' and value '393297': true Result of checks for command 'DotNetFX46\NDP46-KB3045557-x86-x64-AllOS-JPN.exe' is 'Bypass' 'Microsoft .NET Framework 4.6 (x86 および x64)' RunCheck result: No Install Needed Launching Application. URLDownloadToCacheFile failed with HRESULT '-2146697208' Error: 'https://download.r20.kabu.co.jp/kabustation/KabuStation.application' をダウンロードしようとしてエラーが発生しました。

saru-da-mon commented 1 week ago

もちろん指示通りにやった結果ですが( ゚Д゚)

image

satosato125 commented 6 days ago

@saru-da-mon こちらのコメントから、Windows Server 2016 Datacenterをご使用とお見受けいたします。 https://github.com/kabucom/kabusapi/issues/875#issuecomment-2367107234

Windows ServerですとSSLキャッシュがデフォルト無効になっている可能性がございます。 Windows ServerにClickOnceアプリケーションをインストールする際、こちらのレジストリ設定で解決する場合がございます。

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "DisableCachingOfSSLPages"=dword:00000000

もし可能でしたら、こちらの設定をお試しいただけますでしょうか? なお、ご存じのこととは思いますが、レジストリの変更はシステムに大きな変更を与える可能性がございます。 この点をご理解の上、バックアップを取るなど変更の際には十分にお気をつけください。

saru-da-mon commented 6 days ago

すでに0ですね

image

saru-da-mon commented 6 days ago

Windows Server 2016 だけの問題なら、サバのお引越しをすることも考えなきゃですかねえ。さくらのVPSと、おさらばかあ(*ノωノ)・・・よくよく調べてみたら、Windows Server 2019 と 2022 Datacenter Edition がOSとして選択できるようになってますね。OSやり替えて再挑戦してみます。