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

I’ve been using the Cline VSCode extension (formerly claude-dev) for several months with hundreds of tasks. The extension panel suddenly blanked out during an active session. After restarting VSCode, ...
phil_scott_a_person's user avatar
0 votes
0 answers
39 views

I have a one requirement where i need to share the files at back-end need to put validation that file should not be empty or corrupted. For the empty file i am able to detect based on size but to ...
Heli Bhadeshiya ownAI's user avatar
0 votes
0 answers
63 views

I have a service A (flask) that transmits a file to service B (Django) using python's requests library. from typing import TYPE_CHECKING import magic if TYPE_CHECKING: from werkzeug....
Murilo Sitonio's user avatar
0 votes
1 answer
173 views

I have a .pptm file with 70 hours of code work in it. It has become corrupted and I have no backup (very stupid I know!). What I do have is the .ppam which was generated from a slightly earlier ...
kwibbler's user avatar
  • 147
1 vote
2 answers
100 views

I have content that is coming dynamic but some characters from string are missing. I want to replace that characters to make it correct. I have complete order id but in content it's coming with space....
parv's user avatar
  • 117
1 vote
0 answers
1k views

The nexus repository have been running in docker for years, never faced any issue. The server it's running on is a VM and using ceph cluster storage where the nexus data is being stored. Last week ...
Chetan's user avatar
  • 71
0 votes
0 answers
74 views

I currently have a loop that reads HTML codes that are saved in a .txt extension. To read the text inside the HTML code, I have been using gettxt() function from htm2txt package. The problem is that ...
catin's user avatar
  • 401
2 votes
0 answers
231 views

I have a very serious problem with PostgreSQL 14. In practice, every 5 days or so my tables, or rather some, are corrupted. When I launch a simple query, it does not execute and it remains stuck.`...
Leone Miceli's user avatar
0 votes
1 answer
57 views

Whenever I create a char* with malloc(), the first few bytes get random data, which is different every time I compile the code. In this case, I wanted to concatenate 2 char* to create 1 char*. char *...
Filip's user avatar
  • 5
1 vote
0 answers
203 views

Hi, I'm using django 4.0.6 (python 3.8) with djangorestframework 3.13.1 on windows. I'm testing on localhost my app with postman and postman agent up to date. The main goal is to send 3 csv file, 1 ...
Gasta153's user avatar
0 votes
2 answers
245 views

I received a file that had a weird encoding and wondered if there's any way to check for 'corrupted' strings. For e.g. dat <- c("天脊煤化工集团股份有é\231\220å…¬å\217¸", "...
89_Simple's user avatar
  • 3,845
0 votes
0 answers
374 views

Hello everyone: I am a university student and I regularly work in a jupyter notebook environment, within a WSL system in my computer. All of a sudden, my jupyter notebook kernel "died" and ...
FreddyCCH's user avatar
-3 votes
1 answer
336 views

This is my first app on Android with Java and SQLite. ISSUE: I have a local SQLIte db on my app. I was very surprised to see how easy it is to get access to the db once you have installed the app (no ...
yaxama's user avatar
  • 1
0 votes
0 answers
675 views

I had been facing this abnormal issue quite a while and yet to debug the real reason behind this why CSVs act so weird when they work with long numbers like Mobile Numbers. suppose, I was working with ...
Md. Rezaul Karim's user avatar
1 vote
0 answers
1k views

Our customer faces an issue with a corrupted database caused by a 3rd party software. Unfortunatelly they found out too late and no longer have a valid backup to return to. Fixing views etc. is easy ...
ZebRa's user avatar
  • 19
0 votes
0 answers
126 views

I am developing an C++ application, in Linux environment, that has a class that reads and writes some configuration parameters in a file (JSON format preferentially). This class has many objects ...
fborges22's user avatar
  • 346
0 votes
1 answer
864 views

I want to use pyspark to parse files with json data and would like to tag 'bad/unexpected' records. By 'Bad/unexpected records' i mean those which do not follow the schema i specify. I have this input ...
Venkat Venkat's user avatar
0 votes
1 answer
143 views

I am trying to get Japanese input from a JTextField (with the getText() method) and saving that to a File. I am confident that it does get Japanese format from the JTextField since I can append() that ...
Anju Maaka's user avatar
2 votes
1 answer
551 views

I have tried to transfer my Gramps DB files from one computer to another but I keep getting the below error after even trying to break the lock of the database file: Gramps has detected a ...
deadshotpro's user avatar
-1 votes
1 answer
241 views

I have a Java 1.6 multi-threaded application (5-7 threads, most idle), which has a strange behavior. The flow involves updating a device, with a 4-byte ID. I hold the ID in a private byte-array. When ...
Rami Rosenbaum's user avatar
1 vote
1 answer
3k views

My rpmdb is corrupted, and the usual procedure for fixing it doesn't seem to work. This is the error: cris@PolariSuse [~]$ rpm -qa > /dev/null error: rpmdbNextIterator: skipping h# 64697 Header ...
Cris70's user avatar
  • 339
1 vote
2 answers
1k views

When I opened my previous android project on android studio after 15 days. I found that files had been corrupted.There was only a message that "File was loaded in wrong encoding - 'UTF-8'". Is it ...
Vipendra Singh's user avatar
5 votes
1 answer
4k views

I am using Spring Boot as backend server and I have a JavaScript frontend. For sending data between front- and backend I'm using the Axios library, which usually works pretty fine. The Problem: The ...
patwis's user avatar
  • 366
2 votes
0 answers
409 views

I have this query in place that exports the files from a database to the original format. I run it in SQL Management Studio, hence the EXEC at the end to export the file using BCP. SELECT @sql = 'BCP ...
Mike's user avatar
  • 3,024
2 votes
0 answers
771 views

I've been trying to download some pdfs in R, with the following code: link <- paste0("http://","www.energisa.com.br/empresa/paginas/servicos-online/autoatendimento/extrato-segunda-via-publica-...
Petter_M's user avatar
  • 475
1 vote
1 answer
413 views

I'm trying to read from a file using C and after shrinking the size using realloc I get corrupted data. I don't really see what the problem could be. Here's the function that returns the string : ...
Nabila K's user avatar
0 votes
1 answer
556 views

The screenshot added below shows the output of hdfs fsck /. It shows that the "/" directory is corrupted. This is the masternode of my Hadoop cluster. What to do?
AmazingAnny's user avatar
2 votes
0 answers
813 views

I've been working on creating a ray caster in Python, using Pygame, and I went back to work on it earlier today to find that it would not load properly. When I opened it, it appeared as if it were a ...
George Willcox's user avatar
0 votes
0 answers
388 views

Earlier I found that a jpg, which was a scan of an important document was corrupted. I have no clue how it got corrupted. Since this file was managed by my app and never accounted that files might ...
user7579349's user avatar
1 vote
2 answers
1k views

I'm serializing an object (of class Car) and saving it as an xml file. However sometimes (very rare event, I can't replicate it) I get a file that contains only null characters (characters with 0 ...
Bedford's user avatar
  • 1,186
1 vote
1 answer
2k views

What I'm trying to do is essentially shred a file. I was recently in a security protocol meeting at my company, and one of the speakers showed us how he could recover a file that was put in the trash ...
Matanya's user avatar
  • 233
2 votes
0 answers
284 views

What does this mean in Cassandra ? does it mean a value in a column has exceeded.If so how do we find out which value has caused this exception. We are using 3.7 version of Cassandra . Also how to ...
Nitika Achra's user avatar
0 votes
1 answer
291 views

This downloads image to a disk: image = open permalink_url, "rb", &:read ... File.binwrite "images/#{hash}", image Sometimes it comes corrupted: while there was no exception. How do I check if ...
Nakilon's user avatar
  • 35.2k
1 vote
1 answer
12k views

I am facing this issue at one of my clients system. When we are connecting to to SQL server 2008 DB engine through SSMS, I am getting the error Database 'msdb' cannot be opened due to inaccessible ...
Johnson T A's user avatar
  • 1,264
0 votes
0 answers
26 views

I have 3 variables: i j k. i = 9 and j k = 0. my code is doing the following test: if(i>j && i>k) and I don't get a match. If I detail the test, i>j works and i>k not. Am I missing something ...
narb's user avatar
  • 988
2 votes
1 answer
5k views

I've encountered a problem querying some of my tables recently. When I try to select data I get an ERROR telling: ERROR: invalid memory alloc request size 4294967293. This generally indicates data ...
Anton Zvonovsky's user avatar
0 votes
0 answers
841 views

I have a big .csv file to read in. Badly some lines are corrupt, meaning that something is wrong in the formatting like a number like 0.-02 instead of -0.02. Sometimes even the line break (\n) is ...
nnn's user avatar
  • 5,175
1 vote
0 answers
3k views

I'm trying to purposely corrupt the data in a photo and recover it to get the cool effect it leaves behind. I don't want to recreate it in Photoshop, i'd like to do it organically if that make sense. ...
SaladSnake's user avatar
0 votes
0 answers
274 views

MySQL 5.6 Rows 1-3 seem to have some junk characters. Row 4 is good data. select id, firstname, length(firstname) len, substring(firstname,1,1) ss1, ascii(substring(firstname,1,1)) a1, substring(...
davidjhp's user avatar
  • 8,126
-1 votes
1 answer
354 views

Here's a strange one... In an XML-feed, generated in PHP by a loop over a few lines, one HARDCODED string changes in ONE spot. The generated XML-file is 36000-something rows. On row 8020 the ...
Per Jansson's user avatar
3 votes
1 answer
720 views

Once in a while when I am downloading images, some of them will appear with gray lines as displayed in the sample image below: This tends to happen exclusively on poor network conditions. My code for ...
Nyx's user avatar
  • 2,243
2 votes
1 answer
276 views

I was working on a project and experienced hardware failure. I have about 30 commits I did not get to push before this happened. I recovered from the crash and checked my repo. I now get this error ...
user3386050's user avatar
0 votes
1 answer
551 views

Okay so I've been trying to solve this for about six hours now and it's just not happening. I've got this function that grabs a bunch of image (GIF) files from a URL based on a timestamp (using the ...
pickle's user avatar
  • 1,047
1 vote
1 answer
2k views

i am downloading the file from server and store in sdcard but some times for net connection files are not downloaded completely so i want to check video file is corrupted or not if it is corrupted ...
Mahesh's user avatar
  • 1,599
1 vote
1 answer
3k views

This is my code for attaching the files to the mail: Multipart mp=new MimeMultipart("mixed"); BodyPart mbody=new MimeBodyPart(); mbody.setHeader("Content-Type", "text/html; charset=us-ascii"); mbody....
Binoy Dalal's user avatar
2 votes
0 answers
1k views

Apologies if a similar question has been addressed elsewhere but I'm struggling to find the obvious answer to my issue.... I have rolled out a split end database (.accdb created in Access 2013) to 6 ...
StuMitchellmw's user avatar
0 votes
1 answer
4k views

We run a MySQL Database 5.5 server on a Windows Server 2008 R2 KVM VPS, where our system automatically sets up new databases for customers as needed. A completely separate drive/partition ran out of ...
user avatar
3 votes
1 answer
5k views

I really, really need help as to how to solve this issue I'm having: Using script: <?php $curl = curl_init(); $fp = fopen("somefile.zip", "w"); curl_setopt ($curl, CURLOPT_URL, "http:/...
user2505513's user avatar
2 votes
1 answer
746 views

I'm trying to send a post with several parameters and include an image in base64. The image coding does it well, I checked the base64 image in a online base64 to image converter and looks like the ...
theLastMonkey's user avatar
6 votes
0 answers
1k views

I know that this is a really dumb question but after I reformatted my flash drive ( it says it's corrupted and needs to be formatted so I did it ) and used a recovery software to recover the files ...
o2kevin's user avatar
  • 707