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

[Linux]: Error parsing JSON: X get_image failed: error 8 (73, 0, 1174) [Self-Operating Computer][Error] something went wrong :( [Self-Operating Computer][Error] AI response Failed take action after looking at the screenshot #80

Closed
Binaryxz opened this issue Dec 5, 2023 · 4 comments

Comments

@Binaryxz
Copy link

Binaryxz commented Dec 5, 2023

Linux issue in the moment of run and permissions.

image

@shubhexists
Copy link
Contributor

shubhexists commented Dec 5, 2023

Hi @Binaryxz can you please try writing a task, something like " open chrome and navigate to github " . This is just to check if it works or not. As per my knowledge, normal "conversational messages" like hello haven't been tested /supported.

@shubhexists
Copy link
Contributor

Similar #79 .

@fr0g-66723067
Copy link

fr0g-66723067 commented Dec 5, 2023

This seems to be related to Pillow and ImageGrab on machines (possibly just virtual machines) that have Wayland enabled.

Here is the fix that worked for me on Ubuntu 22.04.3 LTS in a virtualbox.

https://stackoverflow.com/questions/75752576/pillow-imagegrab-grab-not-working-on-a-virtual-machine

# Open this file
/etc/gdm3/custom.conf
# Set this value to disable Wayland
WaylandEnable=false

then

# Restart gdm3
sudo systemctl restart gdm3

@michaelhhogue
Copy link
Collaborator

@fr0g-66723067 This seems to be a valid solution.

@Binaryxz Note that X-server is required for Linux at this time. Wayland is not supported.

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

4 participants