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

tracker says The selected channel is not visible in the channel list #127

Closed The-Stellaris-Effect closed 3 years ago

The-Stellaris-Effect commented 3 years ago

discord seems to have updated which broke the tracker

Gnomey123 commented 3 years ago

yeah, I'm getting it too

guerra321 commented 3 years ago

I saw this issue too. This has something to do with the exact channel element not having the react metadata. My solution is to go from the top channel tree and iterate until you find the channel with channel.selected == true. I can put in a pull request after I implement it.

guerra321 commented 3 years ago

Pull request submitted. Feel free to integrate it and paste it into your userscripts if you need it right now while we are waiting for chylex.

chylex commented 3 years ago

Updated.