Questions tagged [blocked]

DO NOT USE THIS TAG! Please find a more relevant tag for your question because this tag is too ambiguous in meaning.

This is an ambiguous tag that should not be used to tag your question with.

Better tags would be

Please find a tag that accurately describes the issue you have for the framework you're using.

157 questions
1
vote
1 answer

GitLab account blocked while changing the username. How do I unblock it?

I wanted to change my username on GitLab so I followed the following procedure: Navigate to your profile's Settings > Account. Enter a new username under Change username. Click Update username. After clicking on update nothing seem to change so I…
goutamthakur
  • 11
  • 1
  • 3
1
vote
0 answers

Tailwindcss Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE

I was working on inplementing stripe; created key.pem and cert.pem files to create a https server. Was testing stuff and ran into this problem; the website is not rendering css. Failed to load resource: …
Jim
  • 11
  • 1
1
vote
1 answer

Kaspersky antivirus blocking Visual Studio stable build download for windows

Summary: Kasperysky is not allowing to download the Visual Studio for windows. Platform details: OS: Windows 10 Browser: Chrome Browser Extension: Kaspersky protection Steps to reproduce: Launch Visual Studio Code Click on "Download for Windows"…
Sourabh
  • 39
  • 4
1
vote
0 answers

Flutter - Facing issue with Mailer package while sending email

This Siva. I am learning flutter and playing with it. I came across "Mailer" package to send emails. (https://pub.dev/packages/mailer) Followed the example given at: https://github.com/kaisellgren/mailer/blob/master/example/send_gmail.dart On…
1
vote
0 answers

How to check whether UPnP port 1900 and Bonjour port 5353 is blocked by the firewall

I am listing the all the local area network devices using UPnP in C# .NET, I am using UPnP API's given by windows in C# .NET (by adding reference to UPnP COM Library). When UPnP Scan don't see any device then I have to check whether that port (1900)…
MLS
  • 141
  • 1
  • 2
  • 9
1
vote
1 answer

Website works with half my webscraping code but other half gives an error message

I am new to web scraping and am having a hard time figuring out how to manage an issue: The website I am scraping is cooperating with half my code but now for the other half. I am scraping data from mmadecisions.com with the below crawling code. I…
Viva
  • 13
  • 4
1
vote
0 answers

Broadcast receiver not triggering when blocked SMS received

I have created one SMS broadcast receiver. When I received normal SMS receiver is triggering but, When I received blocked SMS it is not triggering (I blocked one phone number, I got some messages from blocked phone number)
1
vote
0 answers

How to get blocked SMSes in android phone using query?

I am trying to get blocked SMSes from my android phone using query? (I blocked one phone number, I got some messages from blocked phone number) Uri message = Uri.parse("content://sms/"); ContentResolver cr = getContentResolver(); String s =…
1
vote
1 answer

Is there a way to find out that a user has opened a blocked popup in JavaScript?

I tried to use setInterval but new window.open object is null after being blocked and doesn't reassign after the user manually opens popup.
Slawek
  • 31
  • 3
1
vote
0 answers

SQL Server view getting data out of other database with different isolation level

We have two databases on the same SQL Server 2012 instance. Database dbA_optimistic has some tables with data records and dbB_pessimistic has some views which read data out of dbA_optimistic tables. dbA_optimistic uses optimistic concurrency…
maxschaf
  • 21
  • 3
1
vote
0 answers

ps aux hangs with call_rwsem_down_write_failed when running docker container with resource limit

All, I run a java application container with resource limit, as lots of oom kill events happen every 2 or 3 minutes, then execute ps aux, the command hangs. this problem is easy to reproduced when run docker instance with kubernete, and khugepage…
skilledno1
  • 11
  • 2
1
vote
2 answers

Windows/Python UDP Broadcast Blocked No Firewall

OS: Windows 10 I use an Ethernet switch to send UDP packets to two other systems (connected directly to that same switch) simultaneously via Python 3.4.4. The same code works on two other dev/testing PC's so I know it's not the Python code, but for…
Geoff
  • 11
  • 1
  • 5
1
vote
0 answers

Webhost has ports blocked need to check status of game server

hi i am totally new to php / coding I have a game server running on my pc, and the website php files of the gameserve is on a free hosting servive, and connects to my local pc SQL dbase. i am unable to check online status of my game server thru…
Necro
  • 11
  • 4
1
vote
2 answers

Does a thread that is blocked cause the process to become blocked? Why and How?

Does a thread that is blocked cause the process to become blocked? Why and How? Thanks to all experts for answering.
Anonymous
  • 489
  • 1
  • 7
  • 18
1
vote
2 answers

Email header shows "received from 127.0.0.1"

I hang on this problem for weeks now... I send mails from my server (debian 8 over ruby 1.8.7 NET::SMTP) over a another smtp server. A sent email have the following header Return-Path: Received: from XXXDOMAIN ([xxx.xxx.xxx.xxx])…
Berti92
  • 441
  • 1
  • 6
  • 12
1
2
3
10 11