PickleViewer
PickleViewer copied to clipboard
Error while reding data
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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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):
- OS: [windows 7]
- Browser [Firefox]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.

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.