chylex / Discord-History-Tracker

Desktop app & browser script that saves Discord chat history into a file, and an offline viewer that displays the file.
https://dht.chylex.com
MIT License
475 stars 83 forks source link

The viewer page for Discord-History-Tracker is not working. #213

Closed seroihub closed 1 year ago

seroihub commented 1 year ago

I have downloaded 7 .txt files from Discord Tracking. I loaded the files from the viewer page (https://dht.chylex.com/browser-only/build/viewer.html) as described in the documentation, but the files are not uploaded to the page. Is there any solution?

chylex commented 1 year ago

Did you download the viewer page as the instructions say? Which browser and version are you using?

seroihub commented 1 year ago

I'm using the Chrome browser The version is 112.0.5615.49 arm64 My OS is MAC. I cloned this https://github.com/chylex/Discord-History-Tracker/tree/master-browser-only repository and ran the python build in vs code. Then, I entered the generated track.js file into the Web DevTools console window to download the .txt file. Then, I uploaded the downloaded .txt file from the viewer page, but it didn't upload. Is there something wrong with the process?

chylex commented 1 year ago

From the comment I don't know the answer to whether you downloaded the viewer. There's no need to use vs code to use DHT, but if you're using vs code to build the tracker in the first place then why not also build the viewer?

seroihub commented 1 year ago

We've also built the viewer and created an .html file. Was I supposed to open that bld/viewer.html file and use it in offline mode? I thought that particular viewer page was something else.

https://dht.chylex.com/browser-only/build/viewer.html So what is the link above?

chylex commented 1 year ago

You're supposed to download https://dht.chylex.com/browser-only/build/viewer.html and use it offline. If that still doesn't work, check if the browser console shows any errors.