Code Monkey home page Code Monkey logo

demo-capacitor-file-picker's People

Contributors

hinddeep avatar

Watchers

 avatar

Forkers

surendrak96

demo-capacitor-file-picker's Issues

Demo does not build

After installing, the demo does not build

> ng run app:build
10% building 4/4 modules 0 active(node:47972) ExperimentalWarning: The fs.promises API is experimental

ERROR in multi ./src/theme/variables.scss ./src/global.scss
Module not found: Error: Can't resolve '/Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss' in '/Users/tiago/Projects/demo-capacitor-file-picker'
resolve '/Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss' in '/Users/tiago/Projects/demo-capacitor-file-picker'
  using description file: /Users/tiago/Projects/demo-capacitor-file-picker/package.json (relative path: .)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /Users/tiago/Projects/demo-capacitor-file-picker/package.json (relative path: ./src/global.scss)
      no extension
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss doesn't exist
      .ts
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss.ts doesn't exist
      .tsx
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss.tsx doesn't exist
      .mjs
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss.mjs doesn't exist
      .js
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss.js doesn't exist
      as directory
        /Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss doesn't exist
[/Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss.ts]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss.tsx]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss.mjs]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/global.scss.js]
 @ multi ./src/theme/variables.scss ./src/global.scss styles[1]

ERROR in multi ./src/main.ts
Module not found: Error: Can't resolve '/Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts' in '/Users/tiago/Projects/demo-capacitor-file-picker'
resolve '/Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts' in '/Users/tiago/Projects/demo-capacitor-file-picker'
  using description file: /Users/tiago/Projects/demo-capacitor-file-picker/package.json (relative path: .)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /Users/tiago/Projects/demo-capacitor-file-picker/package.json (relative path: ./src/main.ts)
      no extension
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts doesn't exist
      .ts
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts.ts doesn't exist
      .tsx
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts.tsx doesn't exist
      .mjs
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts.mjs doesn't exist
      .js
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts.js doesn't exist
      as directory
        /Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts doesn't exist
[/Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts.ts]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts.tsx]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts.mjs]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/main.ts.js]
 @ multi ./src/main.ts main[0]

ERROR in multi ./node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-polyfills.js zone.js/dist/zone-legacy ./node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js ./node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-jit-polyfills.js ./src/polyfills.ts
Module not found: Error: Can't resolve '/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts' in '/Users/tiago/Projects/demo-capacitor-file-picker'
resolve '/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts' in '/Users/tiago/Projects/demo-capacitor-file-picker'
  using description file: /Users/tiago/Projects/demo-capacitor-file-picker/package.json (relative path: .)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /Users/tiago/Projects/demo-capacitor-file-picker/package.json (relative path: ./src/polyfills.ts)
      no extension
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts doesn't exist
      .ts
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.ts doesn't exist
      .tsx
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.tsx doesn't exist
      .mjs
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.mjs doesn't exist
      .js
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.js doesn't exist
      as directory
        /Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts doesn't exist
[/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.ts]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.tsx]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.mjs]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.js]
 @ multi ./node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-polyfills.js zone.js/dist/zone-legacy ./node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js ./node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/es5-jit-polyfills.js ./src/polyfills.ts polyfills-es5[4]

ERROR in multi ./src/polyfills.ts ./node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js
Module not found: Error: Can't resolve '/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts' in '/Users/tiago/Projects/demo-capacitor-file-picker'
resolve '/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts' in '/Users/tiago/Projects/demo-capacitor-file-picker'
  using description file: /Users/tiago/Projects/demo-capacitor-file-picker/package.json (relative path: .)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /Users/tiago/Projects/demo-capacitor-file-picker/package.json (relative path: ./src/polyfills.ts)
      no extension
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts doesn't exist
      .ts
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.ts doesn't exist
      .tsx
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.tsx doesn't exist
      .mjs
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.mjs doesn't exist
      .js
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.js doesn't exist
      as directory
        /Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts doesn't exist
[/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.ts]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.tsx]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.mjs]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/polyfills.ts.js]
 @ multi ./src/polyfills.ts ./node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js polyfills[0]

ERROR in multi ./src/theme/variables.scss ./src/global.scss
Module not found: Error: Can't resolve '/Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss' in '/Users/tiago/Projects/demo-capacitor-file-picker'
resolve '/Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss' in '/Users/tiago/Projects/demo-capacitor-file-picker'
  using description file: /Users/tiago/Projects/demo-capacitor-file-picker/package.json (relative path: .)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /Users/tiago/Projects/demo-capacitor-file-picker/package.json (relative path: ./src/theme/variables.scss)
      no extension
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss doesn't exist
      .ts
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss.ts doesn't exist
      .tsx
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss.tsx doesn't exist
      .mjs
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss.mjs doesn't exist
      .js
        Field 'browser' doesn't contain a valid alias configuration
        /Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss.js doesn't exist
      as directory
        /Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss doesn't exist
[/Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss.ts]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss.tsx]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss.mjs]
[/Users/tiago/Projects/demo-capacitor-file-picker/src/theme/variables.scss.js]
 @ multi ./src/theme/variables.scss ./src/global.scss styles[0]

extension issue

When i give Omkara_Nadhanu-[Masstamilan.in] , a mp3 file .extension is coming as in] Also as I could not get full file name ,I cannot use other File and Filepath API.Please help

Some audio file selection gives this error::
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=5, result=-1, data=Intent { dat=content://com.android.providers.media.documents/document/audio:23779 flg=0x1 }} to activity {com.xxx.xxx/com.xxx.xxx.MainActivity}: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at android.app.ActivityThread.deliverResults(ActivityThread.java:5097)

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.