-
Notifications
You must be signed in to change notification settings - Fork 264
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
[error] file '~/.awless/aws/rdf/client-name/global/access.nt': bufio.Scanner: token too long #300
Comments
The frequency of occurrence of the longest lines is:
And that 65984 line tells me somewhere you have a hardcoded 65535 16-bit int limit. |
The offending line appears to begin with:
and other than being huge, seems like a valid line |
This actually looks like a bug in Triplestore, linking wallix/triplestore#8 |
elkargig
added a commit
to elkargig/awless
that referenced
this issue
Feb 9, 2022
Fixes `[error] file '~/.awless/aws/rdf/client-name/global/access.nt': bufio.Scanner: token too long` Related: wallix#300 Related: wallix/triplestore#8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Happens consistently, deleting the file does not make the problem go away.
Does not happen on list operations, only on show operations
wc says:
The text was updated successfully, but these errors were encountered: