Alterius Omega

Results 6 comments of Alterius Omega

I'm getting the same error on the 60D. Below is the full error I'm seeing: `2020-07-16 17:42:01,436 - octolapse.script - ERROR - Error output (stderr) for 'Canon 60D - Snapshot...

Here's more information. This is for a simple e-store Angular application using Firebase and Angularfire. Below is my app.module.ts: ``` import { NgModule } from '@angular/core'; import { BrowserModule }...

I found [this Stack Overflow post](https://stackoverflow.com/questions/40563140/error-no-firebase-app-default-has-been-created-call-firebase-app-initiali) with a workaround by putting this outside of @ngModule: `firebase.initializeApp(environment.firebase);` But of course this no longer works because there have been breaking changes since...

I finally found [this Stack Overflow post and used the version numbers](https://stackoverflow.com/questions/77049688/unable-to-use-angular-fire-storage-firebaseerror-firebase-no-firebase-app-d) they laid out for Angularfire, Firebase and rxfire and it fixed the issue. It seems like this is...

Just tested this and yes mine also needs to be at _ff_ to be as loud as editing which is pretty annoying. It would be great to have a setting...

> You can also use the pyscript `Element` api to do this (the tutorials from the docs tend to use this) > > https://docs.pyscript.net/latest/reference/API/element.html Link is dead, just goes to...