Coder Social home page Coder Social logo

Comments (15)

Melvin-Abraham avatar Melvin-Abraham commented on July 18, 2024

Hey, @minkyman1 👋. Try this to get more information on what's happening:

Make sure you have cloned the latest commit of this project, after which you must execute the line npm start in your terminal to start the application.

In the settings, under "DEVELOPER TOOLS" section, click the "Open DevTools" option. Then, click "Save". You might get an error on the devTools console which will let you know the actual problem. Share the devTools log here, if you still need help... 😊

from google-assistant-unofficial-desktop-client.

 avatar commented on July 18, 2024

Hey thanks for the quick reply! Sorry, Let me go through what I have done:

Note : I used the installer, I didn’t build it myself

Made gmail account and setup all the API stuff, downloaded the key file. Opened the assistant and went to settings, put the key file in the path (I didn’t get given a token file from the API setup). Then I clicked saved, it asked for me if I would like to automatically put the same path for token, I clicked yes. Then I clicked save but nothing happened.

Firewall and anti virus are both on, not sure but that might be the problem? Nvm, Turned that of still not working

from google-assistant-unofficial-desktop-client.

 avatar commented on July 18, 2024

yUT7MI84Dp

from google-assistant-unofficial-desktop-client.

 avatar commented on July 18, 2024

Tried re install and install it, same thing

from google-assistant-unofficial-desktop-client.

Melvin-Abraham avatar Melvin-Abraham commented on July 18, 2024

@minkyman1 Check if you have "Google Assistant" directory in %APPDATA%.

from google-assistant-unofficial-desktop-client.

 avatar commented on July 18, 2024

image

Yes in roaming not in local @Melvin-Abraham

from google-assistant-unofficial-desktop-client.

 avatar commented on July 18, 2024

Its rlly annoying as it was working fine on my other PC and its so usefull

from google-assistant-unofficial-desktop-client.

Melvin-Abraham avatar Melvin-Abraham commented on July 18, 2024

@minkyman1, I think if you clone the repo and run it with the devTools open, it would be easy to pinpoint any exceptions that may occur while you are saving the settings.

Just clone, run and share the logs :)
Let me know if you have any problem in any of the steps

from google-assistant-unofficial-desktop-client.

 avatar commented on July 18, 2024

How do you run with DevTools? Ive installed with npm and run it. still same

from google-assistant-unofficial-desktop-client.

Melvin-Abraham avatar Melvin-Abraham commented on July 18, 2024

How do you run with DevTools? Ive installed with npm and run it. still same

Open devTools with Ctrl + Shift + I and then click "Save" in settings. You will see the error logs.

from google-assistant-unofficial-desktop-client.

 avatar commented on July 18, 2024

vbu4i6nn1N

Aha! Sorry for asking so many questions :(

from google-assistant-unofficial-desktop-client.

 avatar commented on July 18, 2024

image

from google-assistant-unofficial-desktop-client.

 avatar commented on July 18, 2024

How would I fix this?

from google-assistant-unofficial-desktop-client.

Melvin-Abraham avatar Melvin-Abraham commented on July 18, 2024

@minkyman1, Thank you for the contribution. The issue is being caused since "config" is not initialised in your case as it is your first time running the program and so initialisation is halted but in the settings, the "isNew" option inside "config" is being updated while saving.

This issue will soon be fixed.

So, for the time being, you can create config.json inside %APPDATA%/Google Assistant and paste the following inside it:

{ "keyFilePath": "", "savedTokensPath": "", "forceNewConversation": false, "enableAudioOutput": true, "enableMicOnContinousConversation": true, "startAsMaximized": false, "launchAtStartup": true, "alwaysCloseToTray": true, "enablePingSound": true, "enableAutoScaling": true, "enableMicOnStartup": false, "hotkeyBehavior": "launch+mic", "theme": "dark" }

Finally, relaunch the assistant.

from google-assistant-unofficial-desktop-client.

 avatar commented on July 18, 2024

Cheers so much! Finally working!

from google-assistant-unofficial-desktop-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.