Update seems to have broken the plugin
See original GitHub issueI updated pywalfox
with
pip3 --user --upgrade pywalfox
and ran git pull origin master
in the directory I cloned pywalfox into.
When I open the plugin settings, it fails to fetch pywal colors, and the buttons for enabling the css
files hang.
Every time I open Firefox, pywalfox
prompts me for an update, even though I have already ran the steps above.
The url bar and drop down menu are no longer themed for me, suggesting the css
is no longer working
Issue Analytics
- State:
- Created 3 years ago
- Comments:42 (14 by maintainers)
Top Results From Across the Web
The plugin is completely broken after update to the latest version
Hi,. I've updated the Instagram Feed WordPress Plugin to the latest update which caused the plugin to be completely broken. I've reinstalled the...
Read more >WordPress Site Broken After an Update? Here's How to Fix It
Go back to the Plugins tab and start enabling them one-by-one. Make sure that you refresh your site several times from the incognito...
Read more >How To Fix Your WordPress Site After A Plugin Update Goes ...
Wanna know how to fix WordPress after a plugin update went wrong? Search no more.In this video, I'm going to give you a...
Read more >How do I fix my broken WordPress site after updating PHP?
Step 1 - Deactivate all plugins from phpMyAdmin · Step 2 - Change the theme to a default version · Step 3 -...
Read more >How To Fix the “Another Update is Currently in Progress” Error ...
To install it, log in and go to Plugins > Add New. Search for “fix another update in progress” and click to install...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello again everyone, I had the same issue on my laptop when I updated it just now, and since I was able to solve it on my desktop, I kept track of exactly how I solved it on my laptop. Here’s what I came up with, that successfully fixed the issue on my laptop:
uninstall the pywalfox extension in Firefox uninstall Firefox uninstall the pip module for pywalfox
sudo tree -f / | grep pywalfox
and delete anything that shows up reboot (probably not necessary) install Firefox install pywalfox extension in FirefoxWITH FIREFOX OPEN:
pip install --upgrade pywalfox
andsudo pip install --upgrade pywalfox
(did both with and without sudo cause i was curious, both of them installed with out saying it was already installed… I don’t know much about pip but maybe this is important)pywalfox setup
close Firefox open Firefox, click fetch colors on pywalfox settings pageedit: I’m sure most of this is not necessary, but one or two of these steps are certainly what solves the issue.
I have pushed an update to the native messaging application (version 2.6) that I hope should fix this issue. It no longer requires you to have
pywalfox
in yourPATH
. Instead, it relies on having one ofpython
/python3
/python2.7
in yourPATH
, which a majority of you should have by default.