Maybe you were looking for...

How to use peerjs (import and require both fail)

I want to use peerjs in a script (that I use in a html file). When I try import Peer from "peerjs", I get an error saying "Cannot use import statement outside a

Why is my mongo query using the $in operator producting an error?

The following query is erroring out: const pastOrders = await Order.find( {user: userId}, {status: {$in: ["delivered", "refunded"]}} ).popul

JS doesn't recognize a python function (using eel)

This is my JS function: async function get_days(){ **b = await eel.get_events('ofek')();** alert(b); startPoint = new Date(year, month - 1, 1).getDa

Multiprocessing makes closed tkinter gui pop up again

In my program I want a window to pop up first asking which files the user would like and then open the actual program. It works fine but when I try to activate

All attempts to get a Google authentication bearer token failed, returning an empty token

What I need help with / What I was wondering tfds.load failure import tensorflow as tf import matplotlib.pyplot as plt import numpy as np import tensorflow as t

How to view data based on values ​from database ci3 [closed]

I want to make a recapitulation of absent data, which I display using a table in CI. The problem that occurs to me is that the data that appea

Beautfiul Soup return empty list when scraping YouTube chanel

I am trying to use this code to get some public information about youtube channel (API not suits well this task). Example of code: import re import json import