Restore last session
-
Probably had two browser windows open and first closed the one with many tabs ... I have the following large files in the Default folder:
Last Session
Last Tabs
Session Storage/014330.ldb
Session Storage/MANIFEST-000001Is it possible to restore from any of those the window session with many tabs?
-
don't you see them in the trashcan (upper right)?
-
I didn't look there at the time and there isn't anything now - can anything be restored from the files listed?
...or the folder 'Session Storage'?
-
There's a large "Last session" and a large "Last tab" file that remained from before accident, as well as a few backup files in the "Session storage" directory - can one at least read their contents ?
-
HOW TO RESTORE URLS FROM 'Last Session/Tab' FILES:
1. Download the Chromagnon tool, unzip & put the Last session/tab files into it
2. Download & install Python 2 (the 2nd version)
3. Launch CMD, navigate to your unzipped Chromagnon tool & run:python chromagnonSession.py "Current Session" > current_session.log OR python chromagnonTab.py "Current Tabs" > current_tabs.log
The tabs' urls are exported together with the history of each tab.
-
Cool, thanks for the link.
-
@med1an1ck
cool, i understand nothing after 2., how do i make it work ? :V
-
@med1an1ck said in Restore last session:
HOW TO RESTORE URLS FROM 'Last Session/Tab' FILES:
1. Download the Chromagnon tool, unzip & put the Last session/tab files into it
2. Download & install Python 2 (the 2nd version)
3. Launch CMD, navigate to your unzipped Chromagnon tool & run:python chromagnonSession.py "Current Session" > current_session.log OR python chromagnonTab.py "Current Tabs" > current_tabs.log
The tabs' urls are exported together with the history of each tab.
Hi. What do you mean by 1. "... put the Last session/tab files into it"? Put them where? In the Chromagon folder?
I also have Python 3.5 installed, is it necessary to run exactly version 2?
-
-
- Copy the files ["Last Session","Last Tabs"] from
C:\Users\%username%\AppData\Local\Vivaldi\User Data\Default
to the directory where you saved the Chromagnon tool. - Run this:
"python chromagnonSession.py "Current Session" > current_session.log"
- And or this:
"python chromagnonTab.py "Current Tabs" > current_tabs.log"
- I then you put the files in
C:\Users\%username%\AppData\Local\Vivaldi\User Data\Default\Session Storage
- Profit
- Copy the files ["Last Session","Last Tabs"] from
-
@Med1aN1ck said in Restore last session:
Python 2 (the 2nd version)
Hello. Sorry, if I have to post in the old thread. Have exactly the same problem.
Where do you get the Python 2 (the 2nd version) for download?
There are many versions here: https://www.python.org/downloads/
Could anyone help me, please.
-
@DEUnit I think the latest Python 3 should work.
-
Have the version 2.7.15 installed.
How does that work with the commands exactly?
I think I'm doing something wrong.
-
@DEUnit
Your first command is missing the spaces that separate the parameters.
Your second command has a trailing " that shouldn't be there.That said:
- Did you navigate CMD to the folder containing the .py scripts (where you are in your second screenshot) before trying to run the command?
- The Last Session and Last Tabs file should probably be in the same folder as chromagnonTab.py and chromagnonSession.py, not within the chromagnon folder you have highlighted in screenshot 2.
-
You should use complete path to python program, .py file and Vivaldi fiel to concert!
F.ex. this works for me after i started CMD.EXE
and entered:
C:\Python27\python.exe "T:\Chromagnon-SNSS\chromagnonTab.py" "C:\Users\TEST\AppData\Local\Vivaldi\User Data\Default\Last Tabs" > "T:\Chromagnon-SNSS\LASTTABS.log"
//EDIT: You should change the paths to the files as you need!
And do not forget to add the doublequotation marks (they are needed)!
-
@DEUnit The >>> shows me you used the Python inetrnal commandline.
That is wrong!You did should run the commands run in OS command line (Shell, Cmd, Terminal).
in Windows start the CMD.exe or in Linux bash.I can understand that these programs are not made for unexperienced users. The skill level is high.
-
Thank you very much for your detailed help.
A very nice forums moderator
Problem has been successfully completed.
-
@DEUnit said in Restore last session:
A very nice forums moderator
Yes i know, i am friendly support gal
-
@LuigiTheHunter Ported to Python 3, run them, put to that folder. Nothing happened.
-
@Gwen-Dragon Nope. You need to port those scripts to Python 3.