You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add an account for the first time using Alfred (instead of creating the file manually), the plugin is adding some comments to the end of the configuration file.
These comments cannot be parsed by the plugin, making it fail.
We could do one of the following to fix it:
Stop adding comments
Add support for comments
(Suggestions??)
Example:
When I added my gmail account for the first time (via Alfred), the configuration file was created with the following data:
I don't remember how I've installed it, but I think I had the last version from trunk on my computer.
Looking at your comment, it looks like the config file initial content was written to the initial .gauth file and then, when adding the new key via the plugin, it overlapped the original content (that's the reason of the xxxxxxxxx without a comment on my example.
We should have appended the new key to the end of the file, not to the beginning - probably I've written this part of the code :)
If you add an account for the first time using Alfred (instead of creating the file manually), the plugin is adding some comments to the end of the configuration file.
These comments cannot be parsed by the plugin, making it fail.
We could do one of the following to fix it:
Example:
When I added my gmail account for the first time (via Alfred), the configuration file was created with the following data:
A fixed ~/.gauth file would look like the following:
The text was updated successfully, but these errors were encountered: