PlasmoHQ / bpp

πŸš€ Browser Platform Publisher
MIT License
161 stars 11 forks source link

[BUG] SyntaxError: Unexpected end of JSON input with firefox and edge #85

Open libreom opened 11 months ago

libreom commented 11 months ago

What happened?

A bug happened! This is the error I am facing on my github actions. Please help https://github.com/libreom/predirect/actions/runs/7157655020/job/19488824749


Run PlasmoHQ/bpp@v[3](https://github.com/libreom/predirect/actions/runs/7157655020/job/19488824749#step:5:3)
  with:
    keys: ***
    chrome-file: chrome.zip
    firefox-file: firefox.xpi
    edge-file: chrome.zip
    edge-notes: Add redirection for new sites
    version-file: src/manifest.json
    verbose: true
🟣 Plasmo Browser Platform Publish v3
🟑 QUEUE  | Prepare for chrome submission
Info chrome: Step 1) Updating extension with ID aiillidfcgfckfhkpiakhkkpbkknagnp
🟑 QUEUE  | Prepare for firefox submission
🟑 QUEUE  | Prepare for edge submission
Error: πŸ”΄ ERROR  | SyntaxError: Unexpected end of JSON input
Error: πŸ”΄ ERROR  | SyntaxError: Unexpected end of JSON input
Error: πŸ”΄ ERROR  | SyntaxError: Unexpected end of JSON input```

### Which browsers are you seeing the problem on?

Microsoft Edge, Firefox

### Relevant log output

_No response_

### Code of Conduct

- [X] I agree to follow this project's Code of Conduct
- [X] I checked the [current issues](https://github.com/PlasmoHQ/bpp/issues?q=is%3Aopen+is%3Aissue+label%3Abug) for duplicate problems.