-
Notifications
You must be signed in to change notification settings - Fork 10
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
Missing resources/css file #65
Comments
Not sure... I'd try a |
Hey glad to see the repo is still in action! (Especially now that https://github.com/kmac/mlbv is on hiatus.) Unfortunately uninstalling and reinstalling (at 3e63312) produces the same result. I did get a deprecation notice from pip saying that
Installing I'm a little surprised that nobody else is running into a similar problem since I'm seeing it on two different machines (although admittedly they're configured similarly). Is there any info about my setup that might help? Or recommendations of where to look to debug further? |
I was also having this issue. I worked around it by commenting out lines 20 and 21 from utils.py: |
Ah, terrific, that along with an update of my config file did the trick! @tonycpsu, would you consider a PR for this fix, or would it break something else? |
Having the same issue. I commented these two lines, but the same error still shows up, not sure what i'm doing wrong. Any suggestions? |
Were the updates to your config file related to this issue? |
No, I think it was just out of date. IIRC I commented out those two lines and did It seems strange that the same error is still showing up for you... I guess if I were you I'd double-check that you're on the most recent update (3e63312), then do @dyep49's fix again, then retry @tonycpsu's suggestion to reinstall using |
See if pulling the latest |
Working for me at 09301bf, many thanks @tonycpsu! Out of curiosity, do you actually have a file at Anyway, if that makes you nervous then let me know if I can help debug further. But the code with the new repair seems to be working for me. |
Welp that'd do it. Yeah it's there now. |
Aha! The puzzle is solved! All working for me at de8c50c. |
I'm still getting a similar error (and I'm sure it's something dumb I'm doing or not doing `Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/streamglob/main.py", line 45, in from .state import * File "/usr/local/lib/python3.9/dist-packages/streamglob/state.py", line 10, in from . import config File "/usr/local/lib/python3.9/dist-packages/streamglob/config.py", line 22, in from .utils import classproperty File "/usr/local/lib/python3.9/dist-packages/streamglob/utils.py", line 27, in with pkg_resources.path(resources, "css") as css_path: File "/usr/lib/python3.9/contextlib.py", line 117, in enter return next(self.gen) File "/usr/lib/python3.9/importlib/resources.py", line 175, in _path_from_reader opener_reader = reader.open_resource(norm_resource) File "", line 995, in open_resource IsADirectoryError: [Errno 21] Is a directory: '/usr/local/lib/python3.9/dist-packages/streamglob/resources/css'` I tried uninstalling as well as starting over to make sure I was getting the latest main branch. Any nudging in the right direction would be greatly appreciated |
I think I'm following along the same path you did @fang2415 - i had a missing dependency (MagickWand lib) and now i'm getting an sqlite db error. Can you give some additional details on the "out-of-date sqlite db it had to rebuild"? What did you have to do to rebuild the db? TIA |
So I think that one was solved by just running And if none of that works then maybe @dyep49's solution will keep things running so you can at least watch some baseball while you continue to debug? |
Not sure whether this repo is still alive, but: I'm trying to bring streamglob up to date and am getting this traceback, on several different devices, after updating to 674f3ed, running
pip install -U .
and thenstreamglob
:Anybody know how to proceed here?
The text was updated successfully, but these errors were encountered: