본문 바로가기
cURL error 60: SSL certificate https://stackoverflow.com/questions/29822686/curl-error-60-ssl-certificate-unable-to-get-local-issuer-certificate cURL error 60: SSL certificate: unable to get local issuer certificate I am trying to send an API request using Stripe but get the error message: cURL error 60: SSL certificate problem: unable to get local issuer certificate This is the code I am running: public fun... stackoverflow... 2022. 11. 25.
Janus 버전 업데이트 우분투 20 LTS 현재 사용중인 버전은 0.10.9버전이었다. --------------------------------------------------- Starting Meetecho Janus (WebRTC Server) v0.10.9 --------------------------------------------------- 1.1.1버전으로 업데이트 기존에 설치를 성공했다면 처음 janus설치와 같다. git clone https://github.com/meetecho/janus-gateway.git cd janus-gateway ./configure --prefix=/opt/janus make sudo make install 업데이트후 janus를 실행하면 보이는 로그 ------------.. 2022. 11. 22.
There is no active transaction https://stackoverflow.com/questions/41392982/php-pdo-there-is-no-active-transaction PHP PDO - There is no active transaction I am having problem with transactions in php script. I would like to make multiply queries and be able to recall them all, if at least one of them fails. Below you can find a simple example of the ... stackoverflow.com 한줄요약 beginTransaction()의 경우 try catch문 밖에 위치해야한다. == T.. 2022. 10. 26.
pod deintegrate throws RuntimeError - [Xcodeproj] Unknown object version (56) [2022-11-04 수정] https://stackoverflow.com/questions/73396067/pod-deintegrate-throws-runtimeerror-xcodeproj-unknown-object-version-56 pod deintegrate throws RuntimeError - [Xcodeproj] Unknown object version (56) There is an error when running pod deintegrate under /ios for React Native 0.68.2 project: RuntimeError - [Xcodeproj] Unknown object version (56). /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/gems/ stac.. 2022. 9. 23.
Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ https://visualstudio.microsoft.com/visual-cpp-build-tools/ Microsoft C++ Build Tools - Visual Studio The Microsoft C++ Build Tools provides MSVC toolsets via a scriptable, standalone installer without Visual Studio. Recommended if you build C++ libraries and.. 2022. 8. 5.
kobert https://github.com/SKTBrain/KoBERT GitHub - SKTBrain/KoBERT: Korean BERT pre-trained cased (KoBERT) Korean BERT pre-trained cased (KoBERT). Contribute to SKTBrain/KoBERT development by creating an account on GitHub. github.com 윈도우환경에서 설치시 에러나 넘쳐난다. 특히나 numpy 버전쪽에서 넘어가질 않는다. https://github.com/SKTBrain/KoBERT/issues/84 [BUG] windows pycharm 환경에서 kobert 설치 할때 에러가 발생합니다. · Issue #84 · SKTBrain/KoBE.. 2022. 8. 4.
Bonobo git Server - Windows 1. 다운로드 https://bonobogitserver.com/ Bonobo Git Server - Git Server for Windows Simple git server for Windows. Set up your own self hosted git server on IIS for Windows. Manage users and have full control over your repositories with a nice user friendly graphical interface. Download 6.5.0 See the changelog bonobogitserver.com 2. 실행할 곳에 압축을 푼다 설치당시 최신버전은 6.5.0 3. .net 설치버전 확인 4.6 버전 이상으로 진행 https.. 2022. 8. 3.
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles. 나의경우 FLAG_ONE_SHOT으로 되어있는 부분을 FLAG_MUTABLE로 변경후 완료 자세한내용 https://developer.and.. 2022. 5. 16.
WEBVIEW에서 WEBRTC 권한관련 https://developer.android.com/reference/android/webkit/PermissionRequest PermissionRequest | Android Developers developer.android.com 들어가자 마자 보이는 저부분 저렇게 해서 안되는거였다. permissionRequest.grant(permissionRequest.getResources()) // This is wrong!!! 변경부분 @Override public void onPermissionRequest(PermissionRequest request) { final String[] requestedResources = request.getResources(); for (String r : req.. 2022. 4. 4.