question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update seems to have broken the plugin

See original GitHub issue

I 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

pywalfox

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:42 (14 by maintainers)

github_iconTop GitHub Comments

3reactions
Paul-Housercommented, May 26, 2020

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 Firefox

WITH FIREFOX OPEN: pip install --upgrade pywalfox and sudo 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 page

edit: I’m sure most of this is not necessary, but one or two of these steps are certainly what solves the issue.

1reaction
Frewacomcommented, Aug 3, 2020

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 your PATH. Instead, it relies on having one of python/python3/python2.7 in your PATH, which a majority of you should have by default.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found