Skip to content
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

Version 0.4.2 is entirely broken in Firefox #29

Closed
SayanthD opened this issue Apr 11, 2023 · 3 comments
Closed

Version 0.4.2 is entirely broken in Firefox #29

SayanthD opened this issue Apr 11, 2023 · 3 comments

Comments

@SayanthD
Copy link
Contributor

Nothing is working in Firefox and since it doesn't support "background.service_worker" with Manifest v3, I can't manually load this extension from the source at the latest commit. But its fine, the real problem is that button-functions aren't working in here.

Using Firefox stable: 111.0.1 (64-bit)
Extension version 0.4.2
Installed from https://addons.mozilla.org/en-US/firefox/addon/get-cookies-txt-locally/

Logs:

  • Copy
Uncaught (in promise) ReferenceError: ClipboardItem is not defined
    setClipboard moz-extension://5e5e85ef-387a-43e8-981d-ee361b4bc602/popup.js:65
    <anonymous> moz-extension://5e5e85ef-387a-43e8-981d-ee361b4bc602/popup.js:122
    async* moz-extension://5e5e85ef-387a-43e8-981d-ee361b4bc602/popup.js:119
  • Export As
Uncaught (in promise) Error: Type error for parameter options (Error processing url: Error: Access denied for URL data:text/plain,%23%20Netscape%20HTTP%20Cookie%20File%0A%23%20http%3A%2F%2Fcurl.haxx.se%2Frfc%2Fcookie_spec.html%0A%23%20This%20is%20a%20generated%20file!%20%20Do%20not%20edit.%0A) for downloads.download.
    save moz-extension://5e5e85ef-387a-43e8-981d-ee361b4bc602/popup.js:55
    <anonymous> moz-extension://5e5e85ef-387a-43e8-981d-ee361b4bc602/popup.js:116
    async* moz-extension://5e5e85ef-387a-43e8-981d-ee361b4bc602/popup.js:112
  • Export
Uncaught (in promise) Error: Type error for parameter options (Error processing url: Error: Access denied for URL data:text/plain,%23%20Netscape%20HTTP%20Cookie%20File%0A%23%20http%3A%2F%2Fcurl.haxx.se%2Frfc%2Fcookie_spec.html%0A%23%20This%20is%20a%20generated%20file!%20%20Do%20not%20edit.%0A) for downloads.download.
    save moz-extension://5e5e85ef-387a-43e8-981d-ee361b4bc602/popup.js:55
    <anonymous> moz-extension://5e5e85ef-387a-43e8-981d-ee361b4bc602/popup.js:109
    async* moz-extension://5e5e85ef-387a-43e8-981d-ee361b4bc602/popup.js:105
  • Export All Cookies
Uncaught (in promise) Error: Type error for parameter options (Error processing url: Error: Access denied for URL data:text/plain,%23%20Netscape%20HTTP%20Cookie%20File%0A%23%20http%3A%2F%2Fcurl.haxx.se%2Frfc%2Fcookie_spec.html%0A%23%20This%20is%20a%20generated%20file!%20%20Do%20not%20edit.%0A%0A........
    save moz-extension://5e5e85ef-387a-43e8-981d-ee361b4bc602/popup.js:55
    <anonymous> moz-extension://5e5e85ef-387a-43e8-981d-ee361b4bc602/popup.js:128
    async* moz-extension://5e5e85ef-387a-43e8-981d-ee361b4bc602/popup.js:125
@kairi003
Copy link
Owner

kairi003 commented Apr 11, 2023

The source code in the master branch does not support Firefox.
The firefox branch contains diffs for it.

We have confirmed that the version currently available on AMO works with 111.0.1.

@kairi003
Copy link
Owner

I am very sorry, I misunderstood your issue.
As you said, I have confirmed that it is not possible to export or copy.
I am now investigating the issue.

If you want to debug, please use the firefox branch as mentioned earlier.

@kairi003
Copy link
Owner

kairi003 commented Apr 11, 2023

v0.4.3, which resolves this issue, is now published on AMO.
Thank you very much for reporting this critical bug!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants