Giter Site home page Giter Site logo

Failed to read the dump file about offlinebay HOT 10 OPEN

m4heshd avatar m4heshd commented on May 30, 2024
Failed to read the dump file

from offlinebay.

Comments (10)

DavidHulsman avatar DavidHulsman commented on May 30, 2024 4

A bit late, but you may be able to find an individual backup here: https://web.archive.org/web/*/https://thepiratebay.org/static/dump/csv/torrent_dump_full.csv.gz

from offlinebay.

fckthisshieeeeet avatar fckthisshieeeeet commented on May 30, 2024

Yeah i got the same issue : i tried many way to get .csv dump files and i tried to update with the option in the software and i tried all of this with a vpn for torrent and each time it told me "Dump file invalid. Mismatching header" or Failed to read the dump file. Possible corruption of file doesn't exist."

from offlinebay.

Naimarha avatar Naimarha commented on May 30, 2024

Hi there, I could solve this issue using the "Update dump file" option in the "Tools" menu. Hope this works.

from offlinebay.

yusiwen avatar yusiwen commented on May 30, 2024

The site piratebay.org seems down currently, is there another way to get the dump file?

from offlinebay.

BachoSeven avatar BachoSeven commented on May 30, 2024

Yea, you can try this:

https://web.archive.org/web/20190924160713/https://thepiratebay.org/static/dump/csv/torrent_dump_full.csv.gz

from offlinebay.

GreenLunar avatar GreenLunar commented on May 30, 2024

Hello,

Can someone please tell me how to decode the HASH(B64) column or refer me to a documentation?

$ grep slackware torrent_dump_full.csv.gz
2008-Dec-17 08:12:18;ZA/oTGE8F/ZjVR0hhommTorr6r4=;"slackware-12.2-dvd-iso";4154949894

I've tried to decode with $ echo ZA/oTGE8F/ZjVR0hhommTorr6r4= | base64 -d which didn't give a reasonable result.

TIA

from offlinebay.

GreenLunar avatar GreenLunar commented on May 30, 2024

Let's take slackware-12.2-dvd-iso

$ grep "slackware" torrent_dump_full.csv 
2008-Dec-17 08:12:18;ZA/oTGE8F/ZjVR0hhommTorr6r4=;"slackware-12.2-dvd-iso";4154949894

Following size (4154949894) and date (2008-Dec-17 08:12:18), I guess this is the torrent https://thepiratebay.org/description.php?id=4582957

How do I go from 640FE84C613C17F663551D218689A64E8AEBEABE to ZA/oTGE8F/ZjVR0hhommTorr6r4=?

from offlinebay.

BachoSeven avatar BachoSeven commented on May 30, 2024

oh got it, to get the hash you just need to convert the raw decoded bytes to hexadecimal with xxd:

base64 -d <<< ZA/oTGE8F/ZjVR0hhommTorr6r4= | xxd -p

from offlinebay.

GreenLunar avatar GreenLunar commented on May 30, 2024

Great! Thank you. How did you figure this out?

from offlinebay.

BachoSeven avatar BachoSeven commented on May 30, 2024

The output was garbled bytes so I tried :)

Btw, if you place the hash in a base64 decoding website they automatically do this, but GNU base64 doesn't.

from offlinebay.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.