Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings.
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Just curious if anyone else has ran into this, yet? and if you've found a solution? It seems like its errors are python related. I'm getting the following:
Apparently I can't paste the log because it says new users aren't allowed to post links even though there's no links in the post.
I know all apps aren't expected to run on OS beta's, but if anyone else has found a workaround to get this working, I'd sure love to hear it as I use this daily.
Thanks,
Traceback (most recent call last):
File "SABnzbd.py", line 1779, in <module>
File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "sabnzbd/osxmenu.py", line 22, in <module>
File "objc/_lazyimport.py", line 181, in __getattr__
AttributeError: <FBSSceneTransitionContext>
[6206] Failed to execute script 'SABnzbd' due to unhandled exception: <FBSSceneTransitionContext>
[6206] Traceback:
Traceback (most recent call last):
File "SABnzbd.py", line 1779, in <module>
File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
File "sabnzbd/osxmenu.py", line 22, in <module>
File "objc/_lazyimport.py", line 181, in __getattr__
AttributeError: <FBSSceneTransitionContext>
sander wrote: ↑June 7th, 2023, 1:36 am
Check question: are you running the SABnzbd installer? You don't have SAB installed on your Sonoma?
Yes, I run the installer, if you're meaning the one that copies the SABnzbd.app file to my Applications folder. Is there something else I should try? I tried the latest early release one yesterday to see if it made any difference but it did not.
I wondered: if you had SAB running on an earlier version of MacOS, and then did the MacOS upgrade ... was SAB still runnable as it was still installed?
sander wrote: ↑June 7th, 2023, 11:18 am
I wondered: if you had SAB running on an earlier version of MacOS, and then did the MacOS upgrade ... was SAB still runnable as it was still installed?
That was exactly the scenario and it wasn't still runnable after the upgrade. So, I tried downloading the latest pre-release version to see if it would work but same issue. It won't launch. I even tried installing the latest version of Python, but no dice.
If you can't handle git, you get also just download the source code from https://sabnzbd.org/downloads . Note: the download named "Source Code". Not the Mac stuff
If you can't handle git, you get also just download the source code from https://sabnzbd.org/downloads . Note: the download named "Source Code". Not the Mac stuff
Ok, I tried installing it via all of those steps for macOS on that page and then ran it like it said, and I get the following:
sabnzbd % python3 SABnzbd.py
Traceback (most recent call last):
File "/Users/kris/sabnzbd/SABnzbd.py", line 1775, in <module>
from sabnzbd.osxmenu import SABnzbdDelegate
File "/Users/kris/sabnzbd/sabnzbd/osxmenu.py", line 22, in <module>
from Foundation import *
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>
sabnzbd % python3 SABnzbd.py
Traceback (most recent call last):
File "/Volumes/sabnzbd/SABnzbd.py", line 1775, in <module>
from sabnzbd.osxmenu import SABnzbdDelegate
File "/Volumes/sabnzbd/sabnzbd/osxmenu.py", line 22, in <module>
from Foundation import *
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>
$ python3
Python 3.8.10 (default, May 26 2023, 14:05:08)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import Foundation
sabnzbd % python3
Python 3.11.3 (v3.11.3:f3909b8bc8, Apr 4 2023, 20:12:10) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import Foundation
>>> import Foundation
>>>