Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not enough conversion specifiers in format string #83

Open
benzmuircroft opened this issue Jul 12, 2022 · 4 comments
Open

Not enough conversion specifiers in format string #83

benzmuircroft opened this issue Jul 12, 2022 · 4 comments

Comments

@benzmuircroft
Copy link

I'm attempting to run a bitcoin fork in LXD/LXC (linux containers)

I getsee errors when I watch tail the debug.log and when I run bitcoin-cli getinfo in the json output errors value:

EXCEPTION: St13runtime_error \ntinyformat: Not enough conversion specifiers in format string \nallsafe in ProcessMessages() \n

The fork: https://github.com/Artinvest/Allsafe/releases

How do I fix this?

@benzmuircroft
Copy link
Author

on Ubuntu 18.04

@benzmuircroft
Copy link
Author

Tomorrow I'm going to see if this happens also with Bitcoin and the latest ubuntu 20.04 because it might be an LXD/LXC
issue ...

@benzmuircroft
Copy link
Author

/tinyformat.h line 647

The repository for the Bitcoin fork only has 1 match for streamStateFromFormat
https://github.com/Artinvest/Allsafe/search?q=streamStateFromFormat

The official Bitcoin repo has 1 match, 2 commits and 3 issues with streamStateFromFormat
https://github.com/bitcoin/bitcoin/search?q=streamStateFromFormat

Both repos use /tinyformat.h

@benzmuircroft
Copy link
Author

I turned of debug=1 in the fork and it stopped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant