SingleFile error: OAuth2 request failed again #1201
Replies: 3 comments 1 reply
-
Aren't you using the dev version of SingleFile instead of the stable version? |
Beta Was this translation helpful? Give feedback.
0 replies
-
No. It was installed from Chrome web store. $ wget https://clients2.googleusercontent.com/crx/blobs/Acy1k0YB8kRVq8gPW_OHpLqyVCoauUd__48E2v2-l_nqoxR8sNF5qYLDeBRW6GXJNO--qx1bt4iEjvhThHY-St4BFVPnafEw6a4ZFvUd9E2EiRmOE7JBAMZSmuWG-AvIO-0MxVEy-hM3YRd_r6F6cg/extension_1_21_48_0.crx && unzip -j extension_1_21_48_0.crx manifest.json
# output was omitted
$ diff <(jq --sort-keys . manifest.json) <(jq --sort-keys . ~/Library/Application\ Support/Google/Chrome/Default/Extensions/mpiodijhokgodhhofbcjdecpffjipkle/1.21.48_0/manifest.json)
67a68
> "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwwz4r3MccpaqJfvg1sKzz/dDwX5seLHA/u2GQr1ihh6+JQqWgazUPB33ScOU6IqMhAATrlsn93Avn/rJeY8v/mKiBesBmUlLMvwHA6E3RVuZf3zNYfArUI6kH7hPG4rm+b0WqSB6s9A1vnaEoVT75ycc07FhaPM+a3LLTYBlWmwIDAQAB",
$ jq .oauth2.client_id manifest.json
"207618107333-3pj2pmelhnl4sf3rpctghs9cean3q8nj.apps.googleusercontent.com"
$ jq .oauth2.client_id ~/Library/Application\ Support/Google/Chrome/Default/Extensions/mpiodijhokgodhhofbcjdecpffjipkle/1.21.48_0/manifest.json
"207618107333-3pj2pmelhnl4sf3rpctghs9cean3q8nj.apps.googleusercontent.com" The |
Beta Was this translation helpful? Give feedback.
1 reply
-
Resolved again in #901 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The issue #901 happened again. How could I fix it?
Beta Was this translation helpful? Give feedback.
All reactions