Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
116 views

Visual Studio Code suddenly stopped launching in the evening, even though it was working correctly earlier the same day. I uninstalled and reinstalled VS Code. After reinstalling, it launches, but ...
Riya Banik's user avatar
1 vote
0 answers
331 views

A couple of days ago, I suddenly got file corruption errors trying to push to a git repository. After longs days of debugging I found out that my git installation seems to sometimes produce broken ...
Harth Tuwist's user avatar
1 vote
1 answer
49 views

I have a concern when dropping and recreating indexes and primary keys in INFX 12.10. Both the primary server and HDR secondary server have index page logging and dridxauto set to 0. Given that the ...
carluccijon's user avatar
0 votes
1 answer
81 views

My client's SQL Server database file is corrupted, and there is no backup. We only found the MDF and LDF files copied using NAT backup software. I need to use these files to rebuild the database. The ...
Phương Tăng's user avatar
1 vote
0 answers
156 views

I’m trying to download a .tar.gz file from a public Google Cloud Storage bucket using the gcloud CLI tool. Here’s the command I use: gcloud storage cp gs://my-bucket/large-file.tar.gz ./ The file is ...
Maximilian Burr's user avatar
1 vote
0 answers
129 views

I have a C# .NET 6 console application that use many threads (let's say 15-30) with a shared logger instance. After many hours of work (one day or more) logged strings become corrupted as: [2024-11-...
Emanuele's user avatar
  • 121
0 votes
1 answer
141 views

I’m trying to use power automate to immediately send a file to a website when it is deposited in a sharepoint folder, retroengeniering its web API. Here is the body of the request: ------...
user29612481's user avatar
0 votes
1 answer
46 views

I am using MPAndroidChart to chart weather data. The app supports both portrait and landscape modes. The legend looks fine in portrait mode, however in landscape more there appears to be white text, ...
Dave Enstrom's user avatar
0 votes
1 answer
582 views

I've built a Power Automate flow to handle email attachments by saving them to SharePoint and generating a shareable link. Initially, it worked as expected, saving attachments with full content to ...
CinemaFX's user avatar
0 votes
0 answers
66 views

Time to time webpage receives corrupted json text: "\u0000\u0000\u0000 ... \u0000\u0000\u0000\u00009cd8-287f-4df0-a645-558e5cff0c63","name":"Corn","symbols":[&...
Stanislav Berkov's user avatar
0 votes
0 answers
48 views

I have had a baffling issue for years where some programs (like ffmpeg) called from a while-loop in bash, sh or busybox ash interfere with either the read built-in or the shell itself, consistently on ...
mossymountain's user avatar
0 votes
1 answer
190 views

I need to implement a Reed Solomon FEC using one way data communication so we decided to use UDP. I read about Reed Solomon and I understand how it works from the theoretical side but I have some ...
Dror's user avatar
  • 5
0 votes
0 answers
139 views

I have a corrupted pickle file. I follow this to try to recover my file: how to read corrupted pickle file I read and try to understand how the file work to complete the file and as a result, I ...
Sơn Hoàng's user avatar
-1 votes
1 answer
99 views

I am getting error of heap corruption detected when I try to deallocate memory! This is my code #include <iostream> using namespace std; char *reverse(char *arr, int size) { int j = 0; ...
سید نعمان's user avatar
-4 votes
1 answer
146 views

I wrote a C++ function that uses the recursive_directory_iterator to get information on all files and folders within the parent folder. I then wrote a class called DataFolder to store each file's ...
BiggerB2008's user avatar
0 votes
0 answers
63 views

I have written a string to a .txt file, and am trying to output it to the terminal, but something is going wrong during this and I'm getting a bunch of �'s. The code in question: std::locale::global(...
Gremlin's user avatar
  • 59
0 votes
0 answers
70 views

I am looking for a way to automate opening & repairing Excel workbooks via VBA. A process that is run by another department creates a file daily that my team needs to ingest in order to identify ...
JMichael's user avatar
  • 564
1 vote
1 answer
144 views

I'm trying to encrypt a ZIP file using AES-256 GCM in C and decrypting it in Python. Here is the C code I'm using: NTSTATUS generateRandomBytes(BYTE *buffer, ULONG length) { BCRYPT_ALG_HANDLE ...
exomm's user avatar
  • 59
0 votes
0 answers
284 views

Context I had a Windows crash (I had to cut the power to the PC) during work and a bunch of files got corrupted (random binary data overwritten on text files, things like this). I noticed this because ...
bolov's user avatar
  • 77.2k
0 votes
0 answers
71 views

I am using a Raspberry Pi 4 as a C++ dev box using VS Code from my Windows 11 machine (SSH'd into the Linux box), and I have been getting a corrupted /.git directory more and more often. I have ...
Fred Pelon's user avatar
1 vote
1 answer
83 views

I wrote a java program which will minimize a window when moved to lower portion of screen. It performs the task by moving the mouse with Robot to the minimize button and pressing it with mousePress ...
CodingNinja's user avatar
-1 votes
1 answer
138 views

I'm try to test images to see if any are corrupt. They all come back false, corrupted, but I know most or all are fine. What am I doing wrong? Thanks. import glob from PIL import Image import os ...
keith's user avatar
  • 15
1 vote
0 answers
599 views

This morning I ran a query against one of my tables and panicked when I got back results that looked like the data had been manipulated or was possibly corrupted. With investigation I found that ...
Steve Hiner's user avatar
  • 2,593
0 votes
2 answers
135 views

I use Laravel 10.x and Vue.js 3.x with PHPWord package for my project. I would like to download a generated docx file. The download is successful, but I cannot open the file - it is corrupted. I have ...
E R's user avatar
  • 1
0 votes
0 answers
62 views

I used pytube to donwload a playlist I created in YouTube. All files can be played by media players I tried (Classic Media Player, VLC Media Player, Windows Media Player), but for some reason reaper ...
MonadoMaster0's user avatar
1 vote
0 answers
157 views

I have a Form and upload files to Google drive like this (php): $fileMetadata = new Google\Service\Drive\DriveFile( array( 'name' => $...
Pieter's user avatar
  • 13
0 votes
1 answer
786 views

I am using Cassandra as database. I initially had a table with column A with datatype as text, Now the use case changed and I wanted the table to list. So I did the following things - Wrote ...
TUSHAR BAPECHA's user avatar
0 votes
0 answers
36 views

Do handling Corrupt lines by prepending "corrupt" as the result #Other lines should be handled correctly #3::::5 => corrupt:3::::5 3 5:1 2 3 4 5 6 7 8 9 Hello World => corrupt:3 5:1 2 ...
Sherin Thomas's user avatar
0 votes
1 answer
140 views

I'm having some problems unpacking the tgz archive because gnupg with --clearsign corrupted my file and the checksum is now incorrect. I found similar topics, but without any answers to them. On the ...
Reyastr's user avatar
0 votes
1 answer
1k views

Version - PostgreSQL 10.21, compiled by Visual C++ build 1800, 64-bit Platform - Windows When migrating data from PostgreSQL 10.21 to 14.7, we encountered an issue during the dump process related to ...
rootcause000's user avatar
-1 votes
1 answer
131 views

Facing issue on git. I am working on laravel project and using git with it and it works perfectly fine when I am on ubuntu 22. 2 days ago I switch from ubuntu 22 to 20. From that time my git is ...
Osama Nisar's user avatar
1 vote
2 answers
256 views

I have the following ZipCompressor Java class: package lib.util.compressors.zip; import java.util.Enumeration; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; ...
Nzall's user avatar
  • 3,595
1 vote
3 answers
2k views

I am trying to write a powershell script that will run chkdsk to determine if there is an error on the drive. If an error exist then it would run add the parameter /f and tell it to run on the next ...
user1011061's user avatar
0 votes
0 answers
78 views

I'm trying to make a security camera script with cv2. It works as long as the script is running but if it gets terminated for any reason the output file gets corrupted. Is there a way to make sure ...
user2820068's user avatar
0 votes
1 answer
70 views

I am building a rudimentary "banking" system. I am trying to create a function that would generate a new "vault" as i like to call it(account). I also made a sort of interactive ...
Axo's user avatar
  • 5
0 votes
0 answers
57 views

I'm a beginner in C++, and I'm building a program to transfer files and images. I have a simple code to send pictures over TCP taken from Sending Picture via TCP. But my images came broken, with ...
user avatar
1 vote
0 answers
44 views

I am trying to set up a new repo which has very limited instructions. I am getting this error when running "pipenv run python manage.py runserver". The file the error message refers to ...
Bayley Sapara's user avatar
0 votes
1 answer
301 views

I don't know how I did this but Python is completely broken, trying to run it from the command line results in "The code execution cannot proceed because python39.dll was not found. Reinstalling ...
Dart's user avatar
  • 228
0 votes
1 answer
1k views

This is the second time this has happened to me, and the last time it fixed itself, but now it stopped working. I got this message: Could not load project: {"validationError":"Could not ...
ChickenLord's user avatar
-1 votes
1 answer
59 views

If I push a character to the Stack and peek at it, it gives me different characters even when no interaction was made after the push. The relevant class and functions look like this: class Stack: ...
Sanghyun Na's user avatar
2 votes
1 answer
534 views

The Problem. Recently I've been facing the following kind of errors whenever I try to push to git in a few repositories I have of PDF/DjVu files: Enumerating objects: 153, done. Counting objects: 100% ...
Emily's user avatar
  • 71
0 votes
1 answer
728 views

I've been working on this little scratch project for a while now and today, i tried loading the file in turbowarp and this error message showed up: Could not load project: {"validationError":...
ShortCake_cafe's user avatar
0 votes
0 answers
133 views

Could someone help me with this error? pg_dump: reading schemas pg_dump: reading user-defined tables pg_dump:sanity check failed, parent table OID 841379 of sequence OID 841385 not found Traceback (...
Matheus Jesus's user avatar
0 votes
0 answers
2k views

I have a 7 GB mp4 video, but when I put it to Windows Media Player the screen goes black and you do not hear anything, an error comes out that says "There was a problem playing the file in ...
Bernat's user avatar
  • 1
0 votes
0 answers
95 views

I have a large number of corrupted JPG files. The command sed -i 's/;/_/g' was run on them, which changed the semicolons (0x3b) in the JPG files to underscores (0x5f.) This is a Python code I wrote ...
miranda's user avatar
  • 11
0 votes
1 answer
163 views

This is related to corrupted files recovery (RStudio R File Corruption) Is that possible to see (retrieve) source .R and .Rmd files of the Shiny App that was deployed shinyapp.io? Lets say - you have ...
IVIM's user avatar
  • 2,427
0 votes
0 answers
853 views

Is there any way we could stop replication without logging into psql shell. Disk-full situation lead to some corruption in PG files and keep on restarting. 2023-02-06 08:17:54 UTC [1] LOG: starting ...
Anto's user avatar
  • 4,036
2 votes
4 answers
394 views

The List<T>.RemoveAll is a quite useful method, that allows to remove efficiently multiple items from a list. Unfortunately in some scenarios I needed some extra features that the method doesn't ...
Theodor Zoulias's user avatar
0 votes
1 answer
2k views

I`m talking about errors like "Corrupt JPEG data: bad Huffman code" or "Corrupt JPEG data: premature end of data segment". Currently, those count as some kind of warnings, not as ...
Bohdan's user avatar
  • 87
1 vote
1 answer
385 views

I had to recover a hard drive and a lot of photos in it came out corrupted. I'm talking about 200.000 photos. I already wrote a script that finds corrupted JPEGs. But some of these images are not ...
gl00ten's user avatar
  • 1,121

1
2 3 4 5
17