Git Product home page Git Product logo

Comments (12)

keis avatar keis commented on May 15, 2024

Sorry. I can't reproduce this. What version are you using?

What does the session file (~/.local/share/uzbl/session) look like that fails to restore?

from uzbl.

 avatar commented on May 15, 2024

uzbl-next-git from https://aur.archlinux.org/uzbl-next-git.git

Commit: v0.9.0-21-g21890f2

Is that the recommended version? I use uzbl-tabbed but don't see the session file.

from uzbl.

keis avatar keis commented on May 15, 2024

should be fine, the full --bug-info would be useful to see the dependency versions etc.

any error messages from tabbed?

from uzbl.

 avatar commented on May 15, 2024

Updated the --bug-info. Its a pity that I didn't understand what it meant the first time. http://imgur.com/a/DwRjv will help? Not sure why it says /etc/ssl/certs/ca-certificates.crt doesn't exist since I can see it in my filesystem

Session file exists now:

curtab = 2
https://github.com/uzbl/uzbl/blob/master/src/uzbl-core.c uzbl/uzbl-core.c at master · uzbl/uzbl · GitHub
file://home/nishant/Work/Test.html New Document

from uzbl.

keis avatar keis commented on May 15, 2024

Looks like you have = in there that you probably don't want. the syntax for set changed so you most likely have some issues from an old config file

from uzbl.

 avatar commented on May 15, 2024

Thanks for pointing that out. I removed all the config and reinstalled uzbl-next-git but do see the same problem with HTML files. However the ssl errors have gone off now. Probably need to research further.

Also I do see a warning which doesn't seem harmful:

** Message: PROP_TIMELINE_PROFILING_ENABLED has been deprecated

from uzbl.

mathstuf avatar mathstuf commented on May 15, 2024

The URL only has two slashes, so it is trying to open a relative URL called home/.... Something is writing the file incorrectly (or the URL being returned is wrong).

from uzbl.

 avatar commented on May 15, 2024

Intersting. If I make that file://// it falls back to file:// in the session file. So how do we fix that and is anyone able to reproduce this issue? Can anyone help or probably I will dig into the code ... I really like uzbl seems simple sleak.

from uzbl.

keis avatar keis commented on May 15, 2024

In my session files it does get written as file:/// like it should. How do you open the file to begin with?

from uzbl.

 avatar commented on May 15, 2024

I tried o file:// and o file:/// both writes to // and ////. When I manually make it file:/// it works well. Why is it that I am facing this issue probably I need to start getting into a debug mode. I was thinking this will be reproducible - it looks like some escaping issue somewhere?

from uzbl.

mathstuf avatar mathstuf commented on May 15, 2024

Do you have any scripts in your home directory that would hide those that ship with uzbl?

from uzbl.

 avatar commented on May 15, 2024

No I don't have any scripts like that. It also happens as root. It looks as if // is getting escaped into ////. I will look into entire chain.

Anything to do with Python verion? I use Python 3.5.1. But uzbl-tabbed has /usr/bin/env python2. Does this happen at Python or C level? If its Python its should be easier to debug.

Update: pdb at https://github.com/uzbl/uzbl/blob/master/bin/uzbl-tabbed#L1191 shows that the input that comes into python is file://// so I need to search prior to this.

from uzbl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.