-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
White Screen - No PineSam #131
Comments
did you try the compiled version? |
Same result. Not sure what is messing up. The Pinecil V2 works with Joirc's web app. |
do you see any errors in terminal? it sounds like python backend is crashing. |
I will check in a bit. This is also on Windows 10 if that makes an anthill. |
if you have some time, try this:
and in the other one:
then you should be able to open http://localhost:8080 this is for the "dev" version (not the compiled one) |
PineSAM\backend [ ﱔ ] via 🐍 v3.10.9 And PineSAM\ui [ ﱔ ] via v18.15.0 via 🐍 v3.10.9
VITE v4.1.4 ready in 4510 ms ➜ Local: http://localhost:8080/ Still a blank webpage. |
on Bright note, at least on Windows10, Ltan doesn't have the additional "access denied" to esbuild. maybe something with extra security in win11. don't know what esbuild does yet to fig it out yet. |
@LtanHonor do you mean blank page as in there's absolutely nothing on it? or blank as in no data, i.e. like this |
This is new: 08:05:17.266::INFO::Found pinecil at C4:D7:FD:D7:4F:91 |
ok it looks like something is missing in the OS, blank screen means that UI couldn't start at all. unfortunately without access to a windows machine, I can't help much further. |
for me, either a permission was wrong or some needed app was not installed; I have Windows 11 though. @StevenSeifried / LeCaNo from pinecil chat has Windows10 and got it working (try asking him in live chat to help as they will have more similar setup) since I have Windows 11, and I installed a different python 3.11 I'm not sure. I've never had it be just an all white screen in the browser so not sure how to help. |
Steps I followed exactly:
|
We've been over that multiple times River. I will just consider the issue closed as it is something on my system and I don't have time to put towards tracking it down. The application looks great! I just won't be able to take advantage of it atm. |
While attempting to setup PineSAM, everything appeared to go well.
Current Versions
Python 3.10.9 <---> version 3.11 has been used as well
pipenv-2023.3.20
Node-v18.15.0-x64
Browsers Used : Chrome | Firefox | Vivaldi | Brave
setup-dev.bat results:
PineSAM [ ﱔ ]
ᴥ .\setup-dev.bat
Requirement already satisfied: bleak in c:\users\ltanh\appdata\roaming\python\python310\site-packages (0.20.1)
Requirement already satisfied: websockets in c:\users\ltanh\appdata\roaming\python\python310\site-packages (10.4)
Requirement already satisfied: requests in c:\users\ltanh\appdata\roaming\python\python310\site-packages (2.28.2)
Requirement already satisfied: bleak-winrt<2.0.0,>=1.2.0 in c:\users\ltanh\appdata\roaming\python\python310\site-packages (from bleak) (1.2.0)
Requirement already satisfied: async-timeout<5,>=3.0.0 in c:\users\ltanh\appdata\roaming\python\python310\site-packages (from bleak) (4.0.2)
Requirement already satisfied: idna<4,>=2.5 in c:\users\ltanh\appdata\roaming\python\python310\site-packages (from requests) (3.4)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\ltanh\appdata\roaming\python\python310\site-packages (from requests) (1.26.15)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\ltanh\appdata\roaming\python\python310\site-packages (from requests) (2022.12.7)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\ltanh\appdata\roaming\python\python310\site-packages (from requests) (3.1.0)
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
added 268 packages, and audited 269 packages in 10s
50 packages are looking for funding
run
npm fund
for detailsfound 0 vulnerabilities
run-dev.bat results:
PineSAM [ ﱔ ]
ᴥ .\run-dev.bat
20:25:10.498::INFO::Starting pinecil monitor
20:25:10.498::INFO::waiting for pinecil...
20:25:10.500::INFO::Detecting "pinecil"...
20:25:10.553::INFO::server listening on 0.0.0.0:12999
VITE v4.1.4 ready in 418 ms
➜ Local: http://localhost:8080/
➜ Network: http://192.168.4.100:8080/
➜ press h to show help
ERROR: The process with PID 0 could not be terminated.
Reason: This is critical system process. Taskkill cannot end this process.
ERROR: The process "0" not found.
PineSAM [ ﱔ ] took 2s
❯ 20:25:15.567::INFO::Found pinecil at C4:D7:FD:D7:4F:91
Then the webpage just sits at a white screen with PineSAM as the tab label.
The text was updated successfully, but these errors were encountered: