[GH-ISSUE #1106] [QUESTION] starting flask starts whoogle at local port #675

Closed
opened 2026-02-25 20:36:17 +03:00 by kerem · 1 comment
Owner

Originally created by @ghost on GitHub (Dec 29, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1106

When I try to work on my app locally and I would run flask run -p nnnn always whoogle appears not my flask app. Why this happens and how to stop it?

127.0.0.1 - - [29/Dec/2023 14:13:27] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [29/Dec/2023 14:13:29] "GET /static/build/autocomplete.1661f315.js HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:13:30] "GET /static/build/main.68be5054.css HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:13:30] "GET /static/build/logo.72c3bd56.css HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:13:30] "GET /static/build/dark-theme.b0749774.css HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:13:30] "GET /static/build/light-theme.32a6b8fd.css HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:13:30] "GET /static/build/controller.d5f7f262.js HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:13:32] "GET /static%0Buildlight-theme.32a6b8fd.css HTTP/1.1" 404 -
127.0.0.1 - - [29/Dec/2023 14:13:32] "GET /static%0BuildÚrk-theme.b0749774.css HTTP/1.1" 404 -
127.0.0.1 - - [29/Dec/2023 14:13:34] "GET /static/img/favicon/android-icon-192x192.png HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:13:34] "GET /static/img/favicon/favicon-32x32.png HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:13:37] "GET /about HTTP/1.1" 404 -
127.0.0.1 - - [29/Dec/2023 14:13:39] "GET /static/build/light-theme.32a6b8fd.css HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:13:39] "GET /static/build/main.68be5054.css HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:13:39] "GET /static/build/error.3d20eccf.css HTTP/1.1" 200 -
127.0.0.1 - - [29/Dec/2023 14:13:42] "GET /favicon.ico HTTP/1.1" 404 -
127.0.0.1 - - [29/Dec/2023 14:13:53] "GET /favicon.ico HTTP/1.1" 404 -
127.0.0.1 - - [29/Dec/2023 14:13:53] "GET /static/img/favicon/favicon-32x32.png HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:13:53] "GET /static/img/favicon/android-icon-192x192.png HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:14:20] "GET /favicon.ico HTTP/1.1" 404 -
127.0.0.1 - - [29/Dec/2023 14:14:21] "GET /static/img/favicon/favicon-32x32.png HTTP/1.1" 200 -
127.0.0.1 - - [29/Dec/2023 14:14:21] "GET /static/img/favicon/android-icon-192x192.png HTTP/1.1" 200 -
127.0.0.1 - - [29/Dec/2023 14:14:37] "GET /favicon.ico HTTP/1.1" 404 -
127.0.0.1 - - [29/Dec/2023 14:14:37] "GET /static/img/favicon/android-icon-192x192.png HTTP/1.1" 304 -
127.0.0.1 - - [29/Dec/2023 14:14:37] "GET /static/img/favicon/favicon-32x32.png HTTP/1.1" 304 -

Originally created by @ghost on GitHub (Dec 29, 2023). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1106 When I try to work on my app locally and I would run flask run -p nnnn always whoogle appears not my flask app. Why this happens and how to stop it? 127.0.0.1 - - [29/Dec/2023 14:13:27] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [29/Dec/2023 14:13:29] "GET /static/build/autocomplete.1661f315.js HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:13:30] "GET /static/build/main.68be5054.css HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:13:30] "GET /static/build/logo.72c3bd56.css HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:13:30] "GET /static/build/dark-theme.b0749774.css HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:13:30] "GET /static/build/light-theme.32a6b8fd.css HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:13:30] "GET /static/build/controller.d5f7f262.js HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:13:32] "GET /static%0Buildlight-theme.32a6b8fd.css HTTP/1.1" 404 - 127.0.0.1 - - [29/Dec/2023 14:13:32] "GET /static%0BuildÚrk-theme.b0749774.css HTTP/1.1" 404 - 127.0.0.1 - - [29/Dec/2023 14:13:34] "GET /static/img/favicon/android-icon-192x192.png HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:13:34] "GET /static/img/favicon/favicon-32x32.png HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:13:37] "GET /about HTTP/1.1" 404 - 127.0.0.1 - - [29/Dec/2023 14:13:39] "GET /static/build/light-theme.32a6b8fd.css HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:13:39] "GET /static/build/main.68be5054.css HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:13:39] "GET /static/build/error.3d20eccf.css HTTP/1.1" 200 - 127.0.0.1 - - [29/Dec/2023 14:13:42] "GET /favicon.ico HTTP/1.1" 404 - 127.0.0.1 - - [29/Dec/2023 14:13:53] "GET /favicon.ico HTTP/1.1" 404 - 127.0.0.1 - - [29/Dec/2023 14:13:53] "GET /static/img/favicon/favicon-32x32.png HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:13:53] "GET /static/img/favicon/android-icon-192x192.png HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:14:20] "GET /favicon.ico HTTP/1.1" 404 - 127.0.0.1 - - [29/Dec/2023 14:14:21] "GET /static/img/favicon/favicon-32x32.png HTTP/1.1" 200 - 127.0.0.1 - - [29/Dec/2023 14:14:21] "GET /static/img/favicon/android-icon-192x192.png HTTP/1.1" 200 - 127.0.0.1 - - [29/Dec/2023 14:14:37] "GET /favicon.ico HTTP/1.1" 404 - 127.0.0.1 - - [29/Dec/2023 14:14:37] "GET /static/img/favicon/android-icon-192x192.png HTTP/1.1" 304 - 127.0.0.1 - - [29/Dec/2023 14:14:37] "GET /static/img/favicon/favicon-32x32.png HTTP/1.1" 304 -
kerem 2026-02-25 20:36:17 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@benbusby commented on GitHub (Mar 6, 2024):

I'm not sure how this could be happening, my only guess is that FLASK_APP might be set to the app.py file in your Whoogle directory. Either way this sounds like a flask configuration issue.

<!-- gh-comment-id:1981500445 --> @benbusby commented on GitHub (Mar 6, 2024): I'm not sure how this could be happening, my only guess is that `FLASK_APP` might be set to the app.py file in your Whoogle directory. Either way this sounds like a flask configuration issue.
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#675
No description provided.