mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-17 01:24:19 -05:00
[GH-ISSUE #192] Can't acces Sketch after Picture link added #3955
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Oscious on GitHub (Jun 21, 2026).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/192
Hello, i used Flowsint for the first time.
I created my first sketch, started adding things, doing custom types etc.
And when i added a picture link to a social media entity, it stopped working and when i reload it show that:
I could recreate the sketch since it was only an hour of searches, but if the issue could be studied it could be great))
Thanks!!!
@dextmorgn commented on GitHub (Jun 21, 2026):
Hey @Oscious,
Could you check web console for errors ? So I can debug quickly and you don't have to loose your investigation :)
@Oscious commented on GitHub (Jun 21, 2026):
yeah here, but it's looong
here is the docker error
INFO: - "GET /api/sketches/4028e336-02b4-44ed-826e-fa6ab6f29f50/graph?format= HTTP/1.1" 500 Internal Server Error
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/app/.venv/lib/python3.12/site-packages/uvicorn/protocols/http/httptools_impl.py", line 409, in run_asgi
File "/app/.venv/lib/python3.12/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in call
File "/app/.venv/lib/python3.12/site-packages/fastapi/applications.py", line 1159, in call
File "/app/.venv/lib/python3.12/site-packages/starlette/applications.py", line 90, in call
File "/app/.venv/lib/python3.12/site-packages/starlette/middleware/errors.py", line 186, in call
File "/app/.venv/lib/python3.12/site-packages/starlette/middleware/errors.py", line 164, in call
File "/app/.venv/lib/python3.12/site-packages/starlette/middleware/cors.py", line 88, in call
File "/app/.venv/lib/python3.12/site-packages/starlette/middleware/exceptions.py", line 63, in call
File "/app/.venv/lib/python3.12/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
File "/app/.venv/lib/python3.12/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
File "/app/.venv/lib/python3.12/site-packages/fastapi/middleware/asyncexitstack.py", line 18, in call
File "/app/.venv/lib/python3.12/site-packages/starlette/routing.py", line 660, in call
File "/app/.venv/lib/python3.12/site-packages/starlette/routing.py", line 680, in app
File "/app/.venv/lib/python3.12/site-packages/starlette/routing.py", line 276, in handle
File "/app/.venv/lib/python3.12/site-packages/fastapi/routing.py", line 134, in app
File "/app/.venv/lib/python3.12/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
File "/app/.venv/lib/python3.12/site-packages/starlette/_exception_handler.py", line 42, in wrapped_app
File "/app/.venv/lib/python3.12/site-packages/fastapi/routing.py", line 120, in app
File "/app/.venv/lib/python3.12/site-packages/fastapi/routing.py", line 674, in app
File "/app/.venv/lib/python3.12/site-packages/fastapi/routing.py", line 328, in
run_endpoint_function
File "/app/flowsint-api/app/api/routes/sketches.py", line 199, in get_sketch_nodes
File "/app/flowsint-core/src/flowsint_core/core/services/sketch_service.py", line 130, in get_graph
File "/app/flowsint-core/src/flowsint_core/core/graph/service.py", line 144, in get_sketch_graph
File "/app/flowsint-core/src/flowsint_core/core/graph/serializer.py", line 213, in deserialize_nodes
File "/app/flowsint-core/src/flowsint_core/core/graph/serializer.py", line 115, in neo4j_dict_to_graph_node
File "/app/flowsint-core/src/flowsint_core/core/graph/serializer.py", line 82, in parse_flowsint_type
File "/app/.venv/lib/python3.12/site-packages/pydantic/main.py", line 263, in init
pydantic_core._pydantic_core.ValidationError: 1 validation error for SocialAccount
username
Field required [type=missing, input_value={'id': 'patrick.pilsa@Tik..., 'is_suspended': False}, input_type=dict]
@dextmorgn commented on GitHub (Jun 21, 2026):
I just pushed a mini fix, can you :
And let me know if the problem persists
@Oscious commented on GitHub (Jun 21, 2026):
maybe my fault, i'm on windows so i didn't do
make prodbut i just redo docker compose like at the instalation
i did
git pull docker compose -f docker-compose.prod.yml up -dsorry to bother u with this
@dextmorgn commented on GitHub (Jun 21, 2026):
No problem :) do you still have the error in flowsint-api ?
Can you you show the browser dev tools console ? You can access with f12 then "Console" and look for errors
@Oscious commented on GitHub (Jun 21, 2026):
and when i reload the page only these appear
@dextmorgn commented on GitHub (Jun 21, 2026):
Seems you still have the same error, let me see. What is the latest type you tried to insert ? is it
SocialAccount?@Oscious commented on GitHub (Jun 21, 2026):
yes it was a SocialAccount, it's not when i added it, but when i saw that i could put an image on it, so i put the same link as in the individual parameter, it showed the picture like it should, but then it stopped working(((
@dextmorgn commented on GitHub (Jun 21, 2026):
So I suspect that you inserted a SocialAccount without a usename associated with it, and you reloaded the graph at some point. The image you set is not the issue to me it's just the trigger.
I should have set the SocialAccount with non required Username.
Could you try again ?
@Oscious commented on GitHub (Jun 21, 2026):
i'm sure i added a username it was the purpose, i'll try what u said thanks)))
@Oscious commented on GitHub (Jun 21, 2026):
)))
i might just start a new one
@dextmorgn commented on GitHub (Jun 21, 2026):
We can switch to discord if you need better assistance
@Oscious commented on GitHub (Jun 21, 2026):
it's okay thanks, i'll just create a new one and i won't add a picture)))
thanksss
@Oscious commented on GitHub (Jun 21, 2026):
can i by any way export my old sketch so i can gather the things i already did?
@dextmorgn commented on GitHub (Jun 21, 2026):
I can help you recover it, feel free to join the Discord and ping me 👍🏻