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

Virtual machine output full of garbage strings #8

Closed
gennaroprota opened this issue Jan 3, 2021 · 7 comments · Fixed by #11
Closed

Virtual machine output full of garbage strings #8

gennaroprota opened this issue Jan 3, 2021 · 7 comments · Fixed by #11

Comments

@gennaroprota
Copy link

Hi,

I noticed that the output from the virtual machine is full of very odd strings. I've attached some screenshots. Unfortunately, I can't give much details. They just seem random.

Screenshot1

Screenshot2

Screenshot3

Screenshot4

@Neilpang
Copy link
Member

Neilpang commented Jan 4, 2021

It's the text on the screen when booting the VM.
I will remove them from the output.

@gennaroprota
Copy link
Author

I'm not sure we are understanding each other. In the first screenshot, there's, for instance:

AN

a

..

Press FiZ to select...

In the second one, there's:

PS a ee CCC csc ee

etc. etc.

@Neilpang
Copy link
Member

Neilpang commented Jan 5, 2021

I understand. the text was OCRed from images, so, the text is not 100% correct.

@Neilpang
Copy link
Member

Neilpang commented Jan 5, 2021

BTW: if you need to debug issues in FreeBSD VM, you can use this project: https://github.com/vmactions/shell-freebsd

@gennaroprota
Copy link
Author

Aha, it hadn't occurred to me that it could be OCR'd text! Thanks! And thanks for the pointer to shell-freebsd, too.

@KodrAus
Copy link
Contributor

KodrAus commented Jan 11, 2021

@Neilpang do you have any pointers on where to go to suppress the OCR output? I'd be happy to submit a PR but am not familiar with writing Actions myself 🙂

@Neilpang
Copy link
Member

@KodrAus
I think it's the output of the "pytesseract" command.

please give it a try.

await exec.exec("pytesseract " + png, [], {

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

Successfully merging a pull request may close this issue.

3 participants