Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#62631 - [atom] Failed to activate the teletype package

Attached to Project: Community Packages
Opened by Pascal (pad) - Tuesday, 14 May 2019, 09:21 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 16 July 2019, 17:09 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Issue on teletype : https://github.com/atom/teletype/issues/222 https://github.com/atom/teletype/issues/446

> 50Wliu commented 9 days ago
> As this issue is happening exclusively with unofficial distributions, I'm locking this.

[Enter steps to reproduce:]

1. launch atom with teletype

**Atom**: 1.36.1 x64
**Electron**: 4.1.4
**OS**: linux 5.0.13-arch1-1-ARCH
**Thrown From**: [teletype](https://github.com/atom/teletype) package 0.13.3


### Stack Trace

Failed to activate the teletype package

```
At Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".


EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".

at Function (<anonymous>)
at /packages/teletype/node_modules/@atom/teletype-client/lib/teletype-client_pb.js:12:14)
at /packages/teletype/node_modules/@atom/teletype-client/lib/teletype-client_pb.js:5561:3)
at Module._compile (/usr/lib/atom/src/native-compile-cache.js:87:30)
at Object.value [as .js] (/usr/lib/atom/src/compile-cache.js:235:23)
at Module.load (internal/modules/cjs/loader.js:602:32)
at tryModuleLoad (internal/modules/cjs/loader.js:541:12)
at Function.Module._load (internal/modules/cjs/loader.js:533:3)
at Module.require (internal/modules/cjs/loader.js:640:17)
at require (/usr/lib/atom/src/native-compile-cache.js:47:27)
at /packages/teletype/node_modules/@atom/teletype-client/lib/router.js:2:25)
at /packages/teletype/node_modules/@atom/teletype-client/lib/router.js:135:3)
at Module._compile (/usr/lib/atom/src/native-compile-cache.js:87:30)
at Object.value [as .js] (/usr/lib/atom/src/compile-cache.js:235:23)
at Module.load (internal/modules/cjs/loader.js:602:32)
at tryModuleLoad (internal/modules/cjs/loader.js:541:12)
at Function.Module._load (internal/modules/cjs/loader.js:533:3)
at Module.require (internal/modules/cjs/loader.js:640:17)
at require (/usr/lib/atom/src/native-compile-cache.js:47:27)
at /packages/teletype/node_modules/@atom/teletype-client/lib/portal.js:3:16)
at /packages/teletype/node_modules/@atom/teletype-client/lib/portal.js:731:3)
at Module._compile (/usr/lib/atom/src/native-compile-cache.js:87:30)
at Object.value [as .js] (/usr/lib/atom/src/compile-cache.js:235:23)
at Module.load (internal/modules/cjs/loader.js:602:32)
at tryModuleLoad (internal/modules/cjs/loader.js:541:12)
at Function.Module._load (internal/modules/cjs/loader.js:533:3)
at Module.require (internal/modules/cjs/loader.js:640:17)
at require (/usr/lib/atom/src/native-compile-cache.js:47:27)
at /packages/teletype/node_modules/@atom/teletype-client/lib/teletype-client.js:5:16)
at /packages/teletype/node_modules/@atom/teletype-client/lib/teletype-client.js:197:3)
```

### Commands

```
```

### Non-Core Packages

```
atom-jinja2 0.6.0
atom-mermaid 3.3.1
autocomplete-ansible 0.1.24
autocomplete-emojis 2.5.0
compare-files 0.8.1
file-icons 2.1.32
gist 1.1.0
language-ansible 0.2.2
language-docker 1.1.8
language-hugo 0.5.1
language-markdown 0.29.0
markdown-pdf 2.2.0
markdown-preview-enhanced 0.15.10
pigments 0.40.2
split-diff 1.6.0
teletype 0.13.3
tool-bar 1.1.11
tool-bar-almighty 0.9.0
tree-view-git-status 1.5.2
```

This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 16 July 2019, 17:09 GMT
Reason for closing:  Fixed
Comment by Pascal (pad) - Thursday, 16 May 2019, 08:17 GMT
update of atom and teletype fix this issue

- community/atom 1.37.0-2
- teletype@0.13.4

Loading...