Skip to main content

Questions tagged [client]

A client is an application or system that accesses a service made available by a server.

0 votes
0 answers
47 views

Communicate between a Python Server and C++ Client

The C++ client connects to the Python server without any issues, but when I send a message it's never received by the server. I don't get any errors or unexpected results on the client either, it ...
massacring's user avatar
0 votes
0 answers
28 views

sharepoint: Access has been blocked by Conditional Access policies

I'm trying to access an excel sheet to extract data, but it is on sharepoint which makes things a bit more complicated. I'm seeing: Error: An error occurred while retrieving token from XML response: ...
CAD79's user avatar
  • 1
0 votes
1 answer
16 views

How to save a response body to a file in Kotlin Multiplatform with Ktor

How to stream a response body to a file in KMP on both Android and iOS using the Ktor client?
Aleksei Tirman's user avatar
0 votes
1 answer
6 views

Multipart data isn't present in the request when calling formData for HttpRequestBuilder

I've tried using the following code, but the results are not as expected. The FormData is missing from the final request. Is something wrong with how I'm building the HttpRequestBuilder? val client = ...
Aleksei Tirman's user avatar
0 votes
0 answers
13 views

window scroll to top not working in nextjs client component

This is the client component code 'use client' import { Mdx } from "components/mdx-components" import { Button } from "@components/ui/button" import { Github } from "@lib/...
Shivam Soni's user avatar
0 votes
0 answers
10 views

How can I record internal computer sound joined with input sound and save all in one file?

I want to write a client and server in c#, client will record internal sound + input sound (microphone) and stream it to the server, how can I achieve the join effect, to stream their both without any ...
Errant Wanderer's user avatar
0 votes
0 answers
14 views

How do I deploy my site from 3 projects to hosting

I'm writing an e-commerce website which includes 3 projects: Admin: Next.JS project Client: Next.JS project Server: Nest.JS project DB: Using PostgreSQL in Server via TypeORM It's my first multiple ...
Lvasche's user avatar
  • 302
0 votes
0 answers
70 views

C# UDP client and server, I don't understand using async and communication between two scripts

I never tried UDP before. The synchronous version works, but I need it async. The client should connect the factory, send like a passphrase, server compares that, too. After that the server should ...
RazielDraganam's user avatar
0 votes
2 answers
23 views

How to connect one javascript client to two different websocket servers?

I have a web app that uses a WebSocket client to connect to a single WebSocket server. How can I have this WebSocket client connect to another WebSocket server at the same time? I need to receive data ...
rogerh's user avatar
  • 3
-3 votes
0 answers
65 views

Attempt to index a nil value (field header colour") ELS-Fivem

so I am trying sort a fivem server out.. and having trouble with the ELS. Fixed the XML file. However the client.lua now seems to be the problem, unsure what the problem is and any help would be ...
Louis Jones's user avatar
0 votes
0 answers
19 views

How to find the functions that communicate with a using a dissasembler

Im starting to learn dissasembly and im willing to know how to look for specific functions. Im aiming to find functions that communicate with the server specifically the ones that send data. I have no ...
Sgt Shepard's user avatar
-1 votes
0 answers
14 views

UDP receive doesnt work (winsock) shows binding error on server side

I'm having issues working with a UDP socket in Windows. I have a separate application connected via ethernet. Server side is actually receiver and is binded whose port no is 8888 and ip address is 192....
Niveditha K's user avatar
0 votes
0 answers
31 views

UNIX socket data exchange between client and server. Due to the message length, it stops

I'm trying to set up a UNIX socket communication for exchanging floats between a client and a server. The following tutorial did help a lot and I realized a very simple client python code which sends ...
Dave's user avatar
  • 349
1 vote
0 answers
48 views

Elasticsearch java rest client error: java.lang.NoClassDefFoundError

I have tried way too many Elasticsearch/Opensearch java rest client versions but running into issues with all of them. Opensearch - 1.0.0, 1.1.0, 1.2.4 Invalid receiver type interface org.apache.http....
Meet Shah's user avatar
  • 217
0 votes
0 answers
25 views

Integration android studio with socket.io

I created a basic android project (Gradle/kts,version 8.6.0, AGP 8.4.0). I followed a tutorial asking for a change in build.gradle file (below). in dependencies section : implementation("io....
Gilles's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
550