Edouard127 / reddit-placebot-2023

A bot for r/place that doesn't use the api
MIT License
87 stars 15 forks source link

panic: Please add users to the users.json file? but i did #78

Closed oejzis closed 1 year ago

oejzis commented 1 year ago

Screenshot 2023-07-24 125234 Screenshot 2023-07-24 125658

GilDev commented 1 year ago

Try to cd first into the executable’s directory and then launch the script there. Be sure your users.json file is in the “data” directory alongside the executable.

Obelisx commented 1 year ago

Try to cd first into the executable’s directory and then launch the script there. Be sure your users.json file is in the “data” directory alongside the executable.

I'm using PowerShell on the directory, but my accounts won't login. It's showing

Waiting for login to finish...
2023-07-25T01:21:52.979+0200    ERROR   reddit-placebot-2023-master/client.go:69        Login failed    {"username": "", "username": ""}
main.(*Client).Login
        C:/Users/X/OneDrive/Desktop/reddit-placebot-2023-master/client.go:69
main.main.func1
        C:/Users/X/OneDrive/Desktop/reddit-placebot-2023-master/main.go:33
2023-07-25T01:21:57.461+0200    ERROR   reddit-placebot-2023-master/client.go:69        Login failed    {"username": "", "username": ""}
main.(*Client).Login
        C:/Users/lhoog/OneDrive/Desktop/reddit-placebot-2023-master/client.go:69
main.main.func1
        C:/Users/X/OneDrive/Desktop/reddit-placebot-2023-master/main.go:33
Login finished!
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x8 pc=0x50a3cf]

goroutine 1 [running]:
main.(*Board).GetDifferentData(0xa218090)
        C:/Users/X/OneDrive/Desktop/reddit-placebot-2023-master/board.go:43 +0x7f
main.(*Worker).Run(0xa206260)
        C:/Users/X/OneDrive/Desktop/reddit-placebot-2023-master/worker.go:37 +0x4e
main.main()
        C:/Users/X/OneDrive/Desktop/reddit-placebot-2023-master/main.go:47 +0x5b8

Any idea what this could be? the json file is filled in correctly.