Blizzie the Mare
Blizzie the Mare
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
After all, web assembly means that the app is first loaded from server and then runs completely on the host device withouth any interaction with the server that originally hosted the app, meaning it can be run withouth internet connection after the initial load for example
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
The thing is, since I am running this thing in localhost environment. Both the app and server where it loads the app into the browser occupy same port. Resulting in error. Do you think this might be the possibility?
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
Okay hmm... I might have one theory why this might happen
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
Fair enough
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
this one to be spesific
//Send query to TranslateService and get result
async Task HandleSubmit() => result = await Http.GetStringAsync(string.Format("https://localhost:7046/api/translate/{0}/{1}/{2}",
TranslateQuery.Text, TranslateQuery.SourceLanguage, TranslateQuery.TargetLanguage));
//Send query to TranslateService and get result
async Task HandleSubmit() => result = await Http.GetStringAsync(string.Format("https://localhost:7046/api/translate/{0}/{1}/{2}",
TranslateQuery.Text, TranslateQuery.SourceLanguage, TranslateQuery.TargetLanguage));
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
And I think async method shouldn't do it
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
Will do. Think it has something to do with the fact that pressing the button that fires the data retrieval function twice in the succession or something
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
sorry for the late response, I was bit preocupied yesterday
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
still "memory access out of bounds" error
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
Only using eithet VS or Rider to run it.
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
No
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
Well then, this shit just keeps getting ever so confusing
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
No description
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
a moment, I'll take a screenshot
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
how on earth? Because even in IDE it seems that there's two different ports set up
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
yes, no worriers
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
there, the right branches I'm currently working on are api_fork for Blazetranslate and DB_implementation for api_translate
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
I just realized I should've invited you to that too since it's crucial for testin >.<
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
I have an API too, but that seems to be working withouth an issue when I tested it both with and cli test application and with grep
121 replies
CC#
Created by Blizzie the Mare on 1/11/2024 in #help
Blazor WASM project has logic error involving data fetching
Inv sent
121 replies