You are not logged in.

#1 2012-07-01 19:51:30

Mad_Hatter93
Member
Registered: 2012-06-30
Posts: 19

[SOLVED] jumanji download error, GLIB-GIO-CRITICAL, webkit error?

Hello all,

I'm having a little trouble with jumanji, after having installed urxvt, xterm, and setting up jumanjirc like the wiki and this thread: https://bbs.archlinux.org/viewtopic.php?id=120204 have instructed, I'm still getting an error when trying to download things. I plugged it into a terminal and got this output:

madhatterarch% jumanji
warning: Unknown option: download_dir
warning: Too many arguments for :set.

** (jumanji:30745): CRITICAL **: void webkit_download_start(WebKitDownload*): assertion `priv->timer == NULL' failed

(jumanji:30745): GLib-GIO-CRITICAL **: g_output_stream_write_all: assertion `G_IS_OUTPUT_STREAM (stream)' failed

(jumanji:30745): GLib-GIO-CRITICAL **: g_output_stream_write_all: assertion `G_IS_OUTPUT_STREAM (stream)' failed

(jumanji:30745): GLib-GIO-CRITICAL **: g_output_stream_write_all: assertion `G_IS_OUTPUT_STREAM (stream)' failed

and nothing is downloaded. This is my jumanjirc:

# jumanji configuration
# search engines
searchengine ggl http://www.google.com/search?q=%s
searchengine wiki http://en.wikipedia.org/w/index.php?search=%s
# browser settings
set homepage about:blank
# Use privoxy for adblocking
#set proxy localhost:8118
# look n feel
#set font monospace normal 9
#set stylesheet file:///home/inxs/.config/jumanji/style.css
# follow hints
#script ~/.config/jumanji/scripts/hinting.js
# downloads
set download_dir /home/bill/Downloads/
set download_command urxvt -e sh -c "wget --load-cookies ~/.config/jumanji/cookies '%s' -O '%s'"
# keybindings
#map <C-,> nav_history previous
#map <C-.> nav_history next

Last edited by Mad_Hatter93 (2012-07-02 17:24:11)

Offline

#2 2012-07-02 17:28:15

Mad_Hatter93
Member
Registered: 2012-06-30
Posts: 19

Re: [SOLVED] jumanji download error, GLIB-GIO-CRITICAL, webkit error?

Alright, I found out what it was with a little troubleshooting of my own. It turns out that the commands for set are download-dir and download-command, not download_dir and download_command, as stated in the example jumanjirc in the jumanji wiki at the arch site, https://wiki.archlinux.org/index.php/Jumanji, so in case anyone reads this, please update that or point it out in the wiki.

Sorry for the extraneous post.

Offline

Board footer

Powered by FluxBB