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
Did I search the Javis GitHub to see if this bug has already been reported?
Am I familiar with the Javis philosophy?
Do I have the latest version of Javis installed?
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Julia Version (i.e. output of julia -v):
Operating system (Mac, Linux, Windows):
Javis version (i.e output of ] status Javis in the REPL)
Minimum working code example that led to bug:
Expected Behavior and Actual Behavior
A clear and concise description of what you expected to happen followed up with an explanation of what actually happened.
Stacktrace (If Applicable)
If the stacktrace includes some ffmpeg error please set the kwarg ffmpeg_loglevel to "info" i.e render(your_video, "your_animation.gif", ffmpeg_loglevel = "info")
Screenshots
If applicable, add your gif or drawing to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
When loading Javis, I get the message:
Gtk-Message: 18:58:53.062: Failed to load module "xapp-gtk3-module"
I read in some forums that this can be corrected by installing xapp, but when I try to do that I get:
The following packages have unmet dependencies:
xapp : Depends: libxapp1 (= 2.2.8-1) but 2.6.1+victoria is to be installed
E: Unable to correct problems, you have held broken packages.
I'm running Julia version 1.9.0, Pluto v0.19.27, Javis v0.9.0 on Linux Mint 21.2
Any idea if this a problem on my end or a problem with the current version of Javis? In any case, does anyone have some helpful suggestions for a fix?
Also, is this the reason that video doesn't render in Pluto notebooks?
AtheistApe
changed the title
[BUG] When loading Javis is get the message:
[BUG] When loading Javis get Gtk error
Aug 14, 2023
Before Filing a Report
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Julia Version (i.e. output of
julia -v
):Operating system (Mac, Linux, Windows):
Javis version (i.e output of
] status Javis
in the REPL)Minimum working code example that led to bug:
Expected Behavior and Actual Behavior
A clear and concise description of what you expected to happen followed up with an explanation of what actually happened.
Stacktrace (If Applicable)
If the stacktrace includes some ffmpeg error please set the kwarg
ffmpeg_loglevel
to"info"
i.erender(your_video, "your_animation.gif", ffmpeg_loglevel = "info")
Screenshots
If applicable, add your gif or drawing to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: