-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome Extension configuration file does not read API Key #5
Comments
Same here, wont load API Key on chrome... |
we will look into the issue and fix
… On 02/16/2024 8:07 AM CST CorujaBR ***@***.***> wrote:
Same here, wont load API Key on chrome...
—
Reply to this email directly, view it on GitHub #5 (comment), or unsubscribe https://github.com/notifications/unsubscribe-auth/A2UICEWSJQNMSZOKGYLJOQTYT2PN3AVCNFSM6AAAAABDK3BXSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBXGUZTMMJUG4.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Same issue, any fix for this by now? |
Hey there
Yes,
our new version has been uploaded to the Google Store and this problem has been fixed. Please ensure to use the new version
… On 02/21/2024 5:56 PM CST maddo7 ***@***.***> wrote:
Same issue, any fix for this by now?
The support on your website is not helpful at all.
First they say this feature is not supported, then they say it should work because it is described on your website.
—
Reply to this email directly, view it on GitHub #5 (comment), or unsubscribe https://github.com/notifications/unsubscribe-auth/A2UICEQFFBEU5TRM6ONZORTYUXAELAVCNFSM6AAAAABDK3BXSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJWGI4DANRUGM.
You are receiving this because you commented.Message ID: ***@***.***>
|
I still have this issue I added the API key in both files: my-content-script.js and assets/config.js, and it works for me. |
hello
what do you mean it works for you
Is it works or not?
please describe your problems in detail
… On 02/26/2024 4:21 PM CST Duck ***@***.***> wrote:
I still have this issue
I added the API key in both files: my-content-script.js and assets/config.js, and it works for me.
—
Reply to this email directly, view it on GitHub #5 (comment), or unsubscribe https://github.com/notifications/unsubscribe-auth/A2UICEVGTCKFSHIQSHHNJDDYVRA2NAVCNFSM6AAAAABDK3BXSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRTGU2TIMJWHA.
You are receiving this because you commented.Message ID: ***@***.***>
|
solution is to add newline ='\n' when write to a file. like this |
Can you explain again? I need to do this where? |
it is about CR LF, LF and CR line break types when you resave file with apiKey try to change the mode of writing, ask chatGpt for your code, above is for working solution for python |
I am using CapSolver for browser automation. I have the plugin installed by default in multiple browsers, but the API KEY I entered in assets/config.js is not detected by browsers by default.
The text was updated successfully, but these errors were encountered: