金管會 發現 花旗銀行 把信用卡帳單的「消費分期」歸錯,變成「帳單分期」,重罰 600萬。
一個分類錯誤,而且這個錯誤已經錯10年都沒被發現,為何會被罰這麼重呢?
這個案例很有意思,可以拿來當教學案例使用了~
個人筆記, 記錄關於 系統、程式、新聞 與 日常生活 等資訊
金管會 發現 花旗銀行 把信用卡帳單的「消費分期」歸錯,變成「帳單分期」,重罰 600萬。
一個分類錯誤,而且這個錯誤已經錯10年都沒被發現,為何會被罰這麼重呢?
這個案例很有意思,可以拿來當教學案例使用了~
瀏覽器在 Debug 常常使用 console.log(),除了 console.log 外,還有沒有更多的參數可以使用呢?
詳見此篇:Better console.logs
Linux 使用 SAMBA 要 mount 網路芳鄰的資料夾,出現下述錯誤:
mount error(22): Invalid argument
該怎麼修復呢?
Git 想要 clone Github 的資料,卻遇到下述錯誤:
fatal: unable to access 'https://github.com/tsung/config/': gnutls_handshake() failed: Error in protocol version
錯誤訊息主要是「Error in protocol version、TLS」,遇到這個問題該怎麼解決呢?
Debian / Ubuntu Linux 若使用外部套件(Apt sources.list 有額外增加),apt update 常常會遇到下述訊息:
由於無法取得它們的公鑰,以下簽章無法進行驗證: NO_PUBKEY 9334A25F8507EFA5
或
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9334A25F8507EFA5
W: GPG error: http://repo.percona.com/apt stretch InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9334A25F8507EFA5
要怎麼解決呢?
PHP 使用 json_decode() 遇到下述錯誤訊息:(由 json_last_error_msg() 抓到的訊息)
Control character error, possibly incorrectly encoded
要怎麼解決呢?
Python3 遇到下述問題:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0–9: ordinal not in range(128)
此錯誤訊息,要怎麼解決呢?
一般這個都在 Python2 看到,沒想到在 Python3 也會遇到.. @.@a..
Facebook 的 API v2.4 於 2017/10/9 就不支援了,需要升級上去,要升級就乾脆升級到最新的 v2.10,但是卻遇到下述錯誤:(使用 PHP SDK:php-graph-sdk)
Graph returned an error: Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request,
註:於測試環境都正常,但是上線後卻都無法登入成功
Debian / Ubuntu Linux 遇到大量的 GPG error (BADSIG) 要怎麼解決呢?
錯誤訊息如下述:
問題1
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://dl.google.com stable Release: 以下簽名無效: BADSIG A040830F7FAC5991 Google, Inc. Linux Package Signing Key \<linux-packages-keymaster@google.com\>
W: 無法取得 http://dl.google.com/linux/mod-pagespeed/deb/dists/stable/Release,
W: Some index files failed to download. They have been ignored, or old ones used instead.
問題2
W: GPG error: http://dl.google.com stable Release: The following signatures were invalid: BADSIG A040830F7FAC5991 Google, Inc. Linux Package Signing Key \<linux-packages-keymaster@google.com\>
W: GPG error: http://security.ubuntu.com precise-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key \<ftpmaster@ubuntu.com\>
W: GPG error: http://extras.ubuntu.com precise Release: The following signatures were invalid: BADSIG 16126D3A3E5C1192 Ubuntu Extras Archive Automatic Signing Key \<ftpmaster@ubuntu.com\>
W: GPG error: http://ppa.launchpad.net precise Release: The following signatures were invalid: BADSIG 531EE72F4C9D234C Launchpad webupd8
W: GPG error: http://in.archive.ubuntu.com precise Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key \<ftpmaster@ubuntu.com\>
W: GPG error: http://in.archive.ubuntu.com precise-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key \<ftpmaster@ubuntu.com\>