Advertisement
Guest User

Deck app_issue template

a guest
Nov 25th, 2018
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.77 KB | None | 0 0
  1. Steps to reproduce
  2. 1. Clicked icon for deck app
  3. 2. Deck app opens
  4. 3. Click "+ Crate new board"
  5. 4. Name new board "Test board"
  6. 5. Click "test board"
  7. 6. Test board opens
  8. 7. Entered name for new stack "Test1" & hit "+"
  9. 8. New Stack "Test 1" appears
  10. 9. In this stack hits "+" to enter name for the card's title "card 1" & hit "Enter"
  11. 10. and nothing
  12.  
  13. Expected behaviour
  14. after step 9, it is expected that new card will pop-up
  15.  
  16. Tell us what should happen
  17. after step 9, it is expected that new card will be available to work with it
  18.  
  19. Actual behaviour
  20. 1. no card is shown for "test1" stack
  21. 2. clicking the screen outside the card return button with "+" sign and no previsoucly created "card 1"
  22. 3. clicking on cogwheel for this board "board details" returns error "Error occured. Error while loading stack" with exclamation mark.
  23. 4. click "all board": newly creted board "test board" is shown on the left
  24. 5. while clicking on "test board" again, returns same error as in 3. above
  25.  
  26. Tell us what happens instead
  27. as in steps indicated for "Actual behaviour" above
  28.  
  29. Server configuration
  30.  
  31. Operating system:
  32. Ubuntu 18.04 x64
  33.  
  34. Web server:
  35. apache
  36.  
  37. Database:
  38. Type: mysql
  39. Version: 5.7.22
  40. Size: 1.7 MB
  41.  
  42. PHP version:
  43. Version: 7.1.22
  44. Memory Limit: 128 MB
  45. Max Execution Time: 3600
  46. Upload max size: 10 GB
  47.  
  48. Nextcloud version: (see Nextcloud admin page)
  49. 13.0.7
  50.  
  51. Updated from an older Nextcloud/ownCloud or fresh install:
  52. fresh install
  53.  
  54. Where did you install Nextcloud from:
  55. snap package
  56.  
  57. Signing status:
  58. Signing status
  59.  
  60. Login as admin user into your Nextcloud and access
  61. http://example.com/index.php/settings/integrity/failed
  62. paste the results here.
  63.  
  64. Result: No errors have been found.
  65.  
  66. List of activated apps:
  67.  
  68. Enabled:
  69. - activity: 2.6.1
  70. - comments: 1.3.0
  71. - dav: 1.4.7
  72. - deck: 0.5.0
  73. - federatedfilesharing: 1.3.1
  74. - federation: 1.3.0
  75. - files: 1.8.0
  76. - files_pdfviewer: 1.2.1
  77. - files_sharing: 1.5.0
  78. - files_texteditor: 2.5.1
  79. - files_trashbin: 1.3.0
  80. - files_versions: 1.6.0
  81. - files_videoplayer: 1.2.0
  82. - firstrunwizard: 2.2.1
  83. - gallery: 18.0.0
  84. - logreader: 2.0.0
  85. - lookup_server_connector: 1.1.0
  86. - mindmaps: 0.1.0
  87. - nextcloud_announcements: 1.2.0
  88. - notes: 2.5.0
  89. - notifications: 2.1.2
  90. - oauth2: 1.1.1
  91. - onlyoffice: 2.0.4
  92. - ownpad: 0.6.8
  93. - password_policy: 1.3.0
  94. - provisioning_api: 1.3.0
  95. - quicknotes: 0.1.4
  96. - serverinfo: 1.3.0
  97. - sharebymail: 1.3.0
  98. - spreed: 3.2.6
  99. - survey_client: 1.1.0
  100. - systemtags: 1.3.0
  101. - tasks: 0.9.7
  102. - theming: 1.4.5
  103. - twofactor_backupcodes: 1.2.3
  104. - workflowengine: 1.3.0
  105. Disabled:
  106. - admin_audit
  107. - encryption
  108. - files_external
  109. - user_external
  110. - user_ldap
  111.  
  112. If you have access to your command line run e.g.:
  113. sudo -u www-data php occ app:list
  114. from within your Nextcloud installation folder
  115.  
  116.  
  117.  
  118. The content of config/config.php:
  119. Config report
  120.  
  121.  
  122. "system": {
  123. "apps_paths": [
  124. {
  125. "path": "\/snap\/nextcloud\/current\/htdocs\/apps",
  126. "url": "\/apps",
  127. "writable": false
  128. },
  129. {
  130. "path": "\/var\/snap\/nextcloud\/current\/nextcloud\/extra-apps",
  131. "url": "\/extra-apps",
  132. "writable": true
  133. }
  134. ],
  135. "supportedDatabases": [
  136. "mysql"
  137. ],
  138. "memcache.locking": "\\OC\\Memcache\\Redis",
  139. "memcache.local": "\\OC\\Memcache\\Redis",
  140. "redis": {
  141. "host": "***REMOVED SENSITIVE VALUE***",
  142. "port": 0
  143. },
  144. "passwordsalt": "***REMOVED SENSITIVE VALUE***",
  145. "secret": "***REMOVED SENSITIVE VALUE***",
  146. "trusted_domains": [
  147. "localhost",
  148. "afflatus.live"
  149. ],
  150. "datadirectory": "***REMOVED SENSITIVE VALUE***",
  151. "overwrite.cli.url": "http:\/\/localhost",
  152. "dbtype": "mysql",
  153. "version": "13.0.7.2",
  154. "dbname": "***REMOVED SENSITIVE VALUE***",
  155. "dbhost": "***REMOVED SENSITIVE VALUE***",
  156. "dbport": "",
  157. "dbtableprefix": "oc_",
  158. "mysql.utf8mb4": true,
  159. "dbuser": "***REMOVED SENSITIVE VALUE***",
  160. "dbpassword": "***REMOVED SENSITIVE VALUE***",
  161. "installed": true,
  162. "instanceid": "***REMOVED SENSITIVE VALUE***",
  163. "mail_smtpmode": "php",
  164. "mail_smtpauthtype": "LOGIN",
  165. "mail_from_address": "***REMOVED SENSITIVE VALUE***",
  166. "mail_domain": "***REMOVED SENSITIVE VALUE***",
  167. "loglevel": 2,
  168. "maintenance": false,
  169. "mail_smtpsecure": "ssl"
  170. },
  171. "apps": {
  172. "activity": {
  173. "enabled": "yes",
  174. "installed_version": "2.6.1",
  175. "types": "filesystem"
  176. },
  177. "backgroundjob": {
  178. "lastjob": "245"
  179. },
  180. "comments": {
  181. "enabled": "yes",
  182. "installed_version": "1.3.0",
  183. "types": "logging"
  184. },
  185. "core": {
  186. "backgroundjobs_mode": "cron",
  187. "installedat": "1539112040.2581",
  188. "lastcron": "1543149235",
  189. "lastupdatedat": "0",
  190. "moveavatarsdone": "yes",
  191. "oc.integritycheck.checker": "[]",
  192. "previewsCleanedUp": "1",
  193. "public_files": "files_sharing\/public.php",
  194. "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
  195. "scss.variables": "265479c30fa4de8cd804b92b8158098e",
  196. "umgmt_send_email": "true",
  197. "umgmt_show_backend": "false",
  198. "umgmt_show_email": "true",
  199. "umgmt_show_last_login": "true",
  200. "umgmt_show_storage_location": "true",
  201. "vendor": "nextcloud"
  202. },
  203. "dav": {
  204. "enabled": "yes",
  205. "installed_version": "1.4.7",
  206. "types": "filesystem"
  207. },
  208. "deck": {
  209. "enabled": "yes",
  210. "installed_version": "0.5.0",
  211. "types": "logging"
  212. },
  213. "federatedfilesharing": {
  214. "enabled": "yes",
  215. "installed_version": "1.3.1",
  216. "types": ""
  217. },
  218. "federation": {
  219. "enabled": "yes",
  220. "installed_version": "1.3.0",
  221. "types": "authentication"
  222. },
  223. "files": {
  224. "cronjob_scan_files": "500",
  225. "enabled": "yes",
  226. "installed_version": "1.8.0",
  227. "types": "filesystem"
  228. },
  229. "files_pdfviewer": {
  230. "enabled": "yes",
  231. "installed_version": "1.2.1",
  232. "types": ""
  233. },
  234. "files_sharing": {
  235. "enabled": "yes",
  236. "installed_version": "1.5.0",
  237. "types": "filesystem"
  238. },
  239. "files_texteditor": {
  240. "enabled": "yes",
  241. "installed_version": "2.5.1",
  242. "types": ""
  243. },
  244. "files_trashbin": {
  245. "enabled": "yes",
  246. "installed_version": "1.3.0",
  247. "types": "filesystem"
  248. },
  249. "files_versions": {
  250. "enabled": "yes",
  251. "installed_version": "1.6.0",
  252. "types": "filesystem"
  253. },
  254. "files_videoplayer": {
  255. "enabled": "yes",
  256. "installed_version": "1.2.0",
  257. "types": ""
  258. },
  259. "firstrunwizard": {
  260. "enabled": "yes",
  261. "installed_version": "2.2.1",
  262. "types": "logging"
  263. },
  264. "gallery": {
  265. "enabled": "yes",
  266. "installed_version": "18.0.0",
  267. "types": ""
  268. },
  269. "logreader": {
  270. "enabled": "yes",
  271. "installed_version": "2.0.0",
  272. "ocsid": "170871",
  273. "types": ""
  274. },
  275. "lookup_server_connector": {
  276. "enabled": "yes",
  277. "installed_version": "1.1.0",
  278. "types": "authentication"
  279. },
  280. "mindmaps": {
  281. "enabled": "yes",
  282. "installed_version": "0.1.0",
  283. "types": ""
  284. },
  285. "nextcloud_announcements": {
  286. "enabled": "yes",
  287. "installed_version": "1.2.0",
  288. "pub_date": "Sat, 10 Dec 2016 00:00:00 +0100",
  289. "types": "logging"
  290. },
  291. "notes": {
  292. "enabled": "yes",
  293. "installed_version": "2.5.0",
  294. "types": ""
  295. },
  296. "notifications": {
  297. "enabled": "yes",
  298. "installed_version": "2.1.2",
  299. "types": "logging"
  300. },
  301. "oauth2": {
  302. "enabled": "yes",
  303. "installed_version": "1.1.1",
  304. "types": "authentication"
  305. },
  306. "onlyoffice": {
  307. "enabled": "yes",
  308. "installed_version": "2.0.4",
  309. "skey": "1539676706893",
  310. "types": "filesystem"
  311. },
  312. "ownpad": {
  313. "enabled": "yes",
  314. "installed_version": "0.6.8",
  315. "ownpad_ethercalc_enable": "yes",
  316. "ownpad_etherpad_enable": "yes",
  317. "types": ""
  318. },
  319. "password_policy": {
  320. "enabled": "yes",
  321. "installed_version": "1.3.0",
  322. "types": ""
  323. },
  324. "provisioning_api": {
  325. "enabled": "yes",
  326. "installed_version": "1.3.0",
  327. "types": "prevent_group_restriction"
  328. },
  329. "quicknotes": {
  330. "enabled": "yes",
  331. "installed_version": "0.1.4",
  332. "types": ""
  333. },
  334. "serverinfo": {
  335. "enabled": "yes",
  336. "installed_version": "1.3.0",
  337. "types": ""
  338. },
  339. "sharebymail": {
  340. "enabled": "yes",
  341. "installed_version": "1.3.0",
  342. "types": "filesystem"
  343. },
  344. "spreed": {
  345. "enabled": "yes",
  346. "installed_version": "3.2.6",
  347. "signaling_ticket_secret": //__________//
  348. "stun_servers": "[\"stun.nextcloud.com:443\"]",
  349. "types": "prevent_group_restriction"
  350. },
  351. "survey_client": {
  352. "enabled": "yes",
  353. "installed_version": "1.1.0",
  354. "types": ""
  355. },
  356. "systemtags": {
  357. "enabled": "yes",
  358. "installed_version": "1.3.0",
  359. "types": "logging"
  360. },
  361. "tasks": {
  362. "enabled": "yes",
  363. "installed_version": "0.9.7",
  364. "types": ""
  365. },
  366. "theming": {
  367. "backgroundMime": "backgroundColor",
  368. "cachebuster": "12",
  369. "color": "#444444",
  370. "enabled": "yes",
  371. "installed_version": "1.4.5",
  372. "logoMime": "image\/jpeg",
  373. "name": "Afflatus Lab for Smartvizit",
  374. "slogan": "Si Vales Valeo!",
  375. "types": "logging",
  376. "url": "https:\/\/afflatus.live"
  377. },
  378. "twofactor_backupcodes": {
  379. "enabled": "yes",
  380. "installed_version": "1.2.3",
  381. "types": ""
  382. },
  383. "workflowengine": {
  384. "enabled": "yes",
  385. "installed_version": "1.3.0",
  386. "types": "filesystem"
  387. }
  388. }
  389. }
  390.  
  391.  
  392.  
  393. Are you using external storage, if yes which one: local/smb/sftp/…
  394. no
  395.  
  396. Are you using encryption:
  397. no
  398.  
  399.  
  400. Client configuration
  401.  
  402. Browser:
  403. Firefox Quantum 63.0.3 (64-bit)
  404.  
  405. Operating system:
  406. MacOS 10.11.6
  407. Logs
  408. Web server error log
  409. Web server error log
  410. ``` Insert your webserver log here ``
  411.  
  412. missing piece
  413.  
  414. `
  415. Nextcloud log (data/nextcloud.log)
  416. Nextcloud log
  417. ``` Insert your Nextcloud log here ```
  418.  
  419.  
  420. Level App Message Time
  421. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T23:09:29+0400
  422. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T23:04:29+0400
  423. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T22:59:29+0400
  424. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T22:54:29+0400
  425. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T22:49:29+0400
  426. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T22:44:29+0400
  427. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T22:39:13+0400
  428. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T22:33:59+0400
  429. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T22:28:59+0400
  430. Error no app in context OCP\Comments\MessageTooLongException: Comment message must not exceed 1000 characters 2018-11-25T22:25:59+0400
  431. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T22:23:59+0400
  432. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T22:18:59+0400
  433. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T22:13:29+0400
  434. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T22:08:29+0400
  435. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T22:03:29+0400
  436. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T21:58:29+0400
  437. Error no app in context OCP\Comments\MessageTooLongException: Comment message must not exceed 1000 characters 2018-11-25T21:57:12+0400
  438. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T21:53:21+0400
  439. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T21:47:59+0400
  440. Error no app in context OCP\Comments\MessageTooLongException: Comment message must not exceed 1000 characters 2018-11-25T21:47:53+0400
  441. Error no app in context OCP\Comments\MessageTooLongException: Comment message must not exceed 1000 characters 2018-11-25T21:47:43+0400
  442. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T21:42:59+0400
  443. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T21:37:59+0400
  444. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T21:32:59+0400
  445. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T21:27:59+0400
  446. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T21:22:29+0400
  447. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '87.201.158.32') 2018-11-25T21:16:59+0400
  448. Warning core Trusted domain error. "74.82.47.2" tried to access using "174.138.6.104" as host. 2018-11-25T20:26:20+0400
  449. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T18:40:05+0400
  450. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T18:35:05+0400
  451. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T18:30:05+0400
  452. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T18:29:29+0400
  453. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T18:25:05+0400
  454. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T18:20:05+0400
  455. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T18:17:56+0400
  456. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T18:17:45+0400
  457. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T18:15:05+0400
  458. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T18:09:35+0400
  459. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T18:04:35+0400
  460. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-autocomplete.css, webRoot: , throw: true) 2018-11-25T18:00:41+0400
  461. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-comments.css, webRoot: , throw: true) 2018-11-25T18:00:41+0400
  462. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-style.css, webRoot: , throw: true) 2018-11-25T18:00:41+0400
  463. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:59:35+0400
  464. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T17:54:57+0400
  465. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:54:17+0400
  466. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:49:05+0400
  467. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:44:05+0400
  468. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:39:05+0400
  469. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:34:05+0400
  470. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:34:05+0400
  471. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:29:05+0400
  472. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:24:05+0400
  473. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:19:05+0400
  474. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:14:05+0400
  475. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T17:11:12+0400
  476. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T17:10:56+0400
  477. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T17:10:10+0400
  478. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T17:10:00+0400
  479. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:08:04+0400
  480. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T17:02:37+0400
  481. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T16:57:05+0400
  482. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T16:52:04+0400
  483. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T16:51:50+0400
  484. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T16:51:04+0400
  485. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T16:50:59+0400
  486. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T16:50:54+0400
  487. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T16:47:54+0400
  488. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T16:47:26+0400
  489. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T16:47:22+0400
  490. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T16:47:17+0400
  491. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T16:46:56+0400
  492. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T16:46:35+0400
  493. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T16:41:13+0400
  494. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T16:36:05+0400
  495. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T16:34:06+0400
  496. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T16:33:55+0400
  497. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T16:31:04+0400
  498. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T16:25:35+0400
  499. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T16:20:35+0400
  500. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T16:15:05+0400
  501. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T16:10:05+0400
  502. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T16:04:35+0400
  503. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T15:59:05+0400
  504. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T15:53:46+0400
  505. Error no app in context OCP\Comments\MessageTooLongException: Comment message must not exceed 1000 characters 2018-11-25T15:27:44+0400
  506. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T15:26:13+0400
  507. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T15:21:13+0400
  508. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T15:16:13+0400
  509. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T15:14:47+0400
  510. Error files_texteditor File: /In-house exchange/Issue template.txt modified since opening. 2018-11-25T15:14:38+0400
  511. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T15:11:13+0400
  512. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-autocomplete.css, webRoot: , throw: true) 2018-11-25T15:10:16+0400
  513. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-comments.css, webRoot: , throw: true) 2018-11-25T15:10:16+0400
  514. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-style.css, webRoot: , throw: true) 2018-11-25T15:10:16+0400
  515. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-autocomplete.css, webRoot: , throw: true) 2018-11-25T15:09:04+0400
  516. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-comments.css, webRoot: , throw: true) 2018-11-25T15:09:04+0400
  517. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-style.css, webRoot: , throw: true) 2018-11-25T15:09:04+0400
  518. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T15:06:13+0400
  519. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T15:01:00+0400
  520. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T14:55:50+0400
  521. Error index BadFunctionCallException: deletedAt is not a valid attribute 2018-11-25T14:52:52+0400
  522. Error index BadFunctionCallException: deletedAt is not a valid attribute 2018-11-25T14:50:59+0400
  523. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T14:50:42+0400
  524. Error index BadFunctionCallException: deletedAt is not a valid attribute 2018-11-25T14:46:36+0400
  525. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-autocomplete.css, webRoot: , throw: true) 2018-11-25T14:46:06+0400
  526. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-comments.css, webRoot: , throw: true) 2018-11-25T14:46:06+0400
  527. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-style.css, webRoot: , throw: true) 2018-11-25T14:46:06+0400
  528. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T14:45:42+0400
  529. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-autocomplete.css, webRoot: , throw: true) 2018-11-25T14:43:44+0400
  530. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-comments.css, webRoot: , throw: true) 2018-11-25T14:43:44+0400
  531. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-style.css, webRoot: , throw: true) 2018-11-25T14:43:44+0400
  532. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T14:40:42+0400
  533. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/deck, file: index.php/css/deck/a225-e17b-comp-13.css, webRoot: , throw: true) 2018-11-25T14:38:56+0400
  534. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/deck, file: index.php/css/deck/a225-e17b-style.css, webRoot: , throw: true) 2018-11-25T14:38:56+0400
  535. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T14:35:42+0400
  536. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-autocomplete.css, webRoot: , throw: true) 2018-11-25T14:30:44+0400
  537. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-comments.css, webRoot: , throw: true) 2018-11-25T14:30:44+0400
  538. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-style.css, webRoot: , throw: true) 2018-11-25T14:30:44+0400
  539. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T14:30:42+0400
  540. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-autocomplete.css, webRoot: , throw: true) 2018-11-25T14:29:12+0400
  541. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-comments.css, webRoot: , throw: true) 2018-11-25T14:29:12+0400
  542. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-style.css, webRoot: , throw: true) 2018-11-25T14:29:12+0400
  543. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T14:25:42+0400
  544. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T14:20:42+0400
  545. Error index BadFunctionCallException: deletedAt is not a valid attribute 2018-11-25T14:18:42+0400
  546. Error index BadFunctionCallException: deletedAt is not a valid attribute 2018-11-25T14:18:06+0400
  547. Error index BadFunctionCallException: deletedAt is not a valid attribute 2018-11-25T14:18:03+0400
  548. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/deck, file: index.php/css/deck/a225-e17b-comp-13.css, webRoot: , throw: true) 2018-11-25T14:17:54+0400
  549. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/deck, file: index.php/css/deck/a225-e17b-style.css, webRoot: , throw: true) 2018-11-25T14:17:54+0400
  550. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-autocomplete.css, webRoot: , throw: true) 2018-11-25T14:17:24+0400
  551. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-comments.css, webRoot: , throw: true) 2018-11-25T14:17:24+0400
  552. Error lib ResourceLocator can not find a web root (root: /var/snap/nextcloud/9551/nextcloud/extra-apps/spreed, file: index.php/css/spreed/73df-e17b-style.css, webRoot: , throw: true) 2018-11-25T14:17:24+0400
  553. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T14:15:42+0400
  554. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T14:10:42+0400
  555. Warning core Login failed: 'rustam@afflatus.tech' (Remote IP: '91.73.92.223') 2018-11-25T14:05:42+0400
  556. Warning core Trusted domain error. "60.191.38.77" tried to access using "174.138.6.104:443" as host. 2018-11-25T07:24:54+0400
  557. Warning core Trusted domain error. "185.10.68.234" tried to access using "174.138.6.104" as host. 2018-11-25T02:56:27+0400
  558.  
  559.  
  560. Browser log
  561. Browser log
  562. ``` Insert your browser log here, this could for example include:
  563.  
  564. Bootstrapped manifest not allowed to use 'resource' directive. chrome.manifest:2
  565. OpenGL compositor Initialized Succesfully.
  566. Version: 2.1 INTEL-10.14.74
  567. Vendor: Intel Inc.
  568. Renderer: Intel(R) HD Graphics 6000
  569. FBO Texture Target: TEXTURE_2D
  570. IndexedDB UnknownErr: ActorsParent.cpp:13786
  571. 1543140523915 addons.update-checker WARN onUpdateCheckComplete failed to parse update manifest: [Exception... "Update manifest is missing a required addons property." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/addons/AddonUpdateChecker.jsm :: getRequiredProperty :: line 121" data: no] Stack trace: getRequiredProperty()@resource://gre/modules/addons/AddonUpdateChecker.jsm:121
  572. parseJSONManifest()@resource://gre/modules/addons/AddonUpdateChecker.jsm:131
  573. onLoad()@resource://gre/modules/addons/AddonUpdateChecker.jsm:313
  574. UpdateParser/<()@resource://gre/modules/addons/AddonUpdateChecker.jsm:242
  575. 1543140523934 addons.update-checker WARN onUpdateCheckComplete failed to parse update manifest: [Exception... "Update manifest is missing a required addons property." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/addons/AddonUpdateChecker.jsm :: getRequiredProperty :: line 121" data: no] Stack trace: getRequiredProperty()@resource://gre/modules/addons/AddonUpdateChecker.jsm:121
  576. parseJSONManifest()@resource://gre/modules/addons/AddonUpdateChecker.jsm:131
  577. onLoad()@resource://gre/modules/addons/AddonUpdateChecker.jsm:313
  578. UpdateParser/<()@resource://gre/modules/addons/AddonUpdateChecker.jsm:242
  579. 1543140524016 addons.update-checker WARN onUpdateCheckComplete failed to parse update manifest: [Exception... "Update manifest is missing a required addons property." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/addons/AddonUpdateChecker.jsm :: getRequiredProperty :: line 121" data: no] Stack trace: getRequiredProperty()@resource://gre/modules/addons/AddonUpdateChecker.jsm:121
  580. parseJSONManifest()@resource://gre/modules/addons/AddonUpdateChecker.jsm:131
  581. onLoad()@resource://gre/modules/addons/AddonUpdateChecker.jsm:313
  582. UpdateParser/<()@resource://gre/modules/addons/AddonUpdateChecker.jsm:242
  583. 1543140524065 addons.update-checker WARN onUpdateCheckComplete failed to parse update manifest: [Exception... "Update manifest is missing a required addons property." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/addons/AddonUpdateChecker.jsm :: getRequiredProperty :: line 121" data: no] Stack trace: getRequiredProperty()@resource://gre/modules/addons/AddonUpdateChecker.jsm:121
  584. parseJSONManifest()@resource://gre/modules/addons/AddonUpdateChecker.jsm:131
  585. onLoad()@resource://gre/modules/addons/AddonUpdateChecker.jsm:313
  586. UpdateParser/<()@resource://gre/modules/addons/AddonUpdateChecker.jsm:242
  587. 1543140524160 addons.update-checker WARN onUpdateCheckComplete failed to parse update manifest: [Exception... "Update manifest is missing a required addons property." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/addons/AddonUpdateChecker.jsm :: getRequiredProperty :: line 121" data: no] Stack trace: getRequiredProperty()@resource://gre/modules/addons/AddonUpdateChecker.jsm:121
  588. parseJSONManifest()@resource://gre/modules/addons/AddonUpdateChecker.jsm:131
  589. onLoad()@resource://gre/modules/addons/AddonUpdateChecker.jsm:313
  590. UpdateParser/<()@resource://gre/modules/addons/AddonUpdateChecker.jsm:242
  591. 1543140524337 addons.update-checker WARN onUpdateCheckComplete failed to parse update manifest: [Exception... "Update manifest is missing a required addons property." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/addons/AddonUpdateChecker.jsm :: getRequiredProperty :: line 121" data: no] Stack trace: getRequiredProperty()@resource://gre/modules/addons/AddonUpdateChecker.jsm:121
  592. parseJSONManifest()@resource://gre/modules/addons/AddonUpdateChecker.jsm:131
  593. onLoad()@resource://gre/modules/addons/AddonUpdateChecker.jsm:313
  594. UpdateParser/<()@resource://gre/modules/addons/AddonUpdateChecker.jsm:242
  595. 1543140524357 addons.update-checker WARN onUpdateCheckComplete failed to parse update manifest: [Exception... "Update manifest is missing a required addons property." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/addons/AddonUpdateChecker.jsm :: getRequiredProperty :: line 121" data: no] Stack trace: getRequiredProperty()@resource://gre/modules/addons/AddonUpdateChecker.jsm:121
  596. parseJSONManifest()@resource://gre/modules/addons/AddonUpdateChecker.jsm:131
  597. onLoad()@resource://gre/modules/addons/AddonUpdateChecker.jsm:313
  598. UpdateParser/<()@resource://gre/modules/addons/AddonUpdateChecker.jsm:242
  599. Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://nextcloud.com/wp-content/themes/next/assets/fonts/OpenSans-Light.woff. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).[Learn More]
  600. Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://nextcloud.com/wp-content/themes/next/assets/fonts/OpenSans-Bold.woff. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).[Learn More]
  601. Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://nextcloud.com/wp-content/themes/next/assets/fonts/OpenSans-Regular.woff. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).[Learn More]
  602. this._recipeManager is null LoginManagerParent.jsm:85
  603. XML Parsing Error: syntax error
  604. Location: https://help.nextcloud.com/logs/report_js_error
  605. Line Number 1, Column 1: report_js_error:1:1
  606. onboarding-session-end should pass valid session_key OnboardingTelemetry.jsm:378
  607. Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively.
  608. window.controllers/Controllers is deprecated. Do not use it for UA detection. merged.js:2171
  609. OpenGL compositor Initialized Succesfully.
  610. Version: 2.1 INTEL-10.14.74
  611. Vendor: Intel Inc.
  612. Renderer: Intel(R) HD Graphics 6000
  613. FBO Texture Target: TEXTURE_2D
  614. Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively.
  615. window.controllers/Controllers is deprecated. Do not use it for UA detection. merged.js:2171
  616. Sending message that cannot be cloned. Are you trying to send an XPCOM object? ContextMenuChild.jsm:608:6
  617. [Exception... "Failure arg 7 [nsIWebNavigation.loadURIWithOptions]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://browser/content/browser.js :: _loadURI :: line 1043" data: no]
  618. Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively.
  619. window.controllers/Controllers is deprecated. Do not use it for UA detection. merged.js:2171
  620. Sending message that cannot be cloned. Are you trying to send an XPCOM object? ContextMenuChild.jsm:608:6
  621. [Exception... "Failure arg 7 [nsIWebNavigation.loadURIWithOptions]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://browser/content/browser.js :: _loadURI :: line 1043" data: no]
  622. Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively.
  623. window.controllers/Controllers is deprecated. Do not use it for UA detection. merged.js:2171
  624. Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ core.js:4:14346
  625. Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively.
  626. window.controllers/Controllers is deprecated. Do not use it for UA detection. merged.js:2171
  627. Clear-Site-Data header forced the clean up of “cache” data. logout
  628. Clear-Site-Data header forced the clean up of “cookies” data. logout
  629. Clear-Site-Data header forced the clean up of “storage” data. logout
  630. Clear-Site-Data header forced the clean up of “executionContexts” data. logout
  631. Sending message that cannot be cloned. Are you trying to send an XPCOM object? ContextMenuChild.jsm:608:6
  632. [Exception... "Failure arg 7 [nsIWebNavigation.loadURIWithOptions]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://browser/content/browser.js :: _loadURI :: line 1043" data: no]
  633. Sending message that cannot be cloned. Are you trying to send an XPCOM object? ContextMenuChild.jsm:608:6
  634. [Exception... "Failure arg 7 [nsIWebNavigation.loadURIWithOptions]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://browser/content/browser.js :: _loadURI :: line 1043" data: no]
  635. Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively.
  636. window.controllers/Controllers is deprecated. Do not use it for UA detection. merged.js:2171
  637. [Exception... "Favicon at "http://example.com/favicon.ico" failed to load: Not Found." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 154" data: no]
  638. [Exception... "Favicon at "https://afflatus.live/favicon.ico" failed to load: Not Found." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 154" data: no]
  639. [Exception... "Favicon at "http://example.com/favicon.ico" failed to load: Not Found." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 154" data: no]
  640. [Exception... "Favicon at "https://afflatus.live/favicon.ico" failed to load: Not Found." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 154" data: no]
  641. Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively.
  642. window.controllers/Controllers is deprecated. Do not use it for UA detection. merged.js:2171
  643. Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively.
  644. window.controllers/Controllers is deprecated. Do not use it for UA detection. merged.js:2171
  645. Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ core.js:4:14346
  646. OpenGL compositor Initialized Succesfully.
  647. Version: 2.1 INTEL-10.14.74
  648. Vendor: Intel Inc.
  649. Renderer: Intel(R) HD Graphics 6000
  650. FBO Texture Target: TEXTURE_2D
  651. Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively.
  652. window.controllers/Controllers is deprecated. Do not use it for UA detection. merged.js:2171
  653. OpenGL compositor Initialized Succesfully.
  654. Version: 2.1 INTEL-10.14.74
  655. Vendor: Intel Inc.
  656. Renderer: Intel(R) HD Graphics 6000
  657. FBO Texture Target: TEXTURE_2D
  658. [Exception... "Favicon at "https://afflatus.live/favicon.ico" failed to load: Not Found." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 154" data: no]
  659. JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
  660. Joined <unavailable> signaling.js:183:5
  661. addRoomMessage roomlistview.js:226:4
  662. JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
  663. JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
  664. JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
  665. JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
  666. JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
  667. Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively.
  668. JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
  669. window.controllers/Controllers is deprecated. Do not use it for UA detection. merged.js:2171
  670. Shutting down notifications: [0] error merged.js:285:5
  671. Shutting down notifications: [0] error merged.js:285:5
  672. Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ core.js:4:14346
  673. NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIInterfaceRequestor.getInterface]
  674. network-response-listener.js:73
  675. Sync encountered an error - see about:sync-log for the log file. policies.js:819
  676. NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIInterfaceRequestor.getInterface] network-response-listener.js:73
  677. Joined <unavailable> signaling.js:183:5
  678. Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively.
  679. JQMIGRATE: Migrate is installed, version 1.4.0 core.js:7:542
  680. window.controllers/Controllers is deprecated. Do not use it for UA detection. merged.js:2171
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement