Matix-Media / PickleViewer

A simple tool to create and read pickle files.
https://www.matix-media.de/PickleViewer
MIT License
44 stars 11 forks source link

Error while reding data #8

Open pleshkou opened 3 years ago

pleshkou commented 3 years ago

Describe the bug In the pickle file I have a dictionary with a key - date and value - a tuple. I am changing the value. When I try to save it I get an error. "Error while reading data: malformed node or string"

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here. Error

Matix-Media commented 3 years ago

The problem is that pickle viewer can not handle data other than strings and numbers.

Also, this repository is archived, which means I no longer actively develope on this program. You can try fixing this bug yourself, you have the source code.

If there is a bigger request in this program, maybe I will work on it again.