-
Notifications
You must be signed in to change notification settings - Fork 3
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
SSID isn't broadcast on boot #34
Comments
After viewing the boot output on a monitor I can now confirm there is some issue with the comitup service failing to start. |
Looks like it was a problem with the NetworkManager service running `sudo systemctl enable NetworkManager.service' and rebooting solved the issue. I'm not going to close this because I still have have nothing being outputted to the screen. |
The tinyticker services weren't in the correct folder running
resolved this, however the services were failing to start so they had to be modified as per the PR i've made here #35 There now seems to be an issue with yfinance not being able to pull the data correctly, updating to the latest version with
this did not resolve the issue but is likely required as it includes a number of fixes resolving issues regarding yahoo finance changes on their backend. I'm recieving
in the tinyticker logs and seemingly nothing is appearing on the display as a result. changing |
Sorry for not addressing this earlier, I will try to figure it out this week.
Were you testing during open hours of the appropriate stock exchange? EDIT: and thanks for taking the time to debug :) |
No worries at all, I appreciate the response, would still love to get this working and contribute to the project myself as it's by far the most user friendly rpi zero stock ticker. I was testing with TSLA on the NASDAQ at about 4pm GMT so all my testing should have been within open hours. Interestingly with no change on my part it stopped displaying a chart and started printing code to the screen as shown in the picture below. This stumped me at the time so I've not looked back into it since I'll see if I can gather some more info for you tomorrow. |
hmm it looks like it is displaying a partial crash log, would be good to see the full log. On my end, I spent some time to update the tinyticker image hoping it would solve your issues, but I'm having issues getting anything to display at all on my rpi, even with the waveshare examples... so it is taking me longer than I expected to address this. Will keep trying and keep you posted. |
Ok I got it working again on my end. I updated the image on the drive, https://drive.google.com/drive/folders/1U-PGzkOtSynN6FGDq2MsXF9kXGdkzd0D?usp=share_link can you try it? |
Got it working but it required running
and adding I need to reset comitup and package up this pi as it was supposed to be a christmas gift for someone but tomorrow I'll take a look at the pi-gen repo and see if I can figure out why the service files aren't ending up in the image. I appreciate the help. |
Oh I should probably mention that I did also try to enable the service files as the tinyticker user but still ran into the same issue as before, the only thing that's worked is editing the service files and enabling them as root |
I'm glad the other issues were solved.
The files are ending up in the image, they are configured as user services and are placed in the I think I solved the issue, see loiccoyle/pi-gen@c11bb69 from what I can tell it was caused by the service file not being able to connect the So instead I move the log directory creation to the image building step which is cleaner anyway. I am building the image one last time and will do a final test. |
As far as I can tell it is fixed now. I'll close this, feel free to reopen it if this issue comes up again :) |
Hey, I'm not sure if I have an incompatible board or something but whenever I attempt to flash an sd and boot it in a pi zero w 1.1 I'm unable to find a broadcasted wifi network from the device, nor am I able to connect to it via a usb ethernet adapter.
It also doesn't write anything to the display, I'm using a waveshare 2.13 v3.
Weirdly a blank comitup image works but then after installing tinyticker the services always exit out with an error code and nothing is written to the screen.
The text was updated successfully, but these errors were encountered: