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

Make sure __base__ is the first place we look for packages. #54

Merged
merged 1 commit into from
Aug 19, 2019

Conversation

oddstr13
Copy link
Member

resources/lib/entrypoint/service.py is importing setup, which just so happens to be a system package on this computer, which exits on import.

This was leading to a hard to track down (debug prints all the way from entry point) bug with no error message - it just didn't work.

These changes make sure the local addon files are searched first for modules to import, instead of last.

@oddstr13 oddstr13 added bug Something isn't working cleanup Non-functional code cleanup/readability/formatting labels Aug 18, 2019
@oddstr13 oddstr13 requested review from joshuaboniface and a team August 18, 2019 19:44
Copy link
Member

@cvium cvium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@oddstr13
Copy link
Member Author

Ugh, my local master is tracking origin not upstream, I'll try to get the rebase done tomorrow

@oddstr13 oddstr13 merged commit 51f968f into jellyfin:master Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cleanup Non-functional code cleanup/readability/formatting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants