converge / instapy-dashboard

(discontinued) InstaPy Dashboard developed using React.js and Node.js
GNU Affero General Public License v3.0
218 stars 44 forks source link

Not working with multiples DB #22

Closed danielbeltejar closed 5 years ago

danielbeltejar commented 5 years ago

Last InstaPy update broke project

danielbeltejar commented 5 years ago

I'm facing similar issue when running multiple account , the sqlite get locked up. I guess, one way to have the Dashboard support with Settings.database_location = "./db/instapy_{}.db".format('account1') is do sometihing similar in the routes.js to accept a parameter with the username account1 ...

Originally posted by @CharlesCCC in https://github.com/converge/instapy-dashboard/issues/20#issuecomment-479986379

converge commented 5 years ago

Hey @danenco, this solution they found is a workaround, I won't reflect it for the dashboard. Maybe soon we will have a definitive solution and I can follow their changes for the dashboard.