question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

blitz.datadrive.sh parsing issue when called in 00raspiblitz.sh

See original GitHub issue

Recently I wanted to connect via ssh but couldn’t, having no display and no funds on it yet I tried restarting with a power reset to see what happened, this happened:

Starting the main menu … /dev/fd/63: line 26: unexpected EOF while looking for matching `‘’ /dev/fd/63: line 28: syntax error: unexpected end of file loading config data checking bitcoind - please wait … can take longer if device was off or first time

these errors appear every time the status screen updates. I’ll do some debugging later but in the meantime you could give me some advice. Thanks.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rootzollcommented, Sep 13, 2021

Its a good idea to sanatize the vendorname … instead escaping special characters I added a sed that will strip all non-alphanumeric characters from the string with sed 's/[^a-zA-Z0-9]//g' … that should solve the problem more broadly.

0reactions
rootzollcommented, Oct 10, 2021

testing went well with the latest release candidates … so closing this issue for final v1.7.1 release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

'/mnt/hdd': Input/output error · Issue #3017 · rootzoll/raspiblitz
I have this error in my raspiblitz installation: ls: reading directory ... /home/admin/config.scripts/blitz.datadrive.sh: line 430: * 1024: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found