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
I have my code below trying to generate a pdf report. It sees as if the jrxml is compiling without issues, however the execution seems to be stuck on the process_report() method.
No error is being thrown, but execution cant complete.
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
-
I have my code below trying to generate a pdf report. It sees as if the jrxml is compiling without issues, however the execution seems to be stuck on the process_report() method.
No error is being thrown, but execution cant complete.
REPORTS_DIR = os.path.join(os.path.abspath(os.path.dirname(__file__)))
This is a django project. Any assistance will be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions