C
C#3w ago
minglemer

✅ Exception: Cannot add value because header 'Authorization' does not support multiple values.

This pops up in the command prompt even tho I have firmly checked that it is only one authorization value used. I have been stuck on this problem for at least 2 hours at this point and I am growing tired.
22 Replies
minglemer
minglemerOP3w ago
what command prompt is telling me
No description
minglemer
minglemerOP3w ago
what im removing is my token, friend username and the channel id so nothing important im getting code in a second
minglemer
minglemerOP3w ago
this basically just replies to someone who msgd u on discord so if u have discord on and ur asleep or something u can just put in a message containing "hi im asleep dm me tmr" or wtv however it is not working because of this and i do not know the root cause of the problem and ive tried debugging it and solving it this server was my last resource i even took help from their inbuilt copilot but not even that could help me i have another file with all of the typed clases such as User, Dms etc then the main file which shouldnt interfere with this but yea I would really appreciate some help so if anyone knows this stuff feel free to answer 😄
Sehra
Sehra3w ago
.DefaultRequestHeaders.Authorization = new("Bearer", "XXX");
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
minglemer
minglemerOP3w ago
yea but that just returns 401 unauthorized
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
minglemer
minglemerOP3w ago
well im kinda new to http system so i tried doing something
c#
public class HttpClientWrapper
{
private static readonly HttpClient _client = new HttpClient();

public static HttpClient Client => _client;
private HttpClientWrapper() { }
}
c#
public class HttpClientWrapper
{
private static readonly HttpClient _client = new HttpClient();

public static HttpClient Client => _client;
private HttpClientWrapper() { }
}
didnt know what to name it
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
minglemer
minglemerOP3w ago
yea
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
minglemer
minglemerOP3w ago
this is just a learning thing im not gonna use it for purposes as such
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
minglemer
minglemerOP3w ago
oh i see
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
Sehra
Sehra3w ago
well that's a different thing, you showed error trying to set auth header twice
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
minglemer
minglemerOP3w ago
yea, but am i not only setting it once? yea i get you dont worry abt it
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
minglemer
minglemerOP3w ago
i will try figure it out myself, if i can i understand do you have any tips for a beginner coder or any other place to ask? - if this doesnt count as helping aswell
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?