Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
73 views

I am using WASAPI loopback for real time audio visualization, and I am seeing some pretty significant distortion. When I play back a 25Hz tone from Audacity (and other programs) and record the samples ...
Chris_F's user avatar
  • 5,874
0 votes
0 answers
35 views

We are using GNU radio with USRP E320 on radioconda (Windows) and we are working on a basic project. But we have an issue. We want to receive RF signals and then transmit them, so we connect USRP ...
Ahmet Said Akan's user avatar
0 votes
0 answers
91 views

TL;DR: When a frontend web page is served from http://localhost:5173, sending a CORS request to http://127.0.0.1:8000 results in an incorrect Origin header being sent: Expected Origin header: Origin: ...
Jensen's user avatar
  • 11
0 votes
1 answer
72 views

I know that on Linux and many other operating systems, loopback TCP interfaces are a special case: checksums are disabled, data is atomically copied from one process to the next, entire sections of ...
Darren's user avatar
  • 559
0 votes
0 answers
25 views

I am using loopback Nodejs framework in my project and Mocha and Chai for unit testing when I do npm run fulltest for run Ut it giving me error node-preload module not found. Node-preload is build in ...
neeraj naithani's user avatar
0 votes
1 answer
64 views

I need to transfer data between two different programs. I have an embedded controller based on FPGA and Linux RT, which transmits data over network streams proprietary to National Instruments to a ...
Altroz's user avatar
  • 31
0 votes
0 answers
162 views

I have a STM32 f429zi disco board and I want to test I2C protocol. I use I2C1 as master and I2C2 as slave but it can't work. Code will get stuck at "while(!I2C_CheckEvent(I2C1,...
JIWP's user avatar
  • 1
0 votes
1 answer
504 views

I'm writing a program that records from my speaker output using pyaudio. I am on a Raspberry Pi. I built the program while using the audio jack to play audio through some speakers, but recently have ...
MillerTime's user avatar
1 vote
0 answers
308 views

I have a LoopBack application that runs in cluster mode using PM2. One instance serves as the primary with active schedulers, while the other instances act as replicas to handle background jobs that ...
Varun Nayyar's user avatar
1 vote
0 answers
122 views

So I was implementing FDCAN External loopbak mode in STM32H7A3ZIT6Q NUCLEO. Clock configuration: HSI is 64MHz and fdcan frq is 50Mhz and I have done the parameter calculations accordingly.The code is ...
Isha Gour's user avatar
3 votes
1 answer
166 views

On Linux, netinet/in.h "shall define the following macros that test for special IPv6 addresses." This includes such macros as IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK, ...
Nick Williams's user avatar
0 votes
1 answer
121 views

I'm following documentation here and I want to write a middleware in loopback to log all requests. I write this Middleware provider: @injectable( asMiddleware({ group: 'log', upstreamGroups: ...
Hojjat Jashnniloofar's user avatar
4 votes
1 answer
719 views

I created a Word Add-in using Yeoman generator and try to set up my development environment with VSC on Windows 10. When I start command npm start or npx office-addin-debugging start ./manifest.xml, ...
zjda's user avatar
  • 71
-1 votes
1 answer
631 views

alt spelling: https://forums.tomshardware.com/threads/restart-software-loopback-interface.2880183/ is there a way to restart Software Loopback Interface without restarting windows ? to reproduce: ...
Mr. Doge's user avatar
  • 931
1 vote
0 answers
191 views

I have to create an application that can perform adb operations on the user's device without an adb server running on a desktop machine. I stumbled upon ADB loopback, it consisted of adding a VPN/WIFI ...
Adam Taylor's user avatar
1 vote
1 answer
503 views

I am trying to follow this tutorial on how to send UDP packages in C++. Unfortunately I cannot get it to work. I tracked loopback traffic with Wireshark on port 30001, but it did not display any ...
Simsalabimson's user avatar
0 votes
0 answers
177 views

I maked one simple project using loopback 4, but deploy didn't work in vercel. How can I make it work??? Deploy OBS: The visual setup its work, but the routes and explorer not. Visual Image Explorer ...
Mauricio Ferreira's user avatar
0 votes
0 answers
415 views

Why do I get a CORS error when attempting to fetch data from my loopback server hosted on AWS, despite having set the origin to "*"? I am trying to fetch data from my remotely hosted ...
Adrian Royo's user avatar
0 votes
1 answer
198 views

I am working with loopback interceptor to use its value in the controller function. from the moment I implemented interceptor is all i know that every user requests have different instance of ...
John Christian De Chavez's user avatar
0 votes
1 answer
123 views

I have two models Main & Trans (one to one association) import {Entity, hasOne, model, property} from '@loopback/repository'; import {Trans, TransWithRelations} from '.'; @model({ settings: {...
Niv's user avatar
  • 291
0 votes
1 answer
176 views

I'am trying to build a query with loopback 4 with relation between 2 entities customer.model.ts: @model() export class Customer extends Entity { // id, name properties @hasMany(() => Order) ...
AmenzO's user avatar
  • 409
0 votes
1 answer
35 views

i have some problems trying to publish an .net core webapi on ubuntuServer on local VM my problem is, when i publish my webapi application the applicationUrl dont change for the correct address, see ...
CodeHatGuerra's user avatar
1 vote
0 answers
128 views

I use the Loopback 4 framework in my app service. In my app service, I have a main datasource and 2 more external datasources (SQL server). Sometimes the external datasources are unavailable and the ...
V2V Factory's user avatar
0 votes
0 answers
44 views

For example, I am sending a POST request(http://localhost:5600/api/Abc) using postman, now after completion of this, some response I will get in the body of response, this response mainly contain all ...
hakuna's user avatar
  • 3
0 votes
1 answer
233 views

I have a model, using postman I am sending request to this model, and in response I am getting the complete record(suppose 25 columns I have), so in response I am getting 25 columns back. I want to ...
hakuna's user avatar
  • 3
-1 votes
1 answer
398 views

I have tried socket.io in node JS and it works fine. When I tried to integrate socket.io in loopback 4 it is not working as expected. I surfed the problem in google as well as in the lb4 documentation ...
Sajith Thomas's user avatar
3 votes
2 answers
857 views

my app is based on tutorial of React-admin and loopback 4 as a backend I'm trying to get the id of the logged in user, the login mechanisms works well but when i try to access the id of the logged in ...
Zovitch's user avatar
  • 73
0 votes
1 answer
483 views

I want to send a bulk of requests using requests.futures library in python. The problem is some of the requests are getting Server Error in API response with 200 ok status code. I need to implement a ...
Shomi's user avatar
  • 33
1 vote
1 answer
382 views

Looking for a reliable (and hopefully simple) way to trace a directory in an lvm or other dm mounted fs back to the physical disk it resides on. Goal is to get the model and serial number of the drive ...
netdxr's user avatar
  • 11
0 votes
1 answer
276 views

I am using loopback on server side of my application , to fetch and validate a data from database I'm using findOne method which is having a callback function. I wanted to get run the callback ...
aabb p's user avatar
  • 65
5 votes
0 answers
2k views

I have a set of pcap files containing UDP traffic from two hosts, and have to perform some analysis on this traffic on a regular basis. Ideally, I would want to avoid having to frequently setup local ...
NewbiZ's user avatar
  • 2,548
-1 votes
1 answer
124 views

I have 2 Objects Set_1 and Set_2. Inside their, two key are there in both Key_1 and Key_2. Inside those Key_1 and Key_2, there are Sub Keys(Sub Keys are same for Both Objects) which I want to add and ...
Abhishek Mishra's user avatar
0 votes
1 answer
65 views

I need a route who return all my API routes in an array. I'm trying to inject rest router to use the method "list" but I get this error: The key 'rest.router' is not bound to any value in ...
Thomas CARBUCCIA's user avatar
0 votes
1 answer
451 views

I have tried to connect my laptop to another laptop (on the same network, both using Windows 10) using java socket. Here is the client code : Socket SocketServIAChat; try { SocketServIAChat = new ...
Hidden_Bad's user avatar
0 votes
1 answer
351 views

I have this bit of code that creates a calendar for a specific delivery, and then attaches it to an e-mail to be send. The problem is, when I attach the .ics file, the template breaks (no text, no ...
bchoffart's user avatar
0 votes
1 answer
2k views

How we should open port 22 on aks loopback IP. We are trying to do telnet on loopback IP using port 22 which is working fine on any Linux VM but on AKS we are getting the error Connection closed.
SAURAV KUMAR's user avatar
0 votes
2 answers
434 views

Loopback 4 uses its own Juggler ORM. But I can't seem to find the required parameter to pass to be able to execute multiple SQL statements using the "execute" method. await this.myRepository....
Okira's user avatar
  • 52
0 votes
1 answer
486 views

Overview Our company is about to distribute a C# .NET / WPF app to customers who use Citrix XenApp (or whatever it has been renamed to).   This app runs multiple times on one Citrix server, once for ...
user avatar
0 votes
1 answer
917 views

I get an error when I send a patch request to my api (with loopback 4) , all the other request are working fine , i get error only on patch request . error : Access to XMLHttpRequest at 'url api' from ...
Yns Dev's user avatar
0 votes
1 answer
379 views

Is there a way in loopback 4 to group the results by a specific field? I have been unable to find this in the documentation. Is custom SQL therefore the only way?
xfscrypt's user avatar
  • 296
3 votes
1 answer
3k views

I have created a loopback 4 application using 'lb4 application_name' command. After running 'npm start', it shows 'lb-clean' command not found error. My node version is 16.13.2 and loopback version is ...
Pranav Premarajan's user avatar
0 votes
2 answers
569 views

I want to find the highest value in a specific column of a specific table. It should be very simple. this is the documentation of LB4 https://loopback.io/doc/en/lb2/Where-filter But I didn't find it ...
Avi's user avatar
  • 117
0 votes
0 answers
442 views

Hi I am fairly new to Docker and have about zero knowledge about sound on Linux. I want to run an application in a docker container that always uses the default ALSA sound card as both input and ...
Andre's user avatar
  • 53
0 votes
1 answer
581 views

Mongodb keeps wrapping a string value with ObjectId(' ') in the database. when I make a POST request with my endpoint, I get a 200 response and I see the correct value for my creatorID property that ...
skdondle's user avatar
0 votes
1 answer
1k views

Could someone help me understand how models in loopback4 work? I defined a model that looks like this: @model() export class ProductViewConfig extends BaseConfig { @property({ type: 'string', ...
skdondle's user avatar
0 votes
1 answer
285 views

I am implementing an API that can take out all the data where user_id: user_id but it is not working please help me to implement the same. here is my code of Follow_api controller: @get('/follow-...
Shesh Narayan Deshmukh's user avatar
0 votes
2 answers
1k views

I'm trying to make a little game for my girlfriend to test my abilities with basic coding structures in python 3.10. I keep running into issues either with the program not running at all or getting ...
Sammi Starlight's user avatar
0 votes
1 answer
63 views

I just try to use the hasMany relationship according to the loopback4 documentation .but it's not working as expected. My Bus Model => export class Bus extends Entity { @property({ type: '...
lwin's user avatar
  • 4,528
0 votes
1 answer
126 views

in test.controller.ts file import {repository} from '@loopback/repository'; import {ProductRepository} from '../repositories'; export class TestController { constructor( @repository(...
Fronto's user avatar
  • 384
1 vote
1 answer
607 views

Am new to loopback, am trying to console request.body in loopback 4 to view the incoming data, but if i print it it prints as undefined, i know i need to use body parser package here, but i can't able ...
Kannan T's user avatar
  • 1,769

1
2 3 4 5
26