Code: Select all
python3
from Foundation import *
Code: Select all
python3
from Foundation import *
sander wrote: ↑June 7th, 2023, 3:28 pm Hmm, that works. And
Code: Select all
python3 from Foundation import *
Code: Select all
>>> from Foundation import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/objc/_lazyimport.py", line 181, in __getattr__
raise AttributeError(name)
AttributeError: <FBSSceneTransitionContext>
Glad to hear it's not SABnzbd.sander wrote: ↑June 7th, 2023, 8:48 pm Ah! So we have reduced it to the python module Foundation. Not a bug in SABnzbd itself.
I have no idea what "Foundation" is. Something MacOS specific, AFAIK. Are you able to update Foundation?
And th error is related to "objc/_lazyimport.py" ... so something with Objective-C ?
Finally: could be a problem with Sonoma, but also with your setup?
It works!! Thank you oh so very much! So happy to have this back!safihre wrote: ↑June 15th, 2023, 4:15 am It has been patched.
You can download the patched version here:
https://github.com/sabnzbd/sabnzbd/acti ... 5266226048
Does require a Github account.