Unnamed: 0
int64
3
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
2
430
labels
stringlengths
4
347
body
stringlengths
5
237k
index
stringclasses
7 values
text_combine
stringlengths
96
237k
label
stringclasses
2 values
text
stringlengths
96
219k
binary_label
int64
0
1
68,391
21,657,699,669
IssuesEvent
2022-05-06 15:39:10
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
DatePicker: Time inputs can not be focussed by keyboard when inline
defect accessibility
```xhtml <p:datePicker id="inline" value="#{calendarJava8View.date1}" inline="true" showTime="true" timeInput="true"/> ```
1.0
DatePicker: Time inputs can not be focussed by keyboard when inline - ```xhtml <p:datePicker id="inline" value="#{calendarJava8View.date1}" inline="true" showTime="true" timeInput="true"/> ```
non_comp
datepicker time inputs can not be focussed by keyboard when inline xhtml p datepicker id inline value inline true showtime true timeinput true
0
621,072
19,576,855,138
IssuesEvent
2022-01-04 16:22:01
tektoncd/pipeline
https://api.github.com/repos/tektoncd/pipeline
closed
Tekton entrypoint resolution can break signature verification.
kind/bug priority/important-soon
# Expected Behavior If I submit a signed OCI Image Index, it's signature can be verified by something like `cosigned`. # Actual Behavior Because the index is resolved to an image here: https://github.com/tektoncd/pipeline/blob/5a774e618f600982ba9293c921f3ffefb979309b/pkg/pod/entrypoint_lookup_impl.go#L72-L79 The signature on the index is no longer accessible to verification, and the Tekton pod is rejected by `cosigned`. # Steps to Reproduce the Problem Enable sigstore's `cosigned` on a namespace, submit a TaskRun with a multi-arch image that is only signed at the Index level (you will also need to sign your Tekton utility images). # Additional Info
1.0
Tekton entrypoint resolution can break signature verification. - # Expected Behavior If I submit a signed OCI Image Index, it's signature can be verified by something like `cosigned`. # Actual Behavior Because the index is resolved to an image here: https://github.com/tektoncd/pipeline/blob/5a774e618f600982ba9293c921f3ffefb979309b/pkg/pod/entrypoint_lookup_impl.go#L72-L79 The signature on the index is no longer accessible to verification, and the Tekton pod is rejected by `cosigned`. # Steps to Reproduce the Problem Enable sigstore's `cosigned` on a namespace, submit a TaskRun with a multi-arch image that is only signed at the Index level (you will also need to sign your Tekton utility images). # Additional Info
non_comp
tekton entrypoint resolution can break signature verification expected behavior if i submit a signed oci image index it s signature can be verified by something like cosigned actual behavior because the index is resolved to an image here the signature on the index is no longer accessible to verification and the tekton pod is rejected by cosigned steps to reproduce the problem enable sigstore s cosigned on a namespace submit a taskrun with a multi arch image that is only signed at the index level you will also need to sign your tekton utility images additional info
0
118,714
15,360,058,756
IssuesEvent
2021-03-01 16:31:05
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Crash in dropdownmenupainter
P3 customer: money (g3) f: material design framework passed first triage severe: crash
Reported internally as b/180079090. The stack trace is: ``` at _Double.clamp (double.dart:209 ) at _DropdownMenuPainter.paint (dropdown.dart:68 ) at RenderCustomPaint._paintWithPainter (custom_paint.dart:536 ) at RenderCustomPaint.paint (custom_paint.dart:577 ) at RenderObject._paintWithContext (object.dart:2314 ) at PaintingContext.paintChild (object.dart:189 ) at RenderAnimatedOpacityMixin.paint (proxy_box.dart:1020 ) at RenderObject._paintWithContext (object.dart:2314 ) at PaintingContext.paintChild (object.dart:189 ) at RenderShiftedBox.paint (shifted_box.dart:72 ) at RenderObject._paintWithContext (object.dart:2314 ) at PaintingContext.paintChild (object.dart:189 ) at _RenderLayoutBuilder.paint (layout_builder.dart:384 ) at RenderObject._paintWithContext (object.dart:2314 ) at PaintingContext.paintChild (object.dart:189 ) at RenderProxyBoxMixin.paint (proxy_box.dart:144 ) at RenderObject._paintWithContext (object.dart:2314 ) at PaintingContext._repaintCompositedChild (object.dart:140 ) at ( ) at RendererBinding.drawFrame (binding.dart:456 ) at WidgetsBinding.drawFrame (binding.dart:900 ) at RendererBinding._handlePersistentFrameCallback (binding.dart:320 ) at SchedulerBinding._invokeFrameCallback (binding.dart:1119 ) at SchedulerBinding.handleDrawFrame (binding.dart:1057 ) at SchedulerBinding._handleDrawFrame (binding.dart:973 ) at _rootRun (zone.dart:1186 ) at _CustomZone.run (zone.dart:1090 ) at _CustomZone.runGuarded (zone.dart:994 ) at _invoke (hooks.dart:157 ) at PlatformDispatcher._drawFrame (platform_dispatcher.dart:253 ) at _drawFrame (hooks.dart:120 ) ``` Presumably, the bug is in this line: https://github.com/flutter/flutter/blob/0a4618943c0360615c02443cecd95656eb2c7892/packages/flutter/lib/src/material/dropdown.dart#L68 When `size.height - _kMenuItemHeight` becomes negative, the `clamp` call throws. We need to guard against `size.height` being smaller than `_kMenuItemHeight`.
1.0
Crash in dropdownmenupainter - Reported internally as b/180079090. The stack trace is: ``` at _Double.clamp (double.dart:209 ) at _DropdownMenuPainter.paint (dropdown.dart:68 ) at RenderCustomPaint._paintWithPainter (custom_paint.dart:536 ) at RenderCustomPaint.paint (custom_paint.dart:577 ) at RenderObject._paintWithContext (object.dart:2314 ) at PaintingContext.paintChild (object.dart:189 ) at RenderAnimatedOpacityMixin.paint (proxy_box.dart:1020 ) at RenderObject._paintWithContext (object.dart:2314 ) at PaintingContext.paintChild (object.dart:189 ) at RenderShiftedBox.paint (shifted_box.dart:72 ) at RenderObject._paintWithContext (object.dart:2314 ) at PaintingContext.paintChild (object.dart:189 ) at _RenderLayoutBuilder.paint (layout_builder.dart:384 ) at RenderObject._paintWithContext (object.dart:2314 ) at PaintingContext.paintChild (object.dart:189 ) at RenderProxyBoxMixin.paint (proxy_box.dart:144 ) at RenderObject._paintWithContext (object.dart:2314 ) at PaintingContext._repaintCompositedChild (object.dart:140 ) at ( ) at RendererBinding.drawFrame (binding.dart:456 ) at WidgetsBinding.drawFrame (binding.dart:900 ) at RendererBinding._handlePersistentFrameCallback (binding.dart:320 ) at SchedulerBinding._invokeFrameCallback (binding.dart:1119 ) at SchedulerBinding.handleDrawFrame (binding.dart:1057 ) at SchedulerBinding._handleDrawFrame (binding.dart:973 ) at _rootRun (zone.dart:1186 ) at _CustomZone.run (zone.dart:1090 ) at _CustomZone.runGuarded (zone.dart:994 ) at _invoke (hooks.dart:157 ) at PlatformDispatcher._drawFrame (platform_dispatcher.dart:253 ) at _drawFrame (hooks.dart:120 ) ``` Presumably, the bug is in this line: https://github.com/flutter/flutter/blob/0a4618943c0360615c02443cecd95656eb2c7892/packages/flutter/lib/src/material/dropdown.dart#L68 When `size.height - _kMenuItemHeight` becomes negative, the `clamp` call throws. We need to guard against `size.height` being smaller than `_kMenuItemHeight`.
non_comp
crash in dropdownmenupainter reported internally as b the stack trace is at double clamp double dart at dropdownmenupainter paint dropdown dart at rendercustompaint paintwithpainter custom paint dart at rendercustompaint paint custom paint dart at renderobject paintwithcontext object dart at paintingcontext paintchild object dart at renderanimatedopacitymixin paint proxy box dart at renderobject paintwithcontext object dart at paintingcontext paintchild object dart at rendershiftedbox paint shifted box dart at renderobject paintwithcontext object dart at paintingcontext paintchild object dart at renderlayoutbuilder paint layout builder dart at renderobject paintwithcontext object dart at paintingcontext paintchild object dart at renderproxyboxmixin paint proxy box dart at renderobject paintwithcontext object dart at paintingcontext repaintcompositedchild object dart at at rendererbinding drawframe binding dart at widgetsbinding drawframe binding dart at rendererbinding handlepersistentframecallback binding dart at schedulerbinding invokeframecallback binding dart at schedulerbinding handledrawframe binding dart at schedulerbinding handledrawframe binding dart at rootrun zone dart at customzone run zone dart at customzone runguarded zone dart at invoke hooks dart at platformdispatcher drawframe platform dispatcher dart at drawframe hooks dart presumably the bug is in this line when size height kmenuitemheight becomes negative the clamp call throws we need to guard against size height being smaller than kmenuitemheight
0
7,971
10,142,137,705
IssuesEvent
2019-08-03 20:50:44
Johni0702/BetterPortals
https://api.github.com/repos/Johni0702/BetterPortals
closed
Mod does not work on servers
compatibility
So I tested the mod (0.1.3) in the Enigmatica 2 Modpack in singleplayer and it works fine, however, when running on a dedicated server, the portal appears black and you can not walk through it. Its like a solid wall.
True
Mod does not work on servers - So I tested the mod (0.1.3) in the Enigmatica 2 Modpack in singleplayer and it works fine, however, when running on a dedicated server, the portal appears black and you can not walk through it. Its like a solid wall.
comp
mod does not work on servers so i tested the mod in the enigmatica modpack in singleplayer and it works fine however when running on a dedicated server the portal appears black and you can not walk through it its like a solid wall
1
28,806
2,711,693,328
IssuesEvent
2015-04-09 08:31:20
nlbdev/nordic-epub3-dtbook-migrator
https://api.github.com/repos/nlbdev/nordic-epub3-dtbook-migrator
opened
Consider removing requirement for backward-compabitility with EPUB 2
0 - Low priority enhancement guidelines revision
Mainly this affects the requirement to include a NCX. The EPUBs validated and converted in the scripts are intended as source files into a distribution system, and making the EPUBs backwards-compatible is a process that is mainly useful for distribution purposes. For distribution, other processes such as watermarking, compression, inserting legal notices and the patrons name may also be necessary, so post-processing before distribution will in most cases be necessary anyway. For complete backwards-compatibility we would also need to use a 8.3 filename with ASCII-only characters, which is not as useful as a master-/source-format.
1.0
Consider removing requirement for backward-compabitility with EPUB 2 - Mainly this affects the requirement to include a NCX. The EPUBs validated and converted in the scripts are intended as source files into a distribution system, and making the EPUBs backwards-compatible is a process that is mainly useful for distribution purposes. For distribution, other processes such as watermarking, compression, inserting legal notices and the patrons name may also be necessary, so post-processing before distribution will in most cases be necessary anyway. For complete backwards-compatibility we would also need to use a 8.3 filename with ASCII-only characters, which is not as useful as a master-/source-format.
non_comp
consider removing requirement for backward compabitility with epub mainly this affects the requirement to include a ncx the epubs validated and converted in the scripts are intended as source files into a distribution system and making the epubs backwards compatible is a process that is mainly useful for distribution purposes for distribution other processes such as watermarking compression inserting legal notices and the patrons name may also be necessary so post processing before distribution will in most cases be necessary anyway for complete backwards compatibility we would also need to use a filename with ascii only characters which is not as useful as a master source format
0
6,488
8,774,607,537
IssuesEvent
2018-12-18 20:20:27
wavesoftware/java-eid-exceptions
https://api.github.com/repos/wavesoftware/java-eid-exceptions
closed
Better configuration
enhancement incompatibile quality
Now configuration is done by static methods to `Eid` class. This should be avoided and moved to seperate classes. There should be added some mechanism that users can utilize to configure Eid library in declarative way. For ex. using Java's `ServiceLoader` class.
True
Better configuration - Now configuration is done by static methods to `Eid` class. This should be avoided and moved to seperate classes. There should be added some mechanism that users can utilize to configure Eid library in declarative way. For ex. using Java's `ServiceLoader` class.
comp
better configuration now configuration is done by static methods to eid class this should be avoided and moved to seperate classes there should be added some mechanism that users can utilize to configure eid library in declarative way for ex using java s serviceloader class
1
143,436
13,064,217,427
IssuesEvent
2020-07-30 17:44:05
ComplianceAsCode/auditree-arboretum
https://api.github.com/repos/ComplianceAsCode/auditree-arboretum
opened
Migrate Python Packages fetchers and checks
check check report documentation fetcher
## Overview We need to migrate over the Python Packages fetchers and checks. ## Requirements - Migrate fetchers - fetch all current packages in virtual env - fetch release info for auditree-arboretum - fetch release info for auditree-framework - Migrate checks - check for differences between current set of packages in virtual env and last most recent set of packages (warn) - confirm latest arboretum release is being used (warn) - confirm latest framework release is being used (warn) ## Approach TBD ## Security and Privacy N/A ## Test Plan - Fetchers should fetch the XML content and place it in the locker - Checks should produce a report with appropriate warnings
1.0
Migrate Python Packages fetchers and checks - ## Overview We need to migrate over the Python Packages fetchers and checks. ## Requirements - Migrate fetchers - fetch all current packages in virtual env - fetch release info for auditree-arboretum - fetch release info for auditree-framework - Migrate checks - check for differences between current set of packages in virtual env and last most recent set of packages (warn) - confirm latest arboretum release is being used (warn) - confirm latest framework release is being used (warn) ## Approach TBD ## Security and Privacy N/A ## Test Plan - Fetchers should fetch the XML content and place it in the locker - Checks should produce a report with appropriate warnings
non_comp
migrate python packages fetchers and checks overview we need to migrate over the python packages fetchers and checks requirements migrate fetchers fetch all current packages in virtual env fetch release info for auditree arboretum fetch release info for auditree framework migrate checks check for differences between current set of packages in virtual env and last most recent set of packages warn confirm latest arboretum release is being used warn confirm latest framework release is being used warn approach tbd security and privacy n a test plan fetchers should fetch the xml content and place it in the locker checks should produce a report with appropriate warnings
0
322,265
9,815,496,479
IssuesEvent
2019-06-13 12:47:37
alphagov/govuk-design-system
https://api.github.com/repos/alphagov/govuk-design-system
closed
Duplicate iframe titles
Effort: hours Priority: low accessibility audit: may-2019
This issue is from a May 2019 external accessibility audit report. **WCAG Reference**: [2.4.1 Bypass Blocks (Level A)](https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html) **Issue ID**: DAC_Issue8 **URL(s)**: - https://design-system.service.gov.uk/styles/layout/ (long content page) - https://design-system.service.gov.uk/patterns/question-pages/ question pages with title ‘Question pages example’ - https://design-system.service.gov.uk/styles/typography/ with the title ‘Headings with captions – Typography example’ ## Screen Shot ![](https://user-images.githubusercontent.com/2445413/58795776-7059ef00-85f3-11e9-9b98-08fec30be0ca.png) ![](https://user-images.githubusercontent.com/2445413/58795778-7223b280-85f3-11e9-867c-92b111dd98c3.png) There were duplicate iframe titles that contained different content. Although both were relating to the same topic, i.e. two-thirds column, the content within it was slightly different and may cause confusion to some screen reader users. ## Current Code Ref(s) ```html <iframe title="Two-thirds – Layout example" data-module="app-example-frame" class="app-example__frame app-example__frame--resizable app-example__frame--m" src="/styles/layout/common-two-thirds/index.html" frameborder="0"id="iFrameResizer0" scrolling="auto" style="overflow: auto; height: 365px;" nuan_newframe="true"> <iframe title="Two-thirds – Layout example" data-module="app-example-frame" class="app-example__frame app-example__frame--resizable app-example__frame--s" src="/styles/layout/two-thirds/index.html" frameborder="0" id="iFrameResizer8" scrolling="auto" style="overflow: auto; height: 180px;" nuan_newframe="true"> ``` ## Screen reader comments > “It was not clear to me when navigating through the elements on the page using the JAWS dialogue box, the difference between some of the iframes as they were named the same. Although the content seemed slightly different. Using a unique title would help me to differentiate between the two.” ## Solution Ensure that each iframe title is unique to describe their contents to screen reader users. These must not be duplicated, even if they are similar. All iframe elements must have a unique title to help users to distinguish different content and to allow users to skip to the correct iframe quickly.
1.0
Duplicate iframe titles - This issue is from a May 2019 external accessibility audit report. **WCAG Reference**: [2.4.1 Bypass Blocks (Level A)](https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html) **Issue ID**: DAC_Issue8 **URL(s)**: - https://design-system.service.gov.uk/styles/layout/ (long content page) - https://design-system.service.gov.uk/patterns/question-pages/ question pages with title ‘Question pages example’ - https://design-system.service.gov.uk/styles/typography/ with the title ‘Headings with captions – Typography example’ ## Screen Shot ![](https://user-images.githubusercontent.com/2445413/58795776-7059ef00-85f3-11e9-9b98-08fec30be0ca.png) ![](https://user-images.githubusercontent.com/2445413/58795778-7223b280-85f3-11e9-867c-92b111dd98c3.png) There were duplicate iframe titles that contained different content. Although both were relating to the same topic, i.e. two-thirds column, the content within it was slightly different and may cause confusion to some screen reader users. ## Current Code Ref(s) ```html <iframe title="Two-thirds – Layout example" data-module="app-example-frame" class="app-example__frame app-example__frame--resizable app-example__frame--m" src="/styles/layout/common-two-thirds/index.html" frameborder="0"id="iFrameResizer0" scrolling="auto" style="overflow: auto; height: 365px;" nuan_newframe="true"> <iframe title="Two-thirds – Layout example" data-module="app-example-frame" class="app-example__frame app-example__frame--resizable app-example__frame--s" src="/styles/layout/two-thirds/index.html" frameborder="0" id="iFrameResizer8" scrolling="auto" style="overflow: auto; height: 180px;" nuan_newframe="true"> ``` ## Screen reader comments > “It was not clear to me when navigating through the elements on the page using the JAWS dialogue box, the difference between some of the iframes as they were named the same. Although the content seemed slightly different. Using a unique title would help me to differentiate between the two.” ## Solution Ensure that each iframe title is unique to describe their contents to screen reader users. These must not be duplicated, even if they are similar. All iframe elements must have a unique title to help users to distinguish different content and to allow users to skip to the correct iframe quickly.
non_comp
duplicate iframe titles this issue is from a may external accessibility audit report wcag reference issue id dac url s long content page question pages with title ‘question pages example’ with the title ‘headings with captions – typography example’ screen shot there were duplicate iframe titles that contained different content although both were relating to the same topic i e two thirds column the content within it was slightly different and may cause confusion to some screen reader users current code ref s html screen reader comments “it was not clear to me when navigating through the elements on the page using the jaws dialogue box the difference between some of the iframes as they were named the same although the content seemed slightly different using a unique title would help me to differentiate between the two ” solution ensure that each iframe title is unique to describe their contents to screen reader users these must not be duplicated even if they are similar all iframe elements must have a unique title to help users to distinguish different content and to allow users to skip to the correct iframe quickly
0
8,882
10,866,244,328
IssuesEvent
2019-11-14 20:47:41
Angry-Pixel/The-Betweenlands
https://api.github.com/repos/Angry-Pixel/The-Betweenlands
closed
Version 3.5x breaks water rendering in shaders
1.12 Fixed In Dev Incompatibility
## Versions #### Betweenlands version: <!-- Add the Betweenlands version you are using below --> v3.5.1 #### Forge version: forge-14.23.5.2838 #### Singleplayer or Multiplayer: <!-- Whether the problem happens in Singleplayer or Multiplayer, and if it happens in Multiplayer also include which server is used (Vanilla, Thermos, Sponge etc.) --> Single and multiplayer on the built-in local server #### Installed mods: https://www.curseforge.com/minecraft/modpacks/roguelike-adventures-and-dungeons ## Description of the problem #### How to reproduce: Install Optifine and Sildur's Vibrant shaders pack from https://sildurs-shaders.github.io/downloads/ Look at water on the surface world and dive beneath it. #### Expected result: You should be able to see clearly underwater, nor should odd textures appear on the surface reflection. #### Actual result: A strange sparkling pattern appears on the water surface. Go underwater and the screen turns opaque blue, making it impossible to see. This did not occur in v3.4 of Betweenlands.
True
Version 3.5x breaks water rendering in shaders - ## Versions #### Betweenlands version: <!-- Add the Betweenlands version you are using below --> v3.5.1 #### Forge version: forge-14.23.5.2838 #### Singleplayer or Multiplayer: <!-- Whether the problem happens in Singleplayer or Multiplayer, and if it happens in Multiplayer also include which server is used (Vanilla, Thermos, Sponge etc.) --> Single and multiplayer on the built-in local server #### Installed mods: https://www.curseforge.com/minecraft/modpacks/roguelike-adventures-and-dungeons ## Description of the problem #### How to reproduce: Install Optifine and Sildur's Vibrant shaders pack from https://sildurs-shaders.github.io/downloads/ Look at water on the surface world and dive beneath it. #### Expected result: You should be able to see clearly underwater, nor should odd textures appear on the surface reflection. #### Actual result: A strange sparkling pattern appears on the water surface. Go underwater and the screen turns opaque blue, making it impossible to see. This did not occur in v3.4 of Betweenlands.
comp
version breaks water rendering in shaders versions betweenlands version forge version forge singleplayer or multiplayer single and multiplayer on the built in local server installed mods description of the problem how to reproduce install optifine and sildur s vibrant shaders pack from look at water on the surface world and dive beneath it expected result you should be able to see clearly underwater nor should odd textures appear on the surface reflection actual result a strange sparkling pattern appears on the water surface go underwater and the screen turns opaque blue making it impossible to see this did not occur in of betweenlands
1
8,268
10,323,419,050
IssuesEvent
2019-08-31 21:20:26
midwan/amiberry
https://api.github.com/repos/midwan/amiberry
closed
[WHDLoad issue] Shadow Fighter AGA
compatibility fixed in dev
**Shadow Fighter [(Version 1.0 (24.03.2007))]** - AGA => runs ok yet too slow (compare with the ECS version to see what the real speed should be). **Please do note that the ECS/OCS version of this game is working like a charm.** Thanks to @vultureg7 and to @ransom1122 for reporting and confirming that one (original ticket #138). [uae for Shadow Fighter](https://github.com/midwan/amiberry/files/1293641/Body.Blows.txt)
True
[WHDLoad issue] Shadow Fighter AGA - **Shadow Fighter [(Version 1.0 (24.03.2007))]** - AGA => runs ok yet too slow (compare with the ECS version to see what the real speed should be). **Please do note that the ECS/OCS version of this game is working like a charm.** Thanks to @vultureg7 and to @ransom1122 for reporting and confirming that one (original ticket #138). [uae for Shadow Fighter](https://github.com/midwan/amiberry/files/1293641/Body.Blows.txt)
comp
shadow fighter aga shadow fighter aga runs ok yet too slow compare with the ecs version to see what the real speed should be please do note that the ecs ocs version of this game is working like a charm thanks to and to for reporting and confirming that one original ticket
1
1,754
4,317,249,521
IssuesEvent
2016-07-23 06:06:06
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
reopened
Yandex navigator & HTTPs filtering
Compatibility SSL
После всех обновлений Яндекс.Навигатора, включая сегодняшнее 13.04.2016, при включённой фильтрации не подхватываются мои места из учётки Яндекса. Яндекс.Навигатор ругается на прослушку канала, что, в общем-то, логично. Всё подхватилось после временного отелючения AdGuard WSR-311-92886
True
Yandex navigator & HTTPs filtering - После всех обновлений Яндекс.Навигатора, включая сегодняшнее 13.04.2016, при включённой фильтрации не подхватываются мои места из учётки Яндекса. Яндекс.Навигатор ругается на прослушку канала, что, в общем-то, логично. Всё подхватилось после временного отелючения AdGuard WSR-311-92886
comp
yandex navigator https filtering после всех обновлений яндекс навигатора включая сегодняшнее при включённой фильтрации не подхватываются мои места из учётки яндекса яндекс навигатор ругается на прослушку канала что в общем то логично всё подхватилось после временного отелючения adguard wsr
1
20,314
29,765,632,460
IssuesEvent
2023-06-15 00:27:47
ValveSoftware/Proton
https://api.github.com/repos/ValveSoftware/Proton
closed
Diablo 2 Resurrected
Game compatibility - Unofficial
# Compatibility Report - Diablo 2 Resurrected - Non-Steam game (13512922949631344640) ## System Information - OS: Fedora 34 - CPU: Intel i7-8700k - RAM: 64GB - GPU: Nvidia GTX 1080 TI - Driver/LLVM version: 470.74 - Kernel version: 5.14.9-200.fc34.x86_64 Proton: 1634140039 experimental-6.3-20211013 SteamGameId: 13512922949631344640 Command: ['/home/steam/.local/share/Steam/steamapps/compatdata/4032714062/pfx/drive_c/Program Files (x86)/Diablo II Resurrected/Diablo II Resurrected Launcher.exe', 'PROTON_LOG=1', '%command%'] Options: {'forcelgadd'} depot: 0.20210923.28 pressure-vessel: 0.20210906.2 scripts: v0.20210917.0-0-g1cf127d soldier: 0.20210920.0 soldier 0.20210920.0 Kernel: Linux 5.14.9-200.fc34.x86_64 #1 SMP Thu Sep 30 11:55:35 UTC 2021 x86_64 User settings WINEDEBUG: +timestamp,+pid,+tid,+seh,+debugstr,+loaddll,+mscoree ## I confirm: - [x] that I haven't found an existing compatibility report for this game. - [x] that I have checked whether there are updates for my system available. ## Symptoms <!-- What's the problem? --> Occasionally the game will hang. Screen freezes, input goes dead, but sound is audible I was able to dump two logs: one where the hang occurred and another where the play session was good, except for crackling audio. The amount of log data is massive... ## Reproduction Play Diablo 2 Resurrected for 30+ minutes in Act 1 or 3 until it hangs
True
Diablo 2 Resurrected - # Compatibility Report - Diablo 2 Resurrected - Non-Steam game (13512922949631344640) ## System Information - OS: Fedora 34 - CPU: Intel i7-8700k - RAM: 64GB - GPU: Nvidia GTX 1080 TI - Driver/LLVM version: 470.74 - Kernel version: 5.14.9-200.fc34.x86_64 Proton: 1634140039 experimental-6.3-20211013 SteamGameId: 13512922949631344640 Command: ['/home/steam/.local/share/Steam/steamapps/compatdata/4032714062/pfx/drive_c/Program Files (x86)/Diablo II Resurrected/Diablo II Resurrected Launcher.exe', 'PROTON_LOG=1', '%command%'] Options: {'forcelgadd'} depot: 0.20210923.28 pressure-vessel: 0.20210906.2 scripts: v0.20210917.0-0-g1cf127d soldier: 0.20210920.0 soldier 0.20210920.0 Kernel: Linux 5.14.9-200.fc34.x86_64 #1 SMP Thu Sep 30 11:55:35 UTC 2021 x86_64 User settings WINEDEBUG: +timestamp,+pid,+tid,+seh,+debugstr,+loaddll,+mscoree ## I confirm: - [x] that I haven't found an existing compatibility report for this game. - [x] that I have checked whether there are updates for my system available. ## Symptoms <!-- What's the problem? --> Occasionally the game will hang. Screen freezes, input goes dead, but sound is audible I was able to dump two logs: one where the hang occurred and another where the play session was good, except for crackling audio. The amount of log data is massive... ## Reproduction Play Diablo 2 Resurrected for 30+ minutes in Act 1 or 3 until it hangs
comp
diablo resurrected compatibility report diablo resurrected non steam game system information os fedora cpu intel ram gpu nvidia gtx ti driver llvm version kernel version proton experimental steamgameid command options forcelgadd depot pressure vessel scripts soldier soldier kernel linux smp thu sep utc user settings winedebug timestamp pid tid seh debugstr loaddll mscoree i confirm that i haven t found an existing compatibility report for this game that i have checked whether there are updates for my system available symptoms occasionally the game will hang screen freezes input goes dead but sound is audible i was able to dump two logs one where the hang occurred and another where the play session was good except for crackling audio the amount of log data is massive reproduction play diablo resurrected for minutes in act or until it hangs
1
635,324
20,384,588,056
IssuesEvent
2022-02-22 04:38:54
Rulios/feelingly
https://api.github.com/repos/Rulios/feelingly
closed
Login and register with Google Accounts
enhancement question priority
To speed up the process of registering, it should be implemented the register with Google Accounts.
1.0
Login and register with Google Accounts - To speed up the process of registering, it should be implemented the register with Google Accounts.
non_comp
login and register with google accounts to speed up the process of registering it should be implemented the register with google accounts
0
16,337
21,970,346,382
IssuesEvent
2022-05-25 02:37:33
P03W/RPGStats
https://api.github.com/repos/P03W/RPGStats
closed
Translations do not work while Bee-Better is installed.
bug awaiting feedback mod compatibility
**Describe the bug** When RPGStats is installed alongside Bee Better, the '/rpgstats' output is not translated and is shown as raw strings. **To Reproduce** Steps to reproduce the behavior: 1. Install Bee-Better and RPGStats together. 2. Type '/rpgstats' command. 3. See bug **Expected behavior** The '/rpgstats' command should show translated text. **Screenshots and Logs** Bee-Better w/ RPGStats: ![image](https://user-images.githubusercontent.com/47197231/161735079-7c787e1b-e65f-44d0-814b-88d5567f9cd6.png) Expected result for RPGStats: ![image](https://user-images.githubusercontent.com/47197231/161736191-37262268-2bf7-49c6-b2e6-0c7ea0ab4dbc.png) **Environment** - [ x ] Server - [ x ] Client **Mod list** Mod that causes the issue: Bee-Better: https://github.com/Draylar/bee-better Other mods installed: ![image](https://user-images.githubusercontent.com/47197231/161739725-42b7b69c-d541-4b11-89ea-884885f16b81.png) ![image](https://user-images.githubusercontent.com/47197231/161739742-a679f277-ebc8-4e32-9e49-01e3899051fb.png) ![image](https://user-images.githubusercontent.com/47197231/161739754-13fc6818-12bd-4678-8f9d-ffbb38e0271e.png)
True
Translations do not work while Bee-Better is installed. - **Describe the bug** When RPGStats is installed alongside Bee Better, the '/rpgstats' output is not translated and is shown as raw strings. **To Reproduce** Steps to reproduce the behavior: 1. Install Bee-Better and RPGStats together. 2. Type '/rpgstats' command. 3. See bug **Expected behavior** The '/rpgstats' command should show translated text. **Screenshots and Logs** Bee-Better w/ RPGStats: ![image](https://user-images.githubusercontent.com/47197231/161735079-7c787e1b-e65f-44d0-814b-88d5567f9cd6.png) Expected result for RPGStats: ![image](https://user-images.githubusercontent.com/47197231/161736191-37262268-2bf7-49c6-b2e6-0c7ea0ab4dbc.png) **Environment** - [ x ] Server - [ x ] Client **Mod list** Mod that causes the issue: Bee-Better: https://github.com/Draylar/bee-better Other mods installed: ![image](https://user-images.githubusercontent.com/47197231/161739725-42b7b69c-d541-4b11-89ea-884885f16b81.png) ![image](https://user-images.githubusercontent.com/47197231/161739742-a679f277-ebc8-4e32-9e49-01e3899051fb.png) ![image](https://user-images.githubusercontent.com/47197231/161739754-13fc6818-12bd-4678-8f9d-ffbb38e0271e.png)
comp
translations do not work while bee better is installed describe the bug when rpgstats is installed alongside bee better the rpgstats output is not translated and is shown as raw strings to reproduce steps to reproduce the behavior install bee better and rpgstats together type rpgstats command see bug expected behavior the rpgstats command should show translated text screenshots and logs bee better w rpgstats expected result for rpgstats environment server client mod list mod that causes the issue bee better other mods installed
1
12,567
14,887,460,540
IssuesEvent
2021-01-20 18:22:09
Oldes/Rebol-wishes
https://api.github.com/repos/Oldes/Rebol-wishes
closed
Wish: allow `none` value inside `map!`
Datatype: map! Oldes.resolved Red compatibility Type.wish
`map!` is often used to hold JSON data and loading a JSON with `null` will make the nulled value as deleted. Currently: ```rebol >> decode 'json {{"a":null}} == #() ``` Red language already supports it: ```red >> load/as {{"a":null}} 'json == #( a: none ) ``` https://github.com/Oldes/Rebol-wishes/issues/20 is required so one would be able to remove values from map when needed.
True
Wish: allow `none` value inside `map!` - `map!` is often used to hold JSON data and loading a JSON with `null` will make the nulled value as deleted. Currently: ```rebol >> decode 'json {{"a":null}} == #() ``` Red language already supports it: ```red >> load/as {{"a":null}} 'json == #( a: none ) ``` https://github.com/Oldes/Rebol-wishes/issues/20 is required so one would be able to remove values from map when needed.
comp
wish allow none value inside map map is often used to hold json data and loading a json with null will make the nulled value as deleted currently rebol decode json a null red language already supports it red load as a null json a none is required so one would be able to remove values from map when needed
1
7,267
10,421,338,005
IssuesEvent
2019-09-16 05:43:38
axa-group/Parsr
https://api.github.com/repos/axa-group/Parsr
closed
python3 command is just python sometimes
bug processing
**Summary** On Archlinux and some other OS (maybe Windows as well?), python 3.x is ran using the `python` command and python 2.x using the `python2` command. Here, we're assuming it's always `python3`: https://github.com/axa-group/Parsr/blob/dc3bec7ae62b0db12a075f31c26ba8951a63c2f7/server/src/modules/TableDetectionModule/TableDetectionModule.ts#L35 **Steps To Reproduce** Steps to reproduce the behavior: 1. Have your path with `python` pointing on Python 3.x 2. Remove `python3` from your path. **Expected behavior** Table extraction should run. **Actual behavior** A node error: `Error: spawnSync python3 ENOENT`. **Environment** - Reference commit/version: `dc3bec7ae62b0db12a075f31c26ba8951a63c2f7` - Other platform details: Python 3.x is just `python`, not `python3` - OS: Arch Linux, maybe others?
1.0
python3 command is just python sometimes - **Summary** On Archlinux and some other OS (maybe Windows as well?), python 3.x is ran using the `python` command and python 2.x using the `python2` command. Here, we're assuming it's always `python3`: https://github.com/axa-group/Parsr/blob/dc3bec7ae62b0db12a075f31c26ba8951a63c2f7/server/src/modules/TableDetectionModule/TableDetectionModule.ts#L35 **Steps To Reproduce** Steps to reproduce the behavior: 1. Have your path with `python` pointing on Python 3.x 2. Remove `python3` from your path. **Expected behavior** Table extraction should run. **Actual behavior** A node error: `Error: spawnSync python3 ENOENT`. **Environment** - Reference commit/version: `dc3bec7ae62b0db12a075f31c26ba8951a63c2f7` - Other platform details: Python 3.x is just `python`, not `python3` - OS: Arch Linux, maybe others?
non_comp
command is just python sometimes summary on archlinux and some other os maybe windows as well python x is ran using the python command and python x using the command here we re assuming it s always steps to reproduce steps to reproduce the behavior have your path with python pointing on python x remove from your path expected behavior table extraction should run actual behavior a node error error spawnsync enoent environment reference commit version other platform details python x is just python not os arch linux maybe others
0
10,885
12,877,053,447
IssuesEvent
2020-07-11 08:47:03
Foundry376/Mailspring
https://api.github.com/repos/Foundry376/Mailspring
closed
Unable to sync Outlook mails
bug mailserver-incompatibility needs-reproduction
<!-- Thanks for taking the time to file an issue! The Mailspring community uses GitHub issues to coordinate development. Before filling out this form, try searching for both open and closed issues here: https://github.com/Foundry376/Mailspring/issues. Upvoting an existing sync issue is MUCH better than submitting a new one - it often takes a while for them to be merged and we use issue upvotes to prioritize development. --> ##### What is the behavior you're seeing? Unable to sync mail from Outlook. I get an error message "Outlook server said you must sign in via a web browser. (IMAP) ##### What email provider (Gmail, Exchange, etc.) are you trying to use? Outlook ##### What operating system are you using? MacOS - 10.15.5 ##### What version of Mailspring are you using? 1.7.8 (eg: 1.6.3 or 1.7.0 - this is shown in Mailspring's mai ![Screenshot 2020-07-11 at 1 54 40 PM](https://user-images.githubusercontent.com/10704122/87220113-ebf1a800-c37e-11ea-8640-3bbf6ccacd0a.jpg) n menu.) ##### Is the issue reproducible with a particular attachment, message, signature, etc? NA
True
Unable to sync Outlook mails - <!-- Thanks for taking the time to file an issue! The Mailspring community uses GitHub issues to coordinate development. Before filling out this form, try searching for both open and closed issues here: https://github.com/Foundry376/Mailspring/issues. Upvoting an existing sync issue is MUCH better than submitting a new one - it often takes a while for them to be merged and we use issue upvotes to prioritize development. --> ##### What is the behavior you're seeing? Unable to sync mail from Outlook. I get an error message "Outlook server said you must sign in via a web browser. (IMAP) ##### What email provider (Gmail, Exchange, etc.) are you trying to use? Outlook ##### What operating system are you using? MacOS - 10.15.5 ##### What version of Mailspring are you using? 1.7.8 (eg: 1.6.3 or 1.7.0 - this is shown in Mailspring's mai ![Screenshot 2020-07-11 at 1 54 40 PM](https://user-images.githubusercontent.com/10704122/87220113-ebf1a800-c37e-11ea-8640-3bbf6ccacd0a.jpg) n menu.) ##### Is the issue reproducible with a particular attachment, message, signature, etc? NA
comp
unable to sync outlook mails thanks for taking the time to file an issue the mailspring community uses github issues to coordinate development before filling out this form try searching for both open and closed issues here upvoting an existing sync issue is much better than submitting a new one it often takes a while for them to be merged and we use issue upvotes to prioritize development what is the behavior you re seeing unable to sync mail from outlook i get an error message outlook server said you must sign in via a web browser imap what email provider gmail exchange etc are you trying to use outlook what operating system are you using macos what version of mailspring are you using eg or this is shown in mailspring s mai n menu is the issue reproducible with a particular attachment message signature etc na
1
346,419
24,886,832,801
IssuesEvent
2022-10-28 08:31:03
pwjj2000/ped
https://api.github.com/repos/pwjj2000/ped
opened
Lack of links in Table of Contents to jump to sub-sections (e.g. to specific commands)
severity.Medium type.DocumentationBug
There are only links for the larger sections like `Features` and `Command Summary`, but not for the smaller sub-sections like the individual commands. I'm not too sure if it is intended this way but it would be good to have for all sub-sections for ease of navigation for returning users! ![image.png](https://raw.githubusercontent.com/pwjj2000/ped/main/files/709b52a3-a378-41c6-ad0d-fd92fb831754.png) <!--session: 1666944059811-33d96735-a07c-4691-b499-3ac04c866542--> <!--Version: Web v3.4.4-->
1.0
Lack of links in Table of Contents to jump to sub-sections (e.g. to specific commands) - There are only links for the larger sections like `Features` and `Command Summary`, but not for the smaller sub-sections like the individual commands. I'm not too sure if it is intended this way but it would be good to have for all sub-sections for ease of navigation for returning users! ![image.png](https://raw.githubusercontent.com/pwjj2000/ped/main/files/709b52a3-a378-41c6-ad0d-fd92fb831754.png) <!--session: 1666944059811-33d96735-a07c-4691-b499-3ac04c866542--> <!--Version: Web v3.4.4-->
non_comp
lack of links in table of contents to jump to sub sections e g to specific commands there are only links for the larger sections like features and command summary but not for the smaller sub sections like the individual commands i m not too sure if it is intended this way but it would be good to have for all sub sections for ease of navigation for returning users
0
12,543
14,860,356,813
IssuesEvent
2021-01-18 20:20:54
keycastr/keycastr
https://api.github.com/repos/keycastr/keycastr
closed
Modernize MainMenu.nib
compatibility
MainMenu.nib can't be easily worked with in modern Xcode as it is still in the legacy binary format and contains embedded references to antique Interface Builder plugins.
True
Modernize MainMenu.nib - MainMenu.nib can't be easily worked with in modern Xcode as it is still in the legacy binary format and contains embedded references to antique Interface Builder plugins.
comp
modernize mainmenu nib mainmenu nib can t be easily worked with in modern xcode as it is still in the legacy binary format and contains embedded references to antique interface builder plugins
1
3,794
6,655,358,299
IssuesEvent
2017-09-29 16:04:49
globus/globus-sdk-python
https://api.github.com/repos/globus/globus-sdk-python
closed
Look into moving JWT support to PyJWT; consider whether or not we can make it a strict dependency (vs. optional)
enhancement help wanted portability/compatiblity question
For JWT support, we allow users to install python-jose via the `globus-sdk[jwt]` extra. That makes the inclusion optional. We made it optional because python-jose depends on pycrypto, which doesn't install cleanly without system libraries. pyjwt is more mainstream than python-jose, and depends on `cryptography`. Among the many nice things about `cryptography` over `pycrypto`, it ships statically linked wheels for many platforms. This means that a transition could do a couple of things for us: - Improve the security of the tools we're implicitly endorsing, moving from `pycrypto` (which is dead) to `cryptography` - Use deps more aligned with the CLI (which requires `cryptography` for delegate proxy) - Possibly turn `jwt` support on by default, making `cryptography` a required dependency - This might work on our target platforms due to the static wheels as a format - We would need to expand our installation documentation to include notes on installing on the rare, unsupported platforms for `cryptography` e.g. `sudo apt-get install build-essential libssl-dev libffi-dev python3-dev` However, this inherently makes `globus-sdk` installation more prone to failure. We're relying upon `cryptography` to retain good support for our target platforms, and if a platform is missing we expose a lot of extra setup burden. We need to be *very confident* before pursuing this.
True
Look into moving JWT support to PyJWT; consider whether or not we can make it a strict dependency (vs. optional) - For JWT support, we allow users to install python-jose via the `globus-sdk[jwt]` extra. That makes the inclusion optional. We made it optional because python-jose depends on pycrypto, which doesn't install cleanly without system libraries. pyjwt is more mainstream than python-jose, and depends on `cryptography`. Among the many nice things about `cryptography` over `pycrypto`, it ships statically linked wheels for many platforms. This means that a transition could do a couple of things for us: - Improve the security of the tools we're implicitly endorsing, moving from `pycrypto` (which is dead) to `cryptography` - Use deps more aligned with the CLI (which requires `cryptography` for delegate proxy) - Possibly turn `jwt` support on by default, making `cryptography` a required dependency - This might work on our target platforms due to the static wheels as a format - We would need to expand our installation documentation to include notes on installing on the rare, unsupported platforms for `cryptography` e.g. `sudo apt-get install build-essential libssl-dev libffi-dev python3-dev` However, this inherently makes `globus-sdk` installation more prone to failure. We're relying upon `cryptography` to retain good support for our target platforms, and if a platform is missing we expose a lot of extra setup burden. We need to be *very confident* before pursuing this.
comp
look into moving jwt support to pyjwt consider whether or not we can make it a strict dependency vs optional for jwt support we allow users to install python jose via the globus sdk extra that makes the inclusion optional we made it optional because python jose depends on pycrypto which doesn t install cleanly without system libraries pyjwt is more mainstream than python jose and depends on cryptography among the many nice things about cryptography over pycrypto it ships statically linked wheels for many platforms this means that a transition could do a couple of things for us improve the security of the tools we re implicitly endorsing moving from pycrypto which is dead to cryptography use deps more aligned with the cli which requires cryptography for delegate proxy possibly turn jwt support on by default making cryptography a required dependency this might work on our target platforms due to the static wheels as a format we would need to expand our installation documentation to include notes on installing on the rare unsupported platforms for cryptography e g sudo apt get install build essential libssl dev libffi dev dev however this inherently makes globus sdk installation more prone to failure we re relying upon cryptography to retain good support for our target platforms and if a platform is missing we expose a lot of extra setup burden we need to be very confident before pursuing this
1
8,035
10,170,277,317
IssuesEvent
2019-08-08 04:33:24
jesus2099/konami-command
https://api.github.com/repos/jesus2099/konami-command
opened
General check of Firefox
INSTALL-USER-SCRIPT browser compatibility major ninja
It seems [how Firefox is running user scripts might have changed](https://violentmonkey.github.io/2018/11/23/inject-into-context/). I should check my scripts with Firefox (on Android indeed I saw most of them work but not INSTALL USER SCRIPTS, which indeed runs on github, it might because of that [Content Security Policy (CSP)](https://en.wikipedia.org/wiki/Content_Security_Policy) thing).
True
General check of Firefox - It seems [how Firefox is running user scripts might have changed](https://violentmonkey.github.io/2018/11/23/inject-into-context/). I should check my scripts with Firefox (on Android indeed I saw most of them work but not INSTALL USER SCRIPTS, which indeed runs on github, it might because of that [Content Security Policy (CSP)](https://en.wikipedia.org/wiki/Content_Security_Policy) thing).
comp
general check of firefox it seems i should check my scripts with firefox on android indeed i saw most of them work but not install user scripts which indeed runs on github it might because of that content security policy csp thing
1
418,144
12,194,014,495
IssuesEvent
2020-04-29 15:12:31
DimensionDev/Maskbook
https://api.github.com/repos/DimensionDev/Maskbook
closed
[Demand] Add ERC20 token OKB
Demand: Draft Priority: P1 (Now)
## Metadata Field | Value --- | --- Previous Stage | ... Figma Link | https://www.figma.com/file/gTMLz5RGFEIegKM8RT0eSd/redpacket_cover?node-id=0:1 https://www.figma.com/file/VrUbo5q4bGh3GxOmNOxFWV/Red-Packet-Dai?node-id=0:1 Expected UX prototype due | 2020-W??-5 Actual UX prototype release | - Expected engineering due | 2020-W??-5 Corresponding Pull Request | - Completion Version | - ## Catalogue - ... - ... - ... ## Part 1: ... ## Part 2: ... ## Part 3: ... ## Notes
1.0
[Demand] Add ERC20 token OKB - ## Metadata Field | Value --- | --- Previous Stage | ... Figma Link | https://www.figma.com/file/gTMLz5RGFEIegKM8RT0eSd/redpacket_cover?node-id=0:1 https://www.figma.com/file/VrUbo5q4bGh3GxOmNOxFWV/Red-Packet-Dai?node-id=0:1 Expected UX prototype due | 2020-W??-5 Actual UX prototype release | - Expected engineering due | 2020-W??-5 Corresponding Pull Request | - Completion Version | - ## Catalogue - ... - ... - ... ## Part 1: ... ## Part 2: ... ## Part 3: ... ## Notes
non_comp
add token okb metadata field value previous stage figma link expected ux prototype due w actual ux prototype release expected engineering due w corresponding pull request completion version catalogue part part part notes
0
10,302
12,291,886,264
IssuesEvent
2020-05-10 12:14:15
ValveSoftware/Proton
https://api.github.com/repos/ValveSoftware/Proton
closed
Homeworld Remastered Collection (244160)
.NET .NET-WPF Game compatibility - Unofficial
# Compatibility Report - Name of the game with compatibility issues: Homeworld Remastered - Steam AppID of the game: 244160 ## System Information - GPU: NVIDIA GeForce RTX 2080 Ti - Driver/LLVM version: 440.44 - Kernel version: 5.3.0-7642-generic - Link to full system information report as [Gist](https://gist.github.com/): **https://gist.github.com/virtusgaming/d313fafeb09be61f9511bf48dae6f681** - Proton version: 5.06 ## I confirm: - [X] that I haven't found an existing compatibility report for this game. - [X] that I have checked whether there are updates for my system available. <!-- Please add `PROTON_LOG=1 %command%` to the game's launch options and drag and drop the generated `$HOME/steam-$APPID.log` into this issue report --> [steam-244160.log](https://github.com/ValveSoftware/Proton/files/4484286/steam-244160.log) ## Symptoms <!-- What's the problem? --> Clicking Play, the Steam interface acts like it's going to do something but then nothing happens and the button changes from "Cancel" to "Play" ## Reproduction 1. Install Homeworld Remastered. 2. Click Play. 3. Nothing happens.
True
Homeworld Remastered Collection (244160) - # Compatibility Report - Name of the game with compatibility issues: Homeworld Remastered - Steam AppID of the game: 244160 ## System Information - GPU: NVIDIA GeForce RTX 2080 Ti - Driver/LLVM version: 440.44 - Kernel version: 5.3.0-7642-generic - Link to full system information report as [Gist](https://gist.github.com/): **https://gist.github.com/virtusgaming/d313fafeb09be61f9511bf48dae6f681** - Proton version: 5.06 ## I confirm: - [X] that I haven't found an existing compatibility report for this game. - [X] that I have checked whether there are updates for my system available. <!-- Please add `PROTON_LOG=1 %command%` to the game's launch options and drag and drop the generated `$HOME/steam-$APPID.log` into this issue report --> [steam-244160.log](https://github.com/ValveSoftware/Proton/files/4484286/steam-244160.log) ## Symptoms <!-- What's the problem? --> Clicking Play, the Steam interface acts like it's going to do something but then nothing happens and the button changes from "Cancel" to "Play" ## Reproduction 1. Install Homeworld Remastered. 2. Click Play. 3. Nothing happens.
comp
homeworld remastered collection compatibility report name of the game with compatibility issues homeworld remastered steam appid of the game system information gpu nvidia geforce rtx ti driver llvm version kernel version generic link to full system information report as proton version i confirm that i haven t found an existing compatibility report for this game that i have checked whether there are updates for my system available please add proton log command to the game s launch options and drag and drop the generated home steam appid log into this issue report symptoms clicking play the steam interface acts like it s going to do something but then nothing happens and the button changes from cancel to play reproduction install homeworld remastered click play nothing happens
1
16,334
21,960,088,260
IssuesEvent
2022-05-24 15:07:48
BlackBonjour/stdlib
https://api.github.com/repos/BlackBonjour/stdlib
closed
PHP 8.1: ArrayAccess-Interface got defined function declarations
compatibility
The functions of the `ArrayAccess`-Interface will now return values like `mixed`. All implemenations needs to define it to. See: https://www.php.net/manual/de/migration81.incompatible.php#migration81.incompatible.phar
True
PHP 8.1: ArrayAccess-Interface got defined function declarations - The functions of the `ArrayAccess`-Interface will now return values like `mixed`. All implemenations needs to define it to. See: https://www.php.net/manual/de/migration81.incompatible.php#migration81.incompatible.phar
comp
php arrayaccess interface got defined function declarations the functions of the arrayaccess interface will now return values like mixed all implemenations needs to define it to see
1
42,982
11,134,225,504
IssuesEvent
2019-12-20 11:12:38
jrasell/sherpa
https://api.github.com/repos/jrasell/sherpa
closed
Docker Hub wrong version - 0.4.0
area/build kind/bug
**Describe the bug** The latest version pushed on Docker Hub does not seem to be the right one. The interface displays version `0.3.0` instead of `0.4.0` and the digest (`a73972f6f7bd`) is the same on the [Docker Hub](https://hub.docker.com/r/jrasell/sherpa/tags) for both versions. [Build](https://hub.docker.com/layers/jrasell/sherpa/0.4.0/images/sha256-a73972f6f7bd77f495fc8286fa6913a90053486542f5c2743964319ea400dfee) also show version `0.3.0`. Seem likes you forgot to bump up version in the [Dockerfile](https://github.com/jrasell/sherpa/blob/master/Dockerfile#L6). **To reproduce** ```bash docker run -it --rm -p 8000:8000 jrasell/sherpa:0.4.0 server --bind-addr 0.0.0.0 --ui ``` Hit http://127.0.0.1:8000/ui, version `0.3.0` is displayed. **Expected behavior** Sherpa at version `0.4.0`.
1.0
Docker Hub wrong version - 0.4.0 - **Describe the bug** The latest version pushed on Docker Hub does not seem to be the right one. The interface displays version `0.3.0` instead of `0.4.0` and the digest (`a73972f6f7bd`) is the same on the [Docker Hub](https://hub.docker.com/r/jrasell/sherpa/tags) for both versions. [Build](https://hub.docker.com/layers/jrasell/sherpa/0.4.0/images/sha256-a73972f6f7bd77f495fc8286fa6913a90053486542f5c2743964319ea400dfee) also show version `0.3.0`. Seem likes you forgot to bump up version in the [Dockerfile](https://github.com/jrasell/sherpa/blob/master/Dockerfile#L6). **To reproduce** ```bash docker run -it --rm -p 8000:8000 jrasell/sherpa:0.4.0 server --bind-addr 0.0.0.0 --ui ``` Hit http://127.0.0.1:8000/ui, version `0.3.0` is displayed. **Expected behavior** Sherpa at version `0.4.0`.
non_comp
docker hub wrong version describe the bug the latest version pushed on docker hub does not seem to be the right one the interface displays version instead of and the digest is the same on the for both versions also show version seem likes you forgot to bump up version in the to reproduce bash docker run it rm p jrasell sherpa server bind addr ui hit version is displayed expected behavior sherpa at version
0
11,472
9,376,817,588
IssuesEvent
2019-04-04 08:53:02
terraform-providers/terraform-provider-azurerm
https://api.github.com/repos/terraform-providers/terraform-provider-azurerm
closed
Feature Request: Support for Shared Access Policies for ServiceBus Namespaces
enhancement service/servicebus
Hey all, Similar to https://github.com/terraform-providers/terraform-provider-azurerm/issues/735, it would be great to see support for shared access policies on a service bus namespace level https://docs.microsoft.com/en-us/azure/templates/microsoft.servicebus/namespaces/authorizationrules
2.0
Feature Request: Support for Shared Access Policies for ServiceBus Namespaces - Hey all, Similar to https://github.com/terraform-providers/terraform-provider-azurerm/issues/735, it would be great to see support for shared access policies on a service bus namespace level https://docs.microsoft.com/en-us/azure/templates/microsoft.servicebus/namespaces/authorizationrules
non_comp
feature request support for shared access policies for servicebus namespaces hey all similar to it would be great to see support for shared access policies on a service bus namespace level
0
25,685
11,207,765,479
IssuesEvent
2020-01-06 05:16:07
emilwareus/NodeGoat
https://api.github.com/repos/emilwareus/NodeGoat
opened
WS-2019-0333 (Medium) detected in handlebars-4.0.5.tgz
security vulnerability
## WS-2019-0333 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.5.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/NodeGoat/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/NodeGoat/node_modules/nyc/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - grunt-if-0.2.0.tgz (Root Library) - grunt-contrib-nodeunit-1.0.0.tgz - nodeunit-0.9.5.tgz - tap-7.1.2.tgz - nyc-7.1.0.tgz - istanbul-reports-1.0.0-alpha.8.tgz - :x: **handlebars-4.0.5.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/emilwareus/NodeGoat/commit/dfbd2d5093f62bf89420a345e69ef391c38d45e4">dfbd2d5093f62bf89420a345e69ef391c38d45e4</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Prototype Pollution vulnerability found in handlebars 1.0.6 before 4.5.3. It is possible to add or modify properties to the Object prototype through a malicious template. Attacker may crash the application or execute Arbitrary Code in specific conditions. <p>Publish Date: 2019-12-05 <p>URL: <a href=https://github.com/wycats/handlebars.js/commit/f7f05d7558e674856686b62a00cde5758f3b7a08>WS-2019-0333</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1325">https://www.npmjs.com/advisories/1325</a></p> <p>Release Date: 2019-12-05</p> <p>Fix Resolution: handlebars - 4.5.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2019-0333 (Medium) detected in handlebars-4.0.5.tgz - ## WS-2019-0333 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.5.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/NodeGoat/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/NodeGoat/node_modules/nyc/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - grunt-if-0.2.0.tgz (Root Library) - grunt-contrib-nodeunit-1.0.0.tgz - nodeunit-0.9.5.tgz - tap-7.1.2.tgz - nyc-7.1.0.tgz - istanbul-reports-1.0.0-alpha.8.tgz - :x: **handlebars-4.0.5.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/emilwareus/NodeGoat/commit/dfbd2d5093f62bf89420a345e69ef391c38d45e4">dfbd2d5093f62bf89420a345e69ef391c38d45e4</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Prototype Pollution vulnerability found in handlebars 1.0.6 before 4.5.3. It is possible to add or modify properties to the Object prototype through a malicious template. Attacker may crash the application or execute Arbitrary Code in specific conditions. <p>Publish Date: 2019-12-05 <p>URL: <a href=https://github.com/wycats/handlebars.js/commit/f7f05d7558e674856686b62a00cde5758f3b7a08>WS-2019-0333</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1325">https://www.npmjs.com/advisories/1325</a></p> <p>Release Date: 2019-12-05</p> <p>Fix Resolution: handlebars - 4.5.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
ws medium detected in handlebars tgz ws medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file tmp ws scm nodegoat package json path to vulnerable library tmp ws scm nodegoat node modules nyc node modules handlebars package json dependency hierarchy grunt if tgz root library grunt contrib nodeunit tgz nodeunit tgz tap tgz nyc tgz istanbul reports alpha tgz x handlebars tgz vulnerable library found in head commit a href vulnerability details prototype pollution vulnerability found in handlebars before it is possible to add or modify properties to the object prototype through a malicious template attacker may crash the application or execute arbitrary code in specific conditions publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution handlebars step up your open source security game with whitesource
0
283,806
24,563,318,966
IssuesEvent
2022-10-12 22:54:07
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
Godot 4.0 crashes on Linux Mint when selecting "Import"
bug platform:linuxbsd topic:editor needs testing crash
### Godot version 4.0 alpha 15 ### System information Linux Mint 20.3 Cinnamon 64 bit ### Issue description Testing Godot 4.0 alpha 15 on Linux Mint Cinnamon 64 bit. It crashes after clicking on "Import" option and clicking on "Browse", then the program freezes and then closes. No project selection is possible. It happens with both the 64 bit and 32 bit versions of Godot. ### Steps to reproduce Clicking "Import" then "Browse". ### Minimal reproduction project _No response_
1.0
Godot 4.0 crashes on Linux Mint when selecting "Import" - ### Godot version 4.0 alpha 15 ### System information Linux Mint 20.3 Cinnamon 64 bit ### Issue description Testing Godot 4.0 alpha 15 on Linux Mint Cinnamon 64 bit. It crashes after clicking on "Import" option and clicking on "Browse", then the program freezes and then closes. No project selection is possible. It happens with both the 64 bit and 32 bit versions of Godot. ### Steps to reproduce Clicking "Import" then "Browse". ### Minimal reproduction project _No response_
non_comp
godot crashes on linux mint when selecting import godot version alpha system information linux mint cinnamon bit issue description testing godot alpha on linux mint cinnamon bit it crashes after clicking on import option and clicking on browse then the program freezes and then closes no project selection is possible it happens with both the bit and bit versions of godot steps to reproduce clicking import then browse minimal reproduction project no response
0
557,216
16,503,984,042
IssuesEvent
2021-05-25 16:59:18
googleapis/nodejs-monitoring
https://api.github.com/repos/googleapis/nodejs-monitoring
closed
metrics: should read time series data failed
api: monitoring flakybot: flaky flakybot: issue priority: p1 type: bug
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 57c149dafb032db539323e4e28a5c83d56793a13 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/303e2a23-1614-4eea-b3ac-a29ffeca0255), [Sponge](http://sponge2/303e2a23-1614-4eea-b3ac-a29ffeca0255) status: failed <details><summary>Test output</summary><br><pre>expected 'ubuntu-http-345108d6:\n{"doubleValue":0.0021984397142659875,"value":"doubleValue"}\n{"doubleValue":0.002061090994781504,"value":"doubleValue"}\n{"doubleValue":0.0023143165885509613,"value":"doubleValue"}\n{"doubleValue":0.0023031144621199926,"value":"doubleValue"}\n{"doubleValue":0.0021148158552629563,"value":"doubleValue"}\n{"doubleValue":0.0020957904494328734,"value":"doubleValue"}\n{"doubleValue":0.002310226180998143,"value":"doubleValue"}\n{"doubleValue":0.0021653296062140726,"value":"doubleValue"}\n{"doubleValue":0.0020366397303102227,"value":"doubleValue"}\n{"doubleValue":0.002324439522635657,"value":"doubleValue"}\n{"doubleValue":0.0022899123631456558,"value":"doubleValue"}\n{"doubleValue":0.0021174793582758866,"value":"doubleValue"}\n{"doubleValue":0.0022607432033206957,"value":"doubleValue"}\n{"doubleValue":0.0020779322871627907,"value":"doubleValue"}\n{"doubleValue":0.002108679998006361,"value":"doubleValue"}\n{"doubleValue":0.0022969990202303353,"value":"doubleValue"}\n{"doubleValue":0.0022778537536699635,"value":"doubleValue"}\nubuntu-http-5784e596:\n{"doubleValue":0.0018532755435444414,"value":"doubleValue"}\n{"doubleValue":0.0016968930731915558,"value":"doubleValue"}\n{"doubleValue":0.0017947595479199663,"value":"doubleValue"}\n{"doubleValue":0.001836917501835463,"value":"doubleValue"}\n{"doubleValue":0.0017120454256655648,"value":"doubleValue"}\n{"doubleValue":0.0015920942857822714,"value":"doubleValue"}\n{"doubleValue":0.0017059816450152236,"value":"doubleValue"}\n{"doubleValue":0.0016688456540578044,"value":"doubleValue"}\n{"doubleValue":0.001770063687096505,"value":"doubleValue"}\n{"doubleValue":0.0018291846208740026,"value":"doubleValue"}\n{"doubleValue":0.0016878144005507542,"value":"doubleValue"}\n{"doubleValue":0.0017465202283347026,"value":"doubleValue"}\n{"doubleValue":0.00181930879043648,"value":"doubleValue"}\n{"doubleValue":0.0016881888557691127,"value":"doubleValue"}\n{"doubleValue":0.0018199352140072732,"value":"doubleValue"}\n{"doubleValue":0.0018015596317127347,"value":"doubleValue"}\n{"doubleValue":0.0016926194235566071,"value":"doubleValue"}\nnode-cc-test-2aa7d6d6-1070-44fa-9e05-c7a59d8be024-w-1:\n{"doubleValue":0.4739029222192535,"value":"doubleValue"}\n{"doubleValue":0.17342145274596024,"value":"doubleValue"}\nnode-cc-test-2aa7d6d6-1070-44fa-9e05-c7a59d8be024-w-0:\n{"doubleValue":0.47000203048554995,"value":"doubleValue"}\n{"doubleValue":0.19869394087941764,"value":"doubleValue"}\nnode-cc-test-2aa7d6d6-1070-44fa-9e05-c7a59d8be024-m:\n{"doubleValue":0.9032242400020496,"value":"doubleValue"}\n{"doubleValue":0.22421209860731942,"value":"doubleValue"}\nape1:\n{"doubleValue":0.005479408701648936,"value":"doubleValue"}\n{"doubleValue":0.005709212180227042,"value":"doubleValue"}\n{"doubleValue":0.004719613460474647,"value":"doubleValue"}\n{"doubleValue":0.005228604471388583,"value":"doubleValue"}\n{"doubleValue":0.006385338818654418,"value":"doubleValue"}\n{"doubleValue":0.005559966567670926,"value":"doubleValue"}\n{"doubleValue":0.0061175599665148185,"value":"doubleValue"}\n{"doubleValue":0.006502461007524592,"value":"doubleValue"}\n{"doubleValue":0.006581980048213154,"value":"doubleValue"}\n{"doubleValue":0.0062416283045119295,"value":"doubleValue"}\n{"doubleValue":0.005804221926761481,"value":"doubleValue"}\n{"doubleValue":0.005337048923441519,"value":"doubleValue"}\n{"doubleValue":0.0054967825902470695,"value":"doubleValue"}\n{"doubleValue":0.005573526956140995,"value":"doubleValue"}\n{"doubleValue":0.005095126527400377,"value":"doubleValue"}\n{"doubleValue":0.004493544164385336,"value":"doubleValue"}\n{"doubleValue":0.005022150837855103,"value":"doubleValue"}\nape2:\n{"doubleValue":0.005849858982643733,"value":"doubleValue"}\n{"doubleValue":0.005989754756834979,"value":"doubleValue"}\n{"doubleValue":0.005815944423860249,"value":"doubleValue"}\n{"doubleValue":0.005670362850651145,"value":"doubleValue"}\n{"doubleValue":0.0054908410956462225,"value":"doubleValue"}\n{"doubleValue":0.005376119533320889,"value":"doubleValue"}\n{"doubleValue":0.005506264449407657,"value":"doubleValue"}\n{"doubleValue":0.005720851160973931,"value":"doubleValue"}\n{"doubleValue":0.005775347955447311,"value":"doubleValue"}\n{"doubleValue":0.005736492570334425,"value":"doubleValue"}\n{"doubleValue":0.005281990272730279,"value":"doubleValue"}\n{"doubleValue":0.004891442751007465,"value":"doubleValue"}\n{"doubleValue":0.0053539879794698205,"value":"doubleValue"}\n{"doubleValue":0.005760797156835906,"value":"doubleValue"}\n{"doubleValue":0.006009044072319132,"value":"doubleValue"}\n{"doubleValue":0.005580925764904047,"value":"doubleValue"}\n{"doubleValue":0.005776627786690369,"value":"doubleValue"}\nstart-script-example:\n{"doubleValue":0.001493279923670343,"value":"doubleValue"}\n{"doubleValue":0.0015398722046181016,"value":"doubleValue"}\n{"doubleValue":0.0012111035470297794,"value":"doubleValue"}\n{"doubleValue":0.0014221584548067766,"value":"doubleValue"}\n{"doubleValue":0.0014776124882094639,"value":"doubleValue"}\n{"doubleValue":0.001518212101291283,"value":"doubleValue"}\n{"doubleValue":0.0015468103735959934,"value":"doubleValue"}\n{"doubleValue":0.0014436268561742811,"value":"doubleValue"}\n{"doubleValue":0.0015764466268592514,"value":"doubleValue"}\n{"doubleValue":0.0012699181217612932,"value":"doubleValue"}\n{"doubleValue":0.0014563451601134147,"value":"doubleValue"}\n{"doubleValue":0.0015145805756522652,"value":"doubleValue"}\n{"doubleValue":0.0015561307494256955,"value":"doubleValue"}\n{"doubleValue":0.0016911680921718167,"value":"doubleValue"}\n{"doubleValue":0.0014914563870358202,"value":"doubleValue"}\n{"doubleValue":0.00149662566097201,"value":"doubleValue"}\n{"doubleValue":0.0012661695281470505,"value":"doubleValue"}\nape3:\n{"doubleValue":0.006130627206099841,"value":"doubleValue"}\n{"doubleValue":0.006120161311506915,"value":"doubleValue"}\n{"doubleValue":0.005949479331805681,"value":"doubleValue"}\n{"doubleValue":0.005783770487566168,"value":"doubleValue"}\n{"doubleValue":0.006160166841194344,"value":"doubleValue"}\n{"doubleValue":0.00622678056533914,"value":"doubleValue"}\n{"doubleValue":0.00596162738026275,"value":"doubleValue"}\n{"doubleValue":0.005667064845329151,"value":"doubleValue"}\n{"doubleValue":0.006173041480360552,"value":"doubleValue"}\n{"doubleValue":0.006275291145235921,"value":"doubleValue"}\n{"doubleValue":0.006099509959070323,"value":"doubleValue"}\n{"doubleValue":0.005732802050382209,"value":"doubleValue"}\n{"doubleValue":0.006186798664081531,"value":"doubleValue"}\n{"doubleValue":0.00633188913052436,"value":"doubleValue"}\n{"doubleValue":0.005714598064272044,"value":"doubleValue"}\n{"doubleValue":0.005466235482405561,"value":"doubleValue"}\n{"doubleValue":0.006179785383089135,"value":"doubleValue"}\nsummer-windows2019:\n{"doubleValue":0.08553799465298653,"value":"doubleValue"}\n{"doubleValue":0.08221330024146785,"value":"doubleValue"}\n{"doubleValue":0.08740467468742281,"value":"doubleValue"}\n{"doubleValue":0.08698298134841025,"value":"doubleValue"}\n{"doubleValue":0.08871359252370895,"value":"doubleValue"}\n{"doubleValue":0.08763634437539924,"value":"doubleValue"}\n{"doubleValue":0.08617200126561025,"value":"doubleValue"}\n{"doubleValue":0.08437060873645047,"value":"doubleValue"}\n{"doubleValue":0.08764780514563124,"value":"doubleValue"}\n{"doubleValue":0.08486072486266494,"value":"doubleValue"}\n{"doubleValue":0.08613118230520438,"value":"doubleValue"}\n{"doubleValue":0.08528349325836947,"value":"doubleValue"}\n{"doubleValue":0.08964777912478894,"value":"doubleValue"}\n{"doubleValue":0.08943406828523924,"value":"doubleValue"}\n{"doubleValue":0.08980746895540506,"value":"doubleValue"}\n{"doubleValue":0.08785667996077488,"value":"doubleValue"}\n{"doubleValue":0.08954420315567405,"value":"doubleValue"}\nmy-app-instance-6d81ef22:\n{"doubleValue":0.4744566820251445,"value":"doubleValue"}\n{"doubleValue":0.4791918619380643,"value":"doubleValue"}\n{"doubleValue":0.4747420358005911,"value":"doubleValue"}\n{"doubleValue":0.4757865433581173,"value":"doubleValue"}\n{"doubleValue":0.4744027722782145,"value":"doubleValue"}\n{"doubleValue":0.4775010433358451,"value":"doubleValue"}\n{"doubleValue":0.47562383661667507,"value":"doubleValue"}\n{"doubleValue":0.4756518109546353,"value":"doubleValue"}\n{"doubleValue":0.47301716515794395,"value":"doubleValue"}\n{"doubleValue":0.4796757880753527,"value":"doubleValue"}\n{"doubleValue":0.4791524035856128,"value":"doubleValue"}\n{"doubleValue":0.48835470609677334,"value":"doubleValue"}\n{"doubleValue":0.4775731824959318,"value":"doubleValue"}\n{"doubleValue":0.47261549878555037,"value":"doubleValue"}\n{"doubleValue":0.4773271751900514,"value":"doubleValue"}\n{"doubleValue":0.47432960774749516,"value":"doubleValue"}\n{"doubleValue":0.47493289957443874,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-28gs:\n{"doubleValue":0.04026636803367486,"value":"doubleValue"}\n{"doubleValue":0.04155373511215051,"value":"doubleValue"}\n{"doubleValue":0.04353798544810464,"value":"doubleValue"}\n{"doubleValue":0.0484709473947684,"value":"doubleValue"}\n{"doubleValue":0.0446362308304136,"value":"doubleValue"}\n{"doubleValue":0.04308292925513039,"value":"doubleValue"}\n{"doubleValue":0.04366212711514284,"value":"doubleValue"}\n{"doubleValue":0.04330072026544561,"value":"doubleValue"}\n{"doubleValue":0.04728499512809018,"value":"doubleValue"}\n{"doubleValue":0.0444650924919794,"value":"doubleValue"}\n{"doubleValue":0.04320070024114102,"value":"doubleValue"}\n{"doubleValue":0.044226005347445606,"value":"doubleValue"}\n{"doubleValue":0.04265391257746766,"value":"doubleValue"}\n{"doubleValue":0.04705764489093175,"value":"doubleValue"}\n{"doubleValue":0.044866531544054546,"value":"doubleValue"}\n{"doubleValue":0.044275994210814434,"value":"doubleValue"}\n{"doubleValue":0.04436417769951125,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-pn5k:\n{"doubleValue":0.040087624173611405,"value":"doubleValue"}\n{"doubleValue":0.0400574438739568,"value":"doubleValue"}\n{"doubleValue":0.04097964069029937,"value":"doubleValue"}\n{"doubleValue":0.04232755731791258,"value":"doubleValue"}\n{"doubleValue":0.03961131973192096,"value":"doubleValue"}\n{"doubleValue":0.03899541559318701,"value":"doubleValue"}\n{"doubleValue":0.03954128537637492,"value":"doubleValue"}\n{"doubleValue":0.04058034619471679,"value":"doubleValue"}\n{"doubleValue":0.0416826825744162,"value":"doubleValue"}\n{"doubleValue":0.03961738400006046,"value":"doubleValue"}\n{"doubleValue":0.039709364413283765,"value":"doubleValue"}\n{"doubleValue":0.03987656284589321,"value":"doubleValue"}\n{"doubleValue":0.04074752035085112,"value":"doubleValue"}\n{"doubleValue":0.04198019113391638,"value":"doubleValue"}\n{"doubleValue":0.039813213725574316,"value":"doubleValue"}\n{"doubleValue":0.039711963990703224,"value":"doubleValue"}\n{"doubleValue":0.03963302149592588,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-p7z1:\n{"doubleValue":0.0802406768547371,"value":"doubleValue"}\n{"doubleValue":0.07714177826419473,"value":"doubleValue"}\n{"doubleValue":0.07934357617826511,"value":"doubleValue"}\n{"doubleValue":0.08392316148771593,"value":"doubleValue"}\n{"doubleValue":0.08138432805426418,"value":"doubleValue"}\n{"doubleValue":0.08011957747706522,"value":"doubleValue"}\n{"doubleValue":0.08104257834299157,"value":"doubleValue"}\n{"doubleValue":0.07873603985644877,"value":"doubleValue"}\n{"doubleValue":0.08209867554251105,"value":"doubleValue"}\n{"doubleValue":0.08130549807101488,"value":"doubleValue"}\n{"doubleValue":0.08139789211563767,"value":"doubleValue"}\n{"doubleValue":0.08137142535609504,"value":"doubleValue"}\n{"doubleValue":0.07996971909111987,"value":"doubleValue"}\n{"doubleValue":0.0801358120671163,"value":"doubleValue"}\n{"doubleValue":0.08019297470649084,"value":"doubleValue"}\n{"doubleValue":0.08043783043200771,"value":"doubleValue"}\n{"doubleValue":0.07956848048294583,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-175d:\n{"doubleValue":0.0450959597248584,"value":"doubleValue"}\n{"doubleValue":0.04510718253441155,"value":"doubleValue"}\n{"doubleValue":0.044908668861413994,"value":"doubleValue"}\n{"doubleValue":0.04793321589628855,"value":"doubleValue"}\n{"doubleValue":0.04430220234207809,"value":"doubleValue"}\n{"doubleValue":0.04410825851373375,"value":"doubleValue"}\n{"doubleValue":0.04403350640398761,"value":"doubleValue"}\n{"doubleValue":0.04575393376871943,"value":"doubleValue"}\n{"doubleValue":0.04704452326210837,"value":"doubleValue"}\n{"doubleValue":0.043740269743526974,"value":"doubleValue"}\n{"doubleValue":0.04445924884639681,"value":"doubleValue"}\n{"doubleValue":0.04507500243683656,"value":"doubleValue"}\n{"doubleValue":0.04467879383203884,"value":"doubleValue"}\n{"doubleValue":0.04664274469638864,"value":"doubleValue"}\n{"doubleValue":0.04323937816855808,"value":"doubleValue"}\n{"doubleValue":0.043437251402065155,"value":"doubleValue"}\n{"doubleValue":0.04313452990415195,"value":"doubleValue"}\nnotebooks-test-instance-do-not-delete:\n{"doubleValue":0.0966393006228221,"value":"doubleValue"}\n{"doubleValue":0.09620924601719404,"value":"doubleValue"}\n{"doubleValue":0.0956305812811479,"value":"doubleValue"}\n{"doubleValue":0.09739766051061452,"value":"doubleValue"}\n{"doubleValue":0.09567303912481293,"value":"doubleValue"}\n{"doubleValue":0.09486936924125378,"value":"doubleValue"}\n{"doubleValue":0.09510829785140232,"value":"doubleValue"}\n{"doubleValue":0.0963087259287325,"value":"doubleValue"}\n{"doubleValue":0.0951589887185643,"value":"doubleValue"}\n{"doubleValue":0.09479757809701066,"value":"doubleValue"}\n{"doubleValue":0.09475595694190513,"value":"doubleValue"}\n{"doubleValue":0.09561029516238098,"value":"doubleValue"}\n{"doubleValue":0.09674196444684639,"value":"doubleValue"}\n{"doubleValue":0.09672059363995988,"value":"doubleValue"}\n{"doubleValue":0.09612088327218468,"value":"doubleValue"}\n{"doubleValue":0.0971910555808184,"value":"doubleValue"}\n{"doubleValue":0.09645634446448335,"value":"doubleValue"}\n' to include '{"doubleValue":0.002084758244745899,"value":"doubleValue"}' AssertionError: expected 'ubuntu-http-345108d6:\n{"doubleValue":0.0021984397142659875,"value":"doubleValue"}\n{"doubleValue":0.002061090994781504,"value":"doubleValue"}\n{"doubleValue":0.0023143165885509613,"value":"doubleValue"}\n{"doubleValue":0.0023031144621199926,"value":"doubleValue"}\n{"doubleValue":0.0021148158552629563,"value":"doubleValue"}\n{"doubleValue":0.0020957904494328734,"value":"doubleValue"}\n{"doubleValue":0.002310226180998143,"value":"doubleValue"}\n{"doubleValue":0.0021653296062140726,"value":"doubleValue"}\n{"doubleValue":0.0020366397303102227,"value":"doubleValue"}\n{"doubleValue":0.002324439522635657,"value":"doubleValue"}\n{"doubleValue":0.0022899123631456558,"value":"doubleValue"}\n{"doubleValue":0.0021174793582758866,"value":"doubleValue"}\n{"doubleValue":0.0022607432033206957,"value":"doubleValue"}\n{"doubleValue":0.0020779322871627907,"value":"doubleValue"}\n{"doubleValue":0.002108679998006361,"value":"doubleValue"}\n{"doubleValue":0.0022969990202303353,"value":"doubleValue"}\n{"doubleValue":0.0022778537536699635,"value":"doubleValue"}\nubuntu-http-5784e596:\n{"doubleValue":0.0018532755435444414,"value":"doubleValue"}\n{"doubleValue":0.0016968930731915558,"value":"doubleValue"}\n{"doubleValue":0.0017947595479199663,"value":"doubleValue"}\n{"doubleValue":0.001836917501835463,"value":"doubleValue"}\n{"doubleValue":0.0017120454256655648,"value":"doubleValue"}\n{"doubleValue":0.0015920942857822714,"value":"doubleValue"}\n{"doubleValue":0.0017059816450152236,"value":"doubleValue"}\n{"doubleValue":0.0016688456540578044,"value":"doubleValue"}\n{"doubleValue":0.001770063687096505,"value":"doubleValue"}\n{"doubleValue":0.0018291846208740026,"value":"doubleValue"}\n{"doubleValue":0.0016878144005507542,"value":"doubleValue"}\n{"doubleValue":0.0017465202283347026,"value":"doubleValue"}\n{"doubleValue":0.00181930879043648,"value":"doubleValue"}\n{"doubleValue":0.0016881888557691127,"value":"doubleValue"}\n{"doubleValue":0.0018199352140072732,"value":"doubleValue"}\n{"doubleValue":0.0018015596317127347,"value":"doubleValue"}\n{"doubleValue":0.0016926194235566071,"value":"doubleValue"}\nnode-cc-test-2aa7d6d6-1070-44fa-9e05-c7a59d8be024-w-1:\n{"doubleValue":0.4739029222192535,"value":"doubleValue"}\n{"doubleValue":0.17342145274596024,"value":"doubleValue"}\nnode-cc-test-2aa7d6d6-1070-44fa-9e05-c7a59d8be024-w-0:\n{"doubleValue":0.47000203048554995,"value":"doubleValue"}\n{"doubleValue":0.19869394087941764,"value":"doubleValue"}\nnode-cc-test-2aa7d6d6-1070-44fa-9e05-c7a59d8be024-m:\n{"doubleValue":0.9032242400020496,"value":"doubleValue"}\n{"doubleValue":0.22421209860731942,"value":"doubleValue"}\nape1:\n{"doubleValue":0.005479408701648936,"value":"doubleValue"}\n{"doubleValue":0.005709212180227042,"value":"doubleValue"}\n{"doubleValue":0.004719613460474647,"value":"doubleValue"}\n{"doubleValue":0.005228604471388583,"value":"doubleValue"}\n{"doubleValue":0.006385338818654418,"value":"doubleValue"}\n{"doubleValue":0.005559966567670926,"value":"doubleValue"}\n{"doubleValue":0.0061175599665148185,"value":"doubleValue"}\n{"doubleValue":0.006502461007524592,"value":"doubleValue"}\n{"doubleValue":0.006581980048213154,"value":"doubleValue"}\n{"doubleValue":0.0062416283045119295,"value":"doubleValue"}\n{"doubleValue":0.005804221926761481,"value":"doubleValue"}\n{"doubleValue":0.005337048923441519,"value":"doubleValue"}\n{"doubleValue":0.0054967825902470695,"value":"doubleValue"}\n{"doubleValue":0.005573526956140995,"value":"doubleValue"}\n{"doubleValue":0.005095126527400377,"value":"doubleValue"}\n{"doubleValue":0.004493544164385336,"value":"doubleValue"}\n{"doubleValue":0.005022150837855103,"value":"doubleValue"}\nape2:\n{"doubleValue":0.005849858982643733,"value":"doubleValue"}\n{"doubleValue":0.005989754756834979,"value":"doubleValue"}\n{"doubleValue":0.005815944423860249,"value":"doubleValue"}\n{"doubleValue":0.005670362850651145,"value":"doubleValue"}\n{"doubleValue":0.0054908410956462225,"value":"doubleValue"}\n{"doubleValue":0.005376119533320889,"value":"doubleValue"}\n{"doubleValue":0.005506264449407657,"value":"doubleValue"}\n{"doubleValue":0.005720851160973931,"value":"doubleValue"}\n{"doubleValue":0.005775347955447311,"value":"doubleValue"}\n{"doubleValue":0.005736492570334425,"value":"doubleValue"}\n{"doubleValue":0.005281990272730279,"value":"doubleValue"}\n{"doubleValue":0.004891442751007465,"value":"doubleValue"}\n{"doubleValue":0.0053539879794698205,"value":"doubleValue"}\n{"doubleValue":0.005760797156835906,"value":"doubleValue"}\n{"doubleValue":0.006009044072319132,"value":"doubleValue"}\n{"doubleValue":0.005580925764904047,"value":"doubleValue"}\n{"doubleValue":0.005776627786690369,"value":"doubleValue"}\nstart-script-example:\n{"doubleValue":0.001493279923670343,"value":"doubleValue"}\n{"doubleValue":0.0015398722046181016,"value":"doubleValue"}\n{"doubleValue":0.0012111035470297794,"value":"doubleValue"}\n{"doubleValue":0.0014221584548067766,"value":"doubleValue"}\n{"doubleValue":0.0014776124882094639,"value":"doubleValue"}\n{"doubleValue":0.001518212101291283,"value":"doubleValue"}\n{"doubleValue":0.0015468103735959934,"value":"doubleValue"}\n{"doubleValue":0.0014436268561742811,"value":"doubleValue"}\n{"doubleValue":0.0015764466268592514,"value":"doubleValue"}\n{"doubleValue":0.0012699181217612932,"value":"doubleValue"}\n{"doubleValue":0.0014563451601134147,"value":"doubleValue"}\n{"doubleValue":0.0015145805756522652,"value":"doubleValue"}\n{"doubleValue":0.0015561307494256955,"value":"doubleValue"}\n{"doubleValue":0.0016911680921718167,"value":"doubleValue"}\n{"doubleValue":0.0014914563870358202,"value":"doubleValue"}\n{"doubleValue":0.00149662566097201,"value":"doubleValue"}\n{"doubleValue":0.0012661695281470505,"value":"doubleValue"}\nape3:\n{"doubleValue":0.006130627206099841,"value":"doubleValue"}\n{"doubleValue":0.006120161311506915,"value":"doubleValue"}\n{"doubleValue":0.005949479331805681,"value":"doubleValue"}\n{"doubleValue":0.005783770487566168,"value":"doubleValue"}\n{"doubleValue":0.006160166841194344,"value":"doubleValue"}\n{"doubleValue":0.00622678056533914,"value":"doubleValue"}\n{"doubleValue":0.00596162738026275,"value":"doubleValue"}\n{"doubleValue":0.005667064845329151,"value":"doubleValue"}\n{"doubleValue":0.006173041480360552,"value":"doubleValue"}\n{"doubleValue":0.006275291145235921,"value":"doubleValue"}\n{"doubleValue":0.006099509959070323,"value":"doubleValue"}\n{"doubleValue":0.005732802050382209,"value":"doubleValue"}\n{"doubleValue":0.006186798664081531,"value":"doubleValue"}\n{"doubleValue":0.00633188913052436,"value":"doubleValue"}\n{"doubleValue":0.005714598064272044,"value":"doubleValue"}\n{"doubleValue":0.005466235482405561,"value":"doubleValue"}\n{"doubleValue":0.006179785383089135,"value":"doubleValue"}\nsummer-windows2019:\n{"doubleValue":0.08553799465298653,"value":"doubleValue"}\n{"doubleValue":0.08221330024146785,"value":"doubleValue"}\n{"doubleValue":0.08740467468742281,"value":"doubleValue"}\n{"doubleValue":0.08698298134841025,"value":"doubleValue"}\n{"doubleValue":0.08871359252370895,"value":"doubleValue"}\n{"doubleValue":0.08763634437539924,"value":"doubleValue"}\n{"doubleValue":0.08617200126561025,"value":"doubleValue"}\n{"doubleValue":0.08437060873645047,"value":"doubleValue"}\n{"doubleValue":0.08764780514563124,"value":"doubleValue"}\n{"doubleValue":0.08486072486266494,"value":"doubleValue"}\n{"doubleValue":0.08613118230520438,"value":"doubleValue"}\n{"doubleValue":0.08528349325836947,"value":"doubleValue"}\n{"doubleValue":0.08964777912478894,"value":"doubleValue"}\n{"doubleValue":0.08943406828523924,"value":"doubleValue"}\n{"doubleValue":0.08980746895540506,"value":"doubleValue"}\n{"doubleValue":0.08785667996077488,"value":"doubleValue"}\n{"doubleValue":0.08954420315567405,"value":"doubleValue"}\nmy-app-instance-6d81ef22:\n{"doubleValue":0.4744566820251445,"value":"doubleValue"}\n{"doubleValue":0.4791918619380643,"value":"doubleValue"}\n{"doubleValue":0.4747420358005911,"value":"doubleValue"}\n{"doubleValue":0.4757865433581173,"value":"doubleValue"}\n{"doubleValue":0.4744027722782145,"value":"doubleValue"}\n{"doubleValue":0.4775010433358451,"value":"doubleValue"}\n{"doubleValue":0.47562383661667507,"value":"doubleValue"}\n{"doubleValue":0.4756518109546353,"value":"doubleValue"}\n{"doubleValue":0.47301716515794395,"value":"doubleValue"}\n{"doubleValue":0.4796757880753527,"value":"doubleValue"}\n{"doubleValue":0.4791524035856128,"value":"doubleValue"}\n{"doubleValue":0.48835470609677334,"value":"doubleValue"}\n{"doubleValue":0.4775731824959318,"value":"doubleValue"}\n{"doubleValue":0.47261549878555037,"value":"doubleValue"}\n{"doubleValue":0.4773271751900514,"value":"doubleValue"}\n{"doubleValue":0.47432960774749516,"value":"doubleValue"}\n{"doubleValue":0.47493289957443874,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-28gs:\n{"doubleValue":0.04026636803367486,"value":"doubleValue"}\n{"doubleValue":0.04155373511215051,"value":"doubleValue"}\n{"doubleValue":0.04353798544810464,"value":"doubleValue"}\n{"doubleValue":0.0484709473947684,"value":"doubleValue"}\n{"doubleValue":0.0446362308304136,"value":"doubleValue"}\n{"doubleValue":0.04308292925513039,"value":"doubleValue"}\n{"doubleValue":0.04366212711514284,"value":"doubleValue"}\n{"doubleValue":0.04330072026544561,"value":"doubleValue"}\n{"doubleValue":0.04728499512809018,"value":"doubleValue"}\n{"doubleValue":0.0444650924919794,"value":"doubleValue"}\n{"doubleValue":0.04320070024114102,"value":"doubleValue"}\n{"doubleValue":0.044226005347445606,"value":"doubleValue"}\n{"doubleValue":0.04265391257746766,"value":"doubleValue"}\n{"doubleValue":0.04705764489093175,"value":"doubleValue"}\n{"doubleValue":0.044866531544054546,"value":"doubleValue"}\n{"doubleValue":0.044275994210814434,"value":"doubleValue"}\n{"doubleValue":0.04436417769951125,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-pn5k:\n{"doubleValue":0.040087624173611405,"value":"doubleValue"}\n{"doubleValue":0.0400574438739568,"value":"doubleValue"}\n{"doubleValue":0.04097964069029937,"value":"doubleValue"}\n{"doubleValue":0.04232755731791258,"value":"doubleValue"}\n{"doubleValue":0.03961131973192096,"value":"doubleValue"}\n{"doubleValue":0.03899541559318701,"value":"doubleValue"}\n{"doubleValue":0.03954128537637492,"value":"doubleValue"}\n{"doubleValue":0.04058034619471679,"value":"doubleValue"}\n{"doubleValue":0.0416826825744162,"value":"doubleValue"}\n{"doubleValue":0.03961738400006046,"value":"doubleValue"}\n{"doubleValue":0.039709364413283765,"value":"doubleValue"}\n{"doubleValue":0.03987656284589321,"value":"doubleValue"}\n{"doubleValue":0.04074752035085112,"value":"doubleValue"}\n{"doubleValue":0.04198019113391638,"value":"doubleValue"}\n{"doubleValue":0.039813213725574316,"value":"doubleValue"}\n{"doubleValue":0.039711963990703224,"value":"doubleValue"}\n{"doubleValue":0.03963302149592588,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-p7z1:\n{"doubleValue":0.0802406768547371,"value":"doubleValue"}\n{"doubleValue":0.07714177826419473,"value":"doubleValue"}\n{"doubleValue":0.07934357617826511,"value":"doubleValue"}\n{"doubleValue":0.08392316148771593,"value":"doubleValue"}\n{"doubleValue":0.08138432805426418,"value":"doubleValue"}\n{"doubleValue":0.08011957747706522,"value":"doubleValue"}\n{"doubleValue":0.08104257834299157,"value":"doubleValue"}\n{"doubleValue":0.07873603985644877,"value":"doubleValue"}\n{"doubleValue":0.08209867554251105,"value":"doubleValue"}\n{"doubleValue":0.08130549807101488,"value":"doubleValue"}\n{"doubleValue":0.08139789211563767,"value":"doubleValue"}\n{"doubleValue":0.08137142535609504,"value":"doubleValue"}\n{"doubleValue":0.07996971909111987,"value":"doubleValue"}\n{"doubleValue":0.0801358120671163,"value":"doubleValue"}\n{"doubleValue":0.08019297470649084,"value":"doubleValue"}\n{"doubleValue":0.08043783043200771,"value":"doubleValue"}\n{"doubleValue":0.07956848048294583,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-175d:\n{"doubleValue":0.0450959597248584,"value":"doubleValue"}\n{"doubleValue":0.04510718253441155,"value":"doubleValue"}\n{"doubleValue":0.044908668861413994,"value":"doubleValue"}\n{"doubleValue":0.04793321589628855,"value":"doubleValue"}\n{"doubleValue":0.04430220234207809,"value":"doubleValue"}\n{"doubleValue":0.04410825851373375,"value":"doubleValue"}\n{"doubleValue":0.04403350640398761,"value":"doubleValue"}\n{"doubleValue":0.04575393376871943,"value":"doubleValue"}\n{"doubleValue":0.04704452326210837,"value":"doubleValue"}\n{"doubleValue":0.043740269743526974,"value":"doubleValue"}\n{"doubleValue":0.04445924884639681,"value":"doubleValue"}\n{"doubleValue":0.04507500243683656,"value":"doubleValue"}\n{"doubleValue":0.04467879383203884,"value":"doubleValue"}\n{"doubleValue":0.04664274469638864,"value":"doubleValue"}\n{"doubleValue":0.04323937816855808,"value":"doubleValue"}\n{"doubleValue":0.043437251402065155,"value":"doubleValue"}\n{"doubleValue":0.04313452990415195,"value":"doubleValue"}\nnotebooks-test-instance-do-not-delete:\n{"doubleValue":0.0966393006228221,"value":"doubleValue"}\n{"doubleValue":0.09620924601719404,"value":"doubleValue"}\n{"doubleValue":0.0956305812811479,"value":"doubleValue"}\n{"doubleValue":0.09739766051061452,"value":"doubleValue"}\n{"doubleValue":0.09567303912481293,"value":"doubleValue"}\n{"doubleValue":0.09486936924125378,"value":"doubleValue"}\n{"doubleValue":0.09510829785140232,"value":"doubleValue"}\n{"doubleValue":0.0963087259287325,"value":"doubleValue"}\n{"doubleValue":0.0951589887185643,"value":"doubleValue"}\n{"doubleValue":0.09479757809701066,"value":"doubleValue"}\n{"doubleValue":0.09475595694190513,"value":"doubleValue"}\n{"doubleValue":0.09561029516238098,"value":"doubleValue"}\n{"doubleValue":0.09674196444684639,"value":"doubleValue"}\n{"doubleValue":0.09672059363995988,"value":"doubleValue"}\n{"doubleValue":0.09612088327218468,"value":"doubleValue"}\n{"doubleValue":0.0971910555808184,"value":"doubleValue"}\n{"doubleValue":0.09645634446448335,"value":"doubleValue"}\n' to include '{"doubleValue":0.002084758244745899,"value":"doubleValue"}' at /workspace/samples/test/metrics.test.js:114:16 at Array.forEach (<anonymous>) at /workspace/samples/test/metrics.test.js:113:19 at Array.forEach (<anonymous>) at Context.<anonymous> (test/metrics.test.js:111:16) at processTicksAndRejections (internal/process/task_queues.js:97:5)</pre></details>
1.0
metrics: should read time series data failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 57c149dafb032db539323e4e28a5c83d56793a13 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/303e2a23-1614-4eea-b3ac-a29ffeca0255), [Sponge](http://sponge2/303e2a23-1614-4eea-b3ac-a29ffeca0255) status: failed <details><summary>Test output</summary><br><pre>expected 'ubuntu-http-345108d6:\n{"doubleValue":0.0021984397142659875,"value":"doubleValue"}\n{"doubleValue":0.002061090994781504,"value":"doubleValue"}\n{"doubleValue":0.0023143165885509613,"value":"doubleValue"}\n{"doubleValue":0.0023031144621199926,"value":"doubleValue"}\n{"doubleValue":0.0021148158552629563,"value":"doubleValue"}\n{"doubleValue":0.0020957904494328734,"value":"doubleValue"}\n{"doubleValue":0.002310226180998143,"value":"doubleValue"}\n{"doubleValue":0.0021653296062140726,"value":"doubleValue"}\n{"doubleValue":0.0020366397303102227,"value":"doubleValue"}\n{"doubleValue":0.002324439522635657,"value":"doubleValue"}\n{"doubleValue":0.0022899123631456558,"value":"doubleValue"}\n{"doubleValue":0.0021174793582758866,"value":"doubleValue"}\n{"doubleValue":0.0022607432033206957,"value":"doubleValue"}\n{"doubleValue":0.0020779322871627907,"value":"doubleValue"}\n{"doubleValue":0.002108679998006361,"value":"doubleValue"}\n{"doubleValue":0.0022969990202303353,"value":"doubleValue"}\n{"doubleValue":0.0022778537536699635,"value":"doubleValue"}\nubuntu-http-5784e596:\n{"doubleValue":0.0018532755435444414,"value":"doubleValue"}\n{"doubleValue":0.0016968930731915558,"value":"doubleValue"}\n{"doubleValue":0.0017947595479199663,"value":"doubleValue"}\n{"doubleValue":0.001836917501835463,"value":"doubleValue"}\n{"doubleValue":0.0017120454256655648,"value":"doubleValue"}\n{"doubleValue":0.0015920942857822714,"value":"doubleValue"}\n{"doubleValue":0.0017059816450152236,"value":"doubleValue"}\n{"doubleValue":0.0016688456540578044,"value":"doubleValue"}\n{"doubleValue":0.001770063687096505,"value":"doubleValue"}\n{"doubleValue":0.0018291846208740026,"value":"doubleValue"}\n{"doubleValue":0.0016878144005507542,"value":"doubleValue"}\n{"doubleValue":0.0017465202283347026,"value":"doubleValue"}\n{"doubleValue":0.00181930879043648,"value":"doubleValue"}\n{"doubleValue":0.0016881888557691127,"value":"doubleValue"}\n{"doubleValue":0.0018199352140072732,"value":"doubleValue"}\n{"doubleValue":0.0018015596317127347,"value":"doubleValue"}\n{"doubleValue":0.0016926194235566071,"value":"doubleValue"}\nnode-cc-test-2aa7d6d6-1070-44fa-9e05-c7a59d8be024-w-1:\n{"doubleValue":0.4739029222192535,"value":"doubleValue"}\n{"doubleValue":0.17342145274596024,"value":"doubleValue"}\nnode-cc-test-2aa7d6d6-1070-44fa-9e05-c7a59d8be024-w-0:\n{"doubleValue":0.47000203048554995,"value":"doubleValue"}\n{"doubleValue":0.19869394087941764,"value":"doubleValue"}\nnode-cc-test-2aa7d6d6-1070-44fa-9e05-c7a59d8be024-m:\n{"doubleValue":0.9032242400020496,"value":"doubleValue"}\n{"doubleValue":0.22421209860731942,"value":"doubleValue"}\nape1:\n{"doubleValue":0.005479408701648936,"value":"doubleValue"}\n{"doubleValue":0.005709212180227042,"value":"doubleValue"}\n{"doubleValue":0.004719613460474647,"value":"doubleValue"}\n{"doubleValue":0.005228604471388583,"value":"doubleValue"}\n{"doubleValue":0.006385338818654418,"value":"doubleValue"}\n{"doubleValue":0.005559966567670926,"value":"doubleValue"}\n{"doubleValue":0.0061175599665148185,"value":"doubleValue"}\n{"doubleValue":0.006502461007524592,"value":"doubleValue"}\n{"doubleValue":0.006581980048213154,"value":"doubleValue"}\n{"doubleValue":0.0062416283045119295,"value":"doubleValue"}\n{"doubleValue":0.005804221926761481,"value":"doubleValue"}\n{"doubleValue":0.005337048923441519,"value":"doubleValue"}\n{"doubleValue":0.0054967825902470695,"value":"doubleValue"}\n{"doubleValue":0.005573526956140995,"value":"doubleValue"}\n{"doubleValue":0.005095126527400377,"value":"doubleValue"}\n{"doubleValue":0.004493544164385336,"value":"doubleValue"}\n{"doubleValue":0.005022150837855103,"value":"doubleValue"}\nape2:\n{"doubleValue":0.005849858982643733,"value":"doubleValue"}\n{"doubleValue":0.005989754756834979,"value":"doubleValue"}\n{"doubleValue":0.005815944423860249,"value":"doubleValue"}\n{"doubleValue":0.005670362850651145,"value":"doubleValue"}\n{"doubleValue":0.0054908410956462225,"value":"doubleValue"}\n{"doubleValue":0.005376119533320889,"value":"doubleValue"}\n{"doubleValue":0.005506264449407657,"value":"doubleValue"}\n{"doubleValue":0.005720851160973931,"value":"doubleValue"}\n{"doubleValue":0.005775347955447311,"value":"doubleValue"}\n{"doubleValue":0.005736492570334425,"value":"doubleValue"}\n{"doubleValue":0.005281990272730279,"value":"doubleValue"}\n{"doubleValue":0.004891442751007465,"value":"doubleValue"}\n{"doubleValue":0.0053539879794698205,"value":"doubleValue"}\n{"doubleValue":0.005760797156835906,"value":"doubleValue"}\n{"doubleValue":0.006009044072319132,"value":"doubleValue"}\n{"doubleValue":0.005580925764904047,"value":"doubleValue"}\n{"doubleValue":0.005776627786690369,"value":"doubleValue"}\nstart-script-example:\n{"doubleValue":0.001493279923670343,"value":"doubleValue"}\n{"doubleValue":0.0015398722046181016,"value":"doubleValue"}\n{"doubleValue":0.0012111035470297794,"value":"doubleValue"}\n{"doubleValue":0.0014221584548067766,"value":"doubleValue"}\n{"doubleValue":0.0014776124882094639,"value":"doubleValue"}\n{"doubleValue":0.001518212101291283,"value":"doubleValue"}\n{"doubleValue":0.0015468103735959934,"value":"doubleValue"}\n{"doubleValue":0.0014436268561742811,"value":"doubleValue"}\n{"doubleValue":0.0015764466268592514,"value":"doubleValue"}\n{"doubleValue":0.0012699181217612932,"value":"doubleValue"}\n{"doubleValue":0.0014563451601134147,"value":"doubleValue"}\n{"doubleValue":0.0015145805756522652,"value":"doubleValue"}\n{"doubleValue":0.0015561307494256955,"value":"doubleValue"}\n{"doubleValue":0.0016911680921718167,"value":"doubleValue"}\n{"doubleValue":0.0014914563870358202,"value":"doubleValue"}\n{"doubleValue":0.00149662566097201,"value":"doubleValue"}\n{"doubleValue":0.0012661695281470505,"value":"doubleValue"}\nape3:\n{"doubleValue":0.006130627206099841,"value":"doubleValue"}\n{"doubleValue":0.006120161311506915,"value":"doubleValue"}\n{"doubleValue":0.005949479331805681,"value":"doubleValue"}\n{"doubleValue":0.005783770487566168,"value":"doubleValue"}\n{"doubleValue":0.006160166841194344,"value":"doubleValue"}\n{"doubleValue":0.00622678056533914,"value":"doubleValue"}\n{"doubleValue":0.00596162738026275,"value":"doubleValue"}\n{"doubleValue":0.005667064845329151,"value":"doubleValue"}\n{"doubleValue":0.006173041480360552,"value":"doubleValue"}\n{"doubleValue":0.006275291145235921,"value":"doubleValue"}\n{"doubleValue":0.006099509959070323,"value":"doubleValue"}\n{"doubleValue":0.005732802050382209,"value":"doubleValue"}\n{"doubleValue":0.006186798664081531,"value":"doubleValue"}\n{"doubleValue":0.00633188913052436,"value":"doubleValue"}\n{"doubleValue":0.005714598064272044,"value":"doubleValue"}\n{"doubleValue":0.005466235482405561,"value":"doubleValue"}\n{"doubleValue":0.006179785383089135,"value":"doubleValue"}\nsummer-windows2019:\n{"doubleValue":0.08553799465298653,"value":"doubleValue"}\n{"doubleValue":0.08221330024146785,"value":"doubleValue"}\n{"doubleValue":0.08740467468742281,"value":"doubleValue"}\n{"doubleValue":0.08698298134841025,"value":"doubleValue"}\n{"doubleValue":0.08871359252370895,"value":"doubleValue"}\n{"doubleValue":0.08763634437539924,"value":"doubleValue"}\n{"doubleValue":0.08617200126561025,"value":"doubleValue"}\n{"doubleValue":0.08437060873645047,"value":"doubleValue"}\n{"doubleValue":0.08764780514563124,"value":"doubleValue"}\n{"doubleValue":0.08486072486266494,"value":"doubleValue"}\n{"doubleValue":0.08613118230520438,"value":"doubleValue"}\n{"doubleValue":0.08528349325836947,"value":"doubleValue"}\n{"doubleValue":0.08964777912478894,"value":"doubleValue"}\n{"doubleValue":0.08943406828523924,"value":"doubleValue"}\n{"doubleValue":0.08980746895540506,"value":"doubleValue"}\n{"doubleValue":0.08785667996077488,"value":"doubleValue"}\n{"doubleValue":0.08954420315567405,"value":"doubleValue"}\nmy-app-instance-6d81ef22:\n{"doubleValue":0.4744566820251445,"value":"doubleValue"}\n{"doubleValue":0.4791918619380643,"value":"doubleValue"}\n{"doubleValue":0.4747420358005911,"value":"doubleValue"}\n{"doubleValue":0.4757865433581173,"value":"doubleValue"}\n{"doubleValue":0.4744027722782145,"value":"doubleValue"}\n{"doubleValue":0.4775010433358451,"value":"doubleValue"}\n{"doubleValue":0.47562383661667507,"value":"doubleValue"}\n{"doubleValue":0.4756518109546353,"value":"doubleValue"}\n{"doubleValue":0.47301716515794395,"value":"doubleValue"}\n{"doubleValue":0.4796757880753527,"value":"doubleValue"}\n{"doubleValue":0.4791524035856128,"value":"doubleValue"}\n{"doubleValue":0.48835470609677334,"value":"doubleValue"}\n{"doubleValue":0.4775731824959318,"value":"doubleValue"}\n{"doubleValue":0.47261549878555037,"value":"doubleValue"}\n{"doubleValue":0.4773271751900514,"value":"doubleValue"}\n{"doubleValue":0.47432960774749516,"value":"doubleValue"}\n{"doubleValue":0.47493289957443874,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-28gs:\n{"doubleValue":0.04026636803367486,"value":"doubleValue"}\n{"doubleValue":0.04155373511215051,"value":"doubleValue"}\n{"doubleValue":0.04353798544810464,"value":"doubleValue"}\n{"doubleValue":0.0484709473947684,"value":"doubleValue"}\n{"doubleValue":0.0446362308304136,"value":"doubleValue"}\n{"doubleValue":0.04308292925513039,"value":"doubleValue"}\n{"doubleValue":0.04366212711514284,"value":"doubleValue"}\n{"doubleValue":0.04330072026544561,"value":"doubleValue"}\n{"doubleValue":0.04728499512809018,"value":"doubleValue"}\n{"doubleValue":0.0444650924919794,"value":"doubleValue"}\n{"doubleValue":0.04320070024114102,"value":"doubleValue"}\n{"doubleValue":0.044226005347445606,"value":"doubleValue"}\n{"doubleValue":0.04265391257746766,"value":"doubleValue"}\n{"doubleValue":0.04705764489093175,"value":"doubleValue"}\n{"doubleValue":0.044866531544054546,"value":"doubleValue"}\n{"doubleValue":0.044275994210814434,"value":"doubleValue"}\n{"doubleValue":0.04436417769951125,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-pn5k:\n{"doubleValue":0.040087624173611405,"value":"doubleValue"}\n{"doubleValue":0.0400574438739568,"value":"doubleValue"}\n{"doubleValue":0.04097964069029937,"value":"doubleValue"}\n{"doubleValue":0.04232755731791258,"value":"doubleValue"}\n{"doubleValue":0.03961131973192096,"value":"doubleValue"}\n{"doubleValue":0.03899541559318701,"value":"doubleValue"}\n{"doubleValue":0.03954128537637492,"value":"doubleValue"}\n{"doubleValue":0.04058034619471679,"value":"doubleValue"}\n{"doubleValue":0.0416826825744162,"value":"doubleValue"}\n{"doubleValue":0.03961738400006046,"value":"doubleValue"}\n{"doubleValue":0.039709364413283765,"value":"doubleValue"}\n{"doubleValue":0.03987656284589321,"value":"doubleValue"}\n{"doubleValue":0.04074752035085112,"value":"doubleValue"}\n{"doubleValue":0.04198019113391638,"value":"doubleValue"}\n{"doubleValue":0.039813213725574316,"value":"doubleValue"}\n{"doubleValue":0.039711963990703224,"value":"doubleValue"}\n{"doubleValue":0.03963302149592588,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-p7z1:\n{"doubleValue":0.0802406768547371,"value":"doubleValue"}\n{"doubleValue":0.07714177826419473,"value":"doubleValue"}\n{"doubleValue":0.07934357617826511,"value":"doubleValue"}\n{"doubleValue":0.08392316148771593,"value":"doubleValue"}\n{"doubleValue":0.08138432805426418,"value":"doubleValue"}\n{"doubleValue":0.08011957747706522,"value":"doubleValue"}\n{"doubleValue":0.08104257834299157,"value":"doubleValue"}\n{"doubleValue":0.07873603985644877,"value":"doubleValue"}\n{"doubleValue":0.08209867554251105,"value":"doubleValue"}\n{"doubleValue":0.08130549807101488,"value":"doubleValue"}\n{"doubleValue":0.08139789211563767,"value":"doubleValue"}\n{"doubleValue":0.08137142535609504,"value":"doubleValue"}\n{"doubleValue":0.07996971909111987,"value":"doubleValue"}\n{"doubleValue":0.0801358120671163,"value":"doubleValue"}\n{"doubleValue":0.08019297470649084,"value":"doubleValue"}\n{"doubleValue":0.08043783043200771,"value":"doubleValue"}\n{"doubleValue":0.07956848048294583,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-175d:\n{"doubleValue":0.0450959597248584,"value":"doubleValue"}\n{"doubleValue":0.04510718253441155,"value":"doubleValue"}\n{"doubleValue":0.044908668861413994,"value":"doubleValue"}\n{"doubleValue":0.04793321589628855,"value":"doubleValue"}\n{"doubleValue":0.04430220234207809,"value":"doubleValue"}\n{"doubleValue":0.04410825851373375,"value":"doubleValue"}\n{"doubleValue":0.04403350640398761,"value":"doubleValue"}\n{"doubleValue":0.04575393376871943,"value":"doubleValue"}\n{"doubleValue":0.04704452326210837,"value":"doubleValue"}\n{"doubleValue":0.043740269743526974,"value":"doubleValue"}\n{"doubleValue":0.04445924884639681,"value":"doubleValue"}\n{"doubleValue":0.04507500243683656,"value":"doubleValue"}\n{"doubleValue":0.04467879383203884,"value":"doubleValue"}\n{"doubleValue":0.04664274469638864,"value":"doubleValue"}\n{"doubleValue":0.04323937816855808,"value":"doubleValue"}\n{"doubleValue":0.043437251402065155,"value":"doubleValue"}\n{"doubleValue":0.04313452990415195,"value":"doubleValue"}\nnotebooks-test-instance-do-not-delete:\n{"doubleValue":0.0966393006228221,"value":"doubleValue"}\n{"doubleValue":0.09620924601719404,"value":"doubleValue"}\n{"doubleValue":0.0956305812811479,"value":"doubleValue"}\n{"doubleValue":0.09739766051061452,"value":"doubleValue"}\n{"doubleValue":0.09567303912481293,"value":"doubleValue"}\n{"doubleValue":0.09486936924125378,"value":"doubleValue"}\n{"doubleValue":0.09510829785140232,"value":"doubleValue"}\n{"doubleValue":0.0963087259287325,"value":"doubleValue"}\n{"doubleValue":0.0951589887185643,"value":"doubleValue"}\n{"doubleValue":0.09479757809701066,"value":"doubleValue"}\n{"doubleValue":0.09475595694190513,"value":"doubleValue"}\n{"doubleValue":0.09561029516238098,"value":"doubleValue"}\n{"doubleValue":0.09674196444684639,"value":"doubleValue"}\n{"doubleValue":0.09672059363995988,"value":"doubleValue"}\n{"doubleValue":0.09612088327218468,"value":"doubleValue"}\n{"doubleValue":0.0971910555808184,"value":"doubleValue"}\n{"doubleValue":0.09645634446448335,"value":"doubleValue"}\n' to include '{"doubleValue":0.002084758244745899,"value":"doubleValue"}' AssertionError: expected 'ubuntu-http-345108d6:\n{"doubleValue":0.0021984397142659875,"value":"doubleValue"}\n{"doubleValue":0.002061090994781504,"value":"doubleValue"}\n{"doubleValue":0.0023143165885509613,"value":"doubleValue"}\n{"doubleValue":0.0023031144621199926,"value":"doubleValue"}\n{"doubleValue":0.0021148158552629563,"value":"doubleValue"}\n{"doubleValue":0.0020957904494328734,"value":"doubleValue"}\n{"doubleValue":0.002310226180998143,"value":"doubleValue"}\n{"doubleValue":0.0021653296062140726,"value":"doubleValue"}\n{"doubleValue":0.0020366397303102227,"value":"doubleValue"}\n{"doubleValue":0.002324439522635657,"value":"doubleValue"}\n{"doubleValue":0.0022899123631456558,"value":"doubleValue"}\n{"doubleValue":0.0021174793582758866,"value":"doubleValue"}\n{"doubleValue":0.0022607432033206957,"value":"doubleValue"}\n{"doubleValue":0.0020779322871627907,"value":"doubleValue"}\n{"doubleValue":0.002108679998006361,"value":"doubleValue"}\n{"doubleValue":0.0022969990202303353,"value":"doubleValue"}\n{"doubleValue":0.0022778537536699635,"value":"doubleValue"}\nubuntu-http-5784e596:\n{"doubleValue":0.0018532755435444414,"value":"doubleValue"}\n{"doubleValue":0.0016968930731915558,"value":"doubleValue"}\n{"doubleValue":0.0017947595479199663,"value":"doubleValue"}\n{"doubleValue":0.001836917501835463,"value":"doubleValue"}\n{"doubleValue":0.0017120454256655648,"value":"doubleValue"}\n{"doubleValue":0.0015920942857822714,"value":"doubleValue"}\n{"doubleValue":0.0017059816450152236,"value":"doubleValue"}\n{"doubleValue":0.0016688456540578044,"value":"doubleValue"}\n{"doubleValue":0.001770063687096505,"value":"doubleValue"}\n{"doubleValue":0.0018291846208740026,"value":"doubleValue"}\n{"doubleValue":0.0016878144005507542,"value":"doubleValue"}\n{"doubleValue":0.0017465202283347026,"value":"doubleValue"}\n{"doubleValue":0.00181930879043648,"value":"doubleValue"}\n{"doubleValue":0.0016881888557691127,"value":"doubleValue"}\n{"doubleValue":0.0018199352140072732,"value":"doubleValue"}\n{"doubleValue":0.0018015596317127347,"value":"doubleValue"}\n{"doubleValue":0.0016926194235566071,"value":"doubleValue"}\nnode-cc-test-2aa7d6d6-1070-44fa-9e05-c7a59d8be024-w-1:\n{"doubleValue":0.4739029222192535,"value":"doubleValue"}\n{"doubleValue":0.17342145274596024,"value":"doubleValue"}\nnode-cc-test-2aa7d6d6-1070-44fa-9e05-c7a59d8be024-w-0:\n{"doubleValue":0.47000203048554995,"value":"doubleValue"}\n{"doubleValue":0.19869394087941764,"value":"doubleValue"}\nnode-cc-test-2aa7d6d6-1070-44fa-9e05-c7a59d8be024-m:\n{"doubleValue":0.9032242400020496,"value":"doubleValue"}\n{"doubleValue":0.22421209860731942,"value":"doubleValue"}\nape1:\n{"doubleValue":0.005479408701648936,"value":"doubleValue"}\n{"doubleValue":0.005709212180227042,"value":"doubleValue"}\n{"doubleValue":0.004719613460474647,"value":"doubleValue"}\n{"doubleValue":0.005228604471388583,"value":"doubleValue"}\n{"doubleValue":0.006385338818654418,"value":"doubleValue"}\n{"doubleValue":0.005559966567670926,"value":"doubleValue"}\n{"doubleValue":0.0061175599665148185,"value":"doubleValue"}\n{"doubleValue":0.006502461007524592,"value":"doubleValue"}\n{"doubleValue":0.006581980048213154,"value":"doubleValue"}\n{"doubleValue":0.0062416283045119295,"value":"doubleValue"}\n{"doubleValue":0.005804221926761481,"value":"doubleValue"}\n{"doubleValue":0.005337048923441519,"value":"doubleValue"}\n{"doubleValue":0.0054967825902470695,"value":"doubleValue"}\n{"doubleValue":0.005573526956140995,"value":"doubleValue"}\n{"doubleValue":0.005095126527400377,"value":"doubleValue"}\n{"doubleValue":0.004493544164385336,"value":"doubleValue"}\n{"doubleValue":0.005022150837855103,"value":"doubleValue"}\nape2:\n{"doubleValue":0.005849858982643733,"value":"doubleValue"}\n{"doubleValue":0.005989754756834979,"value":"doubleValue"}\n{"doubleValue":0.005815944423860249,"value":"doubleValue"}\n{"doubleValue":0.005670362850651145,"value":"doubleValue"}\n{"doubleValue":0.0054908410956462225,"value":"doubleValue"}\n{"doubleValue":0.005376119533320889,"value":"doubleValue"}\n{"doubleValue":0.005506264449407657,"value":"doubleValue"}\n{"doubleValue":0.005720851160973931,"value":"doubleValue"}\n{"doubleValue":0.005775347955447311,"value":"doubleValue"}\n{"doubleValue":0.005736492570334425,"value":"doubleValue"}\n{"doubleValue":0.005281990272730279,"value":"doubleValue"}\n{"doubleValue":0.004891442751007465,"value":"doubleValue"}\n{"doubleValue":0.0053539879794698205,"value":"doubleValue"}\n{"doubleValue":0.005760797156835906,"value":"doubleValue"}\n{"doubleValue":0.006009044072319132,"value":"doubleValue"}\n{"doubleValue":0.005580925764904047,"value":"doubleValue"}\n{"doubleValue":0.005776627786690369,"value":"doubleValue"}\nstart-script-example:\n{"doubleValue":0.001493279923670343,"value":"doubleValue"}\n{"doubleValue":0.0015398722046181016,"value":"doubleValue"}\n{"doubleValue":0.0012111035470297794,"value":"doubleValue"}\n{"doubleValue":0.0014221584548067766,"value":"doubleValue"}\n{"doubleValue":0.0014776124882094639,"value":"doubleValue"}\n{"doubleValue":0.001518212101291283,"value":"doubleValue"}\n{"doubleValue":0.0015468103735959934,"value":"doubleValue"}\n{"doubleValue":0.0014436268561742811,"value":"doubleValue"}\n{"doubleValue":0.0015764466268592514,"value":"doubleValue"}\n{"doubleValue":0.0012699181217612932,"value":"doubleValue"}\n{"doubleValue":0.0014563451601134147,"value":"doubleValue"}\n{"doubleValue":0.0015145805756522652,"value":"doubleValue"}\n{"doubleValue":0.0015561307494256955,"value":"doubleValue"}\n{"doubleValue":0.0016911680921718167,"value":"doubleValue"}\n{"doubleValue":0.0014914563870358202,"value":"doubleValue"}\n{"doubleValue":0.00149662566097201,"value":"doubleValue"}\n{"doubleValue":0.0012661695281470505,"value":"doubleValue"}\nape3:\n{"doubleValue":0.006130627206099841,"value":"doubleValue"}\n{"doubleValue":0.006120161311506915,"value":"doubleValue"}\n{"doubleValue":0.005949479331805681,"value":"doubleValue"}\n{"doubleValue":0.005783770487566168,"value":"doubleValue"}\n{"doubleValue":0.006160166841194344,"value":"doubleValue"}\n{"doubleValue":0.00622678056533914,"value":"doubleValue"}\n{"doubleValue":0.00596162738026275,"value":"doubleValue"}\n{"doubleValue":0.005667064845329151,"value":"doubleValue"}\n{"doubleValue":0.006173041480360552,"value":"doubleValue"}\n{"doubleValue":0.006275291145235921,"value":"doubleValue"}\n{"doubleValue":0.006099509959070323,"value":"doubleValue"}\n{"doubleValue":0.005732802050382209,"value":"doubleValue"}\n{"doubleValue":0.006186798664081531,"value":"doubleValue"}\n{"doubleValue":0.00633188913052436,"value":"doubleValue"}\n{"doubleValue":0.005714598064272044,"value":"doubleValue"}\n{"doubleValue":0.005466235482405561,"value":"doubleValue"}\n{"doubleValue":0.006179785383089135,"value":"doubleValue"}\nsummer-windows2019:\n{"doubleValue":0.08553799465298653,"value":"doubleValue"}\n{"doubleValue":0.08221330024146785,"value":"doubleValue"}\n{"doubleValue":0.08740467468742281,"value":"doubleValue"}\n{"doubleValue":0.08698298134841025,"value":"doubleValue"}\n{"doubleValue":0.08871359252370895,"value":"doubleValue"}\n{"doubleValue":0.08763634437539924,"value":"doubleValue"}\n{"doubleValue":0.08617200126561025,"value":"doubleValue"}\n{"doubleValue":0.08437060873645047,"value":"doubleValue"}\n{"doubleValue":0.08764780514563124,"value":"doubleValue"}\n{"doubleValue":0.08486072486266494,"value":"doubleValue"}\n{"doubleValue":0.08613118230520438,"value":"doubleValue"}\n{"doubleValue":0.08528349325836947,"value":"doubleValue"}\n{"doubleValue":0.08964777912478894,"value":"doubleValue"}\n{"doubleValue":0.08943406828523924,"value":"doubleValue"}\n{"doubleValue":0.08980746895540506,"value":"doubleValue"}\n{"doubleValue":0.08785667996077488,"value":"doubleValue"}\n{"doubleValue":0.08954420315567405,"value":"doubleValue"}\nmy-app-instance-6d81ef22:\n{"doubleValue":0.4744566820251445,"value":"doubleValue"}\n{"doubleValue":0.4791918619380643,"value":"doubleValue"}\n{"doubleValue":0.4747420358005911,"value":"doubleValue"}\n{"doubleValue":0.4757865433581173,"value":"doubleValue"}\n{"doubleValue":0.4744027722782145,"value":"doubleValue"}\n{"doubleValue":0.4775010433358451,"value":"doubleValue"}\n{"doubleValue":0.47562383661667507,"value":"doubleValue"}\n{"doubleValue":0.4756518109546353,"value":"doubleValue"}\n{"doubleValue":0.47301716515794395,"value":"doubleValue"}\n{"doubleValue":0.4796757880753527,"value":"doubleValue"}\n{"doubleValue":0.4791524035856128,"value":"doubleValue"}\n{"doubleValue":0.48835470609677334,"value":"doubleValue"}\n{"doubleValue":0.4775731824959318,"value":"doubleValue"}\n{"doubleValue":0.47261549878555037,"value":"doubleValue"}\n{"doubleValue":0.4773271751900514,"value":"doubleValue"}\n{"doubleValue":0.47432960774749516,"value":"doubleValue"}\n{"doubleValue":0.47493289957443874,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-28gs:\n{"doubleValue":0.04026636803367486,"value":"doubleValue"}\n{"doubleValue":0.04155373511215051,"value":"doubleValue"}\n{"doubleValue":0.04353798544810464,"value":"doubleValue"}\n{"doubleValue":0.0484709473947684,"value":"doubleValue"}\n{"doubleValue":0.0446362308304136,"value":"doubleValue"}\n{"doubleValue":0.04308292925513039,"value":"doubleValue"}\n{"doubleValue":0.04366212711514284,"value":"doubleValue"}\n{"doubleValue":0.04330072026544561,"value":"doubleValue"}\n{"doubleValue":0.04728499512809018,"value":"doubleValue"}\n{"doubleValue":0.0444650924919794,"value":"doubleValue"}\n{"doubleValue":0.04320070024114102,"value":"doubleValue"}\n{"doubleValue":0.044226005347445606,"value":"doubleValue"}\n{"doubleValue":0.04265391257746766,"value":"doubleValue"}\n{"doubleValue":0.04705764489093175,"value":"doubleValue"}\n{"doubleValue":0.044866531544054546,"value":"doubleValue"}\n{"doubleValue":0.044275994210814434,"value":"doubleValue"}\n{"doubleValue":0.04436417769951125,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-pn5k:\n{"doubleValue":0.040087624173611405,"value":"doubleValue"}\n{"doubleValue":0.0400574438739568,"value":"doubleValue"}\n{"doubleValue":0.04097964069029937,"value":"doubleValue"}\n{"doubleValue":0.04232755731791258,"value":"doubleValue"}\n{"doubleValue":0.03961131973192096,"value":"doubleValue"}\n{"doubleValue":0.03899541559318701,"value":"doubleValue"}\n{"doubleValue":0.03954128537637492,"value":"doubleValue"}\n{"doubleValue":0.04058034619471679,"value":"doubleValue"}\n{"doubleValue":0.0416826825744162,"value":"doubleValue"}\n{"doubleValue":0.03961738400006046,"value":"doubleValue"}\n{"doubleValue":0.039709364413283765,"value":"doubleValue"}\n{"doubleValue":0.03987656284589321,"value":"doubleValue"}\n{"doubleValue":0.04074752035085112,"value":"doubleValue"}\n{"doubleValue":0.04198019113391638,"value":"doubleValue"}\n{"doubleValue":0.039813213725574316,"value":"doubleValue"}\n{"doubleValue":0.039711963990703224,"value":"doubleValue"}\n{"doubleValue":0.03963302149592588,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-p7z1:\n{"doubleValue":0.0802406768547371,"value":"doubleValue"}\n{"doubleValue":0.07714177826419473,"value":"doubleValue"}\n{"doubleValue":0.07934357617826511,"value":"doubleValue"}\n{"doubleValue":0.08392316148771593,"value":"doubleValue"}\n{"doubleValue":0.08138432805426418,"value":"doubleValue"}\n{"doubleValue":0.08011957747706522,"value":"doubleValue"}\n{"doubleValue":0.08104257834299157,"value":"doubleValue"}\n{"doubleValue":0.07873603985644877,"value":"doubleValue"}\n{"doubleValue":0.08209867554251105,"value":"doubleValue"}\n{"doubleValue":0.08130549807101488,"value":"doubleValue"}\n{"doubleValue":0.08139789211563767,"value":"doubleValue"}\n{"doubleValue":0.08137142535609504,"value":"doubleValue"}\n{"doubleValue":0.07996971909111987,"value":"doubleValue"}\n{"doubleValue":0.0801358120671163,"value":"doubleValue"}\n{"doubleValue":0.08019297470649084,"value":"doubleValue"}\n{"doubleValue":0.08043783043200771,"value":"doubleValue"}\n{"doubleValue":0.07956848048294583,"value":"doubleValue"}\ngke-grpc-bug-cluster-default-pool-92f856c4-175d:\n{"doubleValue":0.0450959597248584,"value":"doubleValue"}\n{"doubleValue":0.04510718253441155,"value":"doubleValue"}\n{"doubleValue":0.044908668861413994,"value":"doubleValue"}\n{"doubleValue":0.04793321589628855,"value":"doubleValue"}\n{"doubleValue":0.04430220234207809,"value":"doubleValue"}\n{"doubleValue":0.04410825851373375,"value":"doubleValue"}\n{"doubleValue":0.04403350640398761,"value":"doubleValue"}\n{"doubleValue":0.04575393376871943,"value":"doubleValue"}\n{"doubleValue":0.04704452326210837,"value":"doubleValue"}\n{"doubleValue":0.043740269743526974,"value":"doubleValue"}\n{"doubleValue":0.04445924884639681,"value":"doubleValue"}\n{"doubleValue":0.04507500243683656,"value":"doubleValue"}\n{"doubleValue":0.04467879383203884,"value":"doubleValue"}\n{"doubleValue":0.04664274469638864,"value":"doubleValue"}\n{"doubleValue":0.04323937816855808,"value":"doubleValue"}\n{"doubleValue":0.043437251402065155,"value":"doubleValue"}\n{"doubleValue":0.04313452990415195,"value":"doubleValue"}\nnotebooks-test-instance-do-not-delete:\n{"doubleValue":0.0966393006228221,"value":"doubleValue"}\n{"doubleValue":0.09620924601719404,"value":"doubleValue"}\n{"doubleValue":0.0956305812811479,"value":"doubleValue"}\n{"doubleValue":0.09739766051061452,"value":"doubleValue"}\n{"doubleValue":0.09567303912481293,"value":"doubleValue"}\n{"doubleValue":0.09486936924125378,"value":"doubleValue"}\n{"doubleValue":0.09510829785140232,"value":"doubleValue"}\n{"doubleValue":0.0963087259287325,"value":"doubleValue"}\n{"doubleValue":0.0951589887185643,"value":"doubleValue"}\n{"doubleValue":0.09479757809701066,"value":"doubleValue"}\n{"doubleValue":0.09475595694190513,"value":"doubleValue"}\n{"doubleValue":0.09561029516238098,"value":"doubleValue"}\n{"doubleValue":0.09674196444684639,"value":"doubleValue"}\n{"doubleValue":0.09672059363995988,"value":"doubleValue"}\n{"doubleValue":0.09612088327218468,"value":"doubleValue"}\n{"doubleValue":0.0971910555808184,"value":"doubleValue"}\n{"doubleValue":0.09645634446448335,"value":"doubleValue"}\n' to include '{"doubleValue":0.002084758244745899,"value":"doubleValue"}' at /workspace/samples/test/metrics.test.js:114:16 at Array.forEach (<anonymous>) at /workspace/samples/test/metrics.test.js:113:19 at Array.forEach (<anonymous>) at Context.<anonymous> (test/metrics.test.js:111:16) at processTicksAndRejections (internal/process/task_queues.js:97:5)</pre></details>
non_comp
metrics should read time series data failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output expected ubuntu http n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue nubuntu http n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue nnode cc test w n doublevalue value doublevalue n doublevalue value doublevalue nnode cc test w n doublevalue value doublevalue n doublevalue value doublevalue nnode cc test m n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue nstart script example n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue nsummer n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue nmy app instance n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue ngke grpc bug cluster default pool n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue ngke grpc bug cluster default pool n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue ngke grpc bug cluster default pool n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue ngke grpc bug cluster default pool n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue nnotebooks test instance do not delete n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n to include doublevalue value doublevalue assertionerror expected ubuntu http n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue nubuntu http n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue nnode cc test w n doublevalue value doublevalue n doublevalue value doublevalue nnode cc test w n doublevalue value doublevalue n doublevalue value doublevalue nnode cc test m n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue nstart script example n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue nsummer n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue nmy app instance n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue ngke grpc bug cluster default pool n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue ngke grpc bug cluster default pool n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue ngke grpc bug cluster default pool n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue ngke grpc bug cluster default pool n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue nnotebooks test instance do not delete n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n doublevalue value doublevalue n to include doublevalue value doublevalue at workspace samples test metrics test js at array foreach at workspace samples test metrics test js at array foreach at context test metrics test js at processticksandrejections internal process task queues js
0
5,726
8,196,109,866
IssuesEvent
2018-08-31 08:45:39
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
type year has an unsigned flag
type/compatibility
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ``` mysql> show create table testyear; +----------+-------------------------------------------------------------------------------------------+ | Table | Create Table | +----------+-------------------------------------------------------------------------------------------+ | testyear | CREATE TABLE `testyear` ( `i` year(4) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 | +----------+-------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) mysql> select * from testyear; Field 1: `i` Catalog: `def` Database: `test` Table: `testyear` Org_table: `testyear` Type: YEAR Collation: binary (63) Length: 4 Max_length: 0 Decimals: 0 Flags: UNSIGNED ZEROFILL NUM 0 rows in set (0.00 sec) ``` 2. What did you expect to see? Flags: UNSIGNED ZEROFILL NUM 3. What did you see instead? Flags: ZEROFILL NUM 4. What version of TiDB are you using (`tidb-server -V` or run `select tidb_version();` on TiDB)? eec68995689d5811f4d52846586e969652ed8ffc
True
type year has an unsigned flag - Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ``` mysql> show create table testyear; +----------+-------------------------------------------------------------------------------------------+ | Table | Create Table | +----------+-------------------------------------------------------------------------------------------+ | testyear | CREATE TABLE `testyear` ( `i` year(4) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 | +----------+-------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) mysql> select * from testyear; Field 1: `i` Catalog: `def` Database: `test` Table: `testyear` Org_table: `testyear` Type: YEAR Collation: binary (63) Length: 4 Max_length: 0 Decimals: 0 Flags: UNSIGNED ZEROFILL NUM 0 rows in set (0.00 sec) ``` 2. What did you expect to see? Flags: UNSIGNED ZEROFILL NUM 3. What did you see instead? Flags: ZEROFILL NUM 4. What version of TiDB are you using (`tidb-server -V` or run `select tidb_version();` on TiDB)? eec68995689d5811f4d52846586e969652ed8ffc
comp
type year has an unsigned flag please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error mysql show create table testyear table create table testyear create table testyear i year default null engine innodb default charset row in set sec mysql select from testyear field i catalog def database test table testyear org table testyear type year collation binary length max length decimals flags unsigned zerofill num rows in set sec what did you expect to see flags unsigned zerofill num what did you see instead flags zerofill num what version of tidb are you using tidb server v or run select tidb version on tidb
1
4,473
7,135,463,507
IssuesEvent
2018-01-23 01:13:17
Polymer/polymer
https://api.github.com/repos/Polymer/polymer
closed
a href not working when on-tap assigned
1.x 1.x-2.x compatibility p1
Hello everyone, I've found an issue in Polymer 1.8.x. When I'm using a html link in my polymer element, everything is fine with the link. But when i add a on-tap function to the html link, the link itself doesn't work any more on mobile (used the toggle device function of the chrome dev tools) but the on-tap function is executed. In desktop mode, everything is still fine and both, the link and the on-tap function are executed. So, `<a href$="[[_getItemHref(movie)]]">` works, and `<a href$="[[_getItemHref(movie)]]" on-tap="_hideActionOverlay">` isn't working on mobile (link not executed). Can anyone confirm this and maybe knows a solution? Regards, Michael
True
a href not working when on-tap assigned - Hello everyone, I've found an issue in Polymer 1.8.x. When I'm using a html link in my polymer element, everything is fine with the link. But when i add a on-tap function to the html link, the link itself doesn't work any more on mobile (used the toggle device function of the chrome dev tools) but the on-tap function is executed. In desktop mode, everything is still fine and both, the link and the on-tap function are executed. So, `<a href$="[[_getItemHref(movie)]]">` works, and `<a href$="[[_getItemHref(movie)]]" on-tap="_hideActionOverlay">` isn't working on mobile (link not executed). Can anyone confirm this and maybe knows a solution? Regards, Michael
comp
a href not working when on tap assigned hello everyone i ve found an issue in polymer x when i m using a html link in my polymer element everything is fine with the link but when i add a on tap function to the html link the link itself doesn t work any more on mobile used the toggle device function of the chrome dev tools but the on tap function is executed in desktop mode everything is still fine and both the link and the on tap function are executed so works and isn t working on mobile link not executed can anyone confirm this and maybe knows a solution regards michael
1
7,401
9,652,634,471
IssuesEvent
2019-05-18 18:57:15
bitwalker/distillery
https://api.github.com/repos/bitwalker/distillery
closed
distillery is redefining module Mix.Tasks.Release
fixed:pre-release future-compatibility
### Steps to reproduce just compile distillery 2.0.12 ### Verbose Logs ``` $ mix deps.get Resolving Hex dependencies... Dependency resolution completed: Unchanged: artificery 0.4.0 connection 1.0.4 cowboy 2.6.1 cowlib 2.7.0 db_connection 2.0.5 decimal 1.7.0 distillery 2.0.12 ecto 3.0.7 ecto_sql 3.0.5 gettext 0.16.1 jason 1.1.2 mime 1.3.1 phoenix 1.4.1 phoenix_pubsub 1.1.2 plug 1.7.2 plug_cowboy 2.0.1 plug_crypto 1.0.0 postgrex 0.14.1 ranch 1.7.1 telemetry 0.3.0 * Getting distillery (Hex package) $ mix deps.compile ===> Compiling ranch ===> Compiling telemetry ===> Compiling cowlib ===> Compiling cowboy ==> distillery Compiling 33 files (.ex) warning: redefining module Mix.Tasks.Release (current version loaded from <path to elixir>/elixir/bin/../lib/mix/ebin/Elixir.Mix.Tasks.Release.beam) lib/distillery/tasks/release.ex:1 Generated distillery app ``` <summary> There is a redefining of module ``Mix.Tasks.Release`` when compiling. This is causing release to act weirdly. <details> When I run distillery release like following, Mix is picking ``Release`` module from ``elixir/lib/mix/lib/mix/tasks/release.ex`` rather than from ``_build/lib/distillery/tasks/release.ex`` ``` $ MIX_ENV=dev mix release ** (Mix) Umbrella projects require releases to be explicitly defined with a non-empty applications key that chooses which umbrella children should be part of the releases: releases: [ foo: [ applications: [child_app_foo: :permanent] ], bar: [ applications: [child_app_bar: :permanent] ] ] Alternatively you can perform the release from the children applications $ MIX_ENV=dev mix release --name ** (Mix) Could not invoke task "release": 1 error found! --name : Unknown option ``` When i explicitly append `` _build/dev/lib/distillery/ebin`` path i get following error ``` MIX_ENV=dev elixir -pa _build/dev/lib/distillery/ebin -S mix release ==> Loading configuration.. ==> Assembling release.. ==> Building release testify_ex:0.1.0 using environment dev ==> Discovered applications: > plug_crypto-1.0.0 | | from: _build/dev/lib/plug_crypto | applications: | :kernel | :stdlib | :elixir | :crypto | includes: none |_____ > kernel-6.2 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/kernel-6.2 | applications: none | includes: none |_____ > mime-1.3.1 | | from: _build/dev/lib/mime | applications: | :kernel | :stdlib | :elixir | :logger | includes: none |_____ > plug-1.7.2 | | from: _build/dev/lib/plug | applications: | :kernel | :stdlib | :elixir | :logger | :mime | :plug_crypto | includes: none |_____ > asn1-5.0.8 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/asn1-5.0.8 | applications: | :kernel | :stdlib | includes: none |_____ > public_key-1.6.4 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/public_key-1.6.4 | applications: | :asn1 | :crypto | :kernel | :stdlib | includes: none |_____ > ssl-9.1.2 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/ssl-9.1.2 | applications: | :crypto | :public_key | :kernel | :stdlib | includes: none |_____ > ranch-1.7.1 | | from: _build/dev/lib/ranch | applications: | :kernel | :stdlib | :ssl | includes: none |_____ > cowlib-2.7.0 | | from: _build/dev/lib/cowlib | applications: | :kernel | :stdlib | :crypto | includes: none |_____ > cowboy-2.6.1 | | from: _build/dev/lib/cowboy | applications: | :kernel | :stdlib | :crypto | :cowlib | :ranch | includes: none |_____ > plug_cowboy-2.0.1 | | from: _build/dev/lib/plug_cowboy | applications: | :kernel | :stdlib | :elixir | :logger | :cowboy | :plug | includes: none |_____ > artificery-0.4.0 | | from: _build/dev/lib/artificery | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > distillery-2.0.12 | | from: _build/dev/lib/distillery | applications: | :kernel | :stdlib | :elixir | :runtime_tools | :artificery | includes: none |_____ > crypto-4.4 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/crypto-4.4 | applications: | :kernel | :stdlib | includes: none |_____ > decimal-1.7.0 | | from: _build/dev/lib/decimal | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > connection-1.0.4 | | from: _build/dev/lib/connection | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > db_connection-2.0.5 | | from: _build/dev/lib/db_connection | applications: | :kernel | :stdlib | :elixir | :logger | :connection | includes: none |_____ > postgrex-0.14.1 | | from: _build/dev/lib/postgrex | applications: | :kernel | :stdlib | :elixir | :logger | :db_connection | :decimal | :crypto | includes: none |_____ > eex-1.9.0-dev | | from: /Users/fnaeem/projects/elixir/elixir/bin/../lib/eex | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > phoenix-1.4.1 | | from: _build/dev/lib/phoenix | applications: | :kernel | :stdlib | :elixir | :logger | :eex | :crypto | :phoenix_pubsub | :plug | includes: none |_____ > ecto-3.0.7 | | from: _build/dev/lib/ecto | applications: | :kernel | :stdlib | :elixir | :logger | :crypto | :decimal | includes: none |_____ > telemetry-0.3.0 | | from: _build/dev/lib/telemetry | applications: | :kernel | :stdlib | includes: none |_____ > ecto_sql-3.0.5 | | from: _build/dev/lib/ecto_sql | applications: | :kernel | :stdlib | :elixir | :logger | :telemetry | :db_connection | :ecto | includes: none |_____ > logger-1.9.0-dev | | from: /Users/fnaeem/projects/elixir/elixir/bin/../lib/logger | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > tfy_database-0.1.0 | | from: _build/dev/lib/tfy_database | applications: | :kernel | :stdlib | :elixir | :logger | :runtime_tools | :postgrex | :ecto_sql | :distillery | includes: none |_____ > runtime_tools-1.13.1 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/runtime_tools-1.13.1 | applications: | :kernel | :stdlib | includes: none |_____ > stdlib-3.7 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/stdlib-3.7 | applications: | :kernel | includes: none |_____ > phoenix_pubsub-1.1.2 | | from: _build/dev/lib/phoenix_pubsub | applications: | :kernel | :stdlib | :elixir | :logger | :crypto | includes: none |_____ > jason-1.1.2 | | from: _build/dev/lib/jason | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > tfy_resource_manager-0.1.0 | | from: _build/dev/lib/tfy_resource_manager | applications: | :kernel | :stdlib | :elixir | :sasl | :logger | :jason | :distillery | :tfy_database | includes: none |_____ > compiler-7.3.1 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/compiler-7.3.1 | applications: | :kernel | :stdlib | includes: none |_____ > sasl-3.3 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/sasl-3.3 | applications: | :kernel | :stdlib | includes: none |_____ > gettext-0.16.1 | | from: _build/dev/lib/gettext | applications: | :kernel | :stdlib | :elixir | :logger | includes: none |_____ > iex-1.9.0-dev | | from: /Users/fnaeem/projects/elixir/elixir/bin/../lib/iex | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > mix-1.9.0-dev | | from: /Users/fnaeem/projects/elixir/elixir/bin/../lib/mix | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > tfy_rest-0.1.0 | | from: _build/dev/lib/tfy_rest | applications: | :kernel | :stdlib | :elixir | :logger | :runtime_tools | :gettext | :jason | :phoenix_pubsub | :distillery | :tfy_database | :tfy_resource_manager | :plug_cowboy | :phoenix | includes: none |_____ > elixir-1.9.0-dev | | from: /Users/fnaeem/projects/elixir/elixir/bin/../lib/elixir | applications: | :kernel | :stdlib | :compiler | includes: none |_____ ==> Running validation checks.. > Mix.Releases.Checks.Erts * PASS > Mix.Releases.Checks.Cookie * PASS > Mix.Releases.Checks.LoadedOrphanedApps * PASS ==> Generated overlay vars: release_name=:testify_ex release_version="0.1.0" is_upgrade=false upgrade_from=:latest dev_mode=true include_erts=false include_src=false include_system_libs=false erl_opts="" run_erl_env="" erts_vsn="10.2.3" output_dir="_build/dev/rel/testify_ex" ==> Copying applications to _build/dev/rel/testify_ex ==> Generating start_erl.data ==> Generating vm.args ==> Generating sys.config from config/config.exs ==> Generating boot scripts ==> Release failed, during .boot generation: Duplicated modules: 'Elixir.Mix.Tasks.Release' specified in distillery and mix ``` </details> </summary> ### Description of issue - What version of Distillery? ``2.0.12`` - What OS, Erlang/Elixir versions are you seeing this issue on? ``` $ elixir -v Erlang/OTP 21 [erts-10.2.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace] Elixir 1.9.0-dev (3680e8535) (compiled with Erlang/OTP 21) ``` - If possible, also provide your `rel/config.exs`, as it is often my first troubleshooting question, and you'll save us both time :) ``` # Import all plugins from `rel/plugins` # They can then be used by adding `plugin MyPlugin` to # either an environment, or release definition, where # `MyPlugin` is the name of the plugin module. ~w(rel plugins *.exs) |> Path.join() |> Path.wildcard() |> Enum.map(&Code.eval_file(&1)) use Mix.Releases.Config, # This sets the default release built by `mix release` default_release: :default, # This sets the default environment used by `mix release` default_environment: Mix.env() # For a full list of config options for both releases # and environments, visit https://hexdocs.pm/distillery/config/distillery.html # You may define one or more environments in this file, # an environment's settings will override those of a release # when building in that environment, this combination of release # and environment configuration is called a profile environment :dev do # If you are running Phoenix, you should make sure that # server: true is set and the code reloader is disabled, # even in dev mode. # It is recommended that you build with MIX_ENV=prod and pass # the --env flag to Distillery explicitly if you want to use # dev mode. set dev_mode: true set include_erts: false set cookie: :")s~|tJgscs:fhCSU.th}~1XOF$4(G>J>h!]]qI[g$BYP_vV~C_8Qj.h(>M>yhz,K" end environment :prod do set include_erts: true set include_src: false set cookie: :"%QlO$xp1Z`hC[DZa@]>={imBh$8,$W@$,T}~Kb5OOj[S&kW]5b,Gx{W?Xwt^{//;" set vm_args: "rel/vm.args" end # You may define one or more releases in this file. # If you have not set a default release, or selected one # when running `mix release`, the first release in the file # will be used by default release :testify_ex do set version: "0.1.0" set applications: [ :runtime_tools, tfy_database: :permanent, tfy_resource_manager: :permanent, tfy_rest: :permanent ] end ```
True
distillery is redefining module Mix.Tasks.Release - ### Steps to reproduce just compile distillery 2.0.12 ### Verbose Logs ``` $ mix deps.get Resolving Hex dependencies... Dependency resolution completed: Unchanged: artificery 0.4.0 connection 1.0.4 cowboy 2.6.1 cowlib 2.7.0 db_connection 2.0.5 decimal 1.7.0 distillery 2.0.12 ecto 3.0.7 ecto_sql 3.0.5 gettext 0.16.1 jason 1.1.2 mime 1.3.1 phoenix 1.4.1 phoenix_pubsub 1.1.2 plug 1.7.2 plug_cowboy 2.0.1 plug_crypto 1.0.0 postgrex 0.14.1 ranch 1.7.1 telemetry 0.3.0 * Getting distillery (Hex package) $ mix deps.compile ===> Compiling ranch ===> Compiling telemetry ===> Compiling cowlib ===> Compiling cowboy ==> distillery Compiling 33 files (.ex) warning: redefining module Mix.Tasks.Release (current version loaded from <path to elixir>/elixir/bin/../lib/mix/ebin/Elixir.Mix.Tasks.Release.beam) lib/distillery/tasks/release.ex:1 Generated distillery app ``` <summary> There is a redefining of module ``Mix.Tasks.Release`` when compiling. This is causing release to act weirdly. <details> When I run distillery release like following, Mix is picking ``Release`` module from ``elixir/lib/mix/lib/mix/tasks/release.ex`` rather than from ``_build/lib/distillery/tasks/release.ex`` ``` $ MIX_ENV=dev mix release ** (Mix) Umbrella projects require releases to be explicitly defined with a non-empty applications key that chooses which umbrella children should be part of the releases: releases: [ foo: [ applications: [child_app_foo: :permanent] ], bar: [ applications: [child_app_bar: :permanent] ] ] Alternatively you can perform the release from the children applications $ MIX_ENV=dev mix release --name ** (Mix) Could not invoke task "release": 1 error found! --name : Unknown option ``` When i explicitly append `` _build/dev/lib/distillery/ebin`` path i get following error ``` MIX_ENV=dev elixir -pa _build/dev/lib/distillery/ebin -S mix release ==> Loading configuration.. ==> Assembling release.. ==> Building release testify_ex:0.1.0 using environment dev ==> Discovered applications: > plug_crypto-1.0.0 | | from: _build/dev/lib/plug_crypto | applications: | :kernel | :stdlib | :elixir | :crypto | includes: none |_____ > kernel-6.2 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/kernel-6.2 | applications: none | includes: none |_____ > mime-1.3.1 | | from: _build/dev/lib/mime | applications: | :kernel | :stdlib | :elixir | :logger | includes: none |_____ > plug-1.7.2 | | from: _build/dev/lib/plug | applications: | :kernel | :stdlib | :elixir | :logger | :mime | :plug_crypto | includes: none |_____ > asn1-5.0.8 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/asn1-5.0.8 | applications: | :kernel | :stdlib | includes: none |_____ > public_key-1.6.4 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/public_key-1.6.4 | applications: | :asn1 | :crypto | :kernel | :stdlib | includes: none |_____ > ssl-9.1.2 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/ssl-9.1.2 | applications: | :crypto | :public_key | :kernel | :stdlib | includes: none |_____ > ranch-1.7.1 | | from: _build/dev/lib/ranch | applications: | :kernel | :stdlib | :ssl | includes: none |_____ > cowlib-2.7.0 | | from: _build/dev/lib/cowlib | applications: | :kernel | :stdlib | :crypto | includes: none |_____ > cowboy-2.6.1 | | from: _build/dev/lib/cowboy | applications: | :kernel | :stdlib | :crypto | :cowlib | :ranch | includes: none |_____ > plug_cowboy-2.0.1 | | from: _build/dev/lib/plug_cowboy | applications: | :kernel | :stdlib | :elixir | :logger | :cowboy | :plug | includes: none |_____ > artificery-0.4.0 | | from: _build/dev/lib/artificery | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > distillery-2.0.12 | | from: _build/dev/lib/distillery | applications: | :kernel | :stdlib | :elixir | :runtime_tools | :artificery | includes: none |_____ > crypto-4.4 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/crypto-4.4 | applications: | :kernel | :stdlib | includes: none |_____ > decimal-1.7.0 | | from: _build/dev/lib/decimal | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > connection-1.0.4 | | from: _build/dev/lib/connection | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > db_connection-2.0.5 | | from: _build/dev/lib/db_connection | applications: | :kernel | :stdlib | :elixir | :logger | :connection | includes: none |_____ > postgrex-0.14.1 | | from: _build/dev/lib/postgrex | applications: | :kernel | :stdlib | :elixir | :logger | :db_connection | :decimal | :crypto | includes: none |_____ > eex-1.9.0-dev | | from: /Users/fnaeem/projects/elixir/elixir/bin/../lib/eex | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > phoenix-1.4.1 | | from: _build/dev/lib/phoenix | applications: | :kernel | :stdlib | :elixir | :logger | :eex | :crypto | :phoenix_pubsub | :plug | includes: none |_____ > ecto-3.0.7 | | from: _build/dev/lib/ecto | applications: | :kernel | :stdlib | :elixir | :logger | :crypto | :decimal | includes: none |_____ > telemetry-0.3.0 | | from: _build/dev/lib/telemetry | applications: | :kernel | :stdlib | includes: none |_____ > ecto_sql-3.0.5 | | from: _build/dev/lib/ecto_sql | applications: | :kernel | :stdlib | :elixir | :logger | :telemetry | :db_connection | :ecto | includes: none |_____ > logger-1.9.0-dev | | from: /Users/fnaeem/projects/elixir/elixir/bin/../lib/logger | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > tfy_database-0.1.0 | | from: _build/dev/lib/tfy_database | applications: | :kernel | :stdlib | :elixir | :logger | :runtime_tools | :postgrex | :ecto_sql | :distillery | includes: none |_____ > runtime_tools-1.13.1 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/runtime_tools-1.13.1 | applications: | :kernel | :stdlib | includes: none |_____ > stdlib-3.7 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/stdlib-3.7 | applications: | :kernel | includes: none |_____ > phoenix_pubsub-1.1.2 | | from: _build/dev/lib/phoenix_pubsub | applications: | :kernel | :stdlib | :elixir | :logger | :crypto | includes: none |_____ > jason-1.1.2 | | from: _build/dev/lib/jason | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > tfy_resource_manager-0.1.0 | | from: _build/dev/lib/tfy_resource_manager | applications: | :kernel | :stdlib | :elixir | :sasl | :logger | :jason | :distillery | :tfy_database | includes: none |_____ > compiler-7.3.1 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/compiler-7.3.1 | applications: | :kernel | :stdlib | includes: none |_____ > sasl-3.3 | | from: /usr/local/Cellar/erlang/21.2.4/lib/erlang/lib/sasl-3.3 | applications: | :kernel | :stdlib | includes: none |_____ > gettext-0.16.1 | | from: _build/dev/lib/gettext | applications: | :kernel | :stdlib | :elixir | :logger | includes: none |_____ > iex-1.9.0-dev | | from: /Users/fnaeem/projects/elixir/elixir/bin/../lib/iex | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > mix-1.9.0-dev | | from: /Users/fnaeem/projects/elixir/elixir/bin/../lib/mix | applications: | :kernel | :stdlib | :elixir | includes: none |_____ > tfy_rest-0.1.0 | | from: _build/dev/lib/tfy_rest | applications: | :kernel | :stdlib | :elixir | :logger | :runtime_tools | :gettext | :jason | :phoenix_pubsub | :distillery | :tfy_database | :tfy_resource_manager | :plug_cowboy | :phoenix | includes: none |_____ > elixir-1.9.0-dev | | from: /Users/fnaeem/projects/elixir/elixir/bin/../lib/elixir | applications: | :kernel | :stdlib | :compiler | includes: none |_____ ==> Running validation checks.. > Mix.Releases.Checks.Erts * PASS > Mix.Releases.Checks.Cookie * PASS > Mix.Releases.Checks.LoadedOrphanedApps * PASS ==> Generated overlay vars: release_name=:testify_ex release_version="0.1.0" is_upgrade=false upgrade_from=:latest dev_mode=true include_erts=false include_src=false include_system_libs=false erl_opts="" run_erl_env="" erts_vsn="10.2.3" output_dir="_build/dev/rel/testify_ex" ==> Copying applications to _build/dev/rel/testify_ex ==> Generating start_erl.data ==> Generating vm.args ==> Generating sys.config from config/config.exs ==> Generating boot scripts ==> Release failed, during .boot generation: Duplicated modules: 'Elixir.Mix.Tasks.Release' specified in distillery and mix ``` </details> </summary> ### Description of issue - What version of Distillery? ``2.0.12`` - What OS, Erlang/Elixir versions are you seeing this issue on? ``` $ elixir -v Erlang/OTP 21 [erts-10.2.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace] Elixir 1.9.0-dev (3680e8535) (compiled with Erlang/OTP 21) ``` - If possible, also provide your `rel/config.exs`, as it is often my first troubleshooting question, and you'll save us both time :) ``` # Import all plugins from `rel/plugins` # They can then be used by adding `plugin MyPlugin` to # either an environment, or release definition, where # `MyPlugin` is the name of the plugin module. ~w(rel plugins *.exs) |> Path.join() |> Path.wildcard() |> Enum.map(&Code.eval_file(&1)) use Mix.Releases.Config, # This sets the default release built by `mix release` default_release: :default, # This sets the default environment used by `mix release` default_environment: Mix.env() # For a full list of config options for both releases # and environments, visit https://hexdocs.pm/distillery/config/distillery.html # You may define one or more environments in this file, # an environment's settings will override those of a release # when building in that environment, this combination of release # and environment configuration is called a profile environment :dev do # If you are running Phoenix, you should make sure that # server: true is set and the code reloader is disabled, # even in dev mode. # It is recommended that you build with MIX_ENV=prod and pass # the --env flag to Distillery explicitly if you want to use # dev mode. set dev_mode: true set include_erts: false set cookie: :")s~|tJgscs:fhCSU.th}~1XOF$4(G>J>h!]]qI[g$BYP_vV~C_8Qj.h(>M>yhz,K" end environment :prod do set include_erts: true set include_src: false set cookie: :"%QlO$xp1Z`hC[DZa@]>={imBh$8,$W@$,T}~Kb5OOj[S&kW]5b,Gx{W?Xwt^{//;" set vm_args: "rel/vm.args" end # You may define one or more releases in this file. # If you have not set a default release, or selected one # when running `mix release`, the first release in the file # will be used by default release :testify_ex do set version: "0.1.0" set applications: [ :runtime_tools, tfy_database: :permanent, tfy_resource_manager: :permanent, tfy_rest: :permanent ] end ```
comp
distillery is redefining module mix tasks release steps to reproduce just compile distillery verbose logs mix deps get resolving hex dependencies dependency resolution completed unchanged artificery connection cowboy cowlib db connection decimal distillery ecto ecto sql gettext jason mime phoenix phoenix pubsub plug plug cowboy plug crypto postgrex ranch telemetry getting distillery hex package mix deps compile compiling ranch compiling telemetry compiling cowlib compiling cowboy distillery compiling files ex warning redefining module mix tasks release current version loaded from elixir bin lib mix ebin elixir mix tasks release beam lib distillery tasks release ex generated distillery app there is a redefining of module mix tasks release when compiling this is causing release to act weirdly when i run distillery release like following mix is picking release module from elixir lib mix lib mix tasks release ex rather than from build lib distillery tasks release ex mix env dev mix release mix umbrella projects require releases to be explicitly defined with a non empty applications key that chooses which umbrella children should be part of the releases releases foo applications bar applications alternatively you can perform the release from the children applications mix env dev mix release name mix could not invoke task release error found name unknown option when i explicitly append build dev lib distillery ebin path i get following error mix env dev elixir pa build dev lib distillery ebin s mix release loading configuration assembling release building release testify ex using environment dev discovered applications plug crypto from build dev lib plug crypto applications kernel stdlib elixir crypto includes none kernel from usr local cellar erlang lib erlang lib kernel applications none includes none mime from build dev lib mime applications kernel stdlib elixir logger includes none plug from build dev lib plug applications kernel stdlib elixir logger mime plug crypto includes none from usr local cellar erlang lib erlang lib applications kernel stdlib includes none public key from usr local cellar erlang lib erlang lib public key applications crypto kernel stdlib includes none ssl from usr local cellar erlang lib erlang lib ssl applications crypto public key kernel stdlib includes none ranch from build dev lib ranch applications kernel stdlib ssl includes none cowlib from build dev lib cowlib applications kernel stdlib crypto includes none cowboy from build dev lib cowboy applications kernel stdlib crypto cowlib ranch includes none plug cowboy from build dev lib plug cowboy applications kernel stdlib elixir logger cowboy plug includes none artificery from build dev lib artificery applications kernel stdlib elixir includes none distillery from build dev lib distillery applications kernel stdlib elixir runtime tools artificery includes none crypto from usr local cellar erlang lib erlang lib crypto applications kernel stdlib includes none decimal from build dev lib decimal applications kernel stdlib elixir includes none connection from build dev lib connection applications kernel stdlib elixir includes none db connection from build dev lib db connection applications kernel stdlib elixir logger connection includes none postgrex from build dev lib postgrex applications kernel stdlib elixir logger db connection decimal crypto includes none eex dev from users fnaeem projects elixir elixir bin lib eex applications kernel stdlib elixir includes none phoenix from build dev lib phoenix applications kernel stdlib elixir logger eex crypto phoenix pubsub plug includes none ecto from build dev lib ecto applications kernel stdlib elixir logger crypto decimal includes none telemetry from build dev lib telemetry applications kernel stdlib includes none ecto sql from build dev lib ecto sql applications kernel stdlib elixir logger telemetry db connection ecto includes none logger dev from users fnaeem projects elixir elixir bin lib logger applications kernel stdlib elixir includes none tfy database from build dev lib tfy database applications kernel stdlib elixir logger runtime tools postgrex ecto sql distillery includes none runtime tools from usr local cellar erlang lib erlang lib runtime tools applications kernel stdlib includes none stdlib from usr local cellar erlang lib erlang lib stdlib applications kernel includes none phoenix pubsub from build dev lib phoenix pubsub applications kernel stdlib elixir logger crypto includes none jason from build dev lib jason applications kernel stdlib elixir includes none tfy resource manager from build dev lib tfy resource manager applications kernel stdlib elixir sasl logger jason distillery tfy database includes none compiler from usr local cellar erlang lib erlang lib compiler applications kernel stdlib includes none sasl from usr local cellar erlang lib erlang lib sasl applications kernel stdlib includes none gettext from build dev lib gettext applications kernel stdlib elixir logger includes none iex dev from users fnaeem projects elixir elixir bin lib iex applications kernel stdlib elixir includes none mix dev from users fnaeem projects elixir elixir bin lib mix applications kernel stdlib elixir includes none tfy rest from build dev lib tfy rest applications kernel stdlib elixir logger runtime tools gettext jason phoenix pubsub distillery tfy database tfy resource manager plug cowboy phoenix includes none elixir dev from users fnaeem projects elixir elixir bin lib elixir applications kernel stdlib compiler includes none running validation checks mix releases checks erts pass mix releases checks cookie pass mix releases checks loadedorphanedapps pass generated overlay vars release name testify ex release version is upgrade false upgrade from latest dev mode true include erts false include src false include system libs false erl opts run erl env erts vsn output dir build dev rel testify ex copying applications to build dev rel testify ex generating start erl data generating vm args generating sys config from config config exs generating boot scripts release failed during boot generation duplicated modules elixir mix tasks release specified in distillery and mix description of issue what version of distillery what os erlang elixir versions are you seeing this issue on elixir v erlang otp elixir dev compiled with erlang otp if possible also provide your rel config exs as it is often my first troubleshooting question and you ll save us both time import all plugins from rel plugins they can then be used by adding plugin myplugin to either an environment or release definition where myplugin is the name of the plugin module w rel plugins exs path join path wildcard enum map code eval file use mix releases config this sets the default release built by mix release default release default this sets the default environment used by mix release default environment mix env for a full list of config options for both releases and environments visit you may define one or more environments in this file an environment s settings will override those of a release when building in that environment this combination of release and environment configuration is called a profile environment dev do if you are running phoenix you should make sure that server true is set and the code reloader is disabled even in dev mode it is recommended that you build with mix env prod and pass the env flag to distillery explicitly if you want to use dev mode set dev mode true set include erts false set cookie s tjgscs fhcsu th g j h qi g byp vv c h m yhz k end environment prod do set include erts true set include src false set cookie qlo hc imbh w t gx w xwt set vm args rel vm args end you may define one or more releases in this file if you have not set a default release or selected one when running mix release the first release in the file will be used by default release testify ex do set version set applications runtime tools tfy database permanent tfy resource manager permanent tfy rest permanent end
1
72,975
24,392,143,633
IssuesEvent
2022-10-04 16:01:01
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Message gets falsely highlighted and notified
T-Defect X-Needs-Info S-Minor A-Notifications
### Steps to reproduce I have a room where a custom bot sends messages about the latest vulnerabilities that are added to NIST's NVD. Since there are quite many messages every day and I don't want to be notified for each one, I configured the notification settings to only notify me for "mentions and keywords". The keywords I use are `matrix`, `synapse`, `bitwarden` and `nextcloud`. Today I received a notification for a message (which is also highlighted red), but that message does not contain any mentions of my user or any keywords I configured. I can't reproduce why this exact message gets highlighted, while the vast majority of the other messages are not (which is correct). This is the raw data of the message: ```json { "type": "m.room.message", "sender": "@nvd-rss-bot:vollkorntomate.de", "content": { "msgtype": "m.text", "body": "CVE-2021-44857 (https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-44857)\nAn issue was discovered in MediaWiki before 1.35.5, 1.36.x before 1.36.3, and 1.37.x before 1.37.1. It is possible to use action=mcrundo followed by action=mcrrestore to replace the content of any arbitrary page (that the user doesn't have edit rights for). This applies to any public wiki, or a private wiki that has at least one page set in $wgWhitelistRead.", "format": "org.matrix.custom.html", "formatted_body": "<p><a href=\"https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-44857\">CVE-2021-44857</a><br>An issue was discovered in MediaWiki before 1.35.5, 1.36.x before 1.36.3, and 1.37.x before 1.37.1. It is possible to use action=mcrundo followed by action=mcrrestore to replace the content of any arbitrary page (that the user doesn't have edit rights for). This applies to any public wiki, or a private wiki that has at least one page set in $wgWhitelistRead.</p>\n" }, "origin_server_ts": 1639721546964, "unsigned": { "age": 407098 }, "event_id": "$YcvT-RSNq7xkN0XzY3ycBBex35KT7hqSLBKTjx93rY4", "room_id": "!HoBafWSNFqVDHjnRkz:vollkorntomate.de" } ``` ### Outcome The message should not have been highlighted and I should not have received a notification. ### Operating system macOS, iOS, Web (Safari) ### Application version macOS: Element 1.9.7, iOS: Element 1.6.10
1.0
Message gets falsely highlighted and notified - ### Steps to reproduce I have a room where a custom bot sends messages about the latest vulnerabilities that are added to NIST's NVD. Since there are quite many messages every day and I don't want to be notified for each one, I configured the notification settings to only notify me for "mentions and keywords". The keywords I use are `matrix`, `synapse`, `bitwarden` and `nextcloud`. Today I received a notification for a message (which is also highlighted red), but that message does not contain any mentions of my user or any keywords I configured. I can't reproduce why this exact message gets highlighted, while the vast majority of the other messages are not (which is correct). This is the raw data of the message: ```json { "type": "m.room.message", "sender": "@nvd-rss-bot:vollkorntomate.de", "content": { "msgtype": "m.text", "body": "CVE-2021-44857 (https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-44857)\nAn issue was discovered in MediaWiki before 1.35.5, 1.36.x before 1.36.3, and 1.37.x before 1.37.1. It is possible to use action=mcrundo followed by action=mcrrestore to replace the content of any arbitrary page (that the user doesn't have edit rights for). This applies to any public wiki, or a private wiki that has at least one page set in $wgWhitelistRead.", "format": "org.matrix.custom.html", "formatted_body": "<p><a href=\"https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-44857\">CVE-2021-44857</a><br>An issue was discovered in MediaWiki before 1.35.5, 1.36.x before 1.36.3, and 1.37.x before 1.37.1. It is possible to use action=mcrundo followed by action=mcrrestore to replace the content of any arbitrary page (that the user doesn't have edit rights for). This applies to any public wiki, or a private wiki that has at least one page set in $wgWhitelistRead.</p>\n" }, "origin_server_ts": 1639721546964, "unsigned": { "age": 407098 }, "event_id": "$YcvT-RSNq7xkN0XzY3ycBBex35KT7hqSLBKTjx93rY4", "room_id": "!HoBafWSNFqVDHjnRkz:vollkorntomate.de" } ``` ### Outcome The message should not have been highlighted and I should not have received a notification. ### Operating system macOS, iOS, Web (Safari) ### Application version macOS: Element 1.9.7, iOS: Element 1.6.10
non_comp
message gets falsely highlighted and notified steps to reproduce i have a room where a custom bot sends messages about the latest vulnerabilities that are added to nist s nvd since there are quite many messages every day and i don t want to be notified for each one i configured the notification settings to only notify me for mentions and keywords the keywords i use are matrix synapse bitwarden and nextcloud today i received a notification for a message which is also highlighted red but that message does not contain any mentions of my user or any keywords i configured i can t reproduce why this exact message gets highlighted while the vast majority of the other messages are not which is correct this is the raw data of the message json type m room message sender nvd rss bot vollkorntomate de content msgtype m text body cve issue was discovered in mediawiki before x before and x before it is possible to use action mcrundo followed by action mcrrestore to replace the content of any arbitrary page that the user doesn t have edit rights for this applies to any public wiki or a private wiki that has at least one page set in wgwhitelistread format org matrix custom html formatted body n origin server ts unsigned age event id ycvt room id hobafwsnfqvdhjnrkz vollkorntomate de outcome the message should not have been highlighted and i should not have received a notification operating system macos ios web safari application version macos element ios element
0
119,186
25,486,812,146
IssuesEvent
2022-11-26 14:11:42
FerretDB/FerretDB
https://api.github.com/repos/FerretDB/FerretDB
closed
Integration tests improvements: fuzzing
code/chore not ready fuzz
Re-add recording of wire messages and fuzzing. See also #344.
1.0
Integration tests improvements: fuzzing - Re-add recording of wire messages and fuzzing. See also #344.
non_comp
integration tests improvements fuzzing re add recording of wire messages and fuzzing see also
0
85,555
10,450,066,352
IssuesEvent
2019-09-19 09:44:11
spring-projects/spring-restdocs
https://api.github.com/repos/spring-projects/spring-restdocs
closed
Invalid part errors when rendering samples' getting-started-guide.adoc
type: documentation
``` asciidoctor: ERROR: getting-started-guide.adoc: line 17: invalid part, must have at least one section (e.g., chapter, appendix, etc.) ```
1.0
Invalid part errors when rendering samples' getting-started-guide.adoc - ``` asciidoctor: ERROR: getting-started-guide.adoc: line 17: invalid part, must have at least one section (e.g., chapter, appendix, etc.) ```
non_comp
invalid part errors when rendering samples getting started guide adoc asciidoctor error getting started guide adoc line invalid part must have at least one section e g chapter appendix etc
0
195,950
22,362,821,478
IssuesEvent
2022-06-15 22:40:33
snowflakedb/snowflake-hive-metastore-connector
https://api.github.com/repos/snowflakedb/snowflake-hive-metastore-connector
closed
CVE-2019-14439 (High) detected in jackson-databind-2.6.5.jar
security vulnerability
## CVE-2019-14439 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.6.5.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.5/jackson-databind-2.6.5.jar</p> <p> Dependency Hierarchy: - hive-metastore-2.3.5.jar (Root Library) - hive-serde-2.3.5.jar - hive-common-2.3.5.jar - :x: **jackson-databind-2.6.5.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/snowflakedb/snowflake-hive-metastore-connector/commit/37f5b0ac91898ef82cc1bf4610b729970f6eed58">37f5b0ac91898ef82cc1bf4610b729970f6eed58</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.x before 2.9.9.2. This occurs when Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the logback jar in the classpath. <p>Publish Date: 2019-07-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-14439>CVE-2019-14439</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14439">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14439</a></p> <p>Release Date: 2020-08-24</p> <p>Fix Resolution (com.fasterxml.jackson.core:jackson-databind): 2.6.7.3</p> <p>Direct dependency fix Resolution (org.apache.hive:hive-metastore): 2.3.6</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.hive","packageName":"hive-metastore","packageVersion":"2.3.5","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"org.apache.hive:hive-metastore:2.3.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.3.6","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-14439","vulnerabilityDetails":"A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.x before 2.9.9.2. This occurs when Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the logback jar in the classpath.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-14439","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2019-14439 (High) detected in jackson-databind-2.6.5.jar - ## CVE-2019-14439 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.6.5.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.5/jackson-databind-2.6.5.jar</p> <p> Dependency Hierarchy: - hive-metastore-2.3.5.jar (Root Library) - hive-serde-2.3.5.jar - hive-common-2.3.5.jar - :x: **jackson-databind-2.6.5.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/snowflakedb/snowflake-hive-metastore-connector/commit/37f5b0ac91898ef82cc1bf4610b729970f6eed58">37f5b0ac91898ef82cc1bf4610b729970f6eed58</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.x before 2.9.9.2. This occurs when Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the logback jar in the classpath. <p>Publish Date: 2019-07-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-14439>CVE-2019-14439</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14439">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14439</a></p> <p>Release Date: 2020-08-24</p> <p>Fix Resolution (com.fasterxml.jackson.core:jackson-databind): 2.6.7.3</p> <p>Direct dependency fix Resolution (org.apache.hive:hive-metastore): 2.3.6</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.hive","packageName":"hive-metastore","packageVersion":"2.3.5","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"org.apache.hive:hive-metastore:2.3.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.3.6","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-14439","vulnerabilityDetails":"A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.x before 2.9.9.2. This occurs when Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the logback jar in the classpath.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-14439","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_comp
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy hive metastore jar root library hive serde jar hive common jar x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind x before this occurs when default typing is enabled either globally or for a specific property for an externally exposed json endpoint and the service has the logback jar in the classpath publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind direct dependency fix resolution org apache hive hive metastore rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree org apache hive hive metastore isminimumfixversionavailable true minimumfixversion isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails a polymorphic typing issue was discovered in fasterxml jackson databind x before this occurs when default typing is enabled either globally or for a specific property for an externally exposed json endpoint and the service has the logback jar in the classpath vulnerabilityurl
0
49,709
7,531,059,777
IssuesEvent
2018-04-15 00:01:53
SwifterSwift/SwifterSwift
https://api.github.com/repos/SwifterSwift/SwifterSwift
closed
Explain the modular nature of extensions
documentation
Add a new section to [CONTRIBUTING.md](https://github.com/SwifterSwift/SwifterSwift/blob/master/CONTRIBUTING.md) explaining the modular nature of extensions and how units should not have dependencies on other units.
1.0
Explain the modular nature of extensions - Add a new section to [CONTRIBUTING.md](https://github.com/SwifterSwift/SwifterSwift/blob/master/CONTRIBUTING.md) explaining the modular nature of extensions and how units should not have dependencies on other units.
non_comp
explain the modular nature of extensions add a new section to explaining the modular nature of extensions and how units should not have dependencies on other units
0
21,580
2,641,489,486
IssuesEvent
2015-03-11 18:01:51
cs2103jan2015-f13-4j/main
https://api.github.com/repos/cs2103jan2015-f13-4j/main
closed
A user can display the tasks by entering a display command
priority.medium type.story
A user can display the tasks by entering a display command so that he/she will know where are the tasks that need to be done.
1.0
A user can display the tasks by entering a display command - A user can display the tasks by entering a display command so that he/she will know where are the tasks that need to be done.
non_comp
a user can display the tasks by entering a display command a user can display the tasks by entering a display command so that he she will know where are the tasks that need to be done
0
19,023
26,437,515,534
IssuesEvent
2023-01-15 15:21:24
lipefl/swade-tools
https://api.github.com/repos/lipefl/swade-tools
closed
[improvement] Use of Arcane device
enhancement compatibility
Hi, when Swade Tools is activated Arcane device cannot work, the specific buttons that usually appears in the chat does'nt show at all. Is it possible to display those buttons ? Best regards.
True
[improvement] Use of Arcane device - Hi, when Swade Tools is activated Arcane device cannot work, the specific buttons that usually appears in the chat does'nt show at all. Is it possible to display those buttons ? Best regards.
comp
use of arcane device hi when swade tools is activated arcane device cannot work the specific buttons that usually appears in the chat does nt show at all is it possible to display those buttons best regards
1
20,777
30,924,975,610
IssuesEvent
2023-08-06 11:24:42
DreamRealmCraft/tweakeroo-forge
https://api.github.com/repos/DreamRealmCraft/tweakeroo-forge
closed
Game Crashes after adding performant mod
wontfix compatibility
Title. After I add performant it just crashes and im no professional in reading crash logs but i can see it mentions tweakeroo as the error Crash Log: https://paste.atlauncher.com/view/483b5207-4edb-4b45-b781-2acf0fa48c69 Edit: The game doesn't crash when I remove tweakeroo
True
Game Crashes after adding performant mod - Title. After I add performant it just crashes and im no professional in reading crash logs but i can see it mentions tweakeroo as the error Crash Log: https://paste.atlauncher.com/view/483b5207-4edb-4b45-b781-2acf0fa48c69 Edit: The game doesn't crash when I remove tweakeroo
comp
game crashes after adding performant mod title after i add performant it just crashes and im no professional in reading crash logs but i can see it mentions tweakeroo as the error crash log edit the game doesn t crash when i remove tweakeroo
1
2,468
5,198,591,761
IssuesEvent
2017-01-23 18:33:08
ihsoft/KIS
https://api.github.com/repos/ihsoft/KIS
closed
TweakScale: Zero cost of a tweakable item
bug Mod compatibility
On the forum: http://forum.kerbalspaceprogram.com/index.php?/topic/101928-112-kerbal-inventory-system-kis-1212/&page=115#comment-2714443 GUESS: It looks `TweakScale` module needs to start before it can provide the right part's scale. Since in the ditor all the info is grabbed from the prefab the cost may become zero.
True
TweakScale: Zero cost of a tweakable item - On the forum: http://forum.kerbalspaceprogram.com/index.php?/topic/101928-112-kerbal-inventory-system-kis-1212/&page=115#comment-2714443 GUESS: It looks `TweakScale` module needs to start before it can provide the right part's scale. Since in the ditor all the info is grabbed from the prefab the cost may become zero.
comp
tweakscale zero cost of a tweakable item on the forum guess it looks tweakscale module needs to start before it can provide the right part s scale since in the ditor all the info is grabbed from the prefab the cost may become zero
1
33,559
27,582,956,525
IssuesEvent
2023-03-08 17:27:40
lablup/backend.ai
https://api.github.com/repos/lablup/backend.ai
closed
Add GitHub Actions workflow to preview documentation builds
infrastructure docs
Using a new GitHub Actions workflow which is executed only when a PR in this repository has the `docs` label, let's build the previews of both English/Korean versions of the documentation and serve it on a publicly accessible static hosting using auto-generated branch-based names, just like Netlify. * [x] Explore possibility to use Netlify for building our Sphinx docs. &rarr; ❌ it does not support Python 3.10 runtime. (#669 is merged and reverted) * [x] Configure an authentication token for [the RTD API](https://docs.readthedocs.io/en/stable/api/v3.html) and register it to the repository secrets. @achimnol - Use the `RTD_AUTH_TOKEN` repository secret. * [x] Write a new GitHub workflow (`docs-preivew.yml`) @soheeeeP - Automatically **activate** and **deactivate** the branch if the PR has the "docs" label and when it is open/reopen/closed/labeled/unlabeled. - The project IDs to use: `sorna` (English ver.) and `sorna-ko` (Korean ver.) - When the branch is activated, we may need to manually **trigger the first build**. Once activated, subsequent builds will be automatically picked up by RTD. Some references: - https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request - https://docs.github.com/en/actions/learn-github-actions/expressions - https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow - https://docs.readthedocs.io/en/stable/api/v3.html#build-triggering - https://docs.readthedocs.io/en/stable/api/v3.html#project-update - Where to update: <img width="238" alt="image" src="https://user-images.githubusercontent.com/555156/185850889-4c29913d-bafc-4808-b976-9fc3565e3630.png"> - https://docs.readthedocs.io/en/stable/api/v3.html#project-details - https://github.com/lablup/backend.ai/blob/3a255783f30c70d95d65e564a2c182f35c321629/.github/workflows/default.yml#L7 - https://github.com/lablup/backend.ai/blob/3a255783f30c70d95d65e564a2c182f35c321629/.github/workflows/timeline-check.yml#L5
1.0
Add GitHub Actions workflow to preview documentation builds - Using a new GitHub Actions workflow which is executed only when a PR in this repository has the `docs` label, let's build the previews of both English/Korean versions of the documentation and serve it on a publicly accessible static hosting using auto-generated branch-based names, just like Netlify. * [x] Explore possibility to use Netlify for building our Sphinx docs. &rarr; ❌ it does not support Python 3.10 runtime. (#669 is merged and reverted) * [x] Configure an authentication token for [the RTD API](https://docs.readthedocs.io/en/stable/api/v3.html) and register it to the repository secrets. @achimnol - Use the `RTD_AUTH_TOKEN` repository secret. * [x] Write a new GitHub workflow (`docs-preivew.yml`) @soheeeeP - Automatically **activate** and **deactivate** the branch if the PR has the "docs" label and when it is open/reopen/closed/labeled/unlabeled. - The project IDs to use: `sorna` (English ver.) and `sorna-ko` (Korean ver.) - When the branch is activated, we may need to manually **trigger the first build**. Once activated, subsequent builds will be automatically picked up by RTD. Some references: - https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request - https://docs.github.com/en/actions/learn-github-actions/expressions - https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow - https://docs.readthedocs.io/en/stable/api/v3.html#build-triggering - https://docs.readthedocs.io/en/stable/api/v3.html#project-update - Where to update: <img width="238" alt="image" src="https://user-images.githubusercontent.com/555156/185850889-4c29913d-bafc-4808-b976-9fc3565e3630.png"> - https://docs.readthedocs.io/en/stable/api/v3.html#project-details - https://github.com/lablup/backend.ai/blob/3a255783f30c70d95d65e564a2c182f35c321629/.github/workflows/default.yml#L7 - https://github.com/lablup/backend.ai/blob/3a255783f30c70d95d65e564a2c182f35c321629/.github/workflows/timeline-check.yml#L5
non_comp
add github actions workflow to preview documentation builds using a new github actions workflow which is executed only when a pr in this repository has the docs label let s build the previews of both english korean versions of the documentation and serve it on a publicly accessible static hosting using auto generated branch based names just like netlify explore possibility to use netlify for building our sphinx docs rarr ❌ it does not support python runtime is merged and reverted configure an authentication token for and register it to the repository secrets achimnol use the rtd auth token repository secret write a new github workflow docs preivew yml soheeeep automatically activate and deactivate the branch if the pr has the docs label and when it is open reopen closed labeled unlabeled the project ids to use sorna english ver and sorna ko korean ver when the branch is activated we may need to manually trigger the first build once activated subsequent builds will be automatically picked up by rtd some references where to update img width alt image src
0
6,935
9,216,637,361
IssuesEvent
2019-03-11 08:43:34
wpCloud/wp-stateless
https://api.github.com/repos/wpCloud/wp-stateless
closed
SVGs with Smush
type/bug type/compatibility workflow/hold
If you have both WP-Stateless enabled, and Smush enabled, with compatibility turned on, SVGs will upload to the Library, but are not transferred to GCS. Replicated with Smush 3.0.2 and WP-Stateless 2.2.2
True
SVGs with Smush - If you have both WP-Stateless enabled, and Smush enabled, with compatibility turned on, SVGs will upload to the Library, but are not transferred to GCS. Replicated with Smush 3.0.2 and WP-Stateless 2.2.2
comp
svgs with smush if you have both wp stateless enabled and smush enabled with compatibility turned on svgs will upload to the library but are not transferred to gcs replicated with smush and wp stateless
1
53,948
11,166,430,342
IssuesEvent
2019-12-27 13:16:16
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Merge/remove "editor.formatOnSave" and "editor.codeActionsOnSave->"source.fixAll""
editor-code-actions needs more info
There are two references for this issue: - https://code.visualstudio.com/docs/getstarted/settings - https://code.visualstudio.com/updates/v1_23#_run-code-actions-on-save `"editor.codeActionsOnSave": {},` has the option that it can be set like this: ```json "editor.codeActionsOnSave": { "source.fixAll": true }, ``` Then this exist: ```json "editor.formatOnSave": true, ``` I am not sure if this is a bug or not, but it is highly confusing what they both do, as their is no indication on the settings page what the first one does. Especially in comparison to the second one.
1.0
Merge/remove "editor.formatOnSave" and "editor.codeActionsOnSave->"source.fixAll"" - There are two references for this issue: - https://code.visualstudio.com/docs/getstarted/settings - https://code.visualstudio.com/updates/v1_23#_run-code-actions-on-save `"editor.codeActionsOnSave": {},` has the option that it can be set like this: ```json "editor.codeActionsOnSave": { "source.fixAll": true }, ``` Then this exist: ```json "editor.formatOnSave": true, ``` I am not sure if this is a bug or not, but it is highly confusing what they both do, as their is no indication on the settings page what the first one does. Especially in comparison to the second one.
non_comp
merge remove editor formatonsave and editor codeactionsonsave source fixall there are two references for this issue editor codeactionsonsave has the option that it can be set like this json editor codeactionsonsave source fixall true then this exist json editor formatonsave true i am not sure if this is a bug or not but it is highly confusing what they both do as their is no indication on the settings page what the first one does especially in comparison to the second one
0
420,985
12,247,063,644
IssuesEvent
2020-05-05 15:20:38
heldersepu/GMapCatcher
https://api.github.com/repos/heldersepu/GMapCatcher
closed
Street View
Priority-Low Type-Enhancement auto-migrated
``` What new or enhanced feature are you proposing? able to browse street view What goal would this enhancement help you achieve? With superior image compression to be able to save them for offline view. ``` Original issue reported on code.google.com by `juanpablogallardov@gmail.com` on 18 Apr 2010 at 7:44
1.0
Street View - ``` What new or enhanced feature are you proposing? able to browse street view What goal would this enhancement help you achieve? With superior image compression to be able to save them for offline view. ``` Original issue reported on code.google.com by `juanpablogallardov@gmail.com` on 18 Apr 2010 at 7:44
non_comp
street view what new or enhanced feature are you proposing able to browse street view what goal would this enhancement help you achieve with superior image compression to be able to save them for offline view original issue reported on code google com by juanpablogallardov gmail com on apr at
0
8,999
11,035,425,076
IssuesEvent
2019-12-07 13:38:34
Simonwep/selection
https://api.github.com/repos/Simonwep/selection
closed
Selection area is invisible after update to 1.4.0
Incompatibility bug
#### Do you want to request a **feature** or report a **bug**? a **bug** #### What is the current behavior? After updating Selection to any version, greater then `0.1.4`, I do not see the selection area on selection. #### If the current behavior is a bug, please provide the steps to reproduce. #### What is the expected behavior? It is quite difficult to extract the page I'm using Selection on out of the whole project. But it seems to me that change is behaviour is caused by the `that._clippingElement` added after 0.1.4 **How it worked before (v0.1.0)**: ![2019-04-16 13 48 16](https://user-images.githubusercontent.com/26961701/56203679-60d81400-604e-11e9-92a4-3e6fddc92bdd.gif) **How it works now (v0.1.5, same on 0.2.1)**: ![2019-04-16 13 47 35](https://user-images.githubusercontent.com/26961701/56203713-70eff380-604e-11e9-9aa4-316ad512fd7a.gif) Are there any restrictions on the style of `html`/`body` tags? #### Your environment: ``` Selection-version: 0.1.5 Browser-version: Chrome Version 73.0.3683.103 Operating-system: macOS Mojave 10.14.4 ```
True
Selection area is invisible after update to 1.4.0 - #### Do you want to request a **feature** or report a **bug**? a **bug** #### What is the current behavior? After updating Selection to any version, greater then `0.1.4`, I do not see the selection area on selection. #### If the current behavior is a bug, please provide the steps to reproduce. #### What is the expected behavior? It is quite difficult to extract the page I'm using Selection on out of the whole project. But it seems to me that change is behaviour is caused by the `that._clippingElement` added after 0.1.4 **How it worked before (v0.1.0)**: ![2019-04-16 13 48 16](https://user-images.githubusercontent.com/26961701/56203679-60d81400-604e-11e9-92a4-3e6fddc92bdd.gif) **How it works now (v0.1.5, same on 0.2.1)**: ![2019-04-16 13 47 35](https://user-images.githubusercontent.com/26961701/56203713-70eff380-604e-11e9-9aa4-316ad512fd7a.gif) Are there any restrictions on the style of `html`/`body` tags? #### Your environment: ``` Selection-version: 0.1.5 Browser-version: Chrome Version 73.0.3683.103 Operating-system: macOS Mojave 10.14.4 ```
comp
selection area is invisible after update to do you want to request a feature or report a bug a bug what is the current behavior after updating selection to any version greater then i do not see the selection area on selection if the current behavior is a bug please provide the steps to reproduce what is the expected behavior it is quite difficult to extract the page i m using selection on out of the whole project but it seems to me that change is behaviour is caused by the that clippingelement added after how it worked before how it works now same on are there any restrictions on the style of html body tags your environment selection version browser version chrome version operating system macos mojave
1
109,467
9,381,638,236
IssuesEvent
2019-04-04 20:09:19
open-apparel-registry/open-apparel-registry
https://api.github.com/repos/open-apparel-registry/open-apparel-registry
closed
Text formatting on Facility List page is odd
bug tested/verified
## Overview The formatting of new text on the Facility List page is appearing justified right. ### Expected Behavior The additional text should be justified left, under the other text on the page. ### Actual Behavior The additional text is justified right. ### Steps to Reproduce * Log into a user account * Navigate to https://preview.openapparel.org/lists/2 ### Demo ![Screenshot 2019-03-25 at 16 48 22](https://user-images.githubusercontent.com/46344729/54939559-c853e580-4f20-11e9-89f0-f950538de23c.png) ### Additional context Optional. Add any other context about the problem here.
1.0
Text formatting on Facility List page is odd - ## Overview The formatting of new text on the Facility List page is appearing justified right. ### Expected Behavior The additional text should be justified left, under the other text on the page. ### Actual Behavior The additional text is justified right. ### Steps to Reproduce * Log into a user account * Navigate to https://preview.openapparel.org/lists/2 ### Demo ![Screenshot 2019-03-25 at 16 48 22](https://user-images.githubusercontent.com/46344729/54939559-c853e580-4f20-11e9-89f0-f950538de23c.png) ### Additional context Optional. Add any other context about the problem here.
non_comp
text formatting on facility list page is odd overview the formatting of new text on the facility list page is appearing justified right expected behavior the additional text should be justified left under the other text on the page actual behavior the additional text is justified right steps to reproduce log into a user account navigate to demo additional context optional add any other context about the problem here
0
74,872
3,449,156,688
IssuesEvent
2015-12-16 12:13:49
HMS-FAC/BoatlaunchMVP
https://api.github.com/repos/HMS-FAC/BoatlaunchMVP
closed
Filter drop-down closes when text is clicked on
bug IN PROGRESS priority-1
If the radio button isn't clicked, the filter page will close
1.0
Filter drop-down closes when text is clicked on - If the radio button isn't clicked, the filter page will close
non_comp
filter drop down closes when text is clicked on if the radio button isn t clicked the filter page will close
0
209,886
23,730,913,554
IssuesEvent
2022-08-31 01:33:33
Baneeishaque/gem-stone-jwellery-website
https://api.github.com/repos/Baneeishaque/gem-stone-jwellery-website
opened
CVE-2019-8331 (Medium) detected in bootstrap-3.2.0.min.js
security vulnerability
## CVE-2019-8331 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.2.0.min.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js</a></p> <p>Path to dependency file: /about.html</p> <p>Path to vulnerable library: /js/bootstrap.min.js,/js/bootstrap.min.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-3.2.0.min.js** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Bootstrap before 3.4.1 and 4.3.x before 4.3.1, XSS is possible in the tooltip or popover data-template attribute. <p>Publish Date: 2019-02-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-8331>CVE-2019-8331</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2019-02-20</p> <p>Fix Resolution: bootstrap - 3.4.1,4.3.1;bootstrap-sass - 3.4.1,4.3.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-8331 (Medium) detected in bootstrap-3.2.0.min.js - ## CVE-2019-8331 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.2.0.min.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js</a></p> <p>Path to dependency file: /about.html</p> <p>Path to vulnerable library: /js/bootstrap.min.js,/js/bootstrap.min.js</p> <p> Dependency Hierarchy: - :x: **bootstrap-3.2.0.min.js** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Bootstrap before 3.4.1 and 4.3.x before 4.3.1, XSS is possible in the tooltip or popover data-template attribute. <p>Publish Date: 2019-02-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-8331>CVE-2019-8331</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2019-02-20</p> <p>Fix Resolution: bootstrap - 3.4.1,4.3.1;bootstrap-sass - 3.4.1,4.3.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve medium detected in bootstrap min js cve medium severity vulnerability vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file about html path to vulnerable library js bootstrap min js js bootstrap min js dependency hierarchy x bootstrap min js vulnerable library vulnerability details in bootstrap before and x before xss is possible in the tooltip or popover data template attribute publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution bootstrap bootstrap sass step up your open source security game with mend
0
20,299
15,227,292,464
IssuesEvent
2021-02-18 10:00:40
argoproj/argo-cd
https://api.github.com/repos/argoproj/argo-cd
closed
Progressing Health status for Bitnami SealedSecret
component:core enhancement good first issue type:usability
# Summary In Bitnami SealedSecrets v0.12, SealedSecrets now has a status field which we can key off to decide if a SealedSecret is fully deployed https://github.com/bitnami-labs/sealed-secrets/blob/master/RELEASE-NOTES.md#status-field > Now the sealed secrets controller updates the Status field of the SealedSecrets resources. This makes it easier for automation like ArgoCD to detect whether (and when) the controller has reacted to changes in the SealedSecret resources and produced a Secret. It also shows an error message in case it fails (many users are not familiar with k8s events and they may find it easier to see the error message in the status). We should implement a Health check to place a SealedSecret in a Progressing state, if the controller has not yet "reacted to changes in the SealedSecret resources and produced a Secret".
True
Progressing Health status for Bitnami SealedSecret - # Summary In Bitnami SealedSecrets v0.12, SealedSecrets now has a status field which we can key off to decide if a SealedSecret is fully deployed https://github.com/bitnami-labs/sealed-secrets/blob/master/RELEASE-NOTES.md#status-field > Now the sealed secrets controller updates the Status field of the SealedSecrets resources. This makes it easier for automation like ArgoCD to detect whether (and when) the controller has reacted to changes in the SealedSecret resources and produced a Secret. It also shows an error message in case it fails (many users are not familiar with k8s events and they may find it easier to see the error message in the status). We should implement a Health check to place a SealedSecret in a Progressing state, if the controller has not yet "reacted to changes in the SealedSecret resources and produced a Secret".
non_comp
progressing health status for bitnami sealedsecret summary in bitnami sealedsecrets sealedsecrets now has a status field which we can key off to decide if a sealedsecret is fully deployed now the sealed secrets controller updates the status field of the sealedsecrets resources this makes it easier for automation like argocd to detect whether and when the controller has reacted to changes in the sealedsecret resources and produced a secret it also shows an error message in case it fails many users are not familiar with events and they may find it easier to see the error message in the status we should implement a health check to place a sealedsecret in a progressing state if the controller has not yet reacted to changes in the sealedsecret resources and produced a secret
0
369,718
25,865,186,458
IssuesEvent
2022-12-13 20:13:32
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
[CSP Adapter] Update AWS Marketplace listing for version 2.0.0
[zube]: Review status/dev-validate team/area1 kind/post-release kind/release-task area/csp-adapter kind/documentation
New versions of the CSP adapter require the marketplace listing to be updated so that they are available to end-users on AWS. Because 2.7.0 requires a new version of the adapter, we will need to update the marketplace listing so that users on rancher 2.7 will be able to install an applicable version of the adapter. This step should only be completed after the adapter has been tested and the new version is ready to be released to end users. In addition, the support matrix should be updated to map the new 2.0.0 version of the adapter to the 2.7.0 version of rancher. This must be completed before customers can use the adapter on 2.7.0.
1.0
[CSP Adapter] Update AWS Marketplace listing for version 2.0.0 - New versions of the CSP adapter require the marketplace listing to be updated so that they are available to end-users on AWS. Because 2.7.0 requires a new version of the adapter, we will need to update the marketplace listing so that users on rancher 2.7 will be able to install an applicable version of the adapter. This step should only be completed after the adapter has been tested and the new version is ready to be released to end users. In addition, the support matrix should be updated to map the new 2.0.0 version of the adapter to the 2.7.0 version of rancher. This must be completed before customers can use the adapter on 2.7.0.
non_comp
update aws marketplace listing for version new versions of the csp adapter require the marketplace listing to be updated so that they are available to end users on aws because requires a new version of the adapter we will need to update the marketplace listing so that users on rancher will be able to install an applicable version of the adapter this step should only be completed after the adapter has been tested and the new version is ready to be released to end users in addition the support matrix should be updated to map the new version of the adapter to the version of rancher this must be completed before customers can use the adapter on
0
625,002
19,715,857,168
IssuesEvent
2022-01-13 10:54:14
canonical-web-and-design/global-nav
https://api.github.com/repos/canonical-web-and-design/global-nav
closed
Global nav login links followed by empty <ul>'s
Priority: Low
@lyubomir-popov commented on [Fri May 01 2020](https://github.com/canonical-web-and-design/ubuntu.com/issues/7398) ## Summary Spacing in the global nav is uneven due to empty uls ![image](https://user-images.githubusercontent.com/2741678/80794143-10682180-8b91-11ea-8689-e05e41c91957.png) ## Process Open the global nav, inspect the Login > links, look for empty uls after them ## Current and expected result Current: ![image](https://user-images.githubusercontent.com/2741678/80794267-676df680-8b91-11ea-9a99-516f5fd1b81c.png) Taking the uls out and (optionally) adding a .u-no-padding--bottom on .global-nav__inline-list element (the parent .global-nav__matrix-item already provides enough padding): ![image](https://user-images.githubusercontent.com/2741678/80794240-57eead80-8b91-11ea-9730-21be103d4ca2.png)
1.0
Global nav login links followed by empty <ul>'s - @lyubomir-popov commented on [Fri May 01 2020](https://github.com/canonical-web-and-design/ubuntu.com/issues/7398) ## Summary Spacing in the global nav is uneven due to empty uls ![image](https://user-images.githubusercontent.com/2741678/80794143-10682180-8b91-11ea-8689-e05e41c91957.png) ## Process Open the global nav, inspect the Login > links, look for empty uls after them ## Current and expected result Current: ![image](https://user-images.githubusercontent.com/2741678/80794267-676df680-8b91-11ea-9a99-516f5fd1b81c.png) Taking the uls out and (optionally) adding a .u-no-padding--bottom on .global-nav__inline-list element (the parent .global-nav__matrix-item already provides enough padding): ![image](https://user-images.githubusercontent.com/2741678/80794240-57eead80-8b91-11ea-9730-21be103d4ca2.png)
non_comp
global nav login links followed by empty s lyubomir popov commented on summary spacing in the global nav is uneven due to empty uls process open the global nav inspect the login links look for empty uls after them current and expected result current taking the uls out and optionally adding a u no padding bottom on global nav inline list element the parent global nav matrix item already provides enough padding
0
18,985
26,401,958,459
IssuesEvent
2023-01-13 02:31:25
elementor/elementor
https://api.github.com/repos/elementor/elementor
closed
✔️ 🧩 🐞 Bug Report: Elementor Pro breaks Imagify Media Library filters due to _elementor_is_screenshot meta filter (ED-8596)
bug compatibility/3rd_party status/merged
### Prerequisites - [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [X] The issue still exists against the latest stable version of Elementor. ### Description When looking at the Media LIbrary and filtering using Imagify, the `_elementor_is_screenshot` filter takes over and clobbers the meta query which breaks the other plugins meta query. Perhaps the _elementor_is_screenshot should be additive instead of replacing meta query? https://github.com/wp-media/imagify-plugin ### Query with Elementor Pro disabled ``` cache_results 1 comments_per_page 50 lazy_load_term_meta 1 meta_query Array ( [relation] => or [0] => Array ( [key] => _imagify_status [value] => success [compare] => = ) [1] => Array ( [key] => _imagify_status [value] => already_optimized [compare] => = ) ) order DESC paged 1 post_mime_type Array ( [jpg|jpeg|jpe] => image/jpeg [png] => image/png [gif] => image/gif [pdf] => application/pdf ) post_status inherit,private post_type attachment posts_per_page 99 update_post_meta_cache 1 update_post_term_cache 1 ``` ### Query with Elementor Pro enabled ``` cache_results 1 comments_per_page 50 lazy_load_term_meta 1 meta_query Array ( [0] => Array ( [key] => _elementor_is_screenshot [compare] => NOT EXISTS ) ) order DESC paged 1 post_mime_type Array ( [jpg|jpeg|jpe] => image/jpeg [png] => image/png [gif] => image/gif [pdf] => application/pdf ) post_status inherit,private post_type attachment posts_per_page 99 update_post_meta_cache 1 update_post_term_cache 1 ``` ### Steps to reproduce 1) Install imagify 2) Install elementor pro 3) Go to media library 4) Attempt to filter for Optimised or Error images 5) Note that query meta gets clobbered by _elementor_is_screenshot ### Isolating the problem - [X] This bug happens with only Elementor plugin active (and Elementor Pro). - [X] This bug happens with a Blank WordPress theme active ([Hello theme](https://wordpress.org/themes/hello-elementor/)). - [X] I can reproduce this bug consistently using the steps above. ### System Info ` == Server Environment == Operating System: Linux Software: nginx PHP Version: 8.1.10 GD Installed: Yes ZIP Installed: Yes Write Permissions: All right Elementor Library: Connected == WordPress Environment == Version: 6.0.2 Permalink Structure: /blog/%year%/%monthnum%/%day%/%postname%/ Debug Mode: Inactive == Theme == Name: Hello Elementor Version: 2.6.1 Author: Elementor Team == User == Role: administrator WP Profile lang: en_AU User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 == Active Plugins == Elementor Version: 3.7.8 Author: Elementor.com Elementor Blocks for Gutenberg Version: 1.1.0 Author: Elementor.com Elementor Pro Version: 3.7.7 Author: Elementor.com Imagify Version: 2.0 Author: Imagify - Optimize Images & Convert WebP == Must-Use Plugins == == Elements Usage == == Elementor Experiments == Optimized DOM Output: Active Improved Asset Loading: Active Improved CSS Loading: Active Inline Font Icons: Inactive by default Accessibility Improvements: Active Additional Custom Breakpoints: Inactive by default Import Export Template Kit: Active by default Hide native WordPress widgets from search results: Active by default admin_menu_rearrangement: Inactive by default Flexbox Container: Inactive by default Default to New Theme Builder: Active by default Hello Theme Header & Footer: Inactive by default Landing Pages: Active by default Color Sampler: Active by default Favorite Widgets: Active by default Admin Top Bar: Active by default Page Transitions: Active by default Notes: Active by default Form Submissions: Active by default Scroll Snap: Active by default == Log == == Elementor - Compatibility Tag == Elementor Pro: Compatibility not specified == Elementor Pro - Compatibility Tag == `
True
✔️ 🧩 🐞 Bug Report: Elementor Pro breaks Imagify Media Library filters due to _elementor_is_screenshot meta filter (ED-8596) - ### Prerequisites - [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [X] The issue still exists against the latest stable version of Elementor. ### Description When looking at the Media LIbrary and filtering using Imagify, the `_elementor_is_screenshot` filter takes over and clobbers the meta query which breaks the other plugins meta query. Perhaps the _elementor_is_screenshot should be additive instead of replacing meta query? https://github.com/wp-media/imagify-plugin ### Query with Elementor Pro disabled ``` cache_results 1 comments_per_page 50 lazy_load_term_meta 1 meta_query Array ( [relation] => or [0] => Array ( [key] => _imagify_status [value] => success [compare] => = ) [1] => Array ( [key] => _imagify_status [value] => already_optimized [compare] => = ) ) order DESC paged 1 post_mime_type Array ( [jpg|jpeg|jpe] => image/jpeg [png] => image/png [gif] => image/gif [pdf] => application/pdf ) post_status inherit,private post_type attachment posts_per_page 99 update_post_meta_cache 1 update_post_term_cache 1 ``` ### Query with Elementor Pro enabled ``` cache_results 1 comments_per_page 50 lazy_load_term_meta 1 meta_query Array ( [0] => Array ( [key] => _elementor_is_screenshot [compare] => NOT EXISTS ) ) order DESC paged 1 post_mime_type Array ( [jpg|jpeg|jpe] => image/jpeg [png] => image/png [gif] => image/gif [pdf] => application/pdf ) post_status inherit,private post_type attachment posts_per_page 99 update_post_meta_cache 1 update_post_term_cache 1 ``` ### Steps to reproduce 1) Install imagify 2) Install elementor pro 3) Go to media library 4) Attempt to filter for Optimised or Error images 5) Note that query meta gets clobbered by _elementor_is_screenshot ### Isolating the problem - [X] This bug happens with only Elementor plugin active (and Elementor Pro). - [X] This bug happens with a Blank WordPress theme active ([Hello theme](https://wordpress.org/themes/hello-elementor/)). - [X] I can reproduce this bug consistently using the steps above. ### System Info ` == Server Environment == Operating System: Linux Software: nginx PHP Version: 8.1.10 GD Installed: Yes ZIP Installed: Yes Write Permissions: All right Elementor Library: Connected == WordPress Environment == Version: 6.0.2 Permalink Structure: /blog/%year%/%monthnum%/%day%/%postname%/ Debug Mode: Inactive == Theme == Name: Hello Elementor Version: 2.6.1 Author: Elementor Team == User == Role: administrator WP Profile lang: en_AU User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 == Active Plugins == Elementor Version: 3.7.8 Author: Elementor.com Elementor Blocks for Gutenberg Version: 1.1.0 Author: Elementor.com Elementor Pro Version: 3.7.7 Author: Elementor.com Imagify Version: 2.0 Author: Imagify - Optimize Images & Convert WebP == Must-Use Plugins == == Elements Usage == == Elementor Experiments == Optimized DOM Output: Active Improved Asset Loading: Active Improved CSS Loading: Active Inline Font Icons: Inactive by default Accessibility Improvements: Active Additional Custom Breakpoints: Inactive by default Import Export Template Kit: Active by default Hide native WordPress widgets from search results: Active by default admin_menu_rearrangement: Inactive by default Flexbox Container: Inactive by default Default to New Theme Builder: Active by default Hello Theme Header & Footer: Inactive by default Landing Pages: Active by default Color Sampler: Active by default Favorite Widgets: Active by default Admin Top Bar: Active by default Page Transitions: Active by default Notes: Active by default Form Submissions: Active by default Scroll Snap: Active by default == Log == == Elementor - Compatibility Tag == Elementor Pro: Compatibility not specified == Elementor Pro - Compatibility Tag == `
comp
✔️ 🧩 🐞 bug report elementor pro breaks imagify media library filters due to elementor is screenshot meta filter ed prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest stable version of elementor description when looking at the media library and filtering using imagify the elementor is screenshot filter takes over and clobbers the meta query which breaks the other plugins meta query perhaps the elementor is screenshot should be additive instead of replacing meta query query with elementor pro disabled cache results comments per page lazy load term meta meta query array or array imagify status success array imagify status already optimized order desc paged post mime type array image jpeg image png image gif application pdf post status inherit private post type attachment posts per page update post meta cache update post term cache query with elementor pro enabled cache results comments per page lazy load term meta meta query array array elementor is screenshot not exists order desc paged post mime type array image jpeg image png image gif application pdf post status inherit private post type attachment posts per page update post meta cache update post term cache steps to reproduce install imagify install elementor pro go to media library attempt to filter for optimised or error images note that query meta gets clobbered by elementor is screenshot isolating the problem this bug happens with only elementor plugin active and elementor pro this bug happens with a blank wordpress theme active i can reproduce this bug consistently using the steps above system info server environment operating system linux software nginx php version gd installed yes zip installed yes write permissions all right elementor library connected wordpress environment version permalink structure blog year monthnum day postname debug mode inactive theme name hello elementor version author elementor team user role administrator wp profile lang en au user agent mozilla windows nt applewebkit khtml like gecko chrome safari active plugins elementor version author elementor com elementor blocks for gutenberg version author elementor com elementor pro version author elementor com imagify version author imagify optimize images convert webp must use plugins elements usage elementor experiments optimized dom output active improved asset loading active improved css loading active inline font icons inactive by default accessibility improvements active additional custom breakpoints inactive by default import export template kit active by default hide native wordpress widgets from search results active by default admin menu rearrangement inactive by default flexbox container inactive by default default to new theme builder active by default hello theme header footer inactive by default landing pages active by default color sampler active by default favorite widgets active by default admin top bar active by default page transitions active by default notes active by default form submissions active by default scroll snap active by default log elementor compatibility tag elementor pro compatibility not specified elementor pro compatibility tag
1
31,395
4,705,270,683
IssuesEvent
2016-10-13 14:05:58
handsontable/handsontable
https://api.github.com/repos/handsontable/handsontable
closed
manualColumnMove conflict with updateSettings()
Core: update settings Plugin: freeze / resize / move Priority: normal Status: Merged (ready for release) Tested Type: Bug
### Description <!--- Tell us what happens and what should happen --> In this demo we should be able to load new row, one new column and show `id` columns as well. All options work besides filling new column with data. ### Additional details Issue does not occur if we comment `manualColumnMove: true` ### Steps to reproduce <!--- Provide steps to reproduce this issue --> 1. Click the <kbd>add column</kbd> button ### Demo <!--- Provide a link to a live example on JSFiddle or Codepen --> http://jsfiddle.net/LbysnL3e/ ### Your environment * Version: 1.7.3 * Browser Name and version: Chrome 53 * Operating System: Win10
1.0
manualColumnMove conflict with updateSettings() - ### Description <!--- Tell us what happens and what should happen --> In this demo we should be able to load new row, one new column and show `id` columns as well. All options work besides filling new column with data. ### Additional details Issue does not occur if we comment `manualColumnMove: true` ### Steps to reproduce <!--- Provide steps to reproduce this issue --> 1. Click the <kbd>add column</kbd> button ### Demo <!--- Provide a link to a live example on JSFiddle or Codepen --> http://jsfiddle.net/LbysnL3e/ ### Your environment * Version: 1.7.3 * Browser Name and version: Chrome 53 * Operating System: Win10
non_comp
manualcolumnmove conflict with updatesettings description in this demo we should be able to load new row one new column and show id columns as well all options work besides filling new column with data additional details issue does not occur if we comment manualcolumnmove true steps to reproduce click the add column button demo your environment version browser name and version chrome operating system
0
3,949
6,793,240,554
IssuesEvent
2017-11-01 06:16:50
yiisoft/yii2
https://api.github.com/repos/yiisoft/yii2
closed
Possible Bug in HHVM Postgres implementation
feature:hhvm compatibility PostgreSQL status:to be verified
There are two tests in the Yii Postgres related DB implementation that fail on HHVM: https://github.com/yiisoft/yii2/pull/12971#issuecomment-260134653 ``` There were 2 failures: 1) yii\tests\unit\framework\db\pgsql\CommandTest::testSaveSerializedObject Failed asserting that 0 matches expected 1. /home/travis/build/yiisoft/yii2/tests/framework/db/pgsql/CommandTest.php:86 /home/travis/build/yiisoft/yii2/vendor/phpunit/phpunit/phpunit:47 2) yii\tests\unit\framework\db\pgsql\CommandTest::testBindParamValue Failed asserting that false is true. /home/travis/build/yiisoft/yii2/tests/framework/db/CommandTest.php:199 /home/travis/build/yiisoft/yii2/vendor/phpunit/phpunit/phpunit:47 ``` They are temporarilty skipped for now: - https://github.com/photodude/yii2/blob/7eef801f7b0093429b870c7f2c894c3aa8511063/tests/framework/db/pgsql/CommandTest.php#L77-L79 - https://github.com/photodude/yii2/blob/7eef801f7b0093429b870c7f2c894c3aa8511063/tests/framework/db/CommandTest.php#L198-L199 I guess it could be related to blob columns because I was not able to reproduce it with plain PDO: - https://github.com/cebe/hhvm-bugreport/blob/master/bug.php - https://travis-ci.org/cebe/hhvm-bugreport/builds/176069208 ### What steps will reproduce the problem? not clear yet, only failing yii tests but plain PDO passes. ### What is the expected result? same outcome as in normal PHP.
True
Possible Bug in HHVM Postgres implementation - There are two tests in the Yii Postgres related DB implementation that fail on HHVM: https://github.com/yiisoft/yii2/pull/12971#issuecomment-260134653 ``` There were 2 failures: 1) yii\tests\unit\framework\db\pgsql\CommandTest::testSaveSerializedObject Failed asserting that 0 matches expected 1. /home/travis/build/yiisoft/yii2/tests/framework/db/pgsql/CommandTest.php:86 /home/travis/build/yiisoft/yii2/vendor/phpunit/phpunit/phpunit:47 2) yii\tests\unit\framework\db\pgsql\CommandTest::testBindParamValue Failed asserting that false is true. /home/travis/build/yiisoft/yii2/tests/framework/db/CommandTest.php:199 /home/travis/build/yiisoft/yii2/vendor/phpunit/phpunit/phpunit:47 ``` They are temporarilty skipped for now: - https://github.com/photodude/yii2/blob/7eef801f7b0093429b870c7f2c894c3aa8511063/tests/framework/db/pgsql/CommandTest.php#L77-L79 - https://github.com/photodude/yii2/blob/7eef801f7b0093429b870c7f2c894c3aa8511063/tests/framework/db/CommandTest.php#L198-L199 I guess it could be related to blob columns because I was not able to reproduce it with plain PDO: - https://github.com/cebe/hhvm-bugreport/blob/master/bug.php - https://travis-ci.org/cebe/hhvm-bugreport/builds/176069208 ### What steps will reproduce the problem? not clear yet, only failing yii tests but plain PDO passes. ### What is the expected result? same outcome as in normal PHP.
comp
possible bug in hhvm postgres implementation there are two tests in the yii postgres related db implementation that fail on hhvm there were failures yii tests unit framework db pgsql commandtest testsaveserializedobject failed asserting that matches expected home travis build yiisoft tests framework db pgsql commandtest php home travis build yiisoft vendor phpunit phpunit phpunit yii tests unit framework db pgsql commandtest testbindparamvalue failed asserting that false is true home travis build yiisoft tests framework db commandtest php home travis build yiisoft vendor phpunit phpunit phpunit they are temporarilty skipped for now i guess it could be related to blob columns because i was not able to reproduce it with plain pdo what steps will reproduce the problem not clear yet only failing yii tests but plain pdo passes what is the expected result same outcome as in normal php
1
15,824
20,737,999,868
IssuesEvent
2022-03-14 15:14:50
konveyor/pelorus
https://api.github.com/repos/konveyor/pelorus
closed
Deployment is failing on 4.7 cluster due to apiVersion in CronJob
bug compatibility ocp_4.7
PR #372 introduced incompatibility with OCP 4.7. Was: https://docs.openshift.com/container-platform/4.7/rest_api/workloads_apis/cronjob-batch-v1beta1.html OCP >=4.8: https://docs.openshift.com/container-platform/4.9/rest_api/workloads_apis/job-batch-v1.html Related change: https://github.com/konveyor/pelorus/pull/372/files#diff-86099516e722665905ababa1882a6321cc5a8f9ad4281870dc48f3ddba42bc90
True
Deployment is failing on 4.7 cluster due to apiVersion in CronJob - PR #372 introduced incompatibility with OCP 4.7. Was: https://docs.openshift.com/container-platform/4.7/rest_api/workloads_apis/cronjob-batch-v1beta1.html OCP >=4.8: https://docs.openshift.com/container-platform/4.9/rest_api/workloads_apis/job-batch-v1.html Related change: https://github.com/konveyor/pelorus/pull/372/files#diff-86099516e722665905ababa1882a6321cc5a8f9ad4281870dc48f3ddba42bc90
comp
deployment is failing on cluster due to apiversion in cronjob pr introduced incompatibility with ocp was ocp related change
1
583,230
17,380,246,641
IssuesEvent
2021-07-31 14:59:25
NRCan/GSC-Field-Application
https://api.github.com/repos/NRCan/GSC-Field-Application
opened
Earth material picklist - texture
Schema bug high priority
There is something wrong with the texture picklist. Displayed parents aren't the good one, it seems to be a completely different picklist. When adding a new vocabulary in there, we can't select, for instance, metamorphic. Check the dictionaries and the parent/child wiring the back. Found while doing a crash course to Stephanie L. She would like to use the app for a field trip and would also like to update the textures, but for now it's now really manageable. @jameljoseph
1.0
Earth material picklist - texture - There is something wrong with the texture picklist. Displayed parents aren't the good one, it seems to be a completely different picklist. When adding a new vocabulary in there, we can't select, for instance, metamorphic. Check the dictionaries and the parent/child wiring the back. Found while doing a crash course to Stephanie L. She would like to use the app for a field trip and would also like to update the textures, but for now it's now really manageable. @jameljoseph
non_comp
earth material picklist texture there is something wrong with the texture picklist displayed parents aren t the good one it seems to be a completely different picklist when adding a new vocabulary in there we can t select for instance metamorphic check the dictionaries and the parent child wiring the back found while doing a crash course to stephanie l she would like to use the app for a field trip and would also like to update the textures but for now it s now really manageable jameljoseph
0
687,559
23,531,592,910
IssuesEvent
2022-08-19 15:51:13
gpbl/react-day-picker
https://api.github.com/repos/gpbl/react-day-picker
closed
Focus navigation breaks with disabled days
Type: Bug Priority: Medium
### Bug description When navigating the calendar with the keyboard the focus breaks when the day to focus is disabled ### To reproduce [Code sandbox: https://codesandbox.io/s/react-day-picker-8-vl4ry](https://codesandbox.io/s/react-day-picker-8-forked-yk2ez?file=/src/App.tsx) #### Steps Focus the calendar and move with the arrows until a disabled day is met. The focus get lost. ### Expected behavior The focus should get to the next (or previous?) focusable (not disabled) day. If there are no days to navigate to, the focus should stay in the last navigable day. ### Additional notes Test should check all the keyboard combinations. Consider the specific use cases (e.g. navigate end of week when end of week is disabled).
1.0
Focus navigation breaks with disabled days - ### Bug description When navigating the calendar with the keyboard the focus breaks when the day to focus is disabled ### To reproduce [Code sandbox: https://codesandbox.io/s/react-day-picker-8-vl4ry](https://codesandbox.io/s/react-day-picker-8-forked-yk2ez?file=/src/App.tsx) #### Steps Focus the calendar and move with the arrows until a disabled day is met. The focus get lost. ### Expected behavior The focus should get to the next (or previous?) focusable (not disabled) day. If there are no days to navigate to, the focus should stay in the last navigable day. ### Additional notes Test should check all the keyboard combinations. Consider the specific use cases (e.g. navigate end of week when end of week is disabled).
non_comp
focus navigation breaks with disabled days bug description when navigating the calendar with the keyboard the focus breaks when the day to focus is disabled to reproduce steps focus the calendar and move with the arrows until a disabled day is met the focus get lost expected behavior the focus should get to the next or previous focusable not disabled day if there are no days to navigate to the focus should stay in the last navigable day additional notes test should check all the keyboard combinations consider the specific use cases e g navigate end of week when end of week is disabled
0
250
2,694,913,527
IssuesEvent
2015-04-01 23:23:00
tshemsedinov/impress
https://api.github.com/repos/tshemsedinov/impress
closed
Fonts and Access-Control-Allow-Origin for static
compatibility
* Access-Control-Allow-Origin: * * woff in lib/impress.constants.js
True
Fonts and Access-Control-Allow-Origin for static - * Access-Control-Allow-Origin: * * woff in lib/impress.constants.js
comp
fonts and access control allow origin for static access control allow origin woff in lib impress constants js
1
203,734
7,077,949,796
IssuesEvent
2018-01-10 00:38:29
google/google-api-java-client
https://api.github.com/repos/google/google-api-java-client
closed
Upload a MS office document in Google Drive and download pdf of that file
1 star Type-Sample imported priority: p2
_From [purnendu...@gmail.com](https://code.google.com/u/104768408794113576140/) on April 12, 2013 05:00:05_ Google Drive API 2 Android 2.2 minimum Upload a MS office document in Google Drive and download pdf of that file _Original issue: http://code.google.com/p/google-api-java-client/issues/detail?id=769_
1.0
Upload a MS office document in Google Drive and download pdf of that file - _From [purnendu...@gmail.com](https://code.google.com/u/104768408794113576140/) on April 12, 2013 05:00:05_ Google Drive API 2 Android 2.2 minimum Upload a MS office document in Google Drive and download pdf of that file _Original issue: http://code.google.com/p/google-api-java-client/issues/detail?id=769_
non_comp
upload a ms office document in google drive and download pdf of that file from on april google drive api android minimum upload a ms office document in google drive and download pdf of that file original issue
0
197,953
14,951,328,909
IssuesEvent
2021-01-26 14:16:15
elastic/beats
https://api.github.com/repos/elastic/beats
closed
[Metricbeat] Jolokia tests failed with timeout error No config file found
Metricbeat Stalled Team:Integrations [zube]: Old-Inbox flaky-test
## Flaky Test * **Test Name:** jolokia autodiscover with jmx metricset jolokia jmx metricset test * **Link:** /go/src/github.com/elastic/beats/metricbeat/tests/system/test_autodiscover_jolokia.py. /go/src/github.com/elastic/beats/metricbeat/tests/system/test_jolokia.py * **Artifact Link:** https://travis-ci.org/elastic/beats/jobs/562606970 ### Stack Trace ``` ====================================================================== ERROR: jolokia autodiscover with jmx metricset ---------------------------------------------------------------------- Traceback (most recent call last): File "/go/src/github.com/elastic/beats/metricbeat/tests/system/test_autodiscover_jolokia.py", line 45, in test_jolokia_jmx self.wait_until(lambda: self.output_lines() > 0, max_timeout=20) File "/go/src/github.com/elastic/beats/libbeat/tests/system/beat/beat.py", line 352, in wait_until "Waited {} seconds.".format(max_timeout)) TimeoutError: Timeout waiting for 'cond' to be true. Waited 20 seconds. -------------------- >> begin captured logging << -------------------- compose.config.config: DEBUG: Using configuration files: ./docker-compose.yml docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found compose.parallel: DEBUG: Pending: set([<Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_kafka_1_1_0_1 (578fd4)>]) compose.parallel: DEBUG: Starting producer thread for <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_kafka_1_1_0_1 (578fd4)> compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_kafka_1_1_0_1 (578fd4)> compose.parallel: DEBUG: Pending: set([]) compose.config.config: DEBUG: Using configuration files: ./docker-compose.yml docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found compose.service: INFO: Building jolokia docker.api.build: DEBUG: Looking for auth config docker.api.build: DEBUG: No auth config in memory - loading from filesystem docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.api.build: DEBUG: Sending auth config () compose.parallel: DEBUG: Pending: set([<Service: jolokia>]) compose.parallel: DEBUG: Starting producer thread for <Service: jolokia> compose.parallel: DEBUG: Pending: set([ServiceName(project='metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065', service='jolokia', number=1)]) compose.parallel: DEBUG: Starting producer thread for ServiceName(project='metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065', service='jolokia', number=1) compose.service: DEBUG: Added config hash: e034506ee7b155dea8e692dbfd8a52de08dd31943b22ac7cbd4e833b0948f644 compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: ServiceName(project='metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065', service='jolokia', number=1) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: <Service: jolokia> compose.parallel: DEBUG: Pending: set([]) --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: jolokia jmx metricset test [with mbean='java.lang:name=PS MarkSweep,type=GarbageCollector'] ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/parameterized/parameterized.py", line 392, in standalone_func return func(*(a + p.args), **p.kwargs) File "/go/src/github.com/elastic/beats/metricbeat/tests/system/test_jolokia.py", line 41, in test_jmx self.wait_until(lambda: self.output_lines() > 0, max_timeout=20) File "/go/src/github.com/elastic/beats/libbeat/tests/system/beat/beat.py", line 352, in wait_until "Waited {} seconds.".format(max_timeout)) TimeoutError: Timeout waiting for 'cond' to be true. Waited 20 seconds. -------------------- >> begin captured logging << -------------------- compose.config.config: DEBUG: Using configuration files: ./docker-compose.yml docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found compose.parallel: DEBUG: Pending: set([<Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_elasticsearch_1 (2e1c0e)>, <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_kibana_1 (7d2fd4)>]) compose.parallel: DEBUG: Starting producer thread for <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_elasticsearch_1 (2e1c0e)> compose.parallel: DEBUG: Starting producer thread for <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_kibana_1 (7d2fd4)> compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_elasticsearch_1 (2e1c0e)> compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_kibana_1 (7d2fd4)> compose.parallel: DEBUG: Pending: set([]) compose.config.config: DEBUG: Using configuration files: ./docker-compose.yml docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found compose.service: INFO: Building jolokia docker.api.build: DEBUG: Looking for auth config docker.api.build: DEBUG: No auth config in memory - loading from filesystem docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.api.build: DEBUG: Sending auth config () compose.parallel: DEBUG: Pending: set([<Service: jolokia>]) compose.parallel: DEBUG: Starting producer thread for <Service: jolokia> compose.parallel: DEBUG: Pending: set([<Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_jolokia_1 (baf491)>]) compose.parallel: DEBUG: Starting producer thread for <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_jolokia_1 (baf491)> compose.service: DEBUG: Added config hash: e034506ee7b155dea8e692dbfd8a52de08dd31943b22ac7cbd4e833b0948f644 compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_jolokia_1 (baf491)> compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: <Service: jolokia> compose.parallel: DEBUG: Pending: set([]) compose.config.config: DEBUG: Using configuration files: ./docker-compose.yml docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: jolokia jmx metricset test [with mbean='java.lang:type=GarbageCollector,name=PS MarkSweep'] ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/parameterized/parameterized.py", line 392, in standalone_func return func(*(a + p.args), **p.kwargs) File "/go/src/github.com/elastic/beats/metricbeat/tests/system/test_jolokia.py", line 41, in test_jmx self.wait_until(lambda: self.output_lines() > 0, max_timeout=20) File "/go/src/github.com/elastic/beats/libbeat/tests/system/beat/beat.py", line 352, in wait_until "Waited {} seconds.".format(max_timeout)) TimeoutError: Timeout waiting for 'cond' to be true. Waited 20 seconds. -------------------- >> begin captured logging << -------------------- compose.config.config: DEBUG: Using configuration files: ./docker-compose.yml docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found --------------------- >> end captured logging << --------------------- ```
1.0
[Metricbeat] Jolokia tests failed with timeout error No config file found - ## Flaky Test * **Test Name:** jolokia autodiscover with jmx metricset jolokia jmx metricset test * **Link:** /go/src/github.com/elastic/beats/metricbeat/tests/system/test_autodiscover_jolokia.py. /go/src/github.com/elastic/beats/metricbeat/tests/system/test_jolokia.py * **Artifact Link:** https://travis-ci.org/elastic/beats/jobs/562606970 ### Stack Trace ``` ====================================================================== ERROR: jolokia autodiscover with jmx metricset ---------------------------------------------------------------------- Traceback (most recent call last): File "/go/src/github.com/elastic/beats/metricbeat/tests/system/test_autodiscover_jolokia.py", line 45, in test_jolokia_jmx self.wait_until(lambda: self.output_lines() > 0, max_timeout=20) File "/go/src/github.com/elastic/beats/libbeat/tests/system/beat/beat.py", line 352, in wait_until "Waited {} seconds.".format(max_timeout)) TimeoutError: Timeout waiting for 'cond' to be true. Waited 20 seconds. -------------------- >> begin captured logging << -------------------- compose.config.config: DEBUG: Using configuration files: ./docker-compose.yml docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found compose.parallel: DEBUG: Pending: set([<Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_kafka_1_1_0_1 (578fd4)>]) compose.parallel: DEBUG: Starting producer thread for <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_kafka_1_1_0_1 (578fd4)> compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_kafka_1_1_0_1 (578fd4)> compose.parallel: DEBUG: Pending: set([]) compose.config.config: DEBUG: Using configuration files: ./docker-compose.yml docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found compose.service: INFO: Building jolokia docker.api.build: DEBUG: Looking for auth config docker.api.build: DEBUG: No auth config in memory - loading from filesystem docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.api.build: DEBUG: Sending auth config () compose.parallel: DEBUG: Pending: set([<Service: jolokia>]) compose.parallel: DEBUG: Starting producer thread for <Service: jolokia> compose.parallel: DEBUG: Pending: set([ServiceName(project='metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065', service='jolokia', number=1)]) compose.parallel: DEBUG: Starting producer thread for ServiceName(project='metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065', service='jolokia', number=1) compose.service: DEBUG: Added config hash: e034506ee7b155dea8e692dbfd8a52de08dd31943b22ac7cbd4e833b0948f644 compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: ServiceName(project='metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065', service='jolokia', number=1) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: <Service: jolokia> compose.parallel: DEBUG: Pending: set([]) --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: jolokia jmx metricset test [with mbean='java.lang:name=PS MarkSweep,type=GarbageCollector'] ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/parameterized/parameterized.py", line 392, in standalone_func return func(*(a + p.args), **p.kwargs) File "/go/src/github.com/elastic/beats/metricbeat/tests/system/test_jolokia.py", line 41, in test_jmx self.wait_until(lambda: self.output_lines() > 0, max_timeout=20) File "/go/src/github.com/elastic/beats/libbeat/tests/system/beat/beat.py", line 352, in wait_until "Waited {} seconds.".format(max_timeout)) TimeoutError: Timeout waiting for 'cond' to be true. Waited 20 seconds. -------------------- >> begin captured logging << -------------------- compose.config.config: DEBUG: Using configuration files: ./docker-compose.yml docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found compose.parallel: DEBUG: Pending: set([<Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_elasticsearch_1 (2e1c0e)>, <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_kibana_1 (7d2fd4)>]) compose.parallel: DEBUG: Starting producer thread for <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_elasticsearch_1 (2e1c0e)> compose.parallel: DEBUG: Starting producer thread for <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_kibana_1 (7d2fd4)> compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_elasticsearch_1 (2e1c0e)> compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_kibana_1 (7d2fd4)> compose.parallel: DEBUG: Pending: set([]) compose.config.config: DEBUG: Using configuration files: ./docker-compose.yml docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found compose.service: INFO: Building jolokia docker.api.build: DEBUG: Looking for auth config docker.api.build: DEBUG: No auth config in memory - loading from filesystem docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.api.build: DEBUG: Sending auth config () compose.parallel: DEBUG: Pending: set([<Service: jolokia>]) compose.parallel: DEBUG: Starting producer thread for <Service: jolokia> compose.parallel: DEBUG: Pending: set([<Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_jolokia_1 (baf491)>]) compose.parallel: DEBUG: Starting producer thread for <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_jolokia_1 (baf491)> compose.service: DEBUG: Added config hash: e034506ee7b155dea8e692dbfd8a52de08dd31943b22ac7cbd4e833b0948f644 compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: <Container: metricbeat781bb8a5bf421e79e41bd8a66648c680c8dbc065_jolokia_1 (baf491)> compose.parallel: DEBUG: Pending: set([]) compose.parallel: DEBUG: Finished processing: <Service: jolokia> compose.parallel: DEBUG: Pending: set([]) compose.config.config: DEBUG: Using configuration files: ./docker-compose.yml docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: jolokia jmx metricset test [with mbean='java.lang:type=GarbageCollector,name=PS MarkSweep'] ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/parameterized/parameterized.py", line 392, in standalone_func return func(*(a + p.args), **p.kwargs) File "/go/src/github.com/elastic/beats/metricbeat/tests/system/test_jolokia.py", line 41, in test_jmx self.wait_until(lambda: self.output_lines() > 0, max_timeout=20) File "/go/src/github.com/elastic/beats/libbeat/tests/system/beat/beat.py", line 352, in wait_until "Waited {} seconds.".format(max_timeout)) TimeoutError: Timeout waiting for 'cond' to be true. Waited 20 seconds. -------------------- >> begin captured logging << -------------------- compose.config.config: DEBUG: Using configuration files: ./docker-compose.yml docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found docker.utils.config: DEBUG: Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] docker.utils.config: DEBUG: No config file found --------------------- >> end captured logging << --------------------- ```
non_comp
jolokia tests failed with timeout error no config file found flaky test test name jolokia autodiscover with jmx metricset jolokia jmx metricset test link go src github com elastic beats metricbeat tests system test autodiscover jolokia py go src github com elastic beats metricbeat tests system test jolokia py artifact link stack trace error jolokia autodiscover with jmx metricset traceback most recent call last file go src github com elastic beats metricbeat tests system test autodiscover jolokia py line in test jolokia jmx self wait until lambda self output lines max timeout file go src github com elastic beats libbeat tests system beat beat py line in wait until waited seconds format max timeout timeouterror timeout waiting for cond to be true waited seconds begin captured logging compose config config debug using configuration files docker compose yml docker utils config debug trying paths docker utils config debug no config file found docker utils config debug trying paths docker utils config debug no config file found compose parallel debug pending set compose parallel debug starting producer thread for compose parallel debug pending set compose parallel debug finished processing compose parallel debug pending set compose config config debug using configuration files docker compose yml docker utils config debug trying paths docker utils config debug no config file found docker utils config debug trying paths docker utils config debug no config file found compose service info building jolokia docker api build debug looking for auth config docker api build debug no auth config in memory loading from filesystem docker utils config debug trying paths docker utils config debug no config file found docker api build debug sending auth config compose parallel debug pending set compose parallel debug starting producer thread for compose parallel debug pending set compose parallel debug starting producer thread for servicename project service jolokia number compose service debug added config hash compose parallel debug pending set compose parallel debug pending set compose parallel debug pending set compose parallel debug pending set compose parallel debug pending set compose parallel debug finished processing servicename project service jolokia number compose parallel debug pending set compose parallel debug finished processing compose parallel debug pending set end captured logging error jolokia jmx metricset test traceback most recent call last file usr local lib dist packages parameterized parameterized py line in standalone func return func a p args p kwargs file go src github com elastic beats metricbeat tests system test jolokia py line in test jmx self wait until lambda self output lines max timeout file go src github com elastic beats libbeat tests system beat beat py line in wait until waited seconds format max timeout timeouterror timeout waiting for cond to be true waited seconds begin captured logging compose config config debug using configuration files docker compose yml docker utils config debug trying paths docker utils config debug no config file found docker utils config debug trying paths docker utils config debug no config file found compose parallel debug pending set compose parallel debug starting producer thread for compose parallel debug starting producer thread for compose parallel debug pending set compose parallel debug finished processing compose parallel debug pending set compose parallel debug pending set compose parallel debug finished processing compose parallel debug pending set compose config config debug using configuration files docker compose yml docker utils config debug trying paths docker utils config debug no config file found docker utils config debug trying paths docker utils config debug no config file found compose service info building jolokia docker api build debug looking for auth config docker api build debug no auth config in memory loading from filesystem docker utils config debug trying paths docker utils config debug no config file found docker api build debug sending auth config compose parallel debug pending set compose parallel debug starting producer thread for compose parallel debug pending set compose parallel debug starting producer thread for compose service debug added config hash compose parallel debug pending set compose parallel debug pending set compose parallel debug pending set compose parallel debug pending set compose parallel debug pending set compose parallel debug finished processing compose parallel debug pending set compose parallel debug finished processing compose parallel debug pending set compose config config debug using configuration files docker compose yml docker utils config debug trying paths docker utils config debug no config file found docker utils config debug trying paths docker utils config debug no config file found end captured logging error jolokia jmx metricset test traceback most recent call last file usr local lib dist packages parameterized parameterized py line in standalone func return func a p args p kwargs file go src github com elastic beats metricbeat tests system test jolokia py line in test jmx self wait until lambda self output lines max timeout file go src github com elastic beats libbeat tests system beat beat py line in wait until waited seconds format max timeout timeouterror timeout waiting for cond to be true waited seconds begin captured logging compose config config debug using configuration files docker compose yml docker utils config debug trying paths docker utils config debug no config file found docker utils config debug trying paths docker utils config debug no config file found end captured logging
0
19,474
27,039,724,898
IssuesEvent
2023-02-13 03:30:30
aesara-devs/aesara
https://api.github.com/repos/aesara-devs/aesara
opened
Use `power` instead of `pow` for element-wise operator
NumPy compatibility
This is somewhat tricky as the name `power` is already used for the operation on scalars. https://numpy.org/doc/stable/reference/generated/numpy.power.html#numpy.power
True
Use `power` instead of `pow` for element-wise operator - This is somewhat tricky as the name `power` is already used for the operation on scalars. https://numpy.org/doc/stable/reference/generated/numpy.power.html#numpy.power
comp
use power instead of pow for element wise operator this is somewhat tricky as the name power is already used for the operation on scalars
1
13,849
16,569,366,700
IssuesEvent
2021-05-30 04:23:28
PowerNukkit/PowerNukkit
https://api.github.com/repos/PowerNukkit/PowerNukkit
opened
A gray sheep dropped black wool
Type: compatibility
# 🔌 Plugin compatibility issue <!-- 👉 This template is helpful, but you may erase everything if you can express the issue clearly Feel free to ask questions or start related discussion --> While I was playing on a PN server with MobPlugin on it, I killed a gray sheep and it dropped a black wool. It could be a compatibility issue with the DyeColor changes or a bug with the getDrops method of the EntirySheep. ### 📸 Screenshots / Videos <!-- ✍ If applicable, add screenshots or video recordings to help explain your problem --> None yet ### ▶ Steps to Reproduce <!--- ✍ Reliable steps which someone can use to reproduce the issue. --> 1. Kill a gray sheep ### ✔ Expected Behavior <!-- ✍ What would you expect to happen --> It should drop a gray wool ### ❌ Actual Behavior <!-- ✍ What actually happened --> It drops black wool ### 📋 Debug information <!-- Use the 'debugpaste upload' and 'timings paste' command in PowerNukkit --> <!-- You can get the version from the file name, the 'about' or 'debugpaste' command outputs --> * PowerNukkit version: 1.4.0.0-PN-SNAPSHOT ### 💢 Crash Dump, Stack Trace and Other Files <!-- ✍ Use https://hastebin.com for big logs or dumps --> None ### 💬 Anything else we should know? <!-- ✍ This is the perfect place to add any additional details --> The server was not mine
True
A gray sheep dropped black wool - # 🔌 Plugin compatibility issue <!-- 👉 This template is helpful, but you may erase everything if you can express the issue clearly Feel free to ask questions or start related discussion --> While I was playing on a PN server with MobPlugin on it, I killed a gray sheep and it dropped a black wool. It could be a compatibility issue with the DyeColor changes or a bug with the getDrops method of the EntirySheep. ### 📸 Screenshots / Videos <!-- ✍ If applicable, add screenshots or video recordings to help explain your problem --> None yet ### ▶ Steps to Reproduce <!--- ✍ Reliable steps which someone can use to reproduce the issue. --> 1. Kill a gray sheep ### ✔ Expected Behavior <!-- ✍ What would you expect to happen --> It should drop a gray wool ### ❌ Actual Behavior <!-- ✍ What actually happened --> It drops black wool ### 📋 Debug information <!-- Use the 'debugpaste upload' and 'timings paste' command in PowerNukkit --> <!-- You can get the version from the file name, the 'about' or 'debugpaste' command outputs --> * PowerNukkit version: 1.4.0.0-PN-SNAPSHOT ### 💢 Crash Dump, Stack Trace and Other Files <!-- ✍ Use https://hastebin.com for big logs or dumps --> None ### 💬 Anything else we should know? <!-- ✍ This is the perfect place to add any additional details --> The server was not mine
comp
a gray sheep dropped black wool 🔌 plugin compatibility issue 👉 this template is helpful but you may erase everything if you can express the issue clearly feel free to ask questions or start related discussion while i was playing on a pn server with mobplugin on it i killed a gray sheep and it dropped a black wool it could be a compatibility issue with the dyecolor changes or a bug with the getdrops method of the entirysheep 📸 screenshots videos none yet ▶ steps to reproduce kill a gray sheep ✔ expected behavior it should drop a gray wool ❌ actual behavior it drops black wool 📋 debug information powernukkit version pn snapshot 💢 crash dump stack trace and other files none 💬 anything else we should know the server was not mine
1
4,720
7,328,413,752
IssuesEvent
2018-03-04 20:29:54
datafolklabs/cement
https://api.github.com/repos/datafolklabs/cement
closed
Rename App.Meta.config_extension as App.Meta.config_file_suffix
incompatible low-hanging-fruit portland refactoring
Calling it `config_extension` is confusing with the fact the `App.Meta.config_handler` or `app.config` is provided by a `config extension`... so should clarify this as `config_file_suffix`.
True
Rename App.Meta.config_extension as App.Meta.config_file_suffix - Calling it `config_extension` is confusing with the fact the `App.Meta.config_handler` or `app.config` is provided by a `config extension`... so should clarify this as `config_file_suffix`.
comp
rename app meta config extension as app meta config file suffix calling it config extension is confusing with the fact the app meta config handler or app config is provided by a config extension so should clarify this as config file suffix
1
18,335
25,353,288,248
IssuesEvent
2022-11-20 02:22:47
elementor/elementor
https://api.github.com/repos/elementor/elementor
closed
⛔ 🐞 Bug Report: Elementor not working with AppMySite
bug compatibility/3rd_party
### Prerequisites - [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [X] The issue still exists against the latest stable version of Elementor. ### Description Issue is that AppMySite cannot establish page connectivity when elementor is installed. And I do not know if this is an Elementor or Appmysite issue? Thank you. Here is the screen recording: https://www.loom.com/share/f1535a5496024b84a2b2c835bc3251b8 ### Steps to reproduce 1.) Download and Install Elementor 2.) Download and Install Appmysite 3.) Connect Appmysite to Host wordpress site 4.) Run troubleshooting test in Appmysite - see page connectivity fail 5.) Deactivate Elementor in wordpress 6.) Re-run troubleshooting test in Appmysite - see page connectivity pass ### Isolating the problem - [X] This bug happens with only Elementor plugin active (and Elementor Pro). - [x] This bug happens with a Blank WordPress theme active ([Hello theme](https://wordpress.org/themes/hello-elementor/)). - [X] I can reproduce this bug consistently using the steps above. ### System Info == Server Environment == Operating System: Linux Software: nginx MySQL version: MariaDB Server v10.4.26 PHP Version: 7.4.33 PHP Memory Limit: 512M PHP Max Input Vars: 6144 PHP Max Post Size: 2047M GD Installed: Yes ZIP Installed: Yes Write Permissions: There are some writing permissions issues with the following directories/files: - WordPress root directory Elementor Library: Connected == WordPress Environment == Version: 6.1.1 Site URL: https://ousialabs.com Home URL: https://ousialabs.com WP Multisite: No Max Upload Size: 2 GB Memory limit: 512M Max Memory limit: 512M Permalink Structure: /%postname%/ Language: en-US Timezone: America/Denver Admin Email: david@essentialextractioncorp.com Debug Mode: Inactive == Theme == Name: Blank Canvas Version: 0.0.7 Author: Automattic Child Theme: Yes Parent Theme Name: Blockbase Parent Theme Version: 3.1.0 Parent Theme Author: Automattic == User == Role: administrator WP Profile lang: en_US User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 == Active Plugins == Akismet Anti-Spam Version: 5.0.1 Author: Automattic AMP Version: 2.3.0 Author: AMP Project Contributors AppMySite Version: 3.7.1 Author: AppMySite CoBlocks Version: 2.25.2 Author: GoDaddy Creative Mail by Constant Contact Version: 1.6.3 Author: Constant Contact Crowdsignal Forms Version: 1.6.6 Author: Automattic Crowdsignal Polls &amp; Ratings Version: 3.0.10 Author: Automattic, Inc. Elementor Version: 3.8.1 Author: Elementor.com Elementor Pro Version: 3.8.1 Author: Elementor.com Facebook for WooCommerce Version: 3.0.1 Author: Facebook Google Ads &amp; Marketing by Kliken Version: 1.0.8 Author: Kliken Google Listings and Ads Version: 2.2.1 Author: WooCommerce Gutenberg Version: 14.5.2 Author: Gutenberg Team Jetpack Version: 11.6-a.5 Author: Automattic JivoChat Version: 1.3.5.10 Author: JivoChat Layout Grid Version: 1.8.2 Author: Automattic Mailchimp for WooCommerce Version: 2.7.6 Author: Mailchimp MailPoet Version: 4.0.0 Author: MailPoet Page Optimize Version: 0.5.2 Author: Automattic Smart Slider 3 Version: 3.5.1.12 Author: Nextend Storefront Powerpack Version: 2.0.0 Author: WooCommerce Tiered Pricing For WooCommerce Version: 1.0.1 Author: wpexpertsio UpdraftPlus - Backup/Restore Version: 1.22.23 Author: UpdraftPlus.Com, DavidAnderson WooCommerce Version: 7.1.0 Author: Automattic WooCommerce Authorize.Net Gateway Version: 3.7.4 Author: SkyVerge WooCommerce Authorize.Net Gateway Version: 5.2.2 Author: Pledged Plugins WooCommerce Deposits Version: 2.1.0 Author: WooCommerce WooCommerce One Page Checkout Version: 1.9.7 Author: Automattic WooCommerce Payments Version: 5.0.3 Author: Automattic WooCommerce Product Add-ons Version: 5.0.2 Author: WooCommerce WooCommerce Shipping &amp; Tax Version: 2.0.0 Author: WooCommerce WooCommerce Stripe Gateway Version: 7.0.1 Author: WooCommerce WooCommerce Sync for QuickBooks Online - by MyWorks Software Version: 2.6.0 Author: MyWorks Software WooCommerce Table Rate Shipping Version: 3.1.0 Author: WooCommerce WooCommerce UPS Shipping Version: 3.4.0 Author: WooCommerce WooCommerce USPS Shipping Version: 4.6.0 Author: WooCommerce WooCommerce Variation Swatches and Photos Version: 3.1.6 Author: Element Stark WordPress.com Editing Toolkit Version: 3.48542 Author: Automattic WP Encryption - One Click SSL &amp; Force HTTPS Version: 5.8.1 Author: WP Encryption SSL Yoast SEO Version: 19.10 Author: Team Yoast == Must-Use Plugins == WP.com Site Helper Version: Author: WP STAGING Optimizer Version: 1.4 Author: René Hermenau == Elementor Experiments == Optimized DOM Output: Active by default Improved Asset Loading: Active by default Improved CSS Loading: Active by default Inline Font Icons: Inactive by default Accessibility Improvements: Active by default Additional Custom Breakpoints: Active by default Import Export Website Kit: Active by default Hide native WordPress widgets from search results: Active by default admin_menu_rearrangement: Inactive by default Flexbox Container: Inactive by default Default to New Theme Builder: Active by default Landing Pages: Active by default Color Sampler: Active by default Favorite Widgets: Active by default Admin Top Bar: Active by default Page Transitions: Active by default Notes: Active by default Loop: Inactive by default Form Submissions: Active by default Scroll Snap: Active by default == Log == JS: showing 17 of 17JS: 2022-10-11 14:54:05 [error X 8][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c67widgetsticky\&#039; JS: 2022-10-11 14:57:48 [error X 8][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c100widgetsticky\&#039; JS: 2022-10-11 14:58:00 [error X 265][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c106widgetsticky\&#039; JS: 2022-10-11 15:06:46 [error X 2][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c94widgetsticky\&#039; JS: 2022-10-11 15:06:57 [error X 6][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c124widgetsticky\&#039; JS: 2022-10-12 17:42:39 [error X 2][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c2231sectionsticky\&#039; JS: 2022-10-12 17:42:55 [error X 3][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c4431widgetsticky\&#039; JS: 2022-10-12 17:46:58 [error X 2][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c6314sectionsticky\&#039; JS: 2022-10-12 17:47:08 [error X 1][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c8581widgetsticky\&#039; JS: 2022-10-12 17:49:33 [error X 1][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c59sectionsticky\&#039; JS: 2022-10-12 17:49:33 [error X 1][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c64widgetsticky\&#039; JS: 2022-10-12 17:55:56 [error X 2][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c151widgetsticky\&#039; JS: 2022-10-12 17:56:50 [error X 30][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c178widgetsticky\&#039; JS: 2022-10-12 17:58:54 [error X 3][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c211widgetsticky\&#039; JS: 2022-10-12 20:50:29 [error X 61][https://ousialabs.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.8:3:767848] Cannot read properties of undefined (reading \&#039;localized\&#039;) JS: 2022-10-30 02:31:59 [error X 3][https://ousialabs.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.8:3:767341] Cannot read properties of undefined (reading \&#039;toLowerCase\&#039;) JS: 2022-11-01 18:47:01 [error X 12][https://ousialabs.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.8.0:2:6682] Cannot read properties of undefined (reading \&#039;tools\&#039;) PHP: showing 20 of 25PHP: 2022-10-17 10:22:52 [notice X 1224][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1459] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1459): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-17 10:22:52 [notice X 1226][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1470] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1470): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-17 10:22:52 [notice X 1226][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1483] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1483): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-17 10:22:53 [error X 3][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::398] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:398 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1635): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1086): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1092): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1006): Elementor\Frontend-&gt;get_builder_content(3663) #12 /wordpress/core/6.0.2/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.2/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.0.2/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1811): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.0.2/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(377): WP_REST_Posts_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.0.2/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Posts_Controller-&gt;get_items(Object(WP_REST_Request)) #17 /wordpress/core/6.0.2/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages&#039;, Array, NULL) #18 /wordpress/core/6.0.2/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #19 /wordpress/core/6.0.2/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages&#039;) #20 /wordpress/core/6.0.2/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #21 /wordpress/core/6.0.2/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #22 /wordpress/core/6.0.2/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #23 /wordpress/core/6.0.2/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #24 /wordpress/core/6.0.2/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #25 /wordpress/core/6.0.2/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #26 /wordpress/core/6.0.2/wp-blog-header.php(16): wp() #27 /wordpress/core/6.0.2/index.php(17): require(&#039;/wordpress/core...&#039;) #28 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-10-18 21:15:02 [error X 1][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::398] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:398 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1635): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1086): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1092): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1006): Elementor\Frontend-&gt;get_builder_content(3663) #12 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.3/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1811): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(377): WP_REST_Posts_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Posts_Controller-&gt;get_items(Object(WP_REST_Request)) #17 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages&#039;, Array, NULL) #18 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #19 /wordpress/core/6.0.3/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages&#039;) #20 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #21 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #22 /wordpress/core/6.0.3/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #23 /wordpress/core/6.0.3/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #24 /wordpress/core/6.0.3/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #25 /wordpress/core/6.0.3/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #26 /wordpress/core/6.0.3/wp-blog-header.php(16): wp() #27 /wordpress/core/6.0.3/index.php(17): require(&#039;/wordpress/core...&#039;) #28 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-10-28 09:54:31 [error X 4][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::398] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:398 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1635): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1086): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1092): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1006): Elementor\Frontend-&gt;get_builder_content(3663) #12 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.3/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/plugins/wordpress-seo/19.9/src/builders/indexable-link-builder.php(103): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/plugins/wordpress-seo/19.9/src/integrations/watchers/indexable-post-watcher.php(197): Yoast\WP\SEO\Builders\Indexable_Link_Builder-&gt;build(Object(Yoast\WP\SEO\Models\Indexable), &#039;&lt;a href=&quot;https:...&#039;) #16 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(309): Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher-&gt;build_indexable(3663) #17 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #18 /wordpress/core/6.0.3/wp-includes/plugin.php(476): WP_Hook-&gt;do_action(Array) #19 /wordpress/core/6.0.3/wp-includes/post.php(4684): do_action(&#039;wp_insert_post&#039;, 3663, Object(WP_Post), true) #20 /wordpress/core/6.0.3/wp-includes/post.php(4775): wp_insert_post(Array, true, false) #21 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(831): wp_update_post(Array, true, false) #22 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Posts_Controller-&gt;update_item(Object(WP_REST_Request)) #23 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages/(?...&#039;, Array, NULL) #24 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #25 /wordpress/core/6.0.3/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages/36...&#039;) #26 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #27 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #28 /wordpress/core/6.0.3/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #29 /wordpress/core/6.0.3/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #30 /wordpress/core/6.0.3/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #31 /wordpress/core/6.0.3/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #32 /wordpress/core/6.0.3/wp-blog-header.php(16): wp() #33 /wordpress/core/6.0.3/index.php(17): require(&#039;/wordpress/core...&#039;) #34 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-10-28 09:54:33 [error X 1][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::398] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:398 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1635): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1086): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1092): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1006): Elementor\Frontend-&gt;get_builder_content(4035) #12 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.3/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php(606): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php(408): WP_REST_Revisions_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php(239): WP_REST_Autosaves_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #17 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Autosaves_Controller-&gt;create_item(Object(WP_REST_Request)) #18 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages/(?...&#039;, Array, NULL) #19 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #20 /wordpress/core/6.0.3/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages/36...&#039;) #21 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #22 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #23 /wordpress/core/6.0.3/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #24 /wordpress/core/6.0.3/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #25 /wordpress/core/6.0.3/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #26 /wordpress/core/6.0.3/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #27 /wordpress/core/6.0.3/wp-blog-header.php(16): wp() #28 /wordpress/core/6.0.3/index.php(17): require(&#039;/wordpress/core...&#039;) #29 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-10-28 09:55:33 [error X 1][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::398] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:398 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1635): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1086): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1092): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1006): Elementor\Frontend-&gt;get_builder_content(4036) #12 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.3/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php(606): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php(408): WP_REST_Revisions_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php(239): WP_REST_Autosaves_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #17 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Autosaves_Controller-&gt;create_item(Object(WP_REST_Request)) #18 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages/(?...&#039;, Array, NULL) #19 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #20 /wordpress/core/6.0.3/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages/36...&#039;) #21 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #22 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #23 /wordpress/core/6.0.3/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #24 /wordpress/core/6.0.3/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #25 /wordpress/core/6.0.3/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #26 /wordpress/core/6.0.3/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #27 /wordpress/core/6.0.3/wp-blog-header.php(16): wp() #28 /wordpress/core/6.0.3/index.php(17): require(&#039;/wordpress/core...&#039;) #29 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-10-28 10:05:47 [error X 1][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::398] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:398 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1635): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1086): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1092): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1006): Elementor\Frontend-&gt;get_builder_content(4037) #12 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.3/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php(606): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php(408): WP_REST_Revisions_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php(239): WP_REST_Autosaves_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #17 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Autosaves_Controller-&gt;create_item(Object(WP_REST_Request)) #18 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages/(?...&#039;, Array, NULL) #19 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #20 /wordpress/core/6.0.3/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages/36...&#039;) #21 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #22 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #23 /wordpress/core/6.0.3/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #24 /wordpress/core/6.0.3/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #25 /wordpress/core/6.0.3/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #26 /wordpress/core/6.0.3/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #27 /wordpress/core/6.0.3/wp-blog-header.php(16): wp() #28 /wordpress/core/6.0.3/index.php(17): require(&#039;/wordpress/core...&#039;) #29 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-10-30 09:52:01 [notice X 3][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1446] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1446): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 09:52:01 [notice X 3][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1459] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1459): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 09:52:01 [notice X 3][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1470] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1470): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 09:52:01 [notice X 3][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1483] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1483): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 14:05:43 [notice X 336][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1445] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1445): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 14:05:43 [notice X 337][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1458] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1458): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 14:05:43 [notice X 336][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1469] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1469): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 14:05:43 [notice X 336][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1482] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1482): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-11-01 12:12:03 [error X 19][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::336] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:336 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(801): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(801): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1652): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1087): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1144): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1039): Elementor\Frontend-&gt;get_builder_content(3663) #12 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.3/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1811): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(377): WP_REST_Posts_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Posts_Controller-&gt;get_items(Object(WP_REST_Request)) #17 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages&#039;, Array, NULL) #18 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #19 /wordpress/core/6.0.3/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages&#039;) #20 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #21 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #22 /wordpress/core/6.0.3/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #23 /wordpress/core/6.0.3/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #24 /wordpress/core/6.0.3/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #25 /wordpress/core/6.0.3/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #26 /wordpress/core/6.0.3/wp-blog-header.php(16): wp() #27 /wordpress/core/6.0.3/index.php(17): require(&#039;/wordpress/core...&#039;) #28 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-11-01 21:48:26 [error X 56][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::336] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:336 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(801): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(801): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1652): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1087): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1144): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1039): Elementor\Frontend-&gt;get_builder_content(3663) #12 /wordpress/core/6.1/wp-includes/class-wp-hook.php(308): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.1/wp-includes/plugin.php(205): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.1/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1857): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.1/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(384): WP_REST_Posts_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.1/wp-includes/rest-api/class-wp-rest-server.php(1171): WP_REST_Posts_Controller-&gt;get_items(Object(WP_REST_Request)) #17 /wordpress/core/6.1/wp-includes/rest-api/class-wp-rest-server.php(1018): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages&#039;, Array, NULL) #18 /wordpress/core/6.1/wp-includes/rest-api/class-wp-rest-server.php(442): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #19 /wordpress/core/6.1/wp-includes/rest-api.php(410): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages&#039;) #20 /wordpress/core/6.1/wp-includes/class-wp-hook.php(308): rest_api_loaded(Object(WP)) #21 /wordpress/core/6.1/wp-includes/class-wp-hook.php(332): WP_Hook-&gt;apply_filters(NULL, Array) #22 /wordpress/core/6.1/wp-includes/plugin.php(565): WP_Hook-&gt;do_action(Array) #23 /wordpress/core/6.1/wp-includes/class-wp.php(399): do_action_ref_array(&#039;parse_request&#039;, Array) #24 /wordpress/core/6.1/wp-includes/class-wp.php(780): WP-&gt;parse_request(&#039;&#039;) #25 /wordpress/core/6.1/wp-includes/functions.php(1332): WP-&gt;main(&#039;&#039;) #26 /wordpress/core/6.1/wp-blog-header.php(16): wp() #27 /wordpress/core/6.1/index.php(17): require(&#039;/wordpress/core...&#039;) #28 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-11-16 09:25:24 [error X 32][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::336] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:336 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(801): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(801): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1652): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1087): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1144): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1039): Elementor\Frontend-&gt;get_builder_content(3663) #12 /wordpress/core/6.1.1/wp-includes/class-wp-hook.php(308): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.1.1/wp-includes/plugin.php(205): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.1.1/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1857): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.1.1/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(384): WP_REST_Posts_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.1.1/wp-includes/rest-api/class-wp-rest-server.php(1171): WP_REST_Posts_Controller-&gt;get_items(Object(WP_REST_Request)) #17 /wordpress/core/6.1.1/wp-includes/rest-api/class-wp-rest-server.php(1018): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages&#039;, Array, NULL) #18 /wordpress/core/6.1.1/wp-includes/rest-api/class-wp-rest-server.php(442): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #19 /wordpress/core/6.1.1/wp-includes/rest-api.php(410): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages&#039;) #20 /wordpress/core/6.1.1/wp-includes/class-wp-hook.php(308): rest_api_loaded(Object(WP)) #21 /wordpress/core/6.1.1/wp-includes/class-wp-hook.php(332): WP_Hook-&gt;apply_filters(NULL, Array) #22 /wordpress/core/6.1.1/wp-includes/plugin.php(565): WP_Hook-&gt;do_action(Array) #23 /wordpress/core/6.1.1/wp-includes/class-wp.php(399): do_action_ref_array(&#039;parse_request&#039;, Array) #24 /wordpress/core/6.1.1/wp-includes/class-wp.php(780): WP-&gt;parse_request(&#039;&#039;) #25 /wordpress/core/6.1.1/wp-includes/functions.php(1332): WP-&gt;main(&#039;&#039;) #26 /wordpress/core/6.1.1/wp-blog-header.php(16): wp() #27 /wordpress/core/6.1.1/index.php(17): require(&#039;/wordpress/core...&#039;) #28 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] == Elementor - Compatibility Tag == Elementor Pro: Compatibility not specified == Elementor Pro - Compatibility Tag ==
True
⛔ 🐞 Bug Report: Elementor not working with AppMySite - ### Prerequisites - [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [X] The issue still exists against the latest stable version of Elementor. ### Description Issue is that AppMySite cannot establish page connectivity when elementor is installed. And I do not know if this is an Elementor or Appmysite issue? Thank you. Here is the screen recording: https://www.loom.com/share/f1535a5496024b84a2b2c835bc3251b8 ### Steps to reproduce 1.) Download and Install Elementor 2.) Download and Install Appmysite 3.) Connect Appmysite to Host wordpress site 4.) Run troubleshooting test in Appmysite - see page connectivity fail 5.) Deactivate Elementor in wordpress 6.) Re-run troubleshooting test in Appmysite - see page connectivity pass ### Isolating the problem - [X] This bug happens with only Elementor plugin active (and Elementor Pro). - [x] This bug happens with a Blank WordPress theme active ([Hello theme](https://wordpress.org/themes/hello-elementor/)). - [X] I can reproduce this bug consistently using the steps above. ### System Info == Server Environment == Operating System: Linux Software: nginx MySQL version: MariaDB Server v10.4.26 PHP Version: 7.4.33 PHP Memory Limit: 512M PHP Max Input Vars: 6144 PHP Max Post Size: 2047M GD Installed: Yes ZIP Installed: Yes Write Permissions: There are some writing permissions issues with the following directories/files: - WordPress root directory Elementor Library: Connected == WordPress Environment == Version: 6.1.1 Site URL: https://ousialabs.com Home URL: https://ousialabs.com WP Multisite: No Max Upload Size: 2 GB Memory limit: 512M Max Memory limit: 512M Permalink Structure: /%postname%/ Language: en-US Timezone: America/Denver Admin Email: david@essentialextractioncorp.com Debug Mode: Inactive == Theme == Name: Blank Canvas Version: 0.0.7 Author: Automattic Child Theme: Yes Parent Theme Name: Blockbase Parent Theme Version: 3.1.0 Parent Theme Author: Automattic == User == Role: administrator WP Profile lang: en_US User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 == Active Plugins == Akismet Anti-Spam Version: 5.0.1 Author: Automattic AMP Version: 2.3.0 Author: AMP Project Contributors AppMySite Version: 3.7.1 Author: AppMySite CoBlocks Version: 2.25.2 Author: GoDaddy Creative Mail by Constant Contact Version: 1.6.3 Author: Constant Contact Crowdsignal Forms Version: 1.6.6 Author: Automattic Crowdsignal Polls &amp; Ratings Version: 3.0.10 Author: Automattic, Inc. Elementor Version: 3.8.1 Author: Elementor.com Elementor Pro Version: 3.8.1 Author: Elementor.com Facebook for WooCommerce Version: 3.0.1 Author: Facebook Google Ads &amp; Marketing by Kliken Version: 1.0.8 Author: Kliken Google Listings and Ads Version: 2.2.1 Author: WooCommerce Gutenberg Version: 14.5.2 Author: Gutenberg Team Jetpack Version: 11.6-a.5 Author: Automattic JivoChat Version: 1.3.5.10 Author: JivoChat Layout Grid Version: 1.8.2 Author: Automattic Mailchimp for WooCommerce Version: 2.7.6 Author: Mailchimp MailPoet Version: 4.0.0 Author: MailPoet Page Optimize Version: 0.5.2 Author: Automattic Smart Slider 3 Version: 3.5.1.12 Author: Nextend Storefront Powerpack Version: 2.0.0 Author: WooCommerce Tiered Pricing For WooCommerce Version: 1.0.1 Author: wpexpertsio UpdraftPlus - Backup/Restore Version: 1.22.23 Author: UpdraftPlus.Com, DavidAnderson WooCommerce Version: 7.1.0 Author: Automattic WooCommerce Authorize.Net Gateway Version: 3.7.4 Author: SkyVerge WooCommerce Authorize.Net Gateway Version: 5.2.2 Author: Pledged Plugins WooCommerce Deposits Version: 2.1.0 Author: WooCommerce WooCommerce One Page Checkout Version: 1.9.7 Author: Automattic WooCommerce Payments Version: 5.0.3 Author: Automattic WooCommerce Product Add-ons Version: 5.0.2 Author: WooCommerce WooCommerce Shipping &amp; Tax Version: 2.0.0 Author: WooCommerce WooCommerce Stripe Gateway Version: 7.0.1 Author: WooCommerce WooCommerce Sync for QuickBooks Online - by MyWorks Software Version: 2.6.0 Author: MyWorks Software WooCommerce Table Rate Shipping Version: 3.1.0 Author: WooCommerce WooCommerce UPS Shipping Version: 3.4.0 Author: WooCommerce WooCommerce USPS Shipping Version: 4.6.0 Author: WooCommerce WooCommerce Variation Swatches and Photos Version: 3.1.6 Author: Element Stark WordPress.com Editing Toolkit Version: 3.48542 Author: Automattic WP Encryption - One Click SSL &amp; Force HTTPS Version: 5.8.1 Author: WP Encryption SSL Yoast SEO Version: 19.10 Author: Team Yoast == Must-Use Plugins == WP.com Site Helper Version: Author: WP STAGING Optimizer Version: 1.4 Author: René Hermenau == Elementor Experiments == Optimized DOM Output: Active by default Improved Asset Loading: Active by default Improved CSS Loading: Active by default Inline Font Icons: Inactive by default Accessibility Improvements: Active by default Additional Custom Breakpoints: Active by default Import Export Website Kit: Active by default Hide native WordPress widgets from search results: Active by default admin_menu_rearrangement: Inactive by default Flexbox Container: Inactive by default Default to New Theme Builder: Active by default Landing Pages: Active by default Color Sampler: Active by default Favorite Widgets: Active by default Admin Top Bar: Active by default Page Transitions: Active by default Notes: Active by default Loop: Inactive by default Form Submissions: Active by default Scroll Snap: Active by default == Log == JS: showing 17 of 17JS: 2022-10-11 14:54:05 [error X 8][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c67widgetsticky\&#039; JS: 2022-10-11 14:57:48 [error X 8][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c100widgetsticky\&#039; JS: 2022-10-11 14:58:00 [error X 265][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c106widgetsticky\&#039; JS: 2022-10-11 15:06:46 [error X 2][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c94widgetsticky\&#039; JS: 2022-10-11 15:06:57 [error X 6][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c124widgetsticky\&#039; JS: 2022-10-12 17:42:39 [error X 2][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c2231sectionsticky\&#039; JS: 2022-10-12 17:42:55 [error X 3][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c4431widgetsticky\&#039; JS: 2022-10-12 17:46:58 [error X 2][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c6314sectionsticky\&#039; JS: 2022-10-12 17:47:08 [error X 1][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c8581widgetsticky\&#039; JS: 2022-10-12 17:49:33 [error X 1][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c59sectionsticky\&#039; JS: 2022-10-12 17:49:33 [error X 1][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c64widgetsticky\&#039; JS: 2022-10-12 17:55:56 [error X 2][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c151widgetsticky\&#039; JS: 2022-10-12 17:56:50 [error X 30][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c178widgetsticky\&#039; JS: 2022-10-12 17:58:54 [error X 3][https://ousialabs.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0:2:40879] Cannot create property \&#039;guid\&#039; on string \&#039;c211widgetsticky\&#039; JS: 2022-10-12 20:50:29 [error X 61][https://ousialabs.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.8:3:767848] Cannot read properties of undefined (reading \&#039;localized\&#039;) JS: 2022-10-30 02:31:59 [error X 3][https://ousialabs.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.7.8:3:767341] Cannot read properties of undefined (reading \&#039;toLowerCase\&#039;) JS: 2022-11-01 18:47:01 [error X 12][https://ousialabs.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.8.0:2:6682] Cannot read properties of undefined (reading \&#039;tools\&#039;) PHP: showing 20 of 25PHP: 2022-10-17 10:22:52 [notice X 1224][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1459] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1459): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-17 10:22:52 [notice X 1226][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1470] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1470): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-17 10:22:52 [notice X 1226][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1483] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1483): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-17 10:22:53 [error X 3][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::398] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:398 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1635): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1086): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1092): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1006): Elementor\Frontend-&gt;get_builder_content(3663) #12 /wordpress/core/6.0.2/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.2/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.0.2/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1811): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.0.2/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(377): WP_REST_Posts_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.0.2/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Posts_Controller-&gt;get_items(Object(WP_REST_Request)) #17 /wordpress/core/6.0.2/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages&#039;, Array, NULL) #18 /wordpress/core/6.0.2/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #19 /wordpress/core/6.0.2/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages&#039;) #20 /wordpress/core/6.0.2/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #21 /wordpress/core/6.0.2/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #22 /wordpress/core/6.0.2/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #23 /wordpress/core/6.0.2/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #24 /wordpress/core/6.0.2/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #25 /wordpress/core/6.0.2/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #26 /wordpress/core/6.0.2/wp-blog-header.php(16): wp() #27 /wordpress/core/6.0.2/index.php(17): require(&#039;/wordpress/core...&#039;) #28 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-10-18 21:15:02 [error X 1][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::398] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:398 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1635): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1086): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1092): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1006): Elementor\Frontend-&gt;get_builder_content(3663) #12 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.3/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1811): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(377): WP_REST_Posts_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Posts_Controller-&gt;get_items(Object(WP_REST_Request)) #17 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages&#039;, Array, NULL) #18 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #19 /wordpress/core/6.0.3/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages&#039;) #20 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #21 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #22 /wordpress/core/6.0.3/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #23 /wordpress/core/6.0.3/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #24 /wordpress/core/6.0.3/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #25 /wordpress/core/6.0.3/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #26 /wordpress/core/6.0.3/wp-blog-header.php(16): wp() #27 /wordpress/core/6.0.3/index.php(17): require(&#039;/wordpress/core...&#039;) #28 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-10-28 09:54:31 [error X 4][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::398] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:398 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1635): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1086): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1092): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1006): Elementor\Frontend-&gt;get_builder_content(3663) #12 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.3/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/plugins/wordpress-seo/19.9/src/builders/indexable-link-builder.php(103): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/plugins/wordpress-seo/19.9/src/integrations/watchers/indexable-post-watcher.php(197): Yoast\WP\SEO\Builders\Indexable_Link_Builder-&gt;build(Object(Yoast\WP\SEO\Models\Indexable), &#039;&lt;a href=&quot;https:...&#039;) #16 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(309): Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher-&gt;build_indexable(3663) #17 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #18 /wordpress/core/6.0.3/wp-includes/plugin.php(476): WP_Hook-&gt;do_action(Array) #19 /wordpress/core/6.0.3/wp-includes/post.php(4684): do_action(&#039;wp_insert_post&#039;, 3663, Object(WP_Post), true) #20 /wordpress/core/6.0.3/wp-includes/post.php(4775): wp_insert_post(Array, true, false) #21 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(831): wp_update_post(Array, true, false) #22 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Posts_Controller-&gt;update_item(Object(WP_REST_Request)) #23 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages/(?...&#039;, Array, NULL) #24 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #25 /wordpress/core/6.0.3/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages/36...&#039;) #26 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #27 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #28 /wordpress/core/6.0.3/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #29 /wordpress/core/6.0.3/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #30 /wordpress/core/6.0.3/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #31 /wordpress/core/6.0.3/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #32 /wordpress/core/6.0.3/wp-blog-header.php(16): wp() #33 /wordpress/core/6.0.3/index.php(17): require(&#039;/wordpress/core...&#039;) #34 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-10-28 09:54:33 [error X 1][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::398] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:398 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1635): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1086): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1092): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1006): Elementor\Frontend-&gt;get_builder_content(4035) #12 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.3/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php(606): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php(408): WP_REST_Revisions_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php(239): WP_REST_Autosaves_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #17 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Autosaves_Controller-&gt;create_item(Object(WP_REST_Request)) #18 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages/(?...&#039;, Array, NULL) #19 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #20 /wordpress/core/6.0.3/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages/36...&#039;) #21 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #22 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #23 /wordpress/core/6.0.3/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #24 /wordpress/core/6.0.3/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #25 /wordpress/core/6.0.3/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #26 /wordpress/core/6.0.3/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #27 /wordpress/core/6.0.3/wp-blog-header.php(16): wp() #28 /wordpress/core/6.0.3/index.php(17): require(&#039;/wordpress/core...&#039;) #29 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-10-28 09:55:33 [error X 1][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::398] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:398 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1635): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1086): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1092): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1006): Elementor\Frontend-&gt;get_builder_content(4036) #12 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.3/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php(606): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php(408): WP_REST_Revisions_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php(239): WP_REST_Autosaves_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #17 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Autosaves_Controller-&gt;create_item(Object(WP_REST_Request)) #18 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages/(?...&#039;, Array, NULL) #19 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #20 /wordpress/core/6.0.3/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages/36...&#039;) #21 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #22 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #23 /wordpress/core/6.0.3/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #24 /wordpress/core/6.0.3/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #25 /wordpress/core/6.0.3/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #26 /wordpress/core/6.0.3/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #27 /wordpress/core/6.0.3/wp-blog-header.php(16): wp() #28 /wordpress/core/6.0.3/index.php(17): require(&#039;/wordpress/core...&#039;) #29 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-10-28 10:05:47 [error X 1][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::398] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:398 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2249): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(787): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1635): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1086): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1092): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1006): Elementor\Frontend-&gt;get_builder_content(4037) #12 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.3/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php(606): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php(408): WP_REST_Revisions_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php(239): WP_REST_Autosaves_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #17 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Autosaves_Controller-&gt;create_item(Object(WP_REST_Request)) #18 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages/(?...&#039;, Array, NULL) #19 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #20 /wordpress/core/6.0.3/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages/36...&#039;) #21 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #22 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #23 /wordpress/core/6.0.3/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #24 /wordpress/core/6.0.3/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #25 /wordpress/core/6.0.3/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #26 /wordpress/core/6.0.3/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #27 /wordpress/core/6.0.3/wp-blog-header.php(16): wp() #28 /wordpress/core/6.0.3/index.php(17): require(&#039;/wordpress/core...&#039;) #29 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-10-30 09:52:01 [notice X 3][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1446] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1446): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 09:52:01 [notice X 3][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1459] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1459): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 09:52:01 [notice X 3][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1470] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1470): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 09:52:01 [notice X 3][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1483] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1483): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 14:05:43 [notice X 336][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1445] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1445): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 14:05:43 [notice X 337][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1458] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1458): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 14:05:43 [notice X 336][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1469] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1469): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-10-30 14:05:43 [notice X 336][/srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php::1482] Trying to access array offset on value of type null [array ( 'trace' => ' #0: /srv/htdocs/wp-content/plugins/elementor-pro/modules/nav-menu/widgets/nav-menu.php(1482): Elementor\Core\Logger\Manager -> rest_error_handler() #1: /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\NavMenu\Widgets\Nav_Menu -> render() #2: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack -> render_by_mode() #3: /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base -> render_content() #4: /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base -> print_content() ', )] PHP: 2022-11-01 12:12:03 [error X 19][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::336] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:336 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(801): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(801): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1652): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1087): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1144): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1039): Elementor\Frontend-&gt;get_builder_content(3663) #12 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.0.3/wp-includes/plugin.php(191): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1811): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.0.3/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(377): WP_REST_Posts_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(1143): WP_REST_Posts_Controller-&gt;get_items(Object(WP_REST_Request)) #17 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(990): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages&#039;, Array, NULL) #18 /wordpress/core/6.0.3/wp-includes/rest-api/class-wp-rest-server.php(414): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #19 /wordpress/core/6.0.3/wp-includes/rest-api.php(394): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages&#039;) #20 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(307): rest_api_loaded(Object(WP)) #21 /wordpress/core/6.0.3/wp-includes/class-wp-hook.php(331): WP_Hook-&gt;apply_filters(NULL, Array) #22 /wordpress/core/6.0.3/wp-includes/plugin.php(524): WP_Hook-&gt;do_action(Array) #23 /wordpress/core/6.0.3/wp-includes/class-wp.php(398): do_action_ref_array(&#039;parse_request&#039;, Array) #24 /wordpress/core/6.0.3/wp-includes/class-wp.php(770): WP-&gt;parse_request(&#039;&#039;) #25 /wordpress/core/6.0.3/wp-includes/functions.php(1330): WP-&gt;main(&#039;&#039;) #26 /wordpress/core/6.0.3/wp-blog-header.php(16): wp() #27 /wordpress/core/6.0.3/index.php(17): require(&#039;/wordpress/core...&#039;) #28 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-11-01 21:48:26 [error X 56][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::336] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:336 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(801): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(801): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1652): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1087): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1144): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1039): Elementor\Frontend-&gt;get_builder_content(3663) #12 /wordpress/core/6.1/wp-includes/class-wp-hook.php(308): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.1/wp-includes/plugin.php(205): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.1/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1857): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.1/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(384): WP_REST_Posts_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.1/wp-includes/rest-api/class-wp-rest-server.php(1171): WP_REST_Posts_Controller-&gt;get_items(Object(WP_REST_Request)) #17 /wordpress/core/6.1/wp-includes/rest-api/class-wp-rest-server.php(1018): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages&#039;, Array, NULL) #18 /wordpress/core/6.1/wp-includes/rest-api/class-wp-rest-server.php(442): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #19 /wordpress/core/6.1/wp-includes/rest-api.php(410): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages&#039;) #20 /wordpress/core/6.1/wp-includes/class-wp-hook.php(308): rest_api_loaded(Object(WP)) #21 /wordpress/core/6.1/wp-includes/class-wp-hook.php(332): WP_Hook-&gt;apply_filters(NULL, Array) #22 /wordpress/core/6.1/wp-includes/plugin.php(565): WP_Hook-&gt;do_action(Array) #23 /wordpress/core/6.1/wp-includes/class-wp.php(399): do_action_ref_array(&#039;parse_request&#039;, Array) #24 /wordpress/core/6.1/wp-includes/class-wp.php(780): WP-&gt;parse_request(&#039;&#039;) #25 /wordpress/core/6.1/wp-includes/functions.php(1332): WP-&gt;main(&#039;&#039;) #26 /wordpress/core/6.1/wp-blog-header.php(16): wp() #27 /wordpress/core/6.1/index.php(17): require(&#039;/wordpress/core...&#039;) #28 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] PHP: 2022-11-16 09:25:24 [error X 32][/srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php::336] Uncaught Error: Call to undefined function ElementorPro\Modules\Woocommerce\Widgets\wc_print_notices() in /srv/htdocs/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/products.php:336 Stack trace: #0 /srv/htdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2266): ElementorPro\Modules\Woocommerce\Widgets\Products-&gt;render() #1 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack-&gt;render_by_mode() #2 /srv/htdocs/wp-content/plugins/elementor/includes/base/widget-base.php(750): Elementor\Widget_Base-&gt;render_content() #3 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Widget_Base-&gt;print_content() #4 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(801): Elementor\Element_Base-&gt;print_element() #5 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #6 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(801): Elementor\Element_Base-&gt;print_element() #7 /srv/htdocs/wp-content/plugins/elementor/includes/base/element-base.php(447): Elementor\Element_Base-&gt;print_content() #8 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1652): Elementor\Element_Base-&gt;print_element() #9 /srv/htdocs/wp-content/plugins/elementor/core/base/document.php(1087): Elementor\Core\Base\Document-&gt;print_elements(Array) #10 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1144): Elementor\Core\Base\Document-&gt;print_elements_with_wrapper(Array) #11 /srv/htdocs/wp-content/plugins/elementor/includes/frontend.php(1039): Elementor\Frontend-&gt;get_builder_content(3663) #12 /wordpress/core/6.1.1/wp-includes/class-wp-hook.php(308): Elementor\Frontend-&gt;apply_builder_in_content(&#039;&lt;a href=&quot;https:...&#039;) #13 /wordpress/core/6.1.1/wp-includes/plugin.php(205): WP_Hook-&gt;apply_filters(&#039;&lt;a href=&quot;https:...&#039;, Array) #14 /wordpress/core/6.1.1/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1857): apply_filters(&#039;the_content&#039;, &#039;&lt;a href=&quot;https:...&#039;) #15 /wordpress/core/6.1.1/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(384): WP_REST_Posts_Controller-&gt;prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request)) #16 /wordpress/core/6.1.1/wp-includes/rest-api/class-wp-rest-server.php(1171): WP_REST_Posts_Controller-&gt;get_items(Object(WP_REST_Request)) #17 /wordpress/core/6.1.1/wp-includes/rest-api/class-wp-rest-server.php(1018): WP_REST_Server-&gt;respond_to_request(Object(WP_REST_Request), &#039;/wp/v2/pages&#039;, Array, NULL) #18 /wordpress/core/6.1.1/wp-includes/rest-api/class-wp-rest-server.php(442): WP_REST_Server-&gt;dispatch(Object(WP_REST_Request)) #19 /wordpress/core/6.1.1/wp-includes/rest-api.php(410): WP_REST_Server-&gt;serve_request(&#039;/wp/v2/pages&#039;) #20 /wordpress/core/6.1.1/wp-includes/class-wp-hook.php(308): rest_api_loaded(Object(WP)) #21 /wordpress/core/6.1.1/wp-includes/class-wp-hook.php(332): WP_Hook-&gt;apply_filters(NULL, Array) #22 /wordpress/core/6.1.1/wp-includes/plugin.php(565): WP_Hook-&gt;do_action(Array) #23 /wordpress/core/6.1.1/wp-includes/class-wp.php(399): do_action_ref_array(&#039;parse_request&#039;, Array) #24 /wordpress/core/6.1.1/wp-includes/class-wp.php(780): WP-&gt;parse_request(&#039;&#039;) #25 /wordpress/core/6.1.1/wp-includes/functions.php(1332): WP-&gt;main(&#039;&#039;) #26 /wordpress/core/6.1.1/wp-blog-header.php(16): wp() #27 /wordpress/core/6.1.1/index.php(17): require(&#039;/wordpress/core...&#039;) #28 {main} thrown [array ( 'trace' => ' #0: Elementor\Core\Logger\Manager -> shutdown() ', )] == Elementor - Compatibility Tag == Elementor Pro: Compatibility not specified == Elementor Pro - Compatibility Tag ==
comp
⛔ 🐞 bug report elementor not working with appmysite prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest stable version of elementor description issue is that appmysite cannot establish page connectivity when elementor is installed and i do not know if this is an elementor or appmysite issue thank you here is the screen recording steps to reproduce download and install elementor download and install appmysite connect appmysite to host wordpress site run troubleshooting test in appmysite see page connectivity fail deactivate elementor in wordpress re run troubleshooting test in appmysite see page connectivity pass isolating the problem this bug happens with only elementor plugin active and elementor pro this bug happens with a blank wordpress theme active i can reproduce this bug consistently using the steps above system info server environment operating system linux software nginx mysql version mariadb server php version php memory limit php max input vars php max post size gd installed yes zip installed yes write permissions there are some writing permissions issues with the following directories files wordpress root directory elementor library connected wordpress environment version site url home url wp multisite no max upload size gb memory limit max memory limit permalink structure postname language en us timezone america denver admin email david essentialextractioncorp com debug mode inactive theme name blank canvas version author automattic child theme yes parent theme name blockbase parent theme version parent theme author automattic user role administrator wp profile lang en us user agent mozilla windows nt applewebkit khtml like gecko chrome safari active plugins akismet anti spam version author automattic amp version author amp project contributors appmysite version author appmysite coblocks version author godaddy creative mail by constant contact version author constant contact crowdsignal forms version author automattic crowdsignal polls amp ratings version author automattic inc elementor version author elementor com elementor pro version author elementor com facebook for woocommerce version author facebook google ads amp marketing by kliken version author kliken google listings and ads version author woocommerce gutenberg version author gutenberg team jetpack version a author automattic jivochat version author jivochat layout grid version author automattic mailchimp for woocommerce version author mailchimp mailpoet version author mailpoet page optimize version author automattic smart slider version author nextend storefront powerpack version author woocommerce tiered pricing for woocommerce version author wpexpertsio updraftplus backup restore version author updraftplus com davidanderson woocommerce version author automattic woocommerce authorize net gateway version author skyverge woocommerce authorize net gateway version author pledged plugins woocommerce deposits version author woocommerce woocommerce one page checkout version author automattic woocommerce payments version author automattic woocommerce product add ons version author woocommerce woocommerce shipping amp tax version author woocommerce woocommerce stripe gateway version author woocommerce woocommerce sync for quickbooks online by myworks software version author myworks software woocommerce table rate shipping version author woocommerce woocommerce ups shipping version author woocommerce woocommerce usps shipping version author woocommerce woocommerce variation swatches and photos version author element stark wordpress com editing toolkit version author automattic wp encryption one click ssl amp force https version author wp encryption ssl yoast seo version author team yoast must use plugins wp com site helper version author wp staging optimizer version author rené hermenau elementor experiments optimized dom output active by default improved asset loading active by default improved css loading active by default inline font icons inactive by default accessibility improvements active by default additional custom breakpoints active by default import export website kit active by default hide native wordpress widgets from search results active by default admin menu rearrangement inactive by default flexbox container inactive by default default to new theme builder active by default landing pages active by default color sampler active by default favorite widgets active by default admin top bar active by default page transitions active by default notes active by default loop inactive by default form submissions active by default scroll snap active by default log js showing of cannot create property guid on string js cannot create property guid on string js cannot create property guid on string js cannot create property guid on string js cannot create property guid on string js cannot create property guid on string js cannot create property guid on string js cannot create property guid on string js cannot create property guid on string js cannot create property guid on string js cannot create property guid on string js cannot create property guid on string js cannot create property guid on string js cannot create property guid on string js cannot read properties of undefined reading localized js cannot read properties of undefined reading tolowercase js cannot read properties of undefined reading tools php showing of trying to access array offset on value of type null array trace srv htdocs wp content plugins elementor pro modules nav menu widgets nav menu php elementor core logger manager rest error handler srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules navmenu widgets nav menu render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base render content srv htdocs wp content plugins elementor includes base element base php elementor widget base print content php trying to access array offset on value of type null array trace srv htdocs wp content plugins elementor pro modules nav menu widgets nav menu php elementor core logger manager rest error handler srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules navmenu widgets nav menu render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base render content srv htdocs wp content plugins elementor includes base element base php elementor widget base print content php trying to access array offset on value of type null array trace srv htdocs wp content plugins elementor pro modules nav menu widgets nav menu php elementor core logger manager rest error handler srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules navmenu widgets nav menu render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base render content srv htdocs wp content plugins elementor includes base element base php elementor widget base print content php uncaught error call to undefined function elementorpro modules woocommerce widgets wc print notices in srv htdocs wp content plugins elementor pro modules woocommerce widgets products php stack trace srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules woocommerce widgets products gt render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack gt render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base gt render content srv htdocs wp content plugins elementor includes base element base php elementor widget base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor core base document php elementor element base gt print element srv htdocs wp content plugins elementor core base document php elementor core base document gt print elements array srv htdocs wp content plugins elementor includes frontend php elementor core base document gt print elements with wrapper array srv htdocs wp content plugins elementor includes frontend php elementor frontend gt get builder content wordpress core wp includes class wp hook php elementor frontend gt apply builder in content lt a href quot https wordpress core wp includes plugin php wp hook gt apply filters lt a href quot https array wordpress core wp includes rest api endpoints class wp rest posts controller php apply filters the content lt a href quot https wordpress core wp includes rest api endpoints class wp rest posts controller php wp rest posts controller gt prepare item for response object wp post object wp rest request wordpress core wp includes rest api class wp rest server php wp rest posts controller gt get items object wp rest request wordpress core wp includes rest api class wp rest server php wp rest server gt respond to request object wp rest request wp pages array null wordpress core wp includes rest api class wp rest server php wp rest server gt dispatch object wp rest request wordpress core wp includes rest api php wp rest server gt serve request wp pages wordpress core wp includes class wp hook php rest api loaded object wp wordpress core wp includes class wp hook php wp hook gt apply filters null array wordpress core wp includes plugin php wp hook gt do action array wordpress core wp includes class wp php do action ref array parse request array wordpress core wp includes class wp php wp gt parse request wordpress core wp includes functions php wp gt main wordpress core wp blog header php wp wordpress core index php require wordpress core main thrown array trace elementor core logger manager shutdown php uncaught error call to undefined function elementorpro modules woocommerce widgets wc print notices in srv htdocs wp content plugins elementor pro modules woocommerce widgets products php stack trace srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules woocommerce widgets products gt render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack gt render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base gt render content srv htdocs wp content plugins elementor includes base element base php elementor widget base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor core base document php elementor element base gt print element srv htdocs wp content plugins elementor core base document php elementor core base document gt print elements array srv htdocs wp content plugins elementor includes frontend php elementor core base document gt print elements with wrapper array srv htdocs wp content plugins elementor includes frontend php elementor frontend gt get builder content wordpress core wp includes class wp hook php elementor frontend gt apply builder in content lt a href quot https wordpress core wp includes plugin php wp hook gt apply filters lt a href quot https array wordpress core wp includes rest api endpoints class wp rest posts controller php apply filters the content lt a href quot https wordpress core wp includes rest api endpoints class wp rest posts controller php wp rest posts controller gt prepare item for response object wp post object wp rest request wordpress core wp includes rest api class wp rest server php wp rest posts controller gt get items object wp rest request wordpress core wp includes rest api class wp rest server php wp rest server gt respond to request object wp rest request wp pages array null wordpress core wp includes rest api class wp rest server php wp rest server gt dispatch object wp rest request wordpress core wp includes rest api php wp rest server gt serve request wp pages wordpress core wp includes class wp hook php rest api loaded object wp wordpress core wp includes class wp hook php wp hook gt apply filters null array wordpress core wp includes plugin php wp hook gt do action array wordpress core wp includes class wp php do action ref array parse request array wordpress core wp includes class wp php wp gt parse request wordpress core wp includes functions php wp gt main wordpress core wp blog header php wp wordpress core index php require wordpress core main thrown array trace elementor core logger manager shutdown php uncaught error call to undefined function elementorpro modules woocommerce widgets wc print notices in srv htdocs wp content plugins elementor pro modules woocommerce widgets products php stack trace srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules woocommerce widgets products gt render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack gt render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base gt render content srv htdocs wp content plugins elementor includes base element base php elementor widget base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor core base document php elementor element base gt print element srv htdocs wp content plugins elementor core base document php elementor core base document gt print elements array srv htdocs wp content plugins elementor includes frontend php elementor core base document gt print elements with wrapper array srv htdocs wp content plugins elementor includes frontend php elementor frontend gt get builder content wordpress core wp includes class wp hook php elementor frontend gt apply builder in content lt a href quot https wordpress core wp includes plugin php wp hook gt apply filters lt a href quot https array wordpress plugins wordpress seo src builders indexable link builder php apply filters the content lt a href quot https wordpress plugins wordpress seo src integrations watchers indexable post watcher php yoast wp seo builders indexable link builder gt build object yoast wp seo models indexable lt a href quot https wordpress core wp includes class wp hook php yoast wp seo integrations watchers indexable post watcher gt build indexable wordpress core wp includes class wp hook php wp hook gt apply filters null array wordpress core wp includes plugin php wp hook gt do action array wordpress core wp includes post php do action wp insert post object wp post true wordpress core wp includes post php wp insert post array true false wordpress core wp includes rest api endpoints class wp rest posts controller php wp update post array true false wordpress core wp includes rest api class wp rest server php wp rest posts controller gt update item object wp rest request wordpress core wp includes rest api class wp rest server php wp rest server gt respond to request object wp rest request wp pages array null wordpress core wp includes rest api class wp rest server php wp rest server gt dispatch object wp rest request wordpress core wp includes rest api php wp rest server gt serve request wp pages wordpress core wp includes class wp hook php rest api loaded object wp wordpress core wp includes class wp hook php wp hook gt apply filters null array wordpress core wp includes plugin php wp hook gt do action array wordpress core wp includes class wp php do action ref array parse request array wordpress core wp includes class wp php wp gt parse request wordpress core wp includes functions php wp gt main wordpress core wp blog header php wp wordpress core index php require wordpress core main thrown array trace elementor core logger manager shutdown php uncaught error call to undefined function elementorpro modules woocommerce widgets wc print notices in srv htdocs wp content plugins elementor pro modules woocommerce widgets products php stack trace srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules woocommerce widgets products gt render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack gt render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base gt render content srv htdocs wp content plugins elementor includes base element base php elementor widget base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor core base document php elementor element base gt print element srv htdocs wp content plugins elementor core base document php elementor core base document gt print elements array srv htdocs wp content plugins elementor includes frontend php elementor core base document gt print elements with wrapper array srv htdocs wp content plugins elementor includes frontend php elementor frontend gt get builder content wordpress core wp includes class wp hook php elementor frontend gt apply builder in content lt a href quot https wordpress core wp includes plugin php wp hook gt apply filters lt a href quot https array wordpress core wp includes rest api endpoints class wp rest revisions controller php apply filters the content lt a href quot https wordpress core wp includes rest api endpoints class wp rest autosaves controller php wp rest revisions controller gt prepare item for response object wp post object wp rest request wordpress core wp includes rest api endpoints class wp rest autosaves controller php wp rest autosaves controller gt prepare item for response object wp post object wp rest request wordpress core wp includes rest api class wp rest server php wp rest autosaves controller gt create item object wp rest request wordpress core wp includes rest api class wp rest server php wp rest server gt respond to request object wp rest request wp pages array null wordpress core wp includes rest api class wp rest server php wp rest server gt dispatch object wp rest request wordpress core wp includes rest api php wp rest server gt serve request wp pages wordpress core wp includes class wp hook php rest api loaded object wp wordpress core wp includes class wp hook php wp hook gt apply filters null array wordpress core wp includes plugin php wp hook gt do action array wordpress core wp includes class wp php do action ref array parse request array wordpress core wp includes class wp php wp gt parse request wordpress core wp includes functions php wp gt main wordpress core wp blog header php wp wordpress core index php require wordpress core main thrown array trace elementor core logger manager shutdown php uncaught error call to undefined function elementorpro modules woocommerce widgets wc print notices in srv htdocs wp content plugins elementor pro modules woocommerce widgets products php stack trace srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules woocommerce widgets products gt render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack gt render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base gt render content srv htdocs wp content plugins elementor includes base element base php elementor widget base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor core base document php elementor element base gt print element srv htdocs wp content plugins elementor core base document php elementor core base document gt print elements array srv htdocs wp content plugins elementor includes frontend php elementor core base document gt print elements with wrapper array srv htdocs wp content plugins elementor includes frontend php elementor frontend gt get builder content wordpress core wp includes class wp hook php elementor frontend gt apply builder in content lt a href quot https wordpress core wp includes plugin php wp hook gt apply filters lt a href quot https array wordpress core wp includes rest api endpoints class wp rest revisions controller php apply filters the content lt a href quot https wordpress core wp includes rest api endpoints class wp rest autosaves controller php wp rest revisions controller gt prepare item for response object wp post object wp rest request wordpress core wp includes rest api endpoints class wp rest autosaves controller php wp rest autosaves controller gt prepare item for response object wp post object wp rest request wordpress core wp includes rest api class wp rest server php wp rest autosaves controller gt create item object wp rest request wordpress core wp includes rest api class wp rest server php wp rest server gt respond to request object wp rest request wp pages array null wordpress core wp includes rest api class wp rest server php wp rest server gt dispatch object wp rest request wordpress core wp includes rest api php wp rest server gt serve request wp pages wordpress core wp includes class wp hook php rest api loaded object wp wordpress core wp includes class wp hook php wp hook gt apply filters null array wordpress core wp includes plugin php wp hook gt do action array wordpress core wp includes class wp php do action ref array parse request array wordpress core wp includes class wp php wp gt parse request wordpress core wp includes functions php wp gt main wordpress core wp blog header php wp wordpress core index php require wordpress core main thrown array trace elementor core logger manager shutdown php uncaught error call to undefined function elementorpro modules woocommerce widgets wc print notices in srv htdocs wp content plugins elementor pro modules woocommerce widgets products php stack trace srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules woocommerce widgets products gt render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack gt render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base gt render content srv htdocs wp content plugins elementor includes base element base php elementor widget base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor core base document php elementor element base gt print element srv htdocs wp content plugins elementor core base document php elementor core base document gt print elements array srv htdocs wp content plugins elementor includes frontend php elementor core base document gt print elements with wrapper array srv htdocs wp content plugins elementor includes frontend php elementor frontend gt get builder content wordpress core wp includes class wp hook php elementor frontend gt apply builder in content lt a href quot https wordpress core wp includes plugin php wp hook gt apply filters lt a href quot https array wordpress core wp includes rest api endpoints class wp rest revisions controller php apply filters the content lt a href quot https wordpress core wp includes rest api endpoints class wp rest autosaves controller php wp rest revisions controller gt prepare item for response object wp post object wp rest request wordpress core wp includes rest api endpoints class wp rest autosaves controller php wp rest autosaves controller gt prepare item for response object wp post object wp rest request wordpress core wp includes rest api class wp rest server php wp rest autosaves controller gt create item object wp rest request wordpress core wp includes rest api class wp rest server php wp rest server gt respond to request object wp rest request wp pages array null wordpress core wp includes rest api class wp rest server php wp rest server gt dispatch object wp rest request wordpress core wp includes rest api php wp rest server gt serve request wp pages wordpress core wp includes class wp hook php rest api loaded object wp wordpress core wp includes class wp hook php wp hook gt apply filters null array wordpress core wp includes plugin php wp hook gt do action array wordpress core wp includes class wp php do action ref array parse request array wordpress core wp includes class wp php wp gt parse request wordpress core wp includes functions php wp gt main wordpress core wp blog header php wp wordpress core index php require wordpress core main thrown array trace elementor core logger manager shutdown php trying to access array offset on value of type null array trace srv htdocs wp content plugins elementor pro modules nav menu widgets nav menu php elementor core logger manager rest error handler srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules navmenu widgets nav menu render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base render content srv htdocs wp content plugins elementor includes base element base php elementor widget base print content php trying to access array offset on value of type null array trace srv htdocs wp content plugins elementor pro modules nav menu widgets nav menu php elementor core logger manager rest error handler srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules navmenu widgets nav menu render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base render content srv htdocs wp content plugins elementor includes base element base php elementor widget base print content php trying to access array offset on value of type null array trace srv htdocs wp content plugins elementor pro modules nav menu widgets nav menu php elementor core logger manager rest error handler srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules navmenu widgets nav menu render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base render content srv htdocs wp content plugins elementor includes base element base php elementor widget base print content php trying to access array offset on value of type null array trace srv htdocs wp content plugins elementor pro modules nav menu widgets nav menu php elementor core logger manager rest error handler srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules navmenu widgets nav menu render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base render content srv htdocs wp content plugins elementor includes base element base php elementor widget base print content php trying to access array offset on value of type null array trace srv htdocs wp content plugins elementor pro modules nav menu widgets nav menu php elementor core logger manager rest error handler srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules navmenu widgets nav menu render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base render content srv htdocs wp content plugins elementor includes base element base php elementor widget base print content php trying to access array offset on value of type null array trace srv htdocs wp content plugins elementor pro modules nav menu widgets nav menu php elementor core logger manager rest error handler srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules navmenu widgets nav menu render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base render content srv htdocs wp content plugins elementor includes base element base php elementor widget base print content php trying to access array offset on value of type null array trace srv htdocs wp content plugins elementor pro modules nav menu widgets nav menu php elementor core logger manager rest error handler srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules navmenu widgets nav menu render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base render content srv htdocs wp content plugins elementor includes base element base php elementor widget base print content php trying to access array offset on value of type null array trace srv htdocs wp content plugins elementor pro modules nav menu widgets nav menu php elementor core logger manager rest error handler srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules navmenu widgets nav menu render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base render content srv htdocs wp content plugins elementor includes base element base php elementor widget base print content php uncaught error call to undefined function elementorpro modules woocommerce widgets wc print notices in srv htdocs wp content plugins elementor pro modules woocommerce widgets products php stack trace srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules woocommerce widgets products gt render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack gt render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base gt render content srv htdocs wp content plugins elementor includes base element base php elementor widget base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor core base document php elementor element base gt print element srv htdocs wp content plugins elementor core base document php elementor core base document gt print elements array srv htdocs wp content plugins elementor includes frontend php elementor core base document gt print elements with wrapper array srv htdocs wp content plugins elementor includes frontend php elementor frontend gt get builder content wordpress core wp includes class wp hook php elementor frontend gt apply builder in content lt a href quot https wordpress core wp includes plugin php wp hook gt apply filters lt a href quot https array wordpress core wp includes rest api endpoints class wp rest posts controller php apply filters the content lt a href quot https wordpress core wp includes rest api endpoints class wp rest posts controller php wp rest posts controller gt prepare item for response object wp post object wp rest request wordpress core wp includes rest api class wp rest server php wp rest posts controller gt get items object wp rest request wordpress core wp includes rest api class wp rest server php wp rest server gt respond to request object wp rest request wp pages array null wordpress core wp includes rest api class wp rest server php wp rest server gt dispatch object wp rest request wordpress core wp includes rest api php wp rest server gt serve request wp pages wordpress core wp includes class wp hook php rest api loaded object wp wordpress core wp includes class wp hook php wp hook gt apply filters null array wordpress core wp includes plugin php wp hook gt do action array wordpress core wp includes class wp php do action ref array parse request array wordpress core wp includes class wp php wp gt parse request wordpress core wp includes functions php wp gt main wordpress core wp blog header php wp wordpress core index php require wordpress core main thrown array trace elementor core logger manager shutdown php uncaught error call to undefined function elementorpro modules woocommerce widgets wc print notices in srv htdocs wp content plugins elementor pro modules woocommerce widgets products php stack trace srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules woocommerce widgets products gt render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack gt render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base gt render content srv htdocs wp content plugins elementor includes base element base php elementor widget base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor core base document php elementor element base gt print element srv htdocs wp content plugins elementor core base document php elementor core base document gt print elements array srv htdocs wp content plugins elementor includes frontend php elementor core base document gt print elements with wrapper array srv htdocs wp content plugins elementor includes frontend php elementor frontend gt get builder content wordpress core wp includes class wp hook php elementor frontend gt apply builder in content lt a href quot https wordpress core wp includes plugin php wp hook gt apply filters lt a href quot https array wordpress core wp includes rest api endpoints class wp rest posts controller php apply filters the content lt a href quot https wordpress core wp includes rest api endpoints class wp rest posts controller php wp rest posts controller gt prepare item for response object wp post object wp rest request wordpress core wp includes rest api class wp rest server php wp rest posts controller gt get items object wp rest request wordpress core wp includes rest api class wp rest server php wp rest server gt respond to request object wp rest request wp pages array null wordpress core wp includes rest api class wp rest server php wp rest server gt dispatch object wp rest request wordpress core wp includes rest api php wp rest server gt serve request wp pages wordpress core wp includes class wp hook php rest api loaded object wp wordpress core wp includes class wp hook php wp hook gt apply filters null array wordpress core wp includes plugin php wp hook gt do action array wordpress core wp includes class wp php do action ref array parse request array wordpress core wp includes class wp php wp gt parse request wordpress core wp includes functions php wp gt main wordpress core wp blog header php wp wordpress core index php require wordpress core main thrown array trace elementor core logger manager shutdown php uncaught error call to undefined function elementorpro modules woocommerce widgets wc print notices in srv htdocs wp content plugins elementor pro modules woocommerce widgets products php stack trace srv htdocs wp content plugins elementor includes base controls stack php elementorpro modules woocommerce widgets products gt render srv htdocs wp content plugins elementor includes base widget base php elementor controls stack gt render by mode srv htdocs wp content plugins elementor includes base widget base php elementor widget base gt render content srv htdocs wp content plugins elementor includes base element base php elementor widget base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor includes base element base php elementor element base gt print element srv htdocs wp content plugins elementor includes base element base php elementor element base gt print content srv htdocs wp content plugins elementor core base document php elementor element base gt print element srv htdocs wp content plugins elementor core base document php elementor core base document gt print elements array srv htdocs wp content plugins elementor includes frontend php elementor core base document gt print elements with wrapper array srv htdocs wp content plugins elementor includes frontend php elementor frontend gt get builder content wordpress core wp includes class wp hook php elementor frontend gt apply builder in content lt a href quot https wordpress core wp includes plugin php wp hook gt apply filters lt a href quot https array wordpress core wp includes rest api endpoints class wp rest posts controller php apply filters the content lt a href quot https wordpress core wp includes rest api endpoints class wp rest posts controller php wp rest posts controller gt prepare item for response object wp post object wp rest request wordpress core wp includes rest api class wp rest server php wp rest posts controller gt get items object wp rest request wordpress core wp includes rest api class wp rest server php wp rest server gt respond to request object wp rest request wp pages array null wordpress core wp includes rest api class wp rest server php wp rest server gt dispatch object wp rest request wordpress core wp includes rest api php wp rest server gt serve request wp pages wordpress core wp includes class wp hook php rest api loaded object wp wordpress core wp includes class wp hook php wp hook gt apply filters null array wordpress core wp includes plugin php wp hook gt do action array wordpress core wp includes class wp php do action ref array parse request array wordpress core wp includes class wp php wp gt parse request wordpress core wp includes functions php wp gt main wordpress core wp blog header php wp wordpress core index php require wordpress core main thrown array trace elementor core logger manager shutdown elementor compatibility tag elementor pro compatibility not specified elementor pro compatibility tag
1
3,758
6,625,700,709
IssuesEvent
2017-09-22 16:24:37
select2/select2
https://api.github.com/repos/select2/select2
closed
Dropdown displaced when using pinch zoom
accessibility compatibility
This is reproducible in the [demo page](https://select2.org/getting-started/basic-usage). Click on the first example, and then zoom in. The dropdown will become displaced. Tested on macOS Sierra with Chrome. ![image](https://user-images.githubusercontent.com/11954789/30731632-17c0603e-9fa1-11e7-9e7c-893056174195.png)
True
Dropdown displaced when using pinch zoom - This is reproducible in the [demo page](https://select2.org/getting-started/basic-usage). Click on the first example, and then zoom in. The dropdown will become displaced. Tested on macOS Sierra with Chrome. ![image](https://user-images.githubusercontent.com/11954789/30731632-17c0603e-9fa1-11e7-9e7c-893056174195.png)
comp
dropdown displaced when using pinch zoom this is reproducible in the click on the first example and then zoom in the dropdown will become displaced tested on macos sierra with chrome
1
749
2,511,602,750
IssuesEvent
2015-01-14 09:37:53
Sitefinity/feather-widgets
https://api.github.com/repos/Sitefinity/feather-widgets
reopened
News widget "As set manually" sorting option
enhancement for testing
If the chosen option (in Content tab) is to display selected items then the default sorting is "As set manually" Wireframes: http://ux.sitefinity.com/Sitefinity%20Feather/#p=list_settings
1.0
News widget "As set manually" sorting option - If the chosen option (in Content tab) is to display selected items then the default sorting is "As set manually" Wireframes: http://ux.sitefinity.com/Sitefinity%20Feather/#p=list_settings
non_comp
news widget as set manually sorting option if the chosen option in content tab is to display selected items then the default sorting is as set manually wireframes
0
247,664
7,921,774,454
IssuesEvent
2018-07-05 08:41:25
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.google.com - design is broken
browser-firefox-mobile priority-critical
<!-- @browser: Firefox Mobile 63.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:63.0) Gecko/63.0 Firefox/63.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://www.google.com/search?q=collimated+display **Browser / Version**: Firefox Mobile 63.0 **Operating System**: Android 8.0.0 **Tested Another Browser**: No **Problem type**: Design is broken **Description**: Will only display first page of search results **Steps to Reproduce**: _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.google.com - design is broken - <!-- @browser: Firefox Mobile 63.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:63.0) Gecko/63.0 Firefox/63.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://www.google.com/search?q=collimated+display **Browser / Version**: Firefox Mobile 63.0 **Operating System**: Android 8.0.0 **Tested Another Browser**: No **Problem type**: Design is broken **Description**: Will only display first page of search results **Steps to Reproduce**: _From [webcompat.com](https://webcompat.com/) with ❤️_
non_comp
design is broken url browser version firefox mobile operating system android tested another browser no problem type design is broken description will only display first page of search results steps to reproduce from with ❤️
0
14,495
17,569,904,469
IssuesEvent
2021-08-14 13:15:25
arthurbambou/Fabric---Discord-Link
https://api.github.com/repos/arthurbambou/Fabric---Discord-Link
closed
Origins enderman death message doesn't translate
bug compatibility
**Describe the bug** When an enderian dies in water, the bot outputs death.attack.hurt_by_water instead of <player> took a bath for too long. **Reproduction steps** <!-- Steps to reproduce this behaviour --> 1. Install Origins on a server 2. Install Fabric--Discord-Link 3. Play as an enderian and jump in water 4. Wait till you die 5. Look in the discord chat **Expected behaviour** Instead of death.attack.hurt_by_water there should be <player> took a bath for too long. **Additional context** <!-- This needs to be filled out! Try to reproduce your problem with as few mods as possible. --> - Minecraft version: 1.16.5 - Fabric-Discord Link version: 0.8.9 - :exclamation: A list of all mods you were using: - Dynmap - Fabric Api - Fabric Discord Link - Hydrogen - Lithium - LuckPerms - Origins - Phosphor - WorldEdit **fdlink.json** Please attach your configuration file (`fdlink.json`) here (edit the token out) ``` { "chatChannels": [ "<token>" ], "logChannels": [ "<token>" ], "webhookURL": "", "ignoreBots": true, "activityUpdateInterval": 120, "minecraftToDiscord": { "general": { "enableDebugLogs": false }, "chatChannels": { "commandPrefix": "-", "allowDiscordCommands": true, "serverStartingMessage": true, "serverStartMessage": true, "serverStopMessage": true, "serverStoppingMessage": true, "customChannelDescription": false, "minecraftToDiscordTag": false, "minecraftToDiscordDiscriminator": false, "playerMessages": true, "teamPlayerMessages": true, "joinAndLeaveMessages": true, "advancementMessages": true, "challengeMessages": true, "goalMessages": true, "deathMessages": true, "sendMeCommand": true, "sendSayCommand": true, "adminMessages": false, "atATellRaw": false, "achievementMessages": true }, "logChannels": { "serverStartingMessage": true, "serverStartMessage": true, "serverStopMessage": true, "serverStoppingMessage": true, "customChannelDescription": false, "minecraftToDiscordTag": false, "minecraftToDiscordDiscriminator": false, "playerMessages": false, "teamPlayerMessages": false, "joinAndLeaveMessages": true, "advancementMessages": false, "challengeMessages": false, "goalMessages": false, "deathMessages": true, "sendMeCommand": true, "sendSayCommand": true, "adminMessages": true, "atATellRaw": false, "achievementMessages": true } }, "discordToMinecraft": { "pingLongVersion": false }, "emojiMap": [ { "name": "example_name", "id": ":example_id:22222222" }, { "name": "example_name2", "id": ":example_id2:22222222" } ], "version": 8, "token": "<token>" } ```
True
Origins enderman death message doesn't translate - **Describe the bug** When an enderian dies in water, the bot outputs death.attack.hurt_by_water instead of <player> took a bath for too long. **Reproduction steps** <!-- Steps to reproduce this behaviour --> 1. Install Origins on a server 2. Install Fabric--Discord-Link 3. Play as an enderian and jump in water 4. Wait till you die 5. Look in the discord chat **Expected behaviour** Instead of death.attack.hurt_by_water there should be <player> took a bath for too long. **Additional context** <!-- This needs to be filled out! Try to reproduce your problem with as few mods as possible. --> - Minecraft version: 1.16.5 - Fabric-Discord Link version: 0.8.9 - :exclamation: A list of all mods you were using: - Dynmap - Fabric Api - Fabric Discord Link - Hydrogen - Lithium - LuckPerms - Origins - Phosphor - WorldEdit **fdlink.json** Please attach your configuration file (`fdlink.json`) here (edit the token out) ``` { "chatChannels": [ "<token>" ], "logChannels": [ "<token>" ], "webhookURL": "", "ignoreBots": true, "activityUpdateInterval": 120, "minecraftToDiscord": { "general": { "enableDebugLogs": false }, "chatChannels": { "commandPrefix": "-", "allowDiscordCommands": true, "serverStartingMessage": true, "serverStartMessage": true, "serverStopMessage": true, "serverStoppingMessage": true, "customChannelDescription": false, "minecraftToDiscordTag": false, "minecraftToDiscordDiscriminator": false, "playerMessages": true, "teamPlayerMessages": true, "joinAndLeaveMessages": true, "advancementMessages": true, "challengeMessages": true, "goalMessages": true, "deathMessages": true, "sendMeCommand": true, "sendSayCommand": true, "adminMessages": false, "atATellRaw": false, "achievementMessages": true }, "logChannels": { "serverStartingMessage": true, "serverStartMessage": true, "serverStopMessage": true, "serverStoppingMessage": true, "customChannelDescription": false, "minecraftToDiscordTag": false, "minecraftToDiscordDiscriminator": false, "playerMessages": false, "teamPlayerMessages": false, "joinAndLeaveMessages": true, "advancementMessages": false, "challengeMessages": false, "goalMessages": false, "deathMessages": true, "sendMeCommand": true, "sendSayCommand": true, "adminMessages": true, "atATellRaw": false, "achievementMessages": true } }, "discordToMinecraft": { "pingLongVersion": false }, "emojiMap": [ { "name": "example_name", "id": ":example_id:22222222" }, { "name": "example_name2", "id": ":example_id2:22222222" } ], "version": 8, "token": "<token>" } ```
comp
origins enderman death message doesn t translate describe the bug when an enderian dies in water the bot outputs death attack hurt by water instead of took a bath for too long reproduction steps install origins on a server install fabric discord link play as an enderian and jump in water wait till you die look in the discord chat expected behaviour instead of death attack hurt by water there should be took a bath for too long additional context minecraft version fabric discord link version exclamation a list of all mods you were using dynmap fabric api fabric discord link hydrogen lithium luckperms origins phosphor worldedit fdlink json please attach your configuration file fdlink json here edit the token out chatchannels logchannels webhookurl ignorebots true activityupdateinterval minecrafttodiscord general enabledebuglogs false chatchannels commandprefix allowdiscordcommands true serverstartingmessage true serverstartmessage true serverstopmessage true serverstoppingmessage true customchanneldescription false minecrafttodiscordtag false minecrafttodiscorddiscriminator false playermessages true teamplayermessages true joinandleavemessages true advancementmessages true challengemessages true goalmessages true deathmessages true sendmecommand true sendsaycommand true adminmessages false atatellraw false achievementmessages true logchannels serverstartingmessage true serverstartmessage true serverstopmessage true serverstoppingmessage true customchanneldescription false minecrafttodiscordtag false minecrafttodiscorddiscriminator false playermessages false teamplayermessages false joinandleavemessages true advancementmessages false challengemessages false goalmessages false deathmessages true sendmecommand true sendsaycommand true adminmessages true atatellraw false achievementmessages true discordtominecraft pinglongversion false emojimap name example name id example id name example id example version token
1
17,708
24,411,793,581
IssuesEvent
2022-10-05 12:59:45
shemetz/ZoomPanOptions
https://api.github.com/repos/shemetz/ZoomPanOptions
closed
Incompatibility issue with "Lock View" module
incompatibility
Lock View module doesn't work when ZoomPanOptions is installed.
True
Incompatibility issue with "Lock View" module - Lock View module doesn't work when ZoomPanOptions is installed.
comp
incompatibility issue with lock view module lock view module doesn t work when zoompanoptions is installed
1
15,506
19,703,264,856
IssuesEvent
2022-01-12 18:52:11
googleapis/java-analytics-admin
https://api.github.com/repos/googleapis/java-analytics-admin
opened
Your .repo-metadata.json file has a problem 🤒
type: process repo-metadata: lint
You have a problem with your .repo-metadata.json file: Result of scan 📈: * release_level must be equal to one of the allowed values in .repo-metadata.json * api_shortname 'analytics-admin' invalid in .repo-metadata.json ☝️ Once you correct these problems, you can close this issue. Reach out to **go/github-automation** if you have any questions.
1.0
Your .repo-metadata.json file has a problem 🤒 - You have a problem with your .repo-metadata.json file: Result of scan 📈: * release_level must be equal to one of the allowed values in .repo-metadata.json * api_shortname 'analytics-admin' invalid in .repo-metadata.json ☝️ Once you correct these problems, you can close this issue. Reach out to **go/github-automation** if you have any questions.
non_comp
your repo metadata json file has a problem 🤒 you have a problem with your repo metadata json file result of scan 📈 release level must be equal to one of the allowed values in repo metadata json api shortname analytics admin invalid in repo metadata json ☝️ once you correct these problems you can close this issue reach out to go github automation if you have any questions
0
10,465
12,419,606,729
IssuesEvent
2020-05-23 07:16:45
storybookjs/storybook
https://api.github.com/repos/storybookjs/storybook
closed
Module build failed with thread-loader for javascript modules
babel / webpack compatibility with other tools inactive
**Describe the bug** When javascript modules build with [thread-loader](https://github.com/webpack-contrib/thread-loader), building fails with the error: ``` ERROR in ./.storybook/generated-entry.js Module build failed (from ./node_modules/thread-loader/dist/cjs.js): Thread Loader (Worker 0) ENOENT: no such file or directory, open '/storybook-webpack-config-with-thread-loader/.storybook/generated-entry.js' at PoolWorker.fromErrorObj (/storybook-webpack-config-with-thread-loader/node_modules/thread-loader/dist/WorkerPool.js:262:12) at /storybook-webpack-config-with-thread-loader/node_modules/thread-loader/dist/WorkerPool.js:204:29 at mapSeries (/storybook-webpack-config-with-thread-loader/node_modules/neo-async/async.js:3625:14) at PoolWorker.onWorkerMessage (/storybook-webpack-config-with-thread-loader/node_modules/thread-loader/dist/WorkerPool.js:170:35) at /storybook-webpack-config-with-thread-loader/node_modules/thread-loader/dist/WorkerPool.js:152:14 at Socket.onChunk (/storybook-webpack-config-with-thread-loader/node_modules/thread-loader/dist/readBuffer.js:36:9) at Socket.emit (events.js:321:20) at Socket.Readable.read (_stream_readable.js:527:10) at Socket.read (net.js:618:39) at flow (_stream_readable.js:998:34) at emitReadable_ (_stream_readable.js:591:3) at processTicksAndRejections (internal/process/task_queues.js:83:21) @ multi ./node_modules/@storybook/core/dist/server/common/polyfills.js ./node_modules/@storybook/core/dist/server/preview/globals.js ./.storybook/generated-entry.js (webpack)-hot-middleware/client.js?reload=true&quiet=true main[2] ``` **To Reproduce** Steps to reproduce the behavior: 1. Add `thread-loader@2.1.3` dependency 2. Add `thread-loader` to javascript webpack rule 3. Run `start-storybook` **Expected behavior** There should be no error. **Code snippets** https://github.com/lozinsky/storybook-webpack-with-thread-loader **Additional context** I guess that `webpack-virtual-modules` plugin https://github.com/storybookjs/storybook/blob/3bcaaeb769ef21234837cc755a27c056092d1f00/lib/core/src/server/preview/iframe-webpack.config.js#L52-L60 is not compatible with `thread-loader`.
True
Module build failed with thread-loader for javascript modules - **Describe the bug** When javascript modules build with [thread-loader](https://github.com/webpack-contrib/thread-loader), building fails with the error: ``` ERROR in ./.storybook/generated-entry.js Module build failed (from ./node_modules/thread-loader/dist/cjs.js): Thread Loader (Worker 0) ENOENT: no such file or directory, open '/storybook-webpack-config-with-thread-loader/.storybook/generated-entry.js' at PoolWorker.fromErrorObj (/storybook-webpack-config-with-thread-loader/node_modules/thread-loader/dist/WorkerPool.js:262:12) at /storybook-webpack-config-with-thread-loader/node_modules/thread-loader/dist/WorkerPool.js:204:29 at mapSeries (/storybook-webpack-config-with-thread-loader/node_modules/neo-async/async.js:3625:14) at PoolWorker.onWorkerMessage (/storybook-webpack-config-with-thread-loader/node_modules/thread-loader/dist/WorkerPool.js:170:35) at /storybook-webpack-config-with-thread-loader/node_modules/thread-loader/dist/WorkerPool.js:152:14 at Socket.onChunk (/storybook-webpack-config-with-thread-loader/node_modules/thread-loader/dist/readBuffer.js:36:9) at Socket.emit (events.js:321:20) at Socket.Readable.read (_stream_readable.js:527:10) at Socket.read (net.js:618:39) at flow (_stream_readable.js:998:34) at emitReadable_ (_stream_readable.js:591:3) at processTicksAndRejections (internal/process/task_queues.js:83:21) @ multi ./node_modules/@storybook/core/dist/server/common/polyfills.js ./node_modules/@storybook/core/dist/server/preview/globals.js ./.storybook/generated-entry.js (webpack)-hot-middleware/client.js?reload=true&quiet=true main[2] ``` **To Reproduce** Steps to reproduce the behavior: 1. Add `thread-loader@2.1.3` dependency 2. Add `thread-loader` to javascript webpack rule 3. Run `start-storybook` **Expected behavior** There should be no error. **Code snippets** https://github.com/lozinsky/storybook-webpack-with-thread-loader **Additional context** I guess that `webpack-virtual-modules` plugin https://github.com/storybookjs/storybook/blob/3bcaaeb769ef21234837cc755a27c056092d1f00/lib/core/src/server/preview/iframe-webpack.config.js#L52-L60 is not compatible with `thread-loader`.
comp
module build failed with thread loader for javascript modules describe the bug when javascript modules build with building fails with the error error in storybook generated entry js module build failed from node modules thread loader dist cjs js thread loader worker enoent no such file or directory open storybook webpack config with thread loader storybook generated entry js at poolworker fromerrorobj storybook webpack config with thread loader node modules thread loader dist workerpool js at storybook webpack config with thread loader node modules thread loader dist workerpool js at mapseries storybook webpack config with thread loader node modules neo async async js at poolworker onworkermessage storybook webpack config with thread loader node modules thread loader dist workerpool js at storybook webpack config with thread loader node modules thread loader dist workerpool js at socket onchunk storybook webpack config with thread loader node modules thread loader dist readbuffer js at socket emit events js at socket readable read stream readable js at socket read net js at flow stream readable js at emitreadable stream readable js at processticksandrejections internal process task queues js multi node modules storybook core dist server common polyfills js node modules storybook core dist server preview globals js storybook generated entry js webpack hot middleware client js reload true quiet true main to reproduce steps to reproduce the behavior add thread loader dependency add thread loader to javascript webpack rule run start storybook expected behavior there should be no error code snippets additional context i guess that webpack virtual modules plugin is not compatible with thread loader
1
231,460
7,633,151,254
IssuesEvent
2018-05-06 00:11:30
openshift/origin
https://api.github.com/repos/openshift/origin
closed
oc cluster up --logging rewrite config to ~/.kube/config file instead append
component/cluster-up kind/bug lifecycle/rotten priority/P2
`oc cluster up --logging` currently destroy (rewrite) ~/.kube/config instead append the kube configuration. ##### Version [provide output of the `openshift version` or `oc version` command] ``` oc v3.6.0+c4dd4cf kubernetes v1.6.1+5115d708d7 features: Basic-Auth GSSAPI Kerberos SPNEGO ``` ##### Steps To Reproduce 1. Check your current `~/.kube/config` file. ``` $ cat ~/.kube/config | wc -l 76 ``` 2. Start oc cluster up using `logging` option ``` $ oc cluster up --logging [...] OpenShift server started. The server is accessible via web console at: https://127.0.0.1:8443 The kibana logging UI is available at: https://kibana-logging.127.0.0.1.nip.io You are logged in as: User: developer Password: <any value> To login as administrator: oc login -u system:admin ``` 3. Check again your `~/.kube/config` file content. ``` $ cat ~/.kube/config | wc -l 38 ``` ##### Current Result oc cluster up rewrite existing `~/.kube/config` file instead append. ##### Expected Result config should be appended.
1.0
oc cluster up --logging rewrite config to ~/.kube/config file instead append - `oc cluster up --logging` currently destroy (rewrite) ~/.kube/config instead append the kube configuration. ##### Version [provide output of the `openshift version` or `oc version` command] ``` oc v3.6.0+c4dd4cf kubernetes v1.6.1+5115d708d7 features: Basic-Auth GSSAPI Kerberos SPNEGO ``` ##### Steps To Reproduce 1. Check your current `~/.kube/config` file. ``` $ cat ~/.kube/config | wc -l 76 ``` 2. Start oc cluster up using `logging` option ``` $ oc cluster up --logging [...] OpenShift server started. The server is accessible via web console at: https://127.0.0.1:8443 The kibana logging UI is available at: https://kibana-logging.127.0.0.1.nip.io You are logged in as: User: developer Password: <any value> To login as administrator: oc login -u system:admin ``` 3. Check again your `~/.kube/config` file content. ``` $ cat ~/.kube/config | wc -l 38 ``` ##### Current Result oc cluster up rewrite existing `~/.kube/config` file instead append. ##### Expected Result config should be appended.
non_comp
oc cluster up logging rewrite config to kube config file instead append oc cluster up logging currently destroy rewrite kube config instead append the kube configuration version oc kubernetes features basic auth gssapi kerberos spnego steps to reproduce check your current kube config file cat kube config wc l start oc cluster up using logging option oc cluster up logging openshift server started the server is accessible via web console at the kibana logging ui is available at you are logged in as user developer password to login as administrator oc login u system admin check again your kube config file content cat kube config wc l current result oc cluster up rewrite existing kube config file instead append expected result config should be appended
0
260,157
8,204,461,137
IssuesEvent
2018-09-03 06:39:25
mozilla/addons-server
https://api.github.com/repos/mozilla/addons-server
closed
Separator line is not correctly displayed on the second page of the theme wizard submission
component: devhub contrib: assigned contrib: good first bug contrib: mentor assigned priority: p5 project: static themes
STR: 1. Go to dev hub to submit a static theme using the theme wizard. 2. Check the display of the separator line before the Cancel and Disable Version and Submit version at the bottom of the page. Expected result: There is some space between the licence section , line and the buttons. Actual results: Separator line is right next to the licence section, has no space. Notes: This issue is reproducible on AMO dev with FF59(Win10). ![separator line](https://user-images.githubusercontent.com/33448286/38201239-3e2a77f0-36a0-11e8-921b-8ee9b25cc88b.png)
1.0
Separator line is not correctly displayed on the second page of the theme wizard submission - STR: 1. Go to dev hub to submit a static theme using the theme wizard. 2. Check the display of the separator line before the Cancel and Disable Version and Submit version at the bottom of the page. Expected result: There is some space between the licence section , line and the buttons. Actual results: Separator line is right next to the licence section, has no space. Notes: This issue is reproducible on AMO dev with FF59(Win10). ![separator line](https://user-images.githubusercontent.com/33448286/38201239-3e2a77f0-36a0-11e8-921b-8ee9b25cc88b.png)
non_comp
separator line is not correctly displayed on the second page of the theme wizard submission str go to dev hub to submit a static theme using the theme wizard check the display of the separator line before the cancel and disable version and submit version at the bottom of the page expected result there is some space between the licence section line and the buttons actual results separator line is right next to the licence section has no space notes this issue is reproducible on amo dev with
0
9,740
11,795,013,514
IssuesEvent
2020-03-18 08:03:44
jenkinsci/configuration-as-code-plugin
https://api.github.com/repos/jenkinsci/configuration-as-code-plugin
closed
Usuck
plugin-compatibility
[jenkins-jira]: https://issues.jenkins-ci.org [dashboard]: https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=18341 [contributing]: ../blob/master/docs/CONTRIBUTING.md [compatibility]: ../blob/master/docs/COMPATIBILITY.md ### Your checklist for this issue 🚨 Please review the [guidelines for contributing][contributing] to this repository. 💡 To better understand plugin compatibility issues, you can [read more here][compatibility] <!-- Here is a link to get you started with creating the issue over at Jenkins JIRA https://issues.jenkins-ci.org/secure/CreateIssueDetails!init.jspa?pid=10172&issuetype=1&summary=Cannot+configure+X+plugin+with+JCasC&labels=jcasc-compatibility --> - [ ] Create an issue on [issues.jenkins-ci.org][jenkins-jira], set the component to the plugin you are reporting it against - [ ] Before creating an issue on [Jenkins JIRA][jenkins-jira], check for [an existing one via dashboard][dashboard] - [x] Link to [Jenkins JIRA issue][jenkins-jira] - [x] Ensure [Jenkins JIRA issue][jenkins-jira] has the label `jcasc-compatibility` - [x] Link to plugin's GitHub repository <!-- Put an `x` into the [ ] to show you have filled the information below Describe your issue below -->u ### Description Please describe your issue here. I'm being stopped
True
Usuck - [jenkins-jira]: https://issues.jenkins-ci.org [dashboard]: https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=18341 [contributing]: ../blob/master/docs/CONTRIBUTING.md [compatibility]: ../blob/master/docs/COMPATIBILITY.md ### Your checklist for this issue 🚨 Please review the [guidelines for contributing][contributing] to this repository. 💡 To better understand plugin compatibility issues, you can [read more here][compatibility] <!-- Here is a link to get you started with creating the issue over at Jenkins JIRA https://issues.jenkins-ci.org/secure/CreateIssueDetails!init.jspa?pid=10172&issuetype=1&summary=Cannot+configure+X+plugin+with+JCasC&labels=jcasc-compatibility --> - [ ] Create an issue on [issues.jenkins-ci.org][jenkins-jira], set the component to the plugin you are reporting it against - [ ] Before creating an issue on [Jenkins JIRA][jenkins-jira], check for [an existing one via dashboard][dashboard] - [x] Link to [Jenkins JIRA issue][jenkins-jira] - [x] Ensure [Jenkins JIRA issue][jenkins-jira] has the label `jcasc-compatibility` - [x] Link to plugin's GitHub repository <!-- Put an `x` into the [ ] to show you have filled the information below Describe your issue below -->u ### Description Please describe your issue here. I'm being stopped
comp
usuck blob master docs contributing md blob master docs compatibility md your checklist for this issue 🚨 please review the to this repository 💡 to better understand plugin compatibility issues you can here is a link to get you started with creating the issue over at jenkins jira create an issue on set the component to the plugin you are reporting it against before creating an issue on check for link to ensure has the label jcasc compatibility link to plugin s github repository put an x into the to show you have filled the information below describe your issue below u description please describe your issue here i m being stopped
1
11,567
13,578,232,011
IssuesEvent
2020-09-20 06:31:22
5zig-reborn/The-5zig-Mod
https://api.github.com/repos/5zig-reborn/The-5zig-Mod
opened
[Mod Compat] [Bug] Game Crashes on Startup with Patcher (Sk1er) (1.8.9) and Replay Mod (1.8.9). (5zig 1.8.9 latest is installed)
Compatibility
**What mod is causing it?** This issue occurs with both Patcher (Sk1er) and The Replay Mod installed. I was unable to locate an up to date github for Patcher, but the Replay Mod github is here: https://github.com/ReplayMod/ReplayMod The latest releases of all 3 mods were used, all on version 1.8.9: Replay Mod Version 2.4.4: https://www.replaymod.com/download/ Patcher Version 1.3: https://sk1er.club/mods/patcher 5zig Version 3.14.0: https://5zigreborn.eu/downloads/ **Describe the bug** The game crashes on startup, given that all 3 mods are installed. The following crash log appears: https://paste.ee/p/GYcWl **To Reproduce** Steps to reproduce the behavior: 1. Install Minecraft Forge (Version 1.8.9 - 11.15.1.2318, **not** 1.8.9 - 11.15.1.1722) 2. Move all 3 mods listed to mods folder 3. Attempt to launch the game 4. Crash before the Minecraft window even opens **Expected behavior** The game should launch and be playable, as these mods all work with 2/3 installed. However, this does not happen. **Screenshots** Proof that that these mods work without having all three: Replay and 5zig: ![2020-09-19_21 38 53](https://user-images.githubusercontent.com/53496153/93704903-15d8f080-facd-11ea-8546-40c4d18907ec.png) 5zig and Patcher (difficult to show due to Patcher adding nothing to the menu. Both screenshots taken in same instance): ![2020-09-19_23 05 54](https://user-images.githubusercontent.com/53496153/93704999-63a22880-face-11ea-980c-234e4bbd0a23.png) ![2020-09-19_23 07 29](https://user-images.githubusercontent.com/53496153/93705002-6ac93680-face-11ea-98bc-5a6497db3f3d.png) (also note that OpenEye was left over from when Replay Mod was installed, and did not affect the crash) Replay and Patcher: ![2020-09-19_21 41 19](https://user-images.githubusercontent.com/53496153/93705102-5a658b80-facf-11ea-8669-03cb0214238c.png) **Desktop (please complete the following information):** - OS: Windows 10 - Version: 5zig 3.14.0 (This may not be what goes here, please let me know if I'm wrong) **Additional context** This was tested on MultiMC, but the issue still occurs with the vanilla launcher. The latest version of forge for 1.8.9 was used. I believe that this is a Mixin issue, as most of the errors near the end of the crash log contain both this mod's name and a mixin version error. What is strange is that all 3 mods work just fine with only 2/3 installed. It is only when the third mod is added that the crash occurs.
True
[Mod Compat] [Bug] Game Crashes on Startup with Patcher (Sk1er) (1.8.9) and Replay Mod (1.8.9). (5zig 1.8.9 latest is installed) - **What mod is causing it?** This issue occurs with both Patcher (Sk1er) and The Replay Mod installed. I was unable to locate an up to date github for Patcher, but the Replay Mod github is here: https://github.com/ReplayMod/ReplayMod The latest releases of all 3 mods were used, all on version 1.8.9: Replay Mod Version 2.4.4: https://www.replaymod.com/download/ Patcher Version 1.3: https://sk1er.club/mods/patcher 5zig Version 3.14.0: https://5zigreborn.eu/downloads/ **Describe the bug** The game crashes on startup, given that all 3 mods are installed. The following crash log appears: https://paste.ee/p/GYcWl **To Reproduce** Steps to reproduce the behavior: 1. Install Minecraft Forge (Version 1.8.9 - 11.15.1.2318, **not** 1.8.9 - 11.15.1.1722) 2. Move all 3 mods listed to mods folder 3. Attempt to launch the game 4. Crash before the Minecraft window even opens **Expected behavior** The game should launch and be playable, as these mods all work with 2/3 installed. However, this does not happen. **Screenshots** Proof that that these mods work without having all three: Replay and 5zig: ![2020-09-19_21 38 53](https://user-images.githubusercontent.com/53496153/93704903-15d8f080-facd-11ea-8546-40c4d18907ec.png) 5zig and Patcher (difficult to show due to Patcher adding nothing to the menu. Both screenshots taken in same instance): ![2020-09-19_23 05 54](https://user-images.githubusercontent.com/53496153/93704999-63a22880-face-11ea-980c-234e4bbd0a23.png) ![2020-09-19_23 07 29](https://user-images.githubusercontent.com/53496153/93705002-6ac93680-face-11ea-98bc-5a6497db3f3d.png) (also note that OpenEye was left over from when Replay Mod was installed, and did not affect the crash) Replay and Patcher: ![2020-09-19_21 41 19](https://user-images.githubusercontent.com/53496153/93705102-5a658b80-facf-11ea-8669-03cb0214238c.png) **Desktop (please complete the following information):** - OS: Windows 10 - Version: 5zig 3.14.0 (This may not be what goes here, please let me know if I'm wrong) **Additional context** This was tested on MultiMC, but the issue still occurs with the vanilla launcher. The latest version of forge for 1.8.9 was used. I believe that this is a Mixin issue, as most of the errors near the end of the crash log contain both this mod's name and a mixin version error. What is strange is that all 3 mods work just fine with only 2/3 installed. It is only when the third mod is added that the crash occurs.
comp
game crashes on startup with patcher and replay mod latest is installed what mod is causing it this issue occurs with both patcher and the replay mod installed i was unable to locate an up to date github for patcher but the replay mod github is here the latest releases of all mods were used all on version replay mod version patcher version version describe the bug the game crashes on startup given that all mods are installed the following crash log appears to reproduce steps to reproduce the behavior install minecraft forge version not move all mods listed to mods folder attempt to launch the game crash before the minecraft window even opens expected behavior the game should launch and be playable as these mods all work with installed however this does not happen screenshots proof that that these mods work without having all three replay and and patcher difficult to show due to patcher adding nothing to the menu both screenshots taken in same instance also note that openeye was left over from when replay mod was installed and did not affect the crash replay and patcher desktop please complete the following information os windows version this may not be what goes here please let me know if i m wrong additional context this was tested on multimc but the issue still occurs with the vanilla launcher the latest version of forge for was used i believe that this is a mixin issue as most of the errors near the end of the crash log contain both this mod s name and a mixin version error what is strange is that all mods work just fine with only installed it is only when the third mod is added that the crash occurs
1
13,879
16,601,450,082
IssuesEvent
2021-06-01 20:04:48
pytroll/satpy
https://api.github.com/repos/pytroll/satpy
opened
Move fci_l1c_fdhsi reader from pending to full deprecation
backwards-incompatibility blocked component:readers
## Feature Request **Is your feature request related to a problem? Please describe.** The `fci_l1c_fdhsi` reader has been renamed to `fci_l1c_nc` in https://github.com/pytroll/satpy/pull/1712. It has been temporarily added to the `PENDING_OLD_READER_NAMES`, such that users using the old name get just a `FutureWarning` and have time for a gentle transition until the old reader name is fully deprecated. This issue is a reminder to send `fci_l1c_fdhsi` to the `OLD_READER_NAMES` once enough notice time has passed, and later on remove it also from there. **Describe any changes to existing user workflow** When the reader will be moved to the `OLD_READER_NAMES`, users will get a hard `ValueError` and will not be able to use the old name any further. **Additional context** To proceed with the deprecation, it's probably best to wait at least until EUMETSAT updates the reader name in the Pytroll section of its Product User Guide for FCI. See link in https://www.eumetsat.int/mtg-test-data (current version is: https://www-cdn.eumetsat.int/files/2020-07/pdf_mtg_fci_l1_pug.pdf (V1J)).
True
Move fci_l1c_fdhsi reader from pending to full deprecation - ## Feature Request **Is your feature request related to a problem? Please describe.** The `fci_l1c_fdhsi` reader has been renamed to `fci_l1c_nc` in https://github.com/pytroll/satpy/pull/1712. It has been temporarily added to the `PENDING_OLD_READER_NAMES`, such that users using the old name get just a `FutureWarning` and have time for a gentle transition until the old reader name is fully deprecated. This issue is a reminder to send `fci_l1c_fdhsi` to the `OLD_READER_NAMES` once enough notice time has passed, and later on remove it also from there. **Describe any changes to existing user workflow** When the reader will be moved to the `OLD_READER_NAMES`, users will get a hard `ValueError` and will not be able to use the old name any further. **Additional context** To proceed with the deprecation, it's probably best to wait at least until EUMETSAT updates the reader name in the Pytroll section of its Product User Guide for FCI. See link in https://www.eumetsat.int/mtg-test-data (current version is: https://www-cdn.eumetsat.int/files/2020-07/pdf_mtg_fci_l1_pug.pdf (V1J)).
comp
move fci fdhsi reader from pending to full deprecation feature request is your feature request related to a problem please describe the fci fdhsi reader has been renamed to fci nc in it has been temporarily added to the pending old reader names such that users using the old name get just a futurewarning and have time for a gentle transition until the old reader name is fully deprecated this issue is a reminder to send fci fdhsi to the old reader names once enough notice time has passed and later on remove it also from there describe any changes to existing user workflow when the reader will be moved to the old reader names users will get a hard valueerror and will not be able to use the old name any further additional context to proceed with the deprecation it s probably best to wait at least until eumetsat updates the reader name in the pytroll section of its product user guide for fci see link in current version is
1
11,966
14,107,159,861
IssuesEvent
2020-11-06 15:54:33
HugoZink/IreNFist
https://api.github.com/repos/HugoZink/IreNFist
closed
(Bug?) Previously "cosmetic" weapon parts now have stats
bug mod compatibility
![20201106123824_1](https://user-images.githubusercontent.com/34880333/98351154-62509f00-202d-11eb-8a8a-467e98108fe4.jpg) ![20201106123841_1](https://user-images.githubusercontent.com/34880333/98351158-6381cc00-202d-11eb-8b6e-81dc40ed0d1c.jpg) ![20201106123847_1](https://user-images.githubusercontent.com/34880333/98351162-641a6280-202d-11eb-82fd-f3c5faa2d70f.jpg) I thought that it was intended, but ``` -- Thrust Primus self.parts.wpn_fps_upg_ass_m4_upper_reciever_core.stats = deep_clone(nostats) -- Thrust Secundus self.parts.wpn_fps_upg_ass_m4_lower_reciever_core.stats = deep_clone(nostats) ``` they still have no stats in .lua. Did something wrong happened when you moved custom parts in separate file, or is it just me?
True
(Bug?) Previously "cosmetic" weapon parts now have stats - ![20201106123824_1](https://user-images.githubusercontent.com/34880333/98351154-62509f00-202d-11eb-8a8a-467e98108fe4.jpg) ![20201106123841_1](https://user-images.githubusercontent.com/34880333/98351158-6381cc00-202d-11eb-8b6e-81dc40ed0d1c.jpg) ![20201106123847_1](https://user-images.githubusercontent.com/34880333/98351162-641a6280-202d-11eb-82fd-f3c5faa2d70f.jpg) I thought that it was intended, but ``` -- Thrust Primus self.parts.wpn_fps_upg_ass_m4_upper_reciever_core.stats = deep_clone(nostats) -- Thrust Secundus self.parts.wpn_fps_upg_ass_m4_lower_reciever_core.stats = deep_clone(nostats) ``` they still have no stats in .lua. Did something wrong happened when you moved custom parts in separate file, or is it just me?
comp
bug previously cosmetic weapon parts now have stats i thought that it was intended but thrust primus self parts wpn fps upg ass upper reciever core stats deep clone nostats thrust secundus self parts wpn fps upg ass lower reciever core stats deep clone nostats they still have no stats in lua did something wrong happened when you moved custom parts in separate file or is it just me
1
339,937
30,486,956,103
IssuesEvent
2023-07-18 03:35:56
idugan100/UniversityVoices
https://api.github.com/repos/idugan100/UniversityVoices
closed
Automated Testing for Page Views
testing
Automated testing for each page 1. Page is reachable (route works) 2. Usage is tracked properly
1.0
Automated Testing for Page Views - Automated testing for each page 1. Page is reachable (route works) 2. Usage is tracked properly
non_comp
automated testing for page views automated testing for each page page is reachable route works usage is tracked properly
0
12,652
14,939,264,800
IssuesEvent
2021-01-25 16:44:24
JuliaReach/LazySets.jl
https://api.github.com/repos/JuliaReach/LazySets.jl
closed
Avoid deprecated field access in ModelingToolkit code
compatibility :handshake:
```julia julia> using LazySets, ModelingToolkit julia> var = @variables x[1:10]; Hyperplane(x[1] + x[2] == 1/2, var) ┌ Warning: `x.op` is deprecated, use `operation(x)` instead │ caller = _is_hyperplane(::Term{Bool}) at Hyperplane.jl:491 └ @ LazySets ~/.julia/dev/LazySets/src/Sets/Hyperplane.jl:491 ┌ Warning: `x.args` is deprecated, use `arguments(x)` instead │ caller = _is_hyperplane(::Term{Bool}) at Hyperplane.jl:494 └ @ LazySets ~/.julia/dev/LazySets/src/Sets/Hyperplane.jl:494 Hyperplane{Float64,Array{Float64,1}}([1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 0.5) ```
True
Avoid deprecated field access in ModelingToolkit code - ```julia julia> using LazySets, ModelingToolkit julia> var = @variables x[1:10]; Hyperplane(x[1] + x[2] == 1/2, var) ┌ Warning: `x.op` is deprecated, use `operation(x)` instead │ caller = _is_hyperplane(::Term{Bool}) at Hyperplane.jl:491 └ @ LazySets ~/.julia/dev/LazySets/src/Sets/Hyperplane.jl:491 ┌ Warning: `x.args` is deprecated, use `arguments(x)` instead │ caller = _is_hyperplane(::Term{Bool}) at Hyperplane.jl:494 └ @ LazySets ~/.julia/dev/LazySets/src/Sets/Hyperplane.jl:494 Hyperplane{Float64,Array{Float64,1}}([1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 0.5) ```
comp
avoid deprecated field access in modelingtoolkit code julia julia using lazysets modelingtoolkit julia var variables x hyperplane x x var ┌ warning x op is deprecated use operation x instead │ caller is hyperplane term bool at hyperplane jl └ lazysets julia dev lazysets src sets hyperplane jl ┌ warning x args is deprecated use arguments x instead │ caller is hyperplane term bool at hyperplane jl └ lazysets julia dev lazysets src sets hyperplane jl hyperplane array
1
55,018
13,502,702,569
IssuesEvent
2020-09-13 09:52:30
koto-bank/lbge
https://api.github.com/repos/koto-bank/lbge
opened
Return osx checks to travis
build pipeline
Due to roswel being broken, we temporary switched to cl-travis, which doesn't support OSX.
1.0
Return osx checks to travis - Due to roswel being broken, we temporary switched to cl-travis, which doesn't support OSX.
non_comp
return osx checks to travis due to roswel being broken we temporary switched to cl travis which doesn t support osx
0
690,869
23,675,504,749
IssuesEvent
2022-08-28 02:27:02
apache/hudi
https://api.github.com/repos/apache/hudi
closed
[SUPPORT] - Deltastreamer not shutting down properly
priority:critical deltastreamer
Running Deltastreamer with Cloudwatch Metrics isn't shutting down properly. This is in NON continous mode. DeltaSync and spark context say they are closing, but the JVM is not exiting, everything seems to be in a waiting/hung state except for Cloudwatch metrics which still tries to send metrics every minute. **To Reproduce** Steps to reproduce the behavior: 1. Run Deltastreamer in non-continuous mode, with a metrics provider (only tested with Cloudwatch). **Expected behavior** Expect that everything shutsdown and the JVM exits. Deltastreamer runs a single sync, but the JVM never fully exits, so kubernetes doesn't complete the job. **Environment Description** * Hudi version : 0.10.1 * Spark version : 3.2.1 * Hive version : * Hadoop version : * Storage (HDFS/S3/GCS..) : S3 * Running on Docker? (yes/no) : yes (Kubernetes EKS job) **Additional context** Add any other context about the problem here. **Stacktrace** ```22/05/18 18:37:25 DEBUG PoolingHttpClientConnectionManager: Connection [id: 27][route: {s}->https://sqs.us-east-1.amazonaws.com:443] can be kept alive for 60.0 seconds 22/05/18 18:37:25 DEBUG DefaultManagedHttpClientConnection: http-outgoing-27: set socket timeout to 0 22/05/18 18:37:25 DEBUG PoolingHttpClientConnectionManager: Connection released: [id: 27][route: {s}->https://sqs.us-east-1.amazonaws.com:443][total available: 1; route allocated: 1 of 50; total allocated: 1 of 50] 22/05/18 18:37:25 DEBUG request: Received successful response: 200, AWS Request ID: 354cb537-78f6-5937-87a1-efc847d357ff 22/05/18 18:37:25 DEBUG requestId: x-amzn-RequestId: 354cb537-78f6-5937-87a1-efc847d357ff 22/05/18 18:37:25 INFO CloudObjectsSelector: Successfully deleted 2 messages from queue. 22/05/18 18:37:25 INFO DeltaSync: Shutting down embedded timeline server 22/05/18 18:37:25 INFO EmbeddedTimelineService: Closing Timeline server 22/05/18 18:37:25 INFO TimelineService: Closing Timeline Service 22/05/18 18:37:25 INFO Javalin: Stopping Javalin ... 22/05/18 18:37:25 DEBUG AbstractEndPoint: close SocketChannelEndPoint@6df6feed{/10.21.162.96:49092<->/10.21.162.96:36215,OPEN,fill=FI,flush=-,to=3643/30000}{io=1/1,kio=1,kro=1}->HttpConnection@553bdf11[p=HttpParser{s=START,0 of -1},g=HttpGenerator@fe052cd{s=START}]=>HttpChannelOverHttp@6207e95f{r=4,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG AbstractEndPoint: close(null) SocketChannelEndPoint@6df6feed{/10.21.162.96:49092<->/10.21.162.96:36215,OPEN,fill=FI,flush=-,to=3643/30000}{io=1/1,kio=1,kro=1}->HttpConnection@553bdf11[p=HttpParser{s=START,0 of -1},g=HttpGenerator@fe052cd{s=START}]=>HttpChannelOverHttp@6207e95f{r=4,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG ChannelEndPoint: doClose SocketChannelEndPoint@6df6feed{/10.21.162.96:49092<->/10.21.162.96:36215,CLOSED,fill=FI,flush=-,to=3643/30000}{io=1/1,kio=1,kro=1}->HttpConnection@553bdf11[p=HttpParser{s=START,0 of -1},g=HttpGenerator@fe052cd{s=START}]=>HttpChannelOverHttp@6207e95f{r=4,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG WriteFlusher: ignored: WriteFlusher@19b123e1{IDLE}->null java.nio.channels.ClosedChannelException at org.apache.hudi.org.apache.jetty.io.WriteFlusher.onClose(WriteFlusher.java:502) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.apache.hudi.org.apache.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.apache.hudi.org.apache.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.apache.hudi.org.apache.jetty.io.ManagedSelector.closeNoExceptions(ManagedSelector.java:252) at org.apache.hudi.org.apache.jetty.io.ManagedSelector.access$1400(ManagedSelector.java:61) at org.apache.hudi.org.apache.jetty.io.ManagedSelector$CloseConnections.update(ManagedSelector.java:868) at org.apache.hudi.org.apache.jetty.io.ManagedSelector$SelectorProducer.processUpdates(ManagedSelector.java:428) at org.apache.hudi.org.apache.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:399) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.apache.hudi.org.apache.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) at java.lang.Thread.run(Thread.java:748) 22/05/18 18:37:25 DEBUG FillInterest: onClose FillInterest@52f00f7f{AC.ReadCB@553bdf11{HttpConnection@553bdf11::SocketChannelEndPoint@6df6feed{/10.21.162.96:49092<->/10.21.162.96:36215,CLOSED,fill=FI,flush=-,to=3644/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@553bdf11[p=HttpParser{s=START,0 of -1},g=HttpGenerator@fe052cd{s=START}]=>HttpChannelOverHttp@6207e95f{r=4,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 22/05/18 18:37:25 DEBUG HttpParser: close HttpParser{s=START,0 of -1} 22/05/18 18:37:25 DEBUG HttpParser: START --> CLOSE 22/05/18 18:37:25 DEBUG AbstractConnection: HttpConnection@553bdf11::SocketChannelEndPoint@6df6feed{/10.21.162.96:49092<->/10.21.162.96:36215,CLOSED,fill=-,flush=-,to=3644/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@553bdf11[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@fe052cd{s=START}]=>HttpChannelOverHttp@6207e95f{r=4,c=false,c=false/false,a=IDLE,uri=null,age=0} onFillInterestedFailed {} 22/05/18 18:37:25 DEBUG AbstractEndPoint: close SocketChannelEndPoint@e728197{/10.21.163.6:37826<->/10.21.162.96:36215,OPEN,fill=FI,flush=-,to=2737/30000}{io=1/1,kio=1,kro=1}->HttpConnection@42d9a4e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@583dfb1d{s=START}]=>HttpChannelOverHttp@44adb2ea{r=5,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG AbstractEndPoint: close(null) SocketChannelEndPoint@e728197{/10.21.163.6:37826<->/10.21.162.96:36215,OPEN,fill=FI,flush=-,to=2737/30000}{io=1/1,kio=1,kro=1}->HttpConnection@42d9a4e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@583dfb1d{s=START}]=>HttpChannelOverHttp@44adb2ea{r=5,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG ChannelEndPoint: doClose SocketChannelEndPoint@e728197{/10.21.163.6:37826<->/10.21.162.96:36215,CLOSED,fill=FI,flush=-,to=2737/30000}{io=1/1,kio=1,kro=1}->HttpConnection@42d9a4e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@583dfb1d{s=START}]=>HttpChannelOverHttp@44adb2ea{r=5,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG AbstractConnection: onClose HttpConnection@553bdf11::SocketChannelEndPoint@6df6feed{/10.21.162.96:49092<->/10.21.162.96:36215,CLOSED,fill=-,flush=-,to=3644/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@553bdf11[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@fe052cd{s=START}]=>HttpChannelOverHttp@6207e95f{r=4,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG WriteFlusher: ignored: WriteFlusher@3f6b52f8{IDLE}->null java.nio.channels.ClosedChannelException at org.apache.hudi.org.apache.jetty.io.WriteFlusher.onClose(WriteFlusher.java:502) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.apache.hudi.org.apache.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.apache.hudi.org.apache.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.apache.hudi.org.apache.jetty.io.ManagedSelector.closeNoExceptions(ManagedSelector.java:252) at org.apache.hudi.org.apache.jetty.io.ManagedSelector.access$1400(ManagedSelector.java:61) at org.apache.hudi.org.apache.jetty.io.ManagedSelector$CloseConnections.update(ManagedSelector.java:868) at org.apache.hudi.org.apache.jetty.io.ManagedSelector$SelectorProducer.processUpdates(ManagedSelector.java:428) at org.apache.hudi.org.apache.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:399) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.apache.hudi.org.apache.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) at java.lang.Thread.run(Thread.java:748) 22/05/18 18:37:25 DEBUG FillInterest: onClose FillInterest@712e2812{AC.ReadCB@42d9a4e8{HttpConnection@42d9a4e8::SocketChannelEndPoint@e728197{/10.21.163.6:37826<->/10.21.162.96:36215,CLOSED,fill=FI,flush=-,to=2737/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@42d9a4e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@583dfb1d{s=START}]=>HttpChannelOverHttp@44adb2ea{r=5,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 22/05/18 18:37:25 DEBUG HttpParser: close HttpParser{s=START,0 of -1} 22/05/18 18:37:25 DEBUG HttpParser: START --> CLOSE 22/05/18 18:37:25 DEBUG AbstractConnection: HttpConnection@42d9a4e8::SocketChannelEndPoint@e728197{/10.21.163.6:37826<->/10.21.162.96:36215,CLOSED,fill=-,flush=-,to=2737/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@42d9a4e8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@583dfb1d{s=START}]=>HttpChannelOverHttp@44adb2ea{r=5,c=false,c=false/false,a=IDLE,uri=null,age=0} onFillInterestedFailed {} 22/05/18 18:37:25 DEBUG AbstractConnection: onClose HttpConnection@42d9a4e8::SocketChannelEndPoint@e728197{/10.21.163.6:37826<->/10.21.162.96:36215,CLOSED,fill=-,flush=-,to=2738/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@42d9a4e8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@583dfb1d{s=START}]=>HttpChannelOverHttp@44adb2ea{r=5,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 INFO Javalin: Javalin has stopped 22/05/18 18:37:25 INFO TimelineService: Closed Timeline Service 22/05/18 18:37:25 INFO EmbeddedTimelineService: Closed Timeline server 22/05/18 18:37:25 INFO HoodieDeltaStreamer: Shut down delta streamer 22/05/18 18:37:25 INFO SparkUI: Stopped Spark web UI at http://tenantconfig-meta-table-job:4040 22/05/18 18:37:25 INFO KubernetesClusterSchedulerBackend: Shutting down all executors 22/05/18 18:37:25 INFO KubernetesClusterSchedulerBackend$KubernetesDriverEndpoint: Asking each executor to shut down 22/05/18 18:37:25 DEBUG AbstractWatchManager: Force closing the watch io.fabric8.kubernetes.client.dsl.internal.WatchConnectionManager@2c822a91 22/05/18 18:37:25 WARN ExecutorPodsWatchSnapshotSource: Kubernetes client has been closed. 22/05/18 18:37:25 DEBUG AbstractWatchManager: Closing websocket okhttp3.internal.ws.RealWebSocket@c20fbe0 22/05/18 18:37:25 DEBUG AbstractWatchManager: Closing ExecutorService 22/05/18 18:37:25 DEBUG WatcherWebSocketListener: Socket closing: 22/05/18 18:37:25 DEBUG WatcherWebSocketListener: WebSocket close received. code: 1000, reason: 22/05/18 18:37:25 DEBUG WatcherWebSocketListener: Ignoring onClose for already closed/closing websocket 22/05/18 18:37:25 INFO MapOutputTrackerMasterEndpoint: MapOutputTrackerMasterEndpoint stopped! 22/05/18 18:37:25 INFO MemoryStore: MemoryStore cleared 22/05/18 18:37:25 INFO BlockManager: BlockManager stopped 22/05/18 18:37:25 INFO BlockManagerMaster: BlockManagerMaster stopped 22/05/18 18:37:25 INFO OutputCommitCoordinator$OutputCommitCoordinatorEndpoint: OutputCommitCoordinator stopped! 22/05/18 18:37:25 INFO SparkContext: Successfully stopped SparkContext 22/05/18 18:37:27 DEBUG PoolThreadCache: Freed 11 thread-local buffer(s) from thread: shuffle-server-7-1 22/05/18 18:37:27 DEBUG PoolThreadCache: Freed 13 thread-local buffer(s) from thread: rpc-server-4-1 22/05/18 18:38:19 DEBUG PoolingHttpClientConnectionManager: Closing connections idle longer than 60000 MILLISECONDS 22/05/18 18:38:19 DEBUG PoolingHttpClientConnectionManager: Closing connections idle longer than 60000 MILLISECONDS 22/05/18 18:38:19 DEBUG DefaultManagedHttpClientConnection: http-outgoing-7: Close connection 22/05/18 18:38:19 DEBUG SdkSSLSocket: shutting down output of sts.amazonaws.com/209.54.177.164:443 22/05/18 18:38:19 DEBUG SdkSSLSocket: closing sts.amazonaws.com/209.54.177.164:443 22/05/18 18:38:19 DEBUG PoolingHttpClientConnectionManager: Closing connections idle longer than 60000 MILLISECONDS 22/05/18 18:38:19 DEBUG PoolingHttpClientConnectionManager: Closing connections idle longer than 60000 MILLISECONDS 22/05/18 18:38:19 DEBUG PoolingHttpClientConnectionManager: Closing connections idle longer than 60000 MILLISECONDS 22/05/18 18:38:19 DEBUG PoolingHttpClientConnectionManager: Closing connections idle longer than 60000 MILLISECONDS 22/05/18 18:38:21 INFO CloudWatchReporter: Reporting Metrics to CloudWatch.```
1.0
[SUPPORT] - Deltastreamer not shutting down properly - Running Deltastreamer with Cloudwatch Metrics isn't shutting down properly. This is in NON continous mode. DeltaSync and spark context say they are closing, but the JVM is not exiting, everything seems to be in a waiting/hung state except for Cloudwatch metrics which still tries to send metrics every minute. **To Reproduce** Steps to reproduce the behavior: 1. Run Deltastreamer in non-continuous mode, with a metrics provider (only tested with Cloudwatch). **Expected behavior** Expect that everything shutsdown and the JVM exits. Deltastreamer runs a single sync, but the JVM never fully exits, so kubernetes doesn't complete the job. **Environment Description** * Hudi version : 0.10.1 * Spark version : 3.2.1 * Hive version : * Hadoop version : * Storage (HDFS/S3/GCS..) : S3 * Running on Docker? (yes/no) : yes (Kubernetes EKS job) **Additional context** Add any other context about the problem here. **Stacktrace** ```22/05/18 18:37:25 DEBUG PoolingHttpClientConnectionManager: Connection [id: 27][route: {s}->https://sqs.us-east-1.amazonaws.com:443] can be kept alive for 60.0 seconds 22/05/18 18:37:25 DEBUG DefaultManagedHttpClientConnection: http-outgoing-27: set socket timeout to 0 22/05/18 18:37:25 DEBUG PoolingHttpClientConnectionManager: Connection released: [id: 27][route: {s}->https://sqs.us-east-1.amazonaws.com:443][total available: 1; route allocated: 1 of 50; total allocated: 1 of 50] 22/05/18 18:37:25 DEBUG request: Received successful response: 200, AWS Request ID: 354cb537-78f6-5937-87a1-efc847d357ff 22/05/18 18:37:25 DEBUG requestId: x-amzn-RequestId: 354cb537-78f6-5937-87a1-efc847d357ff 22/05/18 18:37:25 INFO CloudObjectsSelector: Successfully deleted 2 messages from queue. 22/05/18 18:37:25 INFO DeltaSync: Shutting down embedded timeline server 22/05/18 18:37:25 INFO EmbeddedTimelineService: Closing Timeline server 22/05/18 18:37:25 INFO TimelineService: Closing Timeline Service 22/05/18 18:37:25 INFO Javalin: Stopping Javalin ... 22/05/18 18:37:25 DEBUG AbstractEndPoint: close SocketChannelEndPoint@6df6feed{/10.21.162.96:49092<->/10.21.162.96:36215,OPEN,fill=FI,flush=-,to=3643/30000}{io=1/1,kio=1,kro=1}->HttpConnection@553bdf11[p=HttpParser{s=START,0 of -1},g=HttpGenerator@fe052cd{s=START}]=>HttpChannelOverHttp@6207e95f{r=4,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG AbstractEndPoint: close(null) SocketChannelEndPoint@6df6feed{/10.21.162.96:49092<->/10.21.162.96:36215,OPEN,fill=FI,flush=-,to=3643/30000}{io=1/1,kio=1,kro=1}->HttpConnection@553bdf11[p=HttpParser{s=START,0 of -1},g=HttpGenerator@fe052cd{s=START}]=>HttpChannelOverHttp@6207e95f{r=4,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG ChannelEndPoint: doClose SocketChannelEndPoint@6df6feed{/10.21.162.96:49092<->/10.21.162.96:36215,CLOSED,fill=FI,flush=-,to=3643/30000}{io=1/1,kio=1,kro=1}->HttpConnection@553bdf11[p=HttpParser{s=START,0 of -1},g=HttpGenerator@fe052cd{s=START}]=>HttpChannelOverHttp@6207e95f{r=4,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG WriteFlusher: ignored: WriteFlusher@19b123e1{IDLE}->null java.nio.channels.ClosedChannelException at org.apache.hudi.org.apache.jetty.io.WriteFlusher.onClose(WriteFlusher.java:502) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.apache.hudi.org.apache.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.apache.hudi.org.apache.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.apache.hudi.org.apache.jetty.io.ManagedSelector.closeNoExceptions(ManagedSelector.java:252) at org.apache.hudi.org.apache.jetty.io.ManagedSelector.access$1400(ManagedSelector.java:61) at org.apache.hudi.org.apache.jetty.io.ManagedSelector$CloseConnections.update(ManagedSelector.java:868) at org.apache.hudi.org.apache.jetty.io.ManagedSelector$SelectorProducer.processUpdates(ManagedSelector.java:428) at org.apache.hudi.org.apache.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:399) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.apache.hudi.org.apache.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) at java.lang.Thread.run(Thread.java:748) 22/05/18 18:37:25 DEBUG FillInterest: onClose FillInterest@52f00f7f{AC.ReadCB@553bdf11{HttpConnection@553bdf11::SocketChannelEndPoint@6df6feed{/10.21.162.96:49092<->/10.21.162.96:36215,CLOSED,fill=FI,flush=-,to=3644/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@553bdf11[p=HttpParser{s=START,0 of -1},g=HttpGenerator@fe052cd{s=START}]=>HttpChannelOverHttp@6207e95f{r=4,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 22/05/18 18:37:25 DEBUG HttpParser: close HttpParser{s=START,0 of -1} 22/05/18 18:37:25 DEBUG HttpParser: START --> CLOSE 22/05/18 18:37:25 DEBUG AbstractConnection: HttpConnection@553bdf11::SocketChannelEndPoint@6df6feed{/10.21.162.96:49092<->/10.21.162.96:36215,CLOSED,fill=-,flush=-,to=3644/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@553bdf11[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@fe052cd{s=START}]=>HttpChannelOverHttp@6207e95f{r=4,c=false,c=false/false,a=IDLE,uri=null,age=0} onFillInterestedFailed {} 22/05/18 18:37:25 DEBUG AbstractEndPoint: close SocketChannelEndPoint@e728197{/10.21.163.6:37826<->/10.21.162.96:36215,OPEN,fill=FI,flush=-,to=2737/30000}{io=1/1,kio=1,kro=1}->HttpConnection@42d9a4e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@583dfb1d{s=START}]=>HttpChannelOverHttp@44adb2ea{r=5,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG AbstractEndPoint: close(null) SocketChannelEndPoint@e728197{/10.21.163.6:37826<->/10.21.162.96:36215,OPEN,fill=FI,flush=-,to=2737/30000}{io=1/1,kio=1,kro=1}->HttpConnection@42d9a4e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@583dfb1d{s=START}]=>HttpChannelOverHttp@44adb2ea{r=5,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG ChannelEndPoint: doClose SocketChannelEndPoint@e728197{/10.21.163.6:37826<->/10.21.162.96:36215,CLOSED,fill=FI,flush=-,to=2737/30000}{io=1/1,kio=1,kro=1}->HttpConnection@42d9a4e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@583dfb1d{s=START}]=>HttpChannelOverHttp@44adb2ea{r=5,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG AbstractConnection: onClose HttpConnection@553bdf11::SocketChannelEndPoint@6df6feed{/10.21.162.96:49092<->/10.21.162.96:36215,CLOSED,fill=-,flush=-,to=3644/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@553bdf11[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@fe052cd{s=START}]=>HttpChannelOverHttp@6207e95f{r=4,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 DEBUG WriteFlusher: ignored: WriteFlusher@3f6b52f8{IDLE}->null java.nio.channels.ClosedChannelException at org.apache.hudi.org.apache.jetty.io.WriteFlusher.onClose(WriteFlusher.java:502) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.apache.hudi.org.apache.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.apache.hudi.org.apache.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.apache.hudi.org.apache.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.apache.hudi.org.apache.jetty.io.ManagedSelector.closeNoExceptions(ManagedSelector.java:252) at org.apache.hudi.org.apache.jetty.io.ManagedSelector.access$1400(ManagedSelector.java:61) at org.apache.hudi.org.apache.jetty.io.ManagedSelector$CloseConnections.update(ManagedSelector.java:868) at org.apache.hudi.org.apache.jetty.io.ManagedSelector$SelectorProducer.processUpdates(ManagedSelector.java:428) at org.apache.hudi.org.apache.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:399) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.apache.hudi.org.apache.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.apache.hudi.org.apache.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) at java.lang.Thread.run(Thread.java:748) 22/05/18 18:37:25 DEBUG FillInterest: onClose FillInterest@712e2812{AC.ReadCB@42d9a4e8{HttpConnection@42d9a4e8::SocketChannelEndPoint@e728197{/10.21.163.6:37826<->/10.21.162.96:36215,CLOSED,fill=FI,flush=-,to=2737/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@42d9a4e8[p=HttpParser{s=START,0 of -1},g=HttpGenerator@583dfb1d{s=START}]=>HttpChannelOverHttp@44adb2ea{r=5,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 22/05/18 18:37:25 DEBUG HttpParser: close HttpParser{s=START,0 of -1} 22/05/18 18:37:25 DEBUG HttpParser: START --> CLOSE 22/05/18 18:37:25 DEBUG AbstractConnection: HttpConnection@42d9a4e8::SocketChannelEndPoint@e728197{/10.21.163.6:37826<->/10.21.162.96:36215,CLOSED,fill=-,flush=-,to=2737/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@42d9a4e8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@583dfb1d{s=START}]=>HttpChannelOverHttp@44adb2ea{r=5,c=false,c=false/false,a=IDLE,uri=null,age=0} onFillInterestedFailed {} 22/05/18 18:37:25 DEBUG AbstractConnection: onClose HttpConnection@42d9a4e8::SocketChannelEndPoint@e728197{/10.21.163.6:37826<->/10.21.162.96:36215,CLOSED,fill=-,flush=-,to=2738/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@42d9a4e8[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@583dfb1d{s=START}]=>HttpChannelOverHttp@44adb2ea{r=5,c=false,c=false/false,a=IDLE,uri=null,age=0} 22/05/18 18:37:25 INFO Javalin: Javalin has stopped 22/05/18 18:37:25 INFO TimelineService: Closed Timeline Service 22/05/18 18:37:25 INFO EmbeddedTimelineService: Closed Timeline server 22/05/18 18:37:25 INFO HoodieDeltaStreamer: Shut down delta streamer 22/05/18 18:37:25 INFO SparkUI: Stopped Spark web UI at http://tenantconfig-meta-table-job:4040 22/05/18 18:37:25 INFO KubernetesClusterSchedulerBackend: Shutting down all executors 22/05/18 18:37:25 INFO KubernetesClusterSchedulerBackend$KubernetesDriverEndpoint: Asking each executor to shut down 22/05/18 18:37:25 DEBUG AbstractWatchManager: Force closing the watch io.fabric8.kubernetes.client.dsl.internal.WatchConnectionManager@2c822a91 22/05/18 18:37:25 WARN ExecutorPodsWatchSnapshotSource: Kubernetes client has been closed. 22/05/18 18:37:25 DEBUG AbstractWatchManager: Closing websocket okhttp3.internal.ws.RealWebSocket@c20fbe0 22/05/18 18:37:25 DEBUG AbstractWatchManager: Closing ExecutorService 22/05/18 18:37:25 DEBUG WatcherWebSocketListener: Socket closing: 22/05/18 18:37:25 DEBUG WatcherWebSocketListener: WebSocket close received. code: 1000, reason: 22/05/18 18:37:25 DEBUG WatcherWebSocketListener: Ignoring onClose for already closed/closing websocket 22/05/18 18:37:25 INFO MapOutputTrackerMasterEndpoint: MapOutputTrackerMasterEndpoint stopped! 22/05/18 18:37:25 INFO MemoryStore: MemoryStore cleared 22/05/18 18:37:25 INFO BlockManager: BlockManager stopped 22/05/18 18:37:25 INFO BlockManagerMaster: BlockManagerMaster stopped 22/05/18 18:37:25 INFO OutputCommitCoordinator$OutputCommitCoordinatorEndpoint: OutputCommitCoordinator stopped! 22/05/18 18:37:25 INFO SparkContext: Successfully stopped SparkContext 22/05/18 18:37:27 DEBUG PoolThreadCache: Freed 11 thread-local buffer(s) from thread: shuffle-server-7-1 22/05/18 18:37:27 DEBUG PoolThreadCache: Freed 13 thread-local buffer(s) from thread: rpc-server-4-1 22/05/18 18:38:19 DEBUG PoolingHttpClientConnectionManager: Closing connections idle longer than 60000 MILLISECONDS 22/05/18 18:38:19 DEBUG PoolingHttpClientConnectionManager: Closing connections idle longer than 60000 MILLISECONDS 22/05/18 18:38:19 DEBUG DefaultManagedHttpClientConnection: http-outgoing-7: Close connection 22/05/18 18:38:19 DEBUG SdkSSLSocket: shutting down output of sts.amazonaws.com/209.54.177.164:443 22/05/18 18:38:19 DEBUG SdkSSLSocket: closing sts.amazonaws.com/209.54.177.164:443 22/05/18 18:38:19 DEBUG PoolingHttpClientConnectionManager: Closing connections idle longer than 60000 MILLISECONDS 22/05/18 18:38:19 DEBUG PoolingHttpClientConnectionManager: Closing connections idle longer than 60000 MILLISECONDS 22/05/18 18:38:19 DEBUG PoolingHttpClientConnectionManager: Closing connections idle longer than 60000 MILLISECONDS 22/05/18 18:38:19 DEBUG PoolingHttpClientConnectionManager: Closing connections idle longer than 60000 MILLISECONDS 22/05/18 18:38:21 INFO CloudWatchReporter: Reporting Metrics to CloudWatch.```
non_comp
deltastreamer not shutting down properly running deltastreamer with cloudwatch metrics isn t shutting down properly this is in non continous mode deltasync and spark context say they are closing but the jvm is not exiting everything seems to be in a waiting hung state except for cloudwatch metrics which still tries to send metrics every minute to reproduce steps to reproduce the behavior run deltastreamer in non continuous mode with a metrics provider only tested with cloudwatch expected behavior expect that everything shutsdown and the jvm exits deltastreamer runs a single sync but the jvm never fully exits so kubernetes doesn t complete the job environment description hudi version spark version hive version hadoop version storage hdfs gcs running on docker yes no yes kubernetes eks job additional context add any other context about the problem here stacktrace debug poolinghttpclientconnectionmanager connection can be kept alive for seconds debug defaultmanagedhttpclientconnection http outgoing set socket timeout to debug poolinghttpclientconnectionmanager connection released debug request received successful response aws request id debug requestid x amzn requestid info cloudobjectsselector successfully deleted messages from queue info deltasync shutting down embedded timeline server info embeddedtimelineservice closing timeline server info timelineservice closing timeline service info javalin stopping javalin debug abstractendpoint close socketchannelendpoint open fill fi flush to io kio kro httpconnection httpchanneloverhttp r c false c false false a idle uri null age debug abstractendpoint close null socketchannelendpoint open fill fi flush to io kio kro httpconnection httpchanneloverhttp r c false c false false a idle uri null age debug channelendpoint doclose socketchannelendpoint closed fill fi flush to io kio kro httpconnection httpchanneloverhttp r c false c false false a idle uri null age debug writeflusher ignored writeflusher idle null java nio channels closedchannelexception at org apache hudi org apache jetty io writeflusher onclose writeflusher java at org apache hudi org apache jetty io abstractendpoint onclose abstractendpoint java at org apache hudi org apache jetty io channelendpoint onclose channelendpoint java at org apache hudi org apache jetty io abstractendpoint doonclose abstractendpoint java at org apache hudi org apache jetty io abstractendpoint close abstractendpoint java at org apache hudi org apache jetty io abstractendpoint close abstractendpoint java at org apache hudi org apache jetty io abstractconnection close abstractconnection java at org apache hudi org apache jetty io managedselector closenoexceptions managedselector java at org apache hudi org apache jetty io managedselector access managedselector java at org apache hudi org apache jetty io managedselector closeconnections update managedselector java at org apache hudi org apache jetty io managedselector selectorproducer processupdates managedselector java at org apache hudi org apache jetty io managedselector selectorproducer produce managedselector java at org apache hudi org apache jetty util thread strategy eatwhatyoukill producetask eatwhatyoukill java at org apache hudi org apache jetty util thread strategy eatwhatyoukill doproduce eatwhatyoukill java at org apache hudi org apache jetty util thread strategy eatwhatyoukill tryproduce eatwhatyoukill java at org apache hudi org apache jetty util thread strategy eatwhatyoukill run eatwhatyoukill java at org apache hudi org apache jetty util thread reservedthreadexecutor reservedthread run reservedthreadexecutor java at org apache hudi org apache jetty util thread queuedthreadpool runjob queuedthreadpool java at org apache hudi org apache jetty util thread queuedthreadpool run queuedthreadpool java at java lang thread run thread java debug fillinterest onclose fillinterest ac readcb httpconnection socketchannelendpoint closed fill fi flush to io kio kro httpconnection httpchanneloverhttp r c false c false false a idle uri null age debug httpparser close httpparser s start of debug httpparser start close debug abstractconnection httpconnection socketchannelendpoint closed fill flush to io kio kro httpconnection httpchanneloverhttp r c false c false false a idle uri null age onfillinterestedfailed debug abstractendpoint close socketchannelendpoint open fill fi flush to io kio kro httpconnection httpchanneloverhttp r c false c false false a idle uri null age debug abstractendpoint close null socketchannelendpoint open fill fi flush to io kio kro httpconnection httpchanneloverhttp r c false c false false a idle uri null age debug channelendpoint doclose socketchannelendpoint closed fill fi flush to io kio kro httpconnection httpchanneloverhttp r c false c false false a idle uri null age debug abstractconnection onclose httpconnection socketchannelendpoint closed fill flush to io kio kro httpconnection httpchanneloverhttp r c false c false false a idle uri null age debug writeflusher ignored writeflusher idle null java nio channels closedchannelexception at org apache hudi org apache jetty io writeflusher onclose writeflusher java at org apache hudi org apache jetty io abstractendpoint onclose abstractendpoint java at org apache hudi org apache jetty io channelendpoint onclose channelendpoint java at org apache hudi org apache jetty io abstractendpoint doonclose abstractendpoint java at org apache hudi org apache jetty io abstractendpoint close abstractendpoint java at org apache hudi org apache jetty io abstractendpoint close abstractendpoint java at org apache hudi org apache jetty io abstractconnection close abstractconnection java at org apache hudi org apache jetty io managedselector closenoexceptions managedselector java at org apache hudi org apache jetty io managedselector access managedselector java at org apache hudi org apache jetty io managedselector closeconnections update managedselector java at org apache hudi org apache jetty io managedselector selectorproducer processupdates managedselector java at org apache hudi org apache jetty io managedselector selectorproducer produce managedselector java at org apache hudi org apache jetty util thread strategy eatwhatyoukill producetask eatwhatyoukill java at org apache hudi org apache jetty util thread strategy eatwhatyoukill doproduce eatwhatyoukill java at org apache hudi org apache jetty util thread strategy eatwhatyoukill tryproduce eatwhatyoukill java at org apache hudi org apache jetty util thread strategy eatwhatyoukill run eatwhatyoukill java at org apache hudi org apache jetty util thread reservedthreadexecutor reservedthread run reservedthreadexecutor java at org apache hudi org apache jetty util thread queuedthreadpool runjob queuedthreadpool java at org apache hudi org apache jetty util thread queuedthreadpool run queuedthreadpool java at java lang thread run thread java debug fillinterest onclose fillinterest ac readcb httpconnection socketchannelendpoint closed fill fi flush to io kio kro httpconnection httpchanneloverhttp r c false c false false a idle uri null age debug httpparser close httpparser s start of debug httpparser start close debug abstractconnection httpconnection socketchannelendpoint closed fill flush to io kio kro httpconnection httpchanneloverhttp r c false c false false a idle uri null age onfillinterestedfailed debug abstractconnection onclose httpconnection socketchannelendpoint closed fill flush to io kio kro httpconnection httpchanneloverhttp r c false c false false a idle uri null age info javalin javalin has stopped info timelineservice closed timeline service info embeddedtimelineservice closed timeline server info hoodiedeltastreamer shut down delta streamer info sparkui stopped spark web ui at info kubernetesclusterschedulerbackend shutting down all executors info kubernetesclusterschedulerbackend kubernetesdriverendpoint asking each executor to shut down debug abstractwatchmanager force closing the watch io kubernetes client dsl internal watchconnectionmanager warn executorpodswatchsnapshotsource kubernetes client has been closed debug abstractwatchmanager closing websocket internal ws realwebsocket debug abstractwatchmanager closing executorservice debug watcherwebsocketlistener socket closing debug watcherwebsocketlistener websocket close received code reason debug watcherwebsocketlistener ignoring onclose for already closed closing websocket info mapoutputtrackermasterendpoint mapoutputtrackermasterendpoint stopped info memorystore memorystore cleared info blockmanager blockmanager stopped info blockmanagermaster blockmanagermaster stopped info outputcommitcoordinator outputcommitcoordinatorendpoint outputcommitcoordinator stopped info sparkcontext successfully stopped sparkcontext debug poolthreadcache freed thread local buffer s from thread shuffle server debug poolthreadcache freed thread local buffer s from thread rpc server debug poolinghttpclientconnectionmanager closing connections idle longer than milliseconds debug poolinghttpclientconnectionmanager closing connections idle longer than milliseconds debug defaultmanagedhttpclientconnection http outgoing close connection debug sdksslsocket shutting down output of sts amazonaws com debug sdksslsocket closing sts amazonaws com debug poolinghttpclientconnectionmanager closing connections idle longer than milliseconds debug poolinghttpclientconnectionmanager closing connections idle longer than milliseconds debug poolinghttpclientconnectionmanager closing connections idle longer than milliseconds debug poolinghttpclientconnectionmanager closing connections idle longer than milliseconds info cloudwatchreporter reporting metrics to cloudwatch
0
16,326
21,950,439,359
IssuesEvent
2022-05-24 07:24:59
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Review unsafe API that could profit from SafeVarargs
T: Enhancement C: Functionality P: Medium R: Wontfix T: Incompatible change E: All Editions
Some API has been kept deliberately type unsafe, or "semi safe" because of our support for Java 6 and lack of support of `@SafeVarargs`. One such example is `COALESCE` ```java public static <T> Field<T> coalesce(Field<T> field, Field<?>... fields) { ... } ``` Which would be much better as: ```java @SafeVarargs public static <T> Field<T> coalesce(Field<T> field, Field<T>... fields) { ... } ``` Without `@SafeVarargs`, the usual nasty compilation errors would just be unbearable, but now that we've dropped support for Java 6 and 7 in jOOQ 3.15 (https://github.com/jOOQ/jOOQ/issues/11196), we can review such API. This includes (list will be amended): - [ ] `DSL.coalesce()` (but not the deprecated `Field.coalesce()`, which still cannot have `@SafeVarargs`)
True
Review unsafe API that could profit from SafeVarargs - Some API has been kept deliberately type unsafe, or "semi safe" because of our support for Java 6 and lack of support of `@SafeVarargs`. One such example is `COALESCE` ```java public static <T> Field<T> coalesce(Field<T> field, Field<?>... fields) { ... } ``` Which would be much better as: ```java @SafeVarargs public static <T> Field<T> coalesce(Field<T> field, Field<T>... fields) { ... } ``` Without `@SafeVarargs`, the usual nasty compilation errors would just be unbearable, but now that we've dropped support for Java 6 and 7 in jOOQ 3.15 (https://github.com/jOOQ/jOOQ/issues/11196), we can review such API. This includes (list will be amended): - [ ] `DSL.coalesce()` (but not the deprecated `Field.coalesce()`, which still cannot have `@SafeVarargs`)
comp
review unsafe api that could profit from safevarargs some api has been kept deliberately type unsafe or semi safe because of our support for java and lack of support of safevarargs one such example is coalesce java public static field coalesce field field field fields which would be much better as java safevarargs public static field coalesce field field field fields without safevarargs the usual nasty compilation errors would just be unbearable but now that we ve dropped support for java and in jooq we can review such api this includes list will be amended dsl coalesce but not the deprecated field coalesce which still cannot have safevarargs
1
77,174
9,546,695,969
IssuesEvent
2019-05-01 20:42:37
decred/dcrdesign
https://api.github.com/repos/decred/dcrdesign
opened
dcrweb - header animations - update x4
Decred.org front-end visual design
![DCR-newheaders-Adaptability](https://user-images.githubusercontent.com/15022929/57041348-47e07d00-6c62-11e9-8558-1863d728740c.png) Adaptability ![DCR-newheaders-History](https://user-images.githubusercontent.com/15022929/57041352-4911aa00-6c62-11e9-98d0-cd174f1a2a7e.png) History ![DCR-newheaders-Security](https://user-images.githubusercontent.com/15022929/57041355-4adb6d80-6c62-11e9-86d1-5dbb824ec735.png) Security ![DCR-newheaders-SelfFunding](https://user-images.githubusercontent.com/15022929/57041359-4c0c9a80-6c62-11e9-8dc0-341a6615b505.png) Self-Funding
1.0
dcrweb - header animations - update x4 - ![DCR-newheaders-Adaptability](https://user-images.githubusercontent.com/15022929/57041348-47e07d00-6c62-11e9-8558-1863d728740c.png) Adaptability ![DCR-newheaders-History](https://user-images.githubusercontent.com/15022929/57041352-4911aa00-6c62-11e9-98d0-cd174f1a2a7e.png) History ![DCR-newheaders-Security](https://user-images.githubusercontent.com/15022929/57041355-4adb6d80-6c62-11e9-86d1-5dbb824ec735.png) Security ![DCR-newheaders-SelfFunding](https://user-images.githubusercontent.com/15022929/57041359-4c0c9a80-6c62-11e9-8dc0-341a6615b505.png) Self-Funding
non_comp
dcrweb header animations update adaptability history security self funding
0
56,108
11,504,432,845
IssuesEvent
2020-02-12 23:18:03
google/dagger
https://api.github.com/repos/google/dagger
closed
Order of elements in generated code
area: code-generation
Due to various reasons unrelevant to the issue, we can't just generate the necessary code on-the-fly, but we actually commit it into our repository. Unfortunately the order of fields, assignments, etc in generated code isn't always the same showing up as changes in git. Functionality-wise it is identical, just few things are reordered. I know this isn't the recommended usage, and yet I'm still curious is there any way to influence this order? (I failed to find it, but who knows.) Even if there isn't, is there any reason against having consistent ordering added to code generation? Dagger version: 2.25.2
1.0
Order of elements in generated code - Due to various reasons unrelevant to the issue, we can't just generate the necessary code on-the-fly, but we actually commit it into our repository. Unfortunately the order of fields, assignments, etc in generated code isn't always the same showing up as changes in git. Functionality-wise it is identical, just few things are reordered. I know this isn't the recommended usage, and yet I'm still curious is there any way to influence this order? (I failed to find it, but who knows.) Even if there isn't, is there any reason against having consistent ordering added to code generation? Dagger version: 2.25.2
non_comp
order of elements in generated code due to various reasons unrelevant to the issue we can t just generate the necessary code on the fly but we actually commit it into our repository unfortunately the order of fields assignments etc in generated code isn t always the same showing up as changes in git functionality wise it is identical just few things are reordered i know this isn t the recommended usage and yet i m still curious is there any way to influence this order i failed to find it but who knows even if there isn t is there any reason against having consistent ordering added to code generation dagger version
0
4,386
7,078,121,338
IssuesEvent
2018-01-10 01:42:27
delvr/Streams
https://api.github.com/repos/delvr/Streams
closed
Quark
1.12 compatibility
Hello, is there no way to do support for Quark? on version 1.12 in my opinion there is no better landscape generator, but your mod does not support it, played with it in TerraFirmaCraft, it's just great
True
Quark - Hello, is there no way to do support for Quark? on version 1.12 in my opinion there is no better landscape generator, but your mod does not support it, played with it in TerraFirmaCraft, it's just great
comp
quark hello is there no way to do support for quark on version in my opinion there is no better landscape generator but your mod does not support it played with it in terrafirmacraft it s just great
1
134,433
18,460,684,904
IssuesEvent
2021-10-16 00:56:25
atlslscsrv-app/master
https://api.github.com/repos/atlslscsrv-app/master
opened
CVE-2019-15657 (High) detected in eslint-utils-1.3.1.tgz
security vulnerability
## CVE-2019-15657 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>eslint-utils-1.3.1.tgz</b></p></summary> <p>Utilities for ESLint plugins.</p> <p>Library home page: <a href="https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz">https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz</a></p> <p>Path to dependency file: master/package.json</p> <p>Path to vulnerable library: master/node_modules/eslint-utils/package.json</p> <p> Dependency Hierarchy: - gulp-eslint-5.0.0.tgz (Root Library) - eslint-5.13.0.tgz - :x: **eslint-utils-1.3.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/atlslscsrv-app/master/commit/da08c331585156b9b601e3c369c0937a7b8a83d5">da08c331585156b9b601e3c369c0937a7b8a83d5</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In eslint-utils before 1.4.1, the getStaticValue function can execute arbitrary code. <p>Publish Date: 2019-08-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-15657>CVE-2019-15657</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15657">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15657</a></p> <p>Release Date: 2019-08-26</p> <p>Fix Resolution: eslint-utils - 1.4.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-15657 (High) detected in eslint-utils-1.3.1.tgz - ## CVE-2019-15657 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>eslint-utils-1.3.1.tgz</b></p></summary> <p>Utilities for ESLint plugins.</p> <p>Library home page: <a href="https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz">https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz</a></p> <p>Path to dependency file: master/package.json</p> <p>Path to vulnerable library: master/node_modules/eslint-utils/package.json</p> <p> Dependency Hierarchy: - gulp-eslint-5.0.0.tgz (Root Library) - eslint-5.13.0.tgz - :x: **eslint-utils-1.3.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/atlslscsrv-app/master/commit/da08c331585156b9b601e3c369c0937a7b8a83d5">da08c331585156b9b601e3c369c0937a7b8a83d5</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In eslint-utils before 1.4.1, the getStaticValue function can execute arbitrary code. <p>Publish Date: 2019-08-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-15657>CVE-2019-15657</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15657">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15657</a></p> <p>Release Date: 2019-08-26</p> <p>Fix Resolution: eslint-utils - 1.4.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve high detected in eslint utils tgz cve high severity vulnerability vulnerable library eslint utils tgz utilities for eslint plugins library home page a href path to dependency file master package json path to vulnerable library master node modules eslint utils package json dependency hierarchy gulp eslint tgz root library eslint tgz x eslint utils tgz vulnerable library found in head commit a href found in base branch master vulnerability details in eslint utils before the getstaticvalue function can execute arbitrary code publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution eslint utils step up your open source security game with whitesource
0
5,380
7,867,992,174
IssuesEvent
2018-06-23 15:51:19
ryanisaacg/quicksilver
https://api.github.com/repos/ryanisaacg/quicksilver
closed
Create a FontParameter struct of some sort
changi-api-compatible enhance-feature good first issue help wanted subsystem-graphics
This is mostly to make #218 easier, as `immi` expects to be able to have a structure that defines how a font is rendered (size and color being the applicable items in Quicksilver.)
True
Create a FontParameter struct of some sort - This is mostly to make #218 easier, as `immi` expects to be able to have a structure that defines how a font is rendered (size and color being the applicable items in Quicksilver.)
comp
create a fontparameter struct of some sort this is mostly to make easier as immi expects to be able to have a structure that defines how a font is rendered size and color being the applicable items in quicksilver
1
16,194
21,714,525,612
IssuesEvent
2022-05-10 16:33:12
oracle/truffleruby
https://api.github.com/repos/oracle/truffleruby
reopened
Process CLOCK_MONOTONIC_RAW_APPROX, CLOCK_UPTIME_RAW, and CLOCK_UPTIME_RAW_APPROX constants are not supported
compatibility
This is specific for macOS and it was introduced in Ruby 2.4. See https://github.com/ruby/ruby/blob/v2_4_0/NEWS To reproduce (only on macOS, I guess): ```ruby Process::CLOCK_MONOTONIC_RAW_APPROX ``` Error: ``` NameError: uninitialized constant Process::CLOCK_MONOTONIC_RAW_APPROX Did you mean? Process::CLOCK_MONOTONIC_RAW_ID from (irb):2:in `const_missing' from (irb):2 from ~/.rubies/truffleruby-1.0.0-rc9/bin/irb:29:in `<main>' ```
True
Process CLOCK_MONOTONIC_RAW_APPROX, CLOCK_UPTIME_RAW, and CLOCK_UPTIME_RAW_APPROX constants are not supported - This is specific for macOS and it was introduced in Ruby 2.4. See https://github.com/ruby/ruby/blob/v2_4_0/NEWS To reproduce (only on macOS, I guess): ```ruby Process::CLOCK_MONOTONIC_RAW_APPROX ``` Error: ``` NameError: uninitialized constant Process::CLOCK_MONOTONIC_RAW_APPROX Did you mean? Process::CLOCK_MONOTONIC_RAW_ID from (irb):2:in `const_missing' from (irb):2 from ~/.rubies/truffleruby-1.0.0-rc9/bin/irb:29:in `<main>' ```
comp
process clock monotonic raw approx clock uptime raw and clock uptime raw approx constants are not supported this is specific for macos and it was introduced in ruby see to reproduce only on macos i guess ruby process clock monotonic raw approx error nameerror uninitialized constant process clock monotonic raw approx did you mean process clock monotonic raw id from irb in const missing from irb from rubies truffleruby bin irb in
1
8,470
10,480,917,556
IssuesEvent
2019-09-24 08:37:47
LMMS/lmms
https://api.github.com/repos/LMMS/lmms
closed
Hard-coded library paths in CMake
bug compatibility windows
We currently hard-code the paths of libraries we bundle in our packages in `make install` for Windows platforms: https://github.com/LMMS/lmms/blob/c1b2728d656a41345d76854fa28fcf597a774296/src/CMakeLists.txt#L181-L218 This breaks `make install` for MinGW toolchains other than Toby's Trusty PPA and for MSVC. Instead of hard-coding, we should use `FindPackage` to locate libraries.
True
Hard-coded library paths in CMake - We currently hard-code the paths of libraries we bundle in our packages in `make install` for Windows platforms: https://github.com/LMMS/lmms/blob/c1b2728d656a41345d76854fa28fcf597a774296/src/CMakeLists.txt#L181-L218 This breaks `make install` for MinGW toolchains other than Toby's Trusty PPA and for MSVC. Instead of hard-coding, we should use `FindPackage` to locate libraries.
comp
hard coded library paths in cmake we currently hard code the paths of libraries we bundle in our packages in make install for windows platforms this breaks make install for mingw toolchains other than toby s trusty ppa and for msvc instead of hard coding we should use findpackage to locate libraries
1
11,870
3,022,851,863
IssuesEvent
2015-07-31 23:24:12
notconfusing/WIGI
https://api.github.com/repos/notconfusing/WIGI
closed
Polish Infographic for Social Media
designers
Edit the WVC edition to including at least + a graphic in the top right + a final blurb "We still don't know exactly how the bias of Wikipedia's editorship and the biases in the real-world interact. Studying Wikidata over time in combination with different gender-focused intiatives, we hope that the WIGI project can tell us more."
1.0
Polish Infographic for Social Media - Edit the WVC edition to including at least + a graphic in the top right + a final blurb "We still don't know exactly how the bias of Wikipedia's editorship and the biases in the real-world interact. Studying Wikidata over time in combination with different gender-focused intiatives, we hope that the WIGI project can tell us more."
non_comp
polish infographic for social media edit the wvc edition to including at least a graphic in the top right a final blurb we still don t know exactly how the bias of wikipedia s editorship and the biases in the real world interact studying wikidata over time in combination with different gender focused intiatives we hope that the wigi project can tell us more
0
12,540
14,859,851,352
IssuesEvent
2021-01-18 19:18:30
Foundry376/Mailspring
https://api.github.com/repos/Foundry376/Mailspring
closed
persistent "one or more accounts are having connection issues." error
audit mailserver-incompatibility needs-reproduction
as the title of the issue says. it's a persistent error in the corner that says "one or more accounts are having connection issues.". and when i click "try now", nothing happens. i've tried restarting the client, and it didn't work. i also tried re-authenticating the account, but it wouldn't connect, even though i can login to the website just fine. one AOL account, one GMail account, and a school account that i think is through office365/onedrive windows 10 version 1.7.6-e94bb759
True
persistent "one or more accounts are having connection issues." error - as the title of the issue says. it's a persistent error in the corner that says "one or more accounts are having connection issues.". and when i click "try now", nothing happens. i've tried restarting the client, and it didn't work. i also tried re-authenticating the account, but it wouldn't connect, even though i can login to the website just fine. one AOL account, one GMail account, and a school account that i think is through office365/onedrive windows 10 version 1.7.6-e94bb759
comp
persistent one or more accounts are having connection issues error as the title of the issue says it s a persistent error in the corner that says one or more accounts are having connection issues and when i click try now nothing happens i ve tried restarting the client and it didn t work i also tried re authenticating the account but it wouldn t connect even though i can login to the website just fine one aol account one gmail account and a school account that i think is through onedrive windows version
1
42,421
9,214,598,838
IssuesEvent
2019-03-10 21:06:57
yt-project/yt
https://api.github.com/repos/yt-project/yt
closed
Issue with multiple N-body species for artio
code frontends
<!--To help us understand and resolve your issue, please fill out the form to the best of your ability.--> <!--You can feel free to delete the sections that do not apply.--> ### Bug report **Bug summary** When multiple N-body species are present in artio, yt cannot distinguish them, leading to errors and incorrect behavior when accessing the particle fields. **Code for reproduction** <!--A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required.--> <!-- If you need to use a data file to trigger the issue you're having, consider using one of the datasets from the yt data hub (http://yt-project.org/data). If your issue cannot be triggered using a public dataset, you can use the yt curldrop (https://docs.hub.yt/services.html#curldrop) to share data files. Please include a link to the dataset in the issue if you use the curldrop.--> Dataset uploaded through curldrop at: http://use.yt/upload/abd30619 This is a DM-only artio zoom-in cosmological simulation. There are 7 different DM masses, which artio treats as different species. There are no differences in the species other than the mass. ```python import yt ds = yt.load("multiresolution_art/continuous_a1.0005.art") # compare the true number of DM particles to the number yt can find total_nbody = sum([ds.artio_parameters["num_particles_per_species"][i] for i in range(ds.artio_parameters["num_particle_species"][0]) if ds.artio_parameters["particle_species_labels"][i] == "N-BODY"]) print("true number N-BODY:", total_nbody) print("found number N-BODY:", len(ds.r[("N-BODY", "MASS")])) # Try to get all particles ds.r[("all", "MASS")] ``` **Actual outcome** ``` true number N-BODY: 38965305 found number N-BODY: 34787336 ``` Then the last line gives a`KeyError: (0, 'MASS')` The number of found N-body particles is the number of the lowest mass particles in the dataset (species=0). **Expected outcome** It should be possible to access all N-body particles, and calling `ds.r[("all", "MASS")]` should not raise an error. The code works as expected using the artio dataset that's publicly available through yt, since it only has one set of N-body particles. **My investigation** The KeyError is happening in `yt/frontends/artio/data_structures.py`, in the `ARTIOOctreeSubset.fill_particles()` method. I think I've figured out that this happens because all the DM species have the label "N-BODY" and so get assigned the same index in line 97. Then as the species are iterated over, line 111 pops the DM index. Since all DM species have identical values, the first one works correctly, but any subsequent ones fail at line 107 with a KeyError. I haven't investigated this reason behind `ds.r[("N-BODY", "MASS")]` only getting species=0, but I presume its for similar reasons (all N-body particles have the same label). yt is reading the outputs correctly, since `ds.artio_parameters` shows all species of dark matter and the correct number of particles associated with each. It's only accessing these particles that causes problems. I'd be happy to work on a pull request to fix this. Is there a preferred solution for multiresultion N-body particles in yt for other frontends? **Version Information** <!--Please specify your platform and versions of the relevant libraries you are using:--> * Operating System: macOS Sierra 10.12.6 * Python Version: 3.6.6 * yt version: 3.5.0 * Other Libraries (if applicable): <!--Please tell us how you installed yt and python e.g., from source, pip, conda. If you installed from conda, please specify which channel you used if not the default-->
1.0
Issue with multiple N-body species for artio - <!--To help us understand and resolve your issue, please fill out the form to the best of your ability.--> <!--You can feel free to delete the sections that do not apply.--> ### Bug report **Bug summary** When multiple N-body species are present in artio, yt cannot distinguish them, leading to errors and incorrect behavior when accessing the particle fields. **Code for reproduction** <!--A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required.--> <!-- If you need to use a data file to trigger the issue you're having, consider using one of the datasets from the yt data hub (http://yt-project.org/data). If your issue cannot be triggered using a public dataset, you can use the yt curldrop (https://docs.hub.yt/services.html#curldrop) to share data files. Please include a link to the dataset in the issue if you use the curldrop.--> Dataset uploaded through curldrop at: http://use.yt/upload/abd30619 This is a DM-only artio zoom-in cosmological simulation. There are 7 different DM masses, which artio treats as different species. There are no differences in the species other than the mass. ```python import yt ds = yt.load("multiresolution_art/continuous_a1.0005.art") # compare the true number of DM particles to the number yt can find total_nbody = sum([ds.artio_parameters["num_particles_per_species"][i] for i in range(ds.artio_parameters["num_particle_species"][0]) if ds.artio_parameters["particle_species_labels"][i] == "N-BODY"]) print("true number N-BODY:", total_nbody) print("found number N-BODY:", len(ds.r[("N-BODY", "MASS")])) # Try to get all particles ds.r[("all", "MASS")] ``` **Actual outcome** ``` true number N-BODY: 38965305 found number N-BODY: 34787336 ``` Then the last line gives a`KeyError: (0, 'MASS')` The number of found N-body particles is the number of the lowest mass particles in the dataset (species=0). **Expected outcome** It should be possible to access all N-body particles, and calling `ds.r[("all", "MASS")]` should not raise an error. The code works as expected using the artio dataset that's publicly available through yt, since it only has one set of N-body particles. **My investigation** The KeyError is happening in `yt/frontends/artio/data_structures.py`, in the `ARTIOOctreeSubset.fill_particles()` method. I think I've figured out that this happens because all the DM species have the label "N-BODY" and so get assigned the same index in line 97. Then as the species are iterated over, line 111 pops the DM index. Since all DM species have identical values, the first one works correctly, but any subsequent ones fail at line 107 with a KeyError. I haven't investigated this reason behind `ds.r[("N-BODY", "MASS")]` only getting species=0, but I presume its for similar reasons (all N-body particles have the same label). yt is reading the outputs correctly, since `ds.artio_parameters` shows all species of dark matter and the correct number of particles associated with each. It's only accessing these particles that causes problems. I'd be happy to work on a pull request to fix this. Is there a preferred solution for multiresultion N-body particles in yt for other frontends? **Version Information** <!--Please specify your platform and versions of the relevant libraries you are using:--> * Operating System: macOS Sierra 10.12.6 * Python Version: 3.6.6 * yt version: 3.5.0 * Other Libraries (if applicable): <!--Please tell us how you installed yt and python e.g., from source, pip, conda. If you installed from conda, please specify which channel you used if not the default-->
non_comp
issue with multiple n body species for artio to help us understand and resolve your issue please fill out the form to the best of your ability bug report bug summary when multiple n body species are present in artio yt cannot distinguish them leading to errors and incorrect behavior when accessing the particle fields code for reproduction a minimum code snippet required to reproduce the bug also minimizing the number of dependencies required if you need to use a data file to trigger the issue you re having consider using one of the datasets from the yt data hub if your issue cannot be triggered using a public dataset you can use the yt curldrop to share data files please include a link to the dataset in the issue if you use the curldrop dataset uploaded through curldrop at this is a dm only artio zoom in cosmological simulation there are different dm masses which artio treats as different species there are no differences in the species other than the mass python import yt ds yt load multiresolution art continuous art compare the true number of dm particles to the number yt can find total nbody sum for i in range ds artio parameters if ds artio parameters n body print true number n body total nbody print found number n body len ds r try to get all particles ds r actual outcome true number n body found number n body then the last line gives a keyerror mass the number of found n body particles is the number of the lowest mass particles in the dataset species expected outcome it should be possible to access all n body particles and calling ds r should not raise an error the code works as expected using the artio dataset that s publicly available through yt since it only has one set of n body particles my investigation the keyerror is happening in yt frontends artio data structures py in the artiooctreesubset fill particles method i think i ve figured out that this happens because all the dm species have the label n body and so get assigned the same index in line then as the species are iterated over line pops the dm index since all dm species have identical values the first one works correctly but any subsequent ones fail at line with a keyerror i haven t investigated this reason behind ds r only getting species but i presume its for similar reasons all n body particles have the same label yt is reading the outputs correctly since ds artio parameters shows all species of dark matter and the correct number of particles associated with each it s only accessing these particles that causes problems i d be happy to work on a pull request to fix this is there a preferred solution for multiresultion n body particles in yt for other frontends version information please specify your platform and versions of the relevant libraries you are using operating system macos sierra python version yt version other libraries if applicable please tell us how you installed yt and python e g from source pip conda if you installed from conda please specify which channel you used if not the default
0
1,770
4,322,088,553
IssuesEvent
2016-07-25 12:56:52
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Yoast SEO and Ninja Forms - Stripe
compatibility wait for feedback
### What did you expect to happen? Ninja Forms with Stripe to work with Yoast SEO. ### What happened instead? Ninja forms work in general. However, the forms sending a Stripe Token are invalidated. Disabling Yoast allows the token to be sent. ### How can we reproduce this behavior? I have Stripe in a live state as I need the payments to go through. Can you provide a link to a page which shows this issue? Unless you want to make a payment. For now I will need to leave Yoast disabled. https://epicsitedesigns.com/services/custom-websites/test/ ### Technical info * WordPress version: 4.5.3 * Yoast SEO version: 3.3.2 Ninja Forms Version: 2.9.5 Ninja Forms Stripe Version: 1.0.1
True
Yoast SEO and Ninja Forms - Stripe - ### What did you expect to happen? Ninja Forms with Stripe to work with Yoast SEO. ### What happened instead? Ninja forms work in general. However, the forms sending a Stripe Token are invalidated. Disabling Yoast allows the token to be sent. ### How can we reproduce this behavior? I have Stripe in a live state as I need the payments to go through. Can you provide a link to a page which shows this issue? Unless you want to make a payment. For now I will need to leave Yoast disabled. https://epicsitedesigns.com/services/custom-websites/test/ ### Technical info * WordPress version: 4.5.3 * Yoast SEO version: 3.3.2 Ninja Forms Version: 2.9.5 Ninja Forms Stripe Version: 1.0.1
comp
yoast seo and ninja forms stripe what did you expect to happen ninja forms with stripe to work with yoast seo what happened instead ninja forms work in general however the forms sending a stripe token are invalidated disabling yoast allows the token to be sent how can we reproduce this behavior i have stripe in a live state as i need the payments to go through can you provide a link to a page which shows this issue unless you want to make a payment for now i will need to leave yoast disabled technical info wordpress version yoast seo version ninja forms version ninja forms stripe version
1
228,125
17,411,102,829
IssuesEvent
2021-08-03 12:27:24
audeering/audmetric
https://api.github.com/repos/audeering/audmetric
opened
Links to Python docs like ValueError not working
bug documentation
The links to typing hints and error are not working ![image](https://user-images.githubusercontent.com/173624/128015224-e3ee6124-5e50-4429-9a1e-9f1168a8e9a0.png)
1.0
Links to Python docs like ValueError not working - The links to typing hints and error are not working ![image](https://user-images.githubusercontent.com/173624/128015224-e3ee6124-5e50-4429-9a1e-9f1168a8e9a0.png)
non_comp
links to python docs like valueerror not working the links to typing hints and error are not working
0
12,774
8,074,414,187
IssuesEvent
2018-08-06 23:10:23
matomo-org/matomo
https://api.github.com/repos/matomo-org/matomo
opened
Demo: Closing download popup sometimes doesn't work
Bug c: Usability
On mobile (Android 7, Chrome) I found it hard to close the popup. I had to click like 10 times on the `x` until I had clicked a position where it actually worked. ![screenshot_20180807-102318](https://user-images.githubusercontent.com/273120/43745341-4c594c48-9a32-11e8-81a6-f97214b086e9.png)
True
Demo: Closing download popup sometimes doesn't work - On mobile (Android 7, Chrome) I found it hard to close the popup. I had to click like 10 times on the `x` until I had clicked a position where it actually worked. ![screenshot_20180807-102318](https://user-images.githubusercontent.com/273120/43745341-4c594c48-9a32-11e8-81a6-f97214b086e9.png)
non_comp
demo closing download popup sometimes doesn t work on mobile android chrome i found it hard to close the popup i had to click like times on the x until i had clicked a position where it actually worked
0
3,953
6,793,473,828
IssuesEvent
2017-11-01 07:42:51
czcorpus/kontext
https://api.github.com/repos/czcorpus/kontext
closed
Update interface of the auth plugin
enhancement incompatible change plugin API
The method `permitted_corpora(user_id)` should be changed into `permitted_corpora(user_dict)` to allow other developers using any data related to a currently logged-in user. (this should be implemented in both _release-0.10.x_ and _master_ branches.
True
Update interface of the auth plugin - The method `permitted_corpora(user_id)` should be changed into `permitted_corpora(user_dict)` to allow other developers using any data related to a currently logged-in user. (this should be implemented in both _release-0.10.x_ and _master_ branches.
comp
update interface of the auth plugin the method permitted corpora user id should be changed into permitted corpora user dict to allow other developers using any data related to a currently logged in user this should be implemented in both release x and master branches
1
10,831
12,819,940,254
IssuesEvent
2020-07-06 04:06:02
paulevsGitch/BetterNether
https://api.github.com/repos/paulevsGitch/BetterNether
closed
[bug/issue]
compatibility
So I’m trying to use the better nether mod with oh the biomes you’ll go and cinderscapes but the most recent version have a problem. The biomes from better nether don’t spawn. Cinderscapes and byg are fine and this wasn’t an issue with some of the older files. What’s weird is that there are features from better nether like stalactites and other structures but no biomes. Will this be fixed in the future.
True
[bug/issue] - So I’m trying to use the better nether mod with oh the biomes you’ll go and cinderscapes but the most recent version have a problem. The biomes from better nether don’t spawn. Cinderscapes and byg are fine and this wasn’t an issue with some of the older files. What’s weird is that there are features from better nether like stalactites and other structures but no biomes. Will this be fixed in the future.
comp
so i’m trying to use the better nether mod with oh the biomes you’ll go and cinderscapes but the most recent version have a problem the biomes from better nether don’t spawn cinderscapes and byg are fine and this wasn’t an issue with some of the older files what’s weird is that there are features from better nether like stalactites and other structures but no biomes will this be fixed in the future
1
145,287
19,339,299,822
IssuesEvent
2021-12-15 01:16:27
billmcchesney1/flow
https://api.github.com/repos/billmcchesney1/flow
opened
CVE-2021-4104 (Medium) detected in log4j-1.2.17.jar
security vulnerability
## CVE-2021-4104 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.17.jar</b></p></summary> <p>Apache Log4j 1.2</p> <p>Path to dependency file: flow/pom.xml</p> <p>Path to vulnerable library: canner/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar</p> <p> Dependency Hierarchy: - :x: **log4j-1.2.17.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A flaw was found in the Java logging library Apache Log4j in version 1.x. JMSAppender in Log4j 1.x is vulnerable to deserialization of untrusted data. This allows a remote attacker to execute code on the server if the deployed application is configured to use JMSAppender and to the attacker's JMS Broker. <p>Publish Date: 2021-12-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-4104>CVE-2021-4104</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/apache/logging-log4j2/pull/608#issuecomment-990494126">https://github.com/apache/logging-log4j2/pull/608#issuecomment-990494126</a></p> <p>Release Date: 2021-12-14</p> <p>Fix Resolution: org.apache.logging.log4j:log4j-core:2.15.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"log4j","packageName":"log4j","packageVersion":"1.2.17","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"log4j:log4j:1.2.17","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.logging.log4j:log4j-core:2.15.0","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-4104","vulnerabilityDetails":"A flaw was found in the Java logging library Apache Log4j in version 1.x. JMSAppender in Log4j 1.x is vulnerable to deserialization of untrusted data. This allows a remote attacker to execute code on the server if the deployed application is configured to use JMSAppender and to the attacker\u0027s JMS Broker.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-4104","cvss3Severity":"medium","cvss3Score":"6.6","cvss3Metrics":{"A":"High","AC":"High","PR":"High","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-4104 (Medium) detected in log4j-1.2.17.jar - ## CVE-2021-4104 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.17.jar</b></p></summary> <p>Apache Log4j 1.2</p> <p>Path to dependency file: flow/pom.xml</p> <p>Path to vulnerable library: canner/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar</p> <p> Dependency Hierarchy: - :x: **log4j-1.2.17.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A flaw was found in the Java logging library Apache Log4j in version 1.x. JMSAppender in Log4j 1.x is vulnerable to deserialization of untrusted data. This allows a remote attacker to execute code on the server if the deployed application is configured to use JMSAppender and to the attacker's JMS Broker. <p>Publish Date: 2021-12-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-4104>CVE-2021-4104</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/apache/logging-log4j2/pull/608#issuecomment-990494126">https://github.com/apache/logging-log4j2/pull/608#issuecomment-990494126</a></p> <p>Release Date: 2021-12-14</p> <p>Fix Resolution: org.apache.logging.log4j:log4j-core:2.15.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"log4j","packageName":"log4j","packageVersion":"1.2.17","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"log4j:log4j:1.2.17","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.logging.log4j:log4j-core:2.15.0","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-4104","vulnerabilityDetails":"A flaw was found in the Java logging library Apache Log4j in version 1.x. JMSAppender in Log4j 1.x is vulnerable to deserialization of untrusted data. This allows a remote attacker to execute code on the server if the deployed application is configured to use JMSAppender and to the attacker\u0027s JMS Broker.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-4104","cvss3Severity":"medium","cvss3Score":"6.6","cvss3Metrics":{"A":"High","AC":"High","PR":"High","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_comp
cve medium detected in jar cve medium severity vulnerability vulnerable library jar apache path to dependency file flow pom xml path to vulnerable library canner repository jar dependency hierarchy x jar vulnerable library found in base branch master vulnerability details a flaw was found in the java logging library apache in version x jmsappender in x is vulnerable to deserialization of untrusted data this allows a remote attacker to execute code on the server if the deployed application is configured to use jmsappender and to the attacker s jms broker publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required high user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache logging core check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree isminimumfixversionavailable true minimumfixversion org apache logging core isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails a flaw was found in the java logging library apache in version x jmsappender in x is vulnerable to deserialization of untrusted data this allows a remote attacker to execute code on the server if the deployed application is configured to use jmsappender and to the attacker jms broker vulnerabilityurl
0
13,258
15,618,854,632
IssuesEvent
2021-03-20 02:22:16
RingComics/yajan
https://api.github.com/repos/RingComics/yajan
opened
Illuminated Order 2.0 and Even Seedier Eight Plates incompatibility
bug compatibility
Illuminated Order dialog does not appear with ESEP installed
True
Illuminated Order 2.0 and Even Seedier Eight Plates incompatibility - Illuminated Order dialog does not appear with ESEP installed
comp
illuminated order and even seedier eight plates incompatibility illuminated order dialog does not appear with esep installed
1