Uzbl

Tasklist

FS#58 - Uzbl on Debian GNU/kFreeBSD does not load URI's

Attached to Project: Uzbl
Opened by Anonymous Submitter - 2009-06-30 09:45:43 AM
Last edited by Dieter Plaetinck (Dieter_be) - 2009-07-04 06:40:43 PM
Task Type Bug Report
Category uzbl-core
Status Closed
Assigned To No-one
Operating System All
Severity Medium
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hello,

I have compiled UZBL sucesfully on my Debian GNU/kFreeBSD machine. Uzbl builds and installs, but there is a strange bug when loading any external URI; The page is read as commands:

command "HTTP/1.1" not understood. ignoring.
command "Date:" not understood. ignoring.
command "Server:" not understood. ignoring.
command "Location:" not understood. ignoring.
command "Vary:" not understood. ignoring.
command "Content-Length:" not understood. ignoring.
command "Content-Type:" not understood. ignoring.
" not understood. ignoring.
command "<!DOCTYPE" not understood. ignoring.
command "<html><head>" not understood. ignoring.
command "<title>301" not understood. ignoring.
command "</head><body>" not understood. ignoring.
command "<h1>Moved" not understood. ignoring.
command "<p>The" not understood. ignoring.
command "</body></html>" not understood. ignoring.


But when loading a local URI, it doesn't report any problem and the page is displayed well.

I think this isn't a problem of Webkit or any other library on Debian GNU/kFreeBSD because another Webkit and GTK based browsers like Midori works well

Thanks,

Javier
This task depends upon

Closed by  Dieter Plaetinck (Dieter_be)
2009-07-04 06:40:43 PM
Reason for closing:  Not a bug
Additional comments about closing:  OP made a mistake
Comment by Dieter Plaetinck (Dieter_be) - 2009-06-30 07:20:51 PM
try latest master
tell us exactly which commit
tell us exactly what you do
Comment by Javier Méndez Gómez (tuxsedeekseniretka) - 2009-07-02 08:39:26 AM
Building from the las master branch, aren't displayed any warnings and the compiler doesn't reports any problem.
I built it with:

# make&&make install

without problem.

Running Uzbl with the example config:

iretka@katereni:~/nedebiana/uzbl/uzbl$ uzbl -v --config=/usr/share/uzbl/examples/config/uzbl/config
Uzbl start location: uzbl
window_id 16777248
pid 1071
name: (null)

** (uzbl:1071): WARNING **: init_fifo: can't create /tmp/uzbl_fifo_16777248: file exists


** (uzbl:1071): WARNING **: init_socket: could not open in /tmp/uzbl_socket_16777248: La dirección ya se está usando

Binding j : scroll_vert 20
Binding k : scroll_vert -20
Binding h : scroll_horz -20
Binding l : scroll_horz 20
Binding << : scroll_begin
Binding >> : scroll_end
Binding b : back
Binding m : forward
Binding S : stop
Binding r : reload
Binding R : reload_ign_cache
Binding + : zoom_in
Binding - : zoom_out
Binding T : toggle_zoom_type
Binding 1 : sh "echo set zoom_level = 1.0 > $4"
Binding 2 : sh "echo set zoom_level = 2.0 > $4"
Binding t : toggle_status
Binding /* : search %s
Binding ?* : search_reverse %s
Binding n : search
Binding N : search_reverse
Binding gh : uri http://www.uzbl.org
Binding :_ : chain '%s'
Binding o _ : uri %s
Binding s _ : set %s
Binding \wiki _ : uri http://wiki.archlinux.org/index.php/Special:Search?search=%s&go=Go
Binding gg _ : uri http://www.google.com/search?q=%s
Binding i : toggle_insert_mode
Binding I : toggle_insert_mode 0
Binding B : spawn $XDG_DATA_HOME/uzbl/scripts/insert_bookmark.sh
Binding U : spawn $XDG_DATA_HOME/uzbl/scripts/load_url_from_history.sh
Binding u : spawn $XDG_DATA_HOME/uzbl/scripts/load_url_from_bookmarks.sh
Binding yurl : spawn $XDG_DATA_HOME/uzbl/scripts/yank.sh 6 primary
Binding ytitle : spawn $XDG_DATA_HOME/uzbl/scripts/yank.sh 7 clipboard
Binding y2url : sh 'echo -n $6 | xclip'
Binding p : sh 'echo "uri `xclip -selection primary -o`" > $4'
Binding P : sh 'echo "uri `xclip -selection clipboard -o`" > $4'
Binding 'p : sh 'exec uzbl --uri $(xclip -o)'
Binding ZZ : exit
Binding Xs : js alert("hi");
Binding XS : sh 'echo "js alert (\\"This is sent by the shell via a fifo\\")" > "$4"'
Binding !dump : sh "echo dump_config > $4"
Binding !reload : sh 'cat $1 > $4'
Binding za : spawn $XDG_DATA_HOME/uzbl/scripts/formfiller.sh
Binding ze : spawn $XDG_DATA_HOME/uzbl/scripts/formfiller.sh edit
Binding zn : spawn $XDG_DATA_HOME/uzbl/scripts/formfiller.sh new
Binding zl : spawn $XDG_DATA_HOME/uzbl/scripts/formfiller.sh load
Binding LL : spawn $XDG_DATA_HOME/uzbl/scripts/formfiller.pl load
Binding LN : spawn $XDG_DATA_HOME/uzbl/scripts/formfiller.pl new
Binding LE : spawn $XDG_DATA_HOME/uzbl/scripts/formfiller.pl edit
Binding F : script $XDG_DATA_HOME/uzbl/scripts/hint.js
Binding fl* : script $XDG_DATA_HOME/uzbl/scripts/follow_Numbers.js %s
Binding fL* : script $XDG_DATA_HOME/uzbl/scripts/follow_Numbers_Strings.js %s
Icon "./uzbl.png" not found. ignoring.
Stdin: watch added successfully
spawned: '$XDG_DATA_HOME/uzbl/scripts/history.sh' '/usr/share/uzbl/examples/config/uzbl/config' '1071' '16777248' '' '' 'uzbl.org' '' '2009-07-02 10:34:28' -- result: false
error on run_command: Falló al ejecutar el proceso hijo «$XDG_DATA_HOME/uzbl/scripts/history.sh» (No existe el fichero o el directorio)
spawned: '$XDG_DATA_HOME/uzbl/scripts/cookies.py' '/usr/share/uzbl/examples/config/uzbl/config' '1071' '16777248' '' '' 'uzbl.org' '' 'GET' 'uzbl.org' '/' -- result: false
Stdout: (null)
error on run_command: Falló al ejecutar el proceso hijo «$XDG_DATA_HOME/uzbl/scripts/cookies.py» (No existe el fichero o el directorio)
command "HTTP/1.1" not understood. ignoring.
command "Date:" not understood. ignoring.
command "Server:" not understood. ignoring.
command "Location:" not understood. ignoring.
command "Vary:" not understood. ignoring.
command "Content-Length:" not understood. ignoring.
command "Content-Type:" not understood. ignoring.
" not understood. ignoring.
command "<!DOCTYPE" not understood. ignoring.
command "<html><head>" not understood. ignoring.
command "<title>301" not understood. ignoring.
command "</head><body>" not understood. ignoring.
command "<h1>Moved" not understood. ignoring.
command "<p>The" not understood. ignoring.
command "</body></html>" not understood. ignoring.
spawned: '$XDG_DATA_HOME/uzbl/scripts/history.sh' '/usr/share/uzbl/examples/config/uzbl/config' '1071' '16777248' '' '' 'http://uzbl.org/' 'Error' '2009-07-02 10:34:31' -- result: false
error on run_command: Falló al ejecutar el proceso hijo «$XDG_DATA_HOME/uzbl/scripts/history.sh» (No existe el fichero o el directorio)

I noticed that when trying to load another page when Uzbl is started, (for example, writing "o http://www.google.com";) it starts loading, but Uzbl receives SEGFAULT.

Comment by Javier Méndez Gómez (tuxsedeekseniretka) - 2009-07-04 06:34:02 PM
I'm sorry, this isn't a bug. The problem was my sistem.

I didn't test this master branch commit on GNU/Linux so I thought that it would be a problem with Uzbl. I tested it and it works well on GNU/Linux.

I apologize.

Sincerely,

Javier

Loading...