Giter Club home page Giter Club logo

Comments (4)

ipstone avatar ipstone commented on August 17, 2024 1

Found the solution: #251

Just pasted the answer quickly here:

"SublimeREPL's history file got corrupted during crash.

Remove config/sublime-text-3/Packages/User/.SublimeREPLHistory/r.db and everything should be back to normal."

from sublimerepl.

ipstone avatar ipstone commented on August 17, 2024

I have the same error msg when launching sublmeREPL for R /python

from sublimerepl.

ipstone avatar ipstone commented on August 17, 2024

Some more details on the error:

error: UnpicklingError("invalid load key, '\x03'.",)
Traceback (most recent call last):
  File "/Users/peix/Library/Application Support/Sublime Text 3/Packages/SublimeREPL/sublimerepl.py", line 495, in open
    rv = ReplView(view, r, syntax, repl_restart_args)
  File "/Users/peix/Library/Application Support/Sublime Text 3/Packages/SublimeREPL/sublimerepl.py", line 186, in __init__
    self._history = PersistentHistory(self.external_id)
  File "/Users/peix/Library/Application Support/Sublime Text 3/Packages/SublimeREPL/sublimerepl.py", line 140, in __init__
    self._db.create("external_id", "command", "ts", mode="open")
  File "/Users/peix/Library/Application Support/Sublime Text 3/Packages/SublimeREPL/repllibs/PyDbLite.py", line 193, in create
    return self.open()
  File "/Users/peix/Library/Application Support/Sublime Text 3/Packages/SublimeREPL/repllibs/PyDbLite.py", line 246, in open
    self.fields = pickle.load(_in)
_pickle.UnpicklingError: invalid load key, '�'.
error: UnpicklingError("invalid load key, '\x03'.",)
top level value must be an array```

from sublimerepl.

ipstone avatar ipstone commented on August 17, 2024

For mac os x, the file is located at /Users/your_user_name/Library/Application Support/Sublime Text 3/Packages/User/.SublimeREPLHistory

from sublimerepl.

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.