[GH-ISSUE #909] whoogle.env problem #567

Closed
opened 2026-02-25 20:36:03 +03:00 by kerem · 4 comments
Owner

Originally created by @hxvy0 on GitHub (Dec 15, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/909

Whoogle.env not working on every setting. I use replit.

  • My whoogle.env
    `HOOGLE_CONFIG_NEAR=Edirne

#WHOOGLE_CONFIG_COUNTRY=TR

WHOOGLE_CONFIG_LANGUAGE=lang_tr

WHOOGLE_CONFIG_SEARCH_LANGUAGE=lang_en

WHOOGLE_CONFIG_DISABLE=1

WHOOGLE_CONFIG_URL=https://www.indexia.gq

WHOOGLE_CONFIG_STYLE=":root :root {
/* LIGHT THEME COLORS */
--whoogle-logo: #4c4f69;
--whoogle-page-bg: #eff1f5;
--whoogle-element-bg: #bcc0cc;
--whoogle-text: #4c4f69;
--whoogle-contrast-text: #5c5f77;
--whoogle-secondary-text: #6c6f85;
--whoogle-result-bg: #ccd0da;
--whoogle-result-title: #7287fd;
--whoogle-result-url: #dc8a78;
--whoogle-result-visited: #e64553;

/* DARK THEME COLORS */
--whoogle-dark-logo: #cdd6f4;
--whoogle-dark-page-bg: #1e1e2e;
--whoogle-dark-element-bg: #45475a;
--whoogle-dark-text: #cdd6f4;
--whoogle-dark-contrast-text: #bac2de;
--whoogle-dark-secondary-text: #a6adc8;
--whoogle-dark-result-bg: #313244;
--whoogle-dark-result-title: #b4befe;
--whoogle-dark-result-url: #f5e0dc;
--whoogle-dark-result-visited: #eba0ac;

}

#whoogle-w {
fill: #89b4fa;
}

#whoogle-h {
fill: #f38ba8;
}

#whoogle-o-1 {
fill: #f9e2af;
}

#whoogle-o-2 {
fill: #89b4fa;
}

#whoogle-g {
fill: #a6e3a1;
}

#whoogle-l {
fill: #f38ba8;
}

#whoogle-e {
fill: #f9e2af;
}"
`

Originally created by @hxvy0 on GitHub (Dec 15, 2022). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/909 Whoogle.env not working on every setting. I use replit. - My whoogle.env `HOOGLE_CONFIG_NEAR=Edirne #WHOOGLE_CONFIG_COUNTRY=TR WHOOGLE_CONFIG_LANGUAGE=lang_tr WHOOGLE_CONFIG_SEARCH_LANGUAGE=lang_en WHOOGLE_CONFIG_DISABLE=1 WHOOGLE_CONFIG_URL=https://www.indexia.gq WHOOGLE_CONFIG_STYLE=":root :root { /* LIGHT THEME COLORS */ --whoogle-logo: #4c4f69; --whoogle-page-bg: #eff1f5; --whoogle-element-bg: #bcc0cc; --whoogle-text: #4c4f69; --whoogle-contrast-text: #5c5f77; --whoogle-secondary-text: #6c6f85; --whoogle-result-bg: #ccd0da; --whoogle-result-title: #7287fd; --whoogle-result-url: #dc8a78; --whoogle-result-visited: #e64553; /* DARK THEME COLORS */ --whoogle-dark-logo: #cdd6f4; --whoogle-dark-page-bg: #1e1e2e; --whoogle-dark-element-bg: #45475a; --whoogle-dark-text: #cdd6f4; --whoogle-dark-contrast-text: #bac2de; --whoogle-dark-secondary-text: #a6adc8; --whoogle-dark-result-bg: #313244; --whoogle-dark-result-title: #b4befe; --whoogle-dark-result-url: #f5e0dc; --whoogle-dark-result-visited: #eba0ac; } #whoogle-w { fill: #89b4fa; } #whoogle-h { fill: #f38ba8; } #whoogle-o-1 { fill: #f9e2af; } #whoogle-o-2 { fill: #89b4fa; } #whoogle-g { fill: #a6e3a1; } #whoogle-l { fill: #f38ba8; } #whoogle-e { fill: #f9e2af; }" `
kerem closed this issue 2026-02-25 20:36:03 +03:00
Author
Owner

@KwisatzJim commented on GitHub (Jan 2, 2023):

I'm also having a problem with the whoogle.env on replit. I can't find any info on where the file should be on any install method. I've tried multiple locations on pip and manual installs and none works. Tried duplicating the template and editing it on replit but changes don't appear. Not sure what I'm doing wrong.

<!-- gh-comment-id:1368774930 --> @KwisatzJim commented on GitHub (Jan 2, 2023): I'm also having a problem with the whoogle.env on replit. I can't find any info on where the file should be on any install method. I've tried multiple locations on pip and manual installs and none works. Tried duplicating the template and editing it on replit but changes don't appear. Not sure what I'm doing wrong.
Author
Owner

@benbusby commented on GitHub (Jan 4, 2023):

This should be fixed now. Previously the WHOOGLE_DOTENV var was required for whoogle.env to load, which was not intuitive. It now should load the env file if it exists in the top level app directory. I'm guessing this is what replit needs, although I don't use replit so let me know if there are any issues.

<!-- gh-comment-id:1371225954 --> @benbusby commented on GitHub (Jan 4, 2023): This should be fixed now. Previously the `WHOOGLE_DOTENV` var was required for whoogle.env to load, which was not intuitive. It now should load the env file if it exists in the top level app directory. I'm guessing this is what replit needs, although I don't use replit so let me know if there are any issues.
Author
Owner

@KwisatzJim commented on GitHub (Jan 4, 2023):

yes, I can confirm that it works properly on replit now. thank you so much benbusby!

<!-- gh-comment-id:1371558561 --> @KwisatzJim commented on GitHub (Jan 4, 2023): yes, I can confirm that it works properly on replit now. thank you so much benbusby!
Author
Owner

@KwisatzJim commented on GitHub (Jan 5, 2023):

well the settings don't seem to persist between sessions and when doing the right click and 'search with whoogle' option, it doesn't load with the settings

<!-- gh-comment-id:1371599461 --> @KwisatzJim commented on GitHub (Jan 5, 2023): well the settings don't seem to persist between sessions and when doing the right click and 'search with whoogle' option, it doesn't load with the settings
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#567
No description provided.