Code Monkey home page Code Monkey logo

gpt3-writer-extension-starter's Introduction

gpt3-writer-extension-starter's People

Contributors

adilanchian avatar almostefficient avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gpt3-writer-extension-starter's Issues

chrome.runtime.onMessage.addListener seems not listening on the message we send.

Hi, I am stuck at Injecting into the Calmly webpage. I have followed the https://buildspace.so/p/build-ai-writing-assistant-gpt3/lessons/inject-into-a-webpage and final repo, but the error below still occur and the result from API can't be injected on the Calmly. Any help would be appreciated. Thank you.

Chrome version: Version 108.0.5359.99 (Official Build) (64-bit)

image
Unchecked runtime.lastError: Cannot create item with duplicate id context-run Error handling response: TypeError: Cannot read properties of undefined (reading 'status') at chrome-extension://fmhgmgocffondhgalcpcllfaggcllhko/scripts/contextMenuServiceWorker.js:21:22 Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist. Error handling response: TypeError: Cannot read properties of undefined (reading 'id') at chrome-extension://fmhgmgocffondhgalcpcllfaggcllhko/scripts/contextMenuServiceWorker.js:15:31

Manifest.JSON file is outdated on the project users are likely to throw an error

Here we don't have the following section added to our Manifest.JSON file and so we can't add the key to

chrome.storage.local.get(chrome storage)


The following portion of JSON needs to be added, please update the project in buildspace

 "permissions": [
    "tabs",
    "storage"  
  ],

Without Permissions: Error
Screen Shot 2023-01-22 at 11 44 40 AM

With Permissions: Success
Screen Shot 2023-01-22 at 11 48 28 AM

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.