get-got / discord-downloader-go

A Discord bot program to download and otherwise handle files sent in Discord channels with extensive configuration. Can be used as a genuine Discord Bot or user account / self-bot
MIT License
277 stars 31 forks source link

Discord Login Failed #80

Closed JoshVoltix closed 1 year ago

JoshVoltix commented 1 year ago

Hello, I am running into an issue on all versions, except 1.6.7 which I cant use because its a selfbot, The current issue i have on my raspberrypi which runs a arm (non 64bit) version, is when I start the program I get this issue in this screenshot: https://i.imgur.com/CJg6AQi.png

Sometimes the work around is deleting the program, downloading a new one and its runs fine on the first startup, but if it crashes or closes, that error is always repeatable. Deleting cache and database does not help. Creating a new settings.json file doesnt work. Also it seems like the 1669- number does change time to time but it always starts with 1669-.

I can log into the account just fine as well. Worked fine for months before this randomly started happening.

get-got commented 1 year ago

A few other users have reported this issue and we've somewhat figured out where it's failing but it's tricky to figure out the cause.

As for v1.6.7, only the latest-api version is for genuine bots only, the main version will still work for self bots.

JoshVoltix commented 1 year ago

Oh, okay. I'll try 1.6.7 later on. Thanks.

edit: github noob here, sorry

fdamstra commented 1 year ago

Same issue here. It's been running great for a few months, but a few days ago the container restarted and ever since I'm getting:

│ 2022/12/08 04:22:55 main.go:509: [Discord] Discord login failed:    strconv.ParseInt: parsing "1670374338.623": invalid syntax      │
│ 2022/12/08 04:22:55 common.go:38: [EXIT IN 15 SECONDS]  Uptime was 6 seconds 366 milliseconds 60 microseconds ...                   

I'm also on ARM64.