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

'value too great for base' error #310

Open
mozoh opened this issue Apr 5, 2020 · 7 comments
Open

'value too great for base' error #310

mozoh opened this issue Apr 5, 2020 · 7 comments
Labels
bug Something isn't working

Comments

@mozoh
Copy link

mozoh commented Apr 5, 2020

Hi. Some time after starting, I get the following error:

/usr/local/bin/monitor: line 1777: 149ab: value too great for base (error token is "149ab")
Exited.

or

/usr/local/bin/monitor: line 955: 1580792NNRSLAL: value too great for base (error token is "1580792NNRSLAL")
Exited.

After that monitor is stopping.

Is it a bug? How can i fix it?

@andrewjfreyer
Copy link
Owner

Likely a parsing error. I'll investigate.

@andrewjfreyer andrewjfreyer added the bug Something isn't working label Apr 8, 2020
@poudenes
Copy link

I got this same error as well. Start monitor at 10:28:57 PM error pops up at 10:51:36 PM

@tuxflo
Copy link

tuxflo commented Jan 22, 2021

I'm facing the same issue. In my case the error with the values is:

/usr/local/bin/monitor: line 1777: 2411f8cbb69abcbb68cb50000: value too great for base (error token is "2411f8cbb69abcbb68cb50000")

@bennijamm
Copy link

Same issue too !

@tuxflo
Copy link

tuxflo commented Mar 13, 2021

PR #373 should fix this message.

@liakjim
Copy link

liakjim commented Oct 20, 2021

Hi, i had also this bug.
Then i followed this guide f33f9d1
and i altered line 1777 as such :
rssi_change=$((10#$rssi - 10#$rssi_latest))

The problem is no gone though.
I got the following message:

monitor.sh: line 1777: 10#irs: value too great for base (error token is "10#irs")
Terminated

Any ideas? Thanks

@ALenfant
Copy link

Same issue here, the fix proposed by @tuxflo looks good, can we merge it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants