Griffith - media collection manager
May 22, 2012, 03:31:18 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: New mailing lists,
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: ValueError: insecure string pickle  (Read 2657 times)
dreamtheater
Newbie
*
Offline Offline

Posts: 4


View Profile
« on: January 10, 2006, 07:28:54 PM »

A friend of mine gave me his movie db from his windows version of griffith. I'm using the linux version. I copied all the files (/posters, griffith.gri and griffith.conf) to .griffith. Now, when I try to start griffith, I get the following output:

Code:
Traceback (most recent call last):
  File "/usr/bin/griffith", line 615, in ?
    griffith = Griffith()
  File "/usr/bin/griffith", line 580, in __init__
    self.initialize_griffith()
  File "/usr/bin/griffith", line 58, in initialize_griffith
    initialize.locations(self)
  File "/usr/lib/griffith/initialize.py", line 107, in locations
    self.config = config.Config()
  File "/usr/lib/griffith/config.py", line 34, in __init__
    if not self.load():
  File "/usr/lib/griffith/config.py", line 71, in load
    self.config=pickle.load(ifi)
  File "/usr/lib/python2.4/pickle.py", line 1390, in load
    return Unpickler(file).load()
  File "/usr/lib/python2.4/pickle.py", line 872, in load
    dispatch[key](self)
  File "/usr/lib/python2.4/pickle.py", line 980, in load_string
    raise ValueError, "insecure string pickle"
ValueError: insecure string pickle

I can't figure out what could be the reason for this. Can someone give me a hint?

Thanks in advance!
Logged
POX
Administrator
Hero Member
*****
Offline Offline

Posts: 512



View Profile WWW
« Reply #1 on: January 10, 2006, 08:14:12 PM »

Try to use your own griffith.conf file (the one, you're using on Linux)
Logged

Please, feel free to correct my English.
Vasco Nunes
Administrator
Jr. Member
*****
Offline Offline

Posts: 50



View Profile
« Reply #2 on: January 10, 2006, 08:59:33 PM »

Humm....

Also, try to replace your config.py file with this one http://svn.berlios.de/viewcvs/*checkout*/griffith/griffith/lib/config.py and see if it helps. Let me know the result, please.
« Last Edit: January 10, 2006, 09:25:16 PM by Vasco Nunes » Logged
dreamtheater
Newbie
*
Offline Offline

Posts: 4


View Profile
« Reply #3 on: January 12, 2006, 04:56:32 PM »

When I'm using the linux griffith.conf file, the error doesn't occur anymore but the program won't start either.

Replacing the config.py file with the one suggested unfortunately does not change anything (neither with the windows config file, nor wth the linux config file)
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!