Giter Club home page Giter Club logo

kittygramupload's Introduction

Hi there ๐Ÿ‘‹, I'm Martina - nice to e-meet you

  • ๐Ÿ”ญ Iโ€™m currently working on an PokeDex App with image/video recognition, built with Angular, TensorFlow and .NET Core
  • ๐ŸŒฑ Iโ€™m currently learning a lot about image/video recognition ๐Ÿ˜ผ
  • ๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป I'm a self-employed trainer and consultant
  • ๐Ÿ…ฐ๏ธ Google Developer Expert for Angular (since 2019)
  • ๐Ÿ’ฌ Ask me about all the things Angular or reactive Programming (RxJS)
  • ๐Ÿ…ฐ๏ธ I'm organizer of germans biggest Angular Conference NG-DE
  • ๐Ÿ“ซ How to reach me: @MartinaKraus11
  • ๐Ÿ˜„ Pronouns: she/her
  • โšก Fun fact: I can recall all dialogs in Disney's The lion King by heart ๐Ÿฆ
  • ๐Ÿˆ I have a crazy cat called Lenny

kittygramupload's People

Contributors

dependabot[bot] avatar martinakraus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

kittygramupload's Issues

ERROR TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))

error is here:
//
private spreadsheet(spreadsheetControl: AbstractControl): { [key: string]: boolean } | null {
if (spreadsheetControl.value) {
console.log('rabek??')

 //error on this line: const [ourSpreadSheet] = spreadsheetControl.value.files;
  console.log('rabek?')
  return this.utilService.validateFile(ourSpreadSheet)
    ? null
    : {
        spreadsheet: true,
      };
}
return;

}

ERROR TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
at SettingsComponent.spreadsheet (settings.component.ts:125)
at forms.js:751
at Array.map ()
at executeValidators (forms.js:751)
at FormControl._composedValidatorFn (forms.js:705)
at FormControl._runValidator (forms.js:1801)
at FormControl.updateValueAndValidity (forms.js:1778)
at FormControl.setValue (forms.js:2176)
at updateControl (forms.js:4334)
at DefaultValueAccessor.onChange (forms.js:4319)

CONFIGURATION_NOT_FOUND

When I click the fingerprint icon on the top right, I get the following error:

{"error":{"code":400,"message":"CONFIGURATION_NOT_FOUND","errors":[{"message":"CONFIGURATION_NOT_FOUND","domain":"global","reason":"invalid"}]}}

I have put my API key, etc. into

environment.prod.ts
environment.ts

and recompiled, but it keeps throwing this error.

What could I check?

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.