Electron not formatting UI correctly

otc

Junior Member
Joined
Jan 16, 2022
Messages
106
Reaction score
30
Hi all, I’ve purchased an instagram bot off a freelancer from BHW. Everything works perfect but the UI layout is all wrong. The developer says that it’s because the electron for jarva isn’t working. I used npm install electron --save-dev to download electron and it downloaded fine, is this the right version? or is there anything i can do to fix it?
 
ask the seller, and check if he offer support.
 
ask the seller, and check if he offer support.
They do, but they have a very long waiting list. if anyone has any suggestions it would be appreciated as i would try to fix myself
 
The UI layout was wrong => maybe there has the issue with the style files => check the path to style files to make sure the path correct
 
The UI layout was wrong => maybe there has the issue with the style files => check the path to style files to make sure the path correct
Hi, thank you for replying, i’m not the best coder, i know how to add a new path but what do you mean by a style parh
 
Hi, thank you for replying, i’m not the best coder, i know how to add a new path but what do you mean by a style parh
Electron use html, css to render UI, so please check files `css` to make sure it's correct
 
Hi, thank you for replying, i’m not the best coder, i know how to add a new path but what do you mean by a style pattern
Electron use html, css to render UI, so please check files `css` to make sure it's correct
https://www.dropbox.com/s/wqclohi3ga9klvi/Archive.zip?dl=0 this is this link to the file

i’ll send set up instruction

Hi, first download MySQL from this Link https://dev.mysqL.com/downloads/installer/ and install it. When you get to screen where it says setup root password, for password type "ivananna" (without ") Than start mysql with CMD which I would show you rn - "mysql -u root -p" Next step is to create database and all tables Into console type:

Hi, first download MySQL from this Link https://dev.mysqL.com/downloads/installer/ and install it. When you get to screen where it says setup root password, for password type "ivananna" (without ") Than start mysql with CMD which I would show you rn - "mysql -u root -p" Next step is to create database and all tables Into console type:
CREATE DATABASE instagram; USE instagram; After that we would need to create tables CREATE TABLE IF NOT EXISTS accounts accountId INT NOT NULL PRIMARY KEY,

CREATE DATABASE instagram; USE instagram; After that we would need to create tables CREATE TABLE IF NOT EXISTS accounts accountId INT NOT NULL PRIMARY KEY,
https://www.python.org/. Make sure to check checkbox for ADD TO PATH when installing. Install all libraries with "python -m pip install -r req. txt" Install NodeJS from their website https://nodejs.dev/ and make sure that pm is installed too. Next is to install elector with npe https://www.electronjs.org/docs/latest/tutorial/installation

https://www.python.org/. Make sure to check checkbox for ADD TO PATH when installing. Install all libraries with "python -m pip install -r req. txt" Install NodeJS from their website https://nodejs.dev/ and make sure that pm is installed too. Next is to install elector with npe https://www.electronjs.org/docs/latest/tutorial/installation
for some reason i can’t copy abs paste everything
 
What is this thread about? Electron or Mysql? If it is about Electron, please describe what you mean by "not working".
 
First try running it as administrator, might be an issue with permissions.

Do you want to edit the code? If not ask him to convert it to an exe file with the electron-winstaller & electron-packager library to make it easier for you to run.
If you do want to edit everything and make it your own, check if you installed the same version.. of NodeJS, electron and the packages as the developer.
 
What is this thread about? Electron or Mysql? If it is about Electron, please describe what you mean by "not working".
everything in the code works, like the functions but i can’t open the file. the guy says it’s because either java or electron hasn’t been installed correctly i’ve tried everything i can but it won’t open
 
everything in the code works, like the functions but i can’t open the file. the guy says it’s because either java or electron hasn’t been installed correctly i’ve tried everything i can but it won’t open
First try running it as administrator, might be an issue with permissions.

Do you want to edit the code? If not ask him to convert it to an exe file with the electron-winstaller & electron-packager library to make it easier for you to run.
If you do want to edit everything and make it your own, check if you installed the same version.. of NodeJS, electron and the packages as the developer.
What is this thread about? Electron or Mysql? If it is about Electron, please describe what you mean by "not working".
if someone has a telegram, and would help me if i screenshare i’d be happy to pay 20
dollars if they can figure it out. It’s only a small thing. PM me @chunkymatt . If you help me and it works i’ll pay the money :)
 
Back
Top