Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Parity is finding .ds_store when looking for keys in either the ethereum directory or the parity dir #1889

Closed
KenKappler opened this issue Aug 9, 2016 · 0 comments
Assignees
Labels
F2-bug 🐞 The client fails to follow expected behavior.
Milestone

Comments

@KenKappler
Copy link

Kens-MacBook-Pro:MacOS` KenKappler$ parity
2016-08-09 12:28:19 Starting Parity/v1.3.0-unstable-b370867-20160729/x86_64-macos/rustc1.10.0
2016-08-09 12:28:19 Using state DB journalling strategy fast
2016-08-09 12:28:19 Import geth accounts failed. Invalid key file: "/Users/KenKappler/Library/Ethereum/keystore/.DS_Store": "expected value" at line 1 column 1
thread '<main>' panicked at 'called `Result::unwrap()` on an `Err` value: InvalidKeyFile("\"/Users/KenKappler/.parity/keys/.DS_Store\": \"expected value\" at line 1 column 1")', ../src/libcore/result.rs:785
note: Run with `RUST_BACKTRACE=1` for a backtrace.

rm ing the offending files fixes this.

@debris debris self-assigned this Aug 9, 2016
@debris debris added the F2-bug 🐞 The client fails to follow expected behavior. label Aug 9, 2016
@gavofyork gavofyork added this to the 1.3 Acuity milestone Aug 9, 2016
arkpar pushed a commit that referenced this issue Aug 12, 2016
* fixed #1889, .DS_Store is no longer treated as key file

* ethstore filters directories, hidden files and common system files

* fixed compiling
arkpar added a commit that referenced this issue Aug 12, 2016
* RPC errors & logs (#1845)

* Refactoring errors in RPC

* Updating jsonrpc-core

* Fixing code_at

* Avoid mentioning obvious segments in proof

[ci:skip]

* fixed cache_manager lock order

* Purging .derefs, fixing clippy warnings. (#1890)

* Fixing clippy warnings

* Purging derefs

* Simplifying engine derefs

* Simplifying more engine derefs

* Adding more details to miner log

* fixed #1889, .DS_Store is no longer treated as key file (#1892)

* fixed #1889, .DS_Store is no longer treated as key file

* ethstore filters directories, hidden files and common system files

* fixed compiling

* fix regression with geth dir

* fix regression with geth dir

* Fix ipc compilation and add ipc feature to test targets (#1902)

* fix compilation and add it to the ci run

* no separator?

* use quotes and spaces

* RocksDB version bump

* Don't return deleted nodes that are not yet flushed (#1908)

* polling & connection timeouts (#1910)

* Peers RPC + UI displaying active/connected/max peers (#1915)

* Peers API

* Bumping Parity-UI

* Fixing tests

* Save nodes removed from backing_overlay until commit (#1917)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior.
Projects
None yet
Development

No branches or pull requests

3 participants