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

Fix regresson in obok on certain win10 machines #1691

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

journeyman88
Copy link
Contributor

Aim to fix the problem reported in issue #1673
As that problem presents using the new implementation for __getmacaddrs on certain machines (fails the key fetch without raising any error), while the old implementation thows an exception in output line parsing conversion.
The fix uses by default the 7.1.0 implementation, wrapping it in a try-except block and using the 7.2.1 impl only when the old impl fails.

Changed MAC address fetching code to address possibile regression
@kirtr
Copy link

kirtr commented Sep 14, 2021

This patch fixed an issue I was having where the command line obok would be sucessful, but the plugin version reported success but resulted in importing an encrypted epub file. Please merge! (Fixes #1718 as well)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants