Steem-FOSSbot / steem-fossbot-voter

A curation bot built for the Steemit social media platform, decides which posts to vote for and casts vote on behalf of a registered user
Other
94 stars 336 forks source link

Dashboard not loading properly #102

Closed cheetoblue closed 6 years ago

cheetoblue commented 7 years ago

I seem to be getting this error when setting the bot up on one of my accounts. I only seem to get it when I make the voting account an account with a "." in the name. If I change the account to one without a "." in the name then it all works fine. Change it back and I get this as the dashboard screen again.

screen shot 2017-08-17 at 11 16 38 pm
bobinson commented 6 years ago

This is happening right now for my installation on heroku, docker on Ubuntu and Docker on MacOS

DrakahnF commented 6 years ago

An update, this morning I loaded it up out of habit and it is inexplicably working.

ghost commented 6 years ago

Well well, do you know what commit you're running from @DrakahnF ?

ghost commented 6 years ago

In a surprise move it looks like Steemit have booted up their websocket on wss://steemd.steemit.com again, probably because it broke everything. I'm sure we'll get a stern warning from @steemitdev but for the moment the bot is working. I'll make an announcement.

Rejoice!

DrakahnF commented 6 years ago

Latest / 67f3f75

bobinson commented 6 years ago

@thrize - appreciate the update. So much time wasted over this! appreciate your efforts.

ghost commented 6 years ago

Well I have to eat my words because it's steemd.steemit.com is offline again.

bobinson commented 6 years ago

bad - I will be available to test (same user name on discord and steemit.chat)

ghost commented 6 years ago

Pretty sure this is the same issue as #93, going to close as a duplicate

bobinson commented 6 years ago

docker method failing - on macOS and Ubunu GNU/Linux : anything to with the git merge ?

  1. run.sh update output
updating Voter code...
HEAD is now at 79e4ade Merge branch 'master' into docker-develop
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 11 (delta 6), reused 11 (delta 6), pack-reused 0
Unpacking objects: 100% (11/11), done.
From https://github.com/Steem-FOSSbot/steem-fossbot-voter
   67f3f75..a533372  master     -> origin/master
 * [new branch]      thrize/patch-0-2-9-2 -> origin/thrize/patch-0-2-9-2
restoring setup files...
Voter docker update finished!

git branch output:

bobinson commented 6 years ago

removed all the related files and did a fresh install and the bot works now!