Skip to content

Troubleshooting Guide

Nite edited this page May 13, 2023 · 6 revisions

Troubleshooting Guide

Introduction

This guide lists all known issues and their solutions. If you're encountering errors or unexpected behavior, follow this guide. If it doesn't resolve your problem, feel free to create a new Issue and we'll be happy to assist you.

  • Always make sure that you are using the newest release of seekr!

Issue: Why do plugins not work for me?

Description:

  • The plugin you just installed doesnt work (either nothing happens, or you get an error).

Solution:

  • At the moment, only Linux, MacOS and FreeBSD are supported.
  • If you use Windows, plugins wont be available to you for now.

Issue: Why does my theme not render?

Description:

  • Everything is white and there are no shadows.
  • After updating to a newer seekr version, its possible that one of two things might have happened:
    1. There has been a change to the theme loading system
    2. Your theme has been renamed or is not in the themes folder

Solution:

  1. Navigate to the chrome dev tools (CTRL+SHIFT+I).
  2. In the top navigation bar, click "Application".
  3. Under "Storage" select "Local Storage" and then there should be an element in there called something like "http://localhost:8569/".
  4. On the right table, you can see a key and value pair of "theme" and the name of your theme.
  5. Right click on that and select "Delete"
  6. Refresh the page

Issue: Why does my scroll bar look different?

Description:

  • When using firefox all scroll-bars dont have any neomorphic css applied.

Solution:

  • Use a chromium-based browser.
Clone this wiki locally