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

Issue: Permissions don't work for Firefox #158

Open
Ephellon opened this issue Feb 14, 2020 · 1 comment
Open

Issue: Permissions don't work for Firefox #158

Ephellon opened this issue Feb 14, 2020 · 1 comment
Assignees
Labels
bug this item causes errors that make the project unusable enhancement this item makes the project better in some way firefox-only requests that involve only the firefox version help-wanted outside assistance is recommended for this item on-watch this issue is currently under active watch

Comments

@Ephellon
Copy link
Collaborator

Ephellon commented Feb 14, 2020

Use this if Web to Plex doesn't run on any page, and you have Developer Mode enabled. Please use the table below to point to the error location.


Describe the error
When enabling permissions for a site, Firefox does not update them asynchronously. I've tried adding waiting statements, but it does not like them.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Web to Plex (the website)
  2. Click the Allow all permissions button
  3. The page will refresh and prompt again

Estimated location
0U 0B 0P

Screenshots
If applicable, add screenshots to help explain your problem.

Extension Information

  • Version: 4.1.2.2
  • Source: store GitHub
  • Browser: firefox

Additional comments
Add any other comments about the problem here, such as how often the issue occurs, any new changes, etc.

@Ephellon Ephellon added bug this item causes errors that make the project unusable enhancement this item makes the project better in some way help-wanted outside assistance is recommended for this item in-progress this item is being worked on firefox-only requests that involve only the firefox version labels Feb 14, 2020
@Ephellon Ephellon self-assigned this Feb 14, 2020
@Ephellon
Copy link
Collaborator Author

Alright, f**k Firefox... I found the problems: the var ... declarations that Firefox was whining about.

  • v4.1.2.0let configuration...
    • Error: Redeclaration of configuration...
  • v4.1.2.1var configuration...
    • OK
  • v4.1.2.2var configuration...Up yours
    • Error: Message port does not exist
  • v4.1.2.3let configuration...Why?
    • OK

Currently, it works as intended. let + init && init() when re-initializing

@Ephellon Ephellon added on-watch this issue is currently under active watch and removed in-progress this item is being worked on labels Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug this item causes errors that make the project unusable enhancement this item makes the project better in some way firefox-only requests that involve only the firefox version help-wanted outside assistance is recommended for this item on-watch this issue is currently under active watch
Projects
None yet
Development

No branches or pull requests

1 participant