Skip to content
Advertisement

Tag: firefox

stderr output from native app classifier: ModuleNotFoundError: No module named ‘nltk’

While trying to send/receive data using native messaging between javascript and python for a firefox extension I keep running into the following error in the browser console- stderr output from native app classifier: ModuleNotFoundError: No module named ‘nltk’ I have installed nltk in my pycharm virtual environment. I want to use nltk for some text processing in the python file

How do I fix the warning “Cookie ‘cookie_name’ will be rejected soon …” that I get after deleting the cookie?

Firefox throws the following warning after deleting a valid cookie: Cookie “cookie_name” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite Scenario After a valid login I send a cookie to the frontend. This cookie can be used during

Mosquitto and JavaScript Example not working (Firefox)

I would like to make a Websocket connection with TLS encryption to my mosquitto server. But I do not even get a simple example with the official mosquitto server running. In the network Log I can see these statements: Firefox (Mozilla Firefox for Linux Mint 89.0 (64-bit)) gives the error message Firefox can’t establish a connection to the server at

Partial flickering of HTML canvas while idle

I have HTML canvases on top of each other, I draw them just once, I witness that the load has been completed and everything is fine for few minutes, then randomly, without the canvas ever being redraw then lower half of the top canvas begings flickering, no JavaScript function being done in the background. I have no idea what is

Cant select text, cant position caret in Firefox – Slatejs

Description Slatejs editor only in Firefox fails with text selection and caret positioning (by mouse). It always selects position before first character (path[0] offset[0]). You can still use the keyboard to select text and position caret. Recording Firefox: Chrome: Expectation It should select text and position caret as it does in other browsers. Environment Slate Version: 0.63.0 Operating System: Windows

The script is not working in Mozilla Firefox

I need to send some data to the server when the page is closed or refreshed. Therefore, I created a simple script that can handle my needs. The problem is that this script is not working in Mozilla firefox. The script is working in many other browsers like chrome, chromium, brave, opera, falkon, epiphany, qutebroser, Midori, safari, edge. The problem

Advertisement