You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SystemError as title happens when importing jira inside Reaper's ReaScript for the second time
Is there an existing issue for this?
I have searched the existing issues
Jira Instance type
Jira Server or Data Center (Self-hosted)
Jira instance version
No response
jira-python version
3.5.2
Python Interpreter version
3.11
Which operating systems have you used?
Linux
macOS
Windows
Reproduction steps
# 0. On macOS, prepare Python and Reaper-`pip3 install jira`-ConfigureReaper'sReaScriptPythonruntimepreferencesto:
-CustompathtoPythonDLLdirectory: `/Library/Frameworks/Python.framework/Versions/3.11/lib`-ForceReapertousespecificPython .dylib: `libpython3.11.dylib`# 1. Copy and save the following code as a ReaScript: hello_reapi.pyimportsysimportreaper_pythonasrpimportjirarp.RPR_ShowMessageBox('hello reaper', 'dbg', 0)
# 2. Install the script as a Reaper Action-OpenReaper-Hitmenu: Actions>Showactionlist ...
-Hitbutton`New Action`>LoadReaScript ... andinstalltheabovescript# 3. Run the script for the first time-Youshouldseethemessageboxwithouterrors-Actiondialognowquitsnormally# 4. Repeat Step 3-Youshouldseeapopuperrordialogshowingtheerrorcallstackinthestacktracebelow
this is specific to the jira package, because I've tried to import many other 3rd-party libraries inside a ReaScript but none of them had the same issue,
I've suspected that M1 abi may be part of it but since the first run passes, it shouldn't be
This discussion was converted from issue #1736 on August 24, 2024 13:10.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Bug summary
SystemError as title happens when importing jira inside Reaper's ReaScript for the second time
Is there an existing issue for this?
Jira Instance type
Jira Server or Data Center (Self-hosted)
Jira instance version
No response
jira-python version
3.5.2
Python Interpreter version
3.11
Which operating systems have you used?
Reproduction steps
Stack trace
Expected behaviour
There should be no errors
Additional Context
Setup:
Debugging
Beta Was this translation helpful? Give feedback.
All reactions