Unnamed: 0
int64
0
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
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
35,754
7,800,652,162
IssuesEvent
2018-06-09 12:05:42
StrikeNP/trac_test
https://api.github.com/repos/StrikeNP/trac_test
closed
Nightly budget balance script did not work on 3 Apr 2013 (Trac #562)
Migrated from Trac clubb_src defect nieznan3@uwm.edu
[http://www.larson-group.com/internal/nightly/clubb_nightly/profiles-20130403/text_output/budget_balance_test The nightly budget test for CLUBB] reports this error: ```text April 03 2013 Traceback (most recent call last): File "./checkBudget.py", line 9, in <module> from pupynere import NetCDFFile # Read NetCDF .cdf / .nc files File "/usr/nightly_tests/clubb/postprocessing/check_budgets_balance/pupynere.py", line 126, in <module> from numpy import fromstring, ndarray, dtype, empty, array, asarray, prod ImportError: No module named numpy ``` numpy is a math library for python. I'm surprised that the script can't find it. Attachments: Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/562 ```json { "status": "closed", "changetime": "2013-04-30T17:12:15", "description": "\n[http://www.larson-group.com/internal/nightly/clubb_nightly/profiles-20130403/text_output/budget_balance_test The nightly budget test for CLUBB] reports this error:\n\n{{{\nApril 03 2013\nTraceback (most recent call last):\n File \"./checkBudget.py\", line 9, in <module>\n from pupynere import NetCDFFile # Read NetCDF .cdf / .nc files\n File \"/usr/nightly_tests/clubb/postprocessing/check_budgets_balance/pupynere.py\", line 126, in <module>\n from numpy import fromstring, ndarray, dtype, empty, array, asarray, prod\nImportError: No module named numpy\n}}}\n\nnumpy is a math library for python. I'm surprised that the script can't find it.", "reporter": "vlarson@uwm.edu", "cc": "vlarson@uwm.edu, raut@uwm.edu, bladornr@uwm.edu", "resolution": "duplicate", "_ts": "1367341935286157", "component": "clubb_src", "summary": "Nightly budget balance script did not work on 3 Apr 2013", "priority": "minor", "keywords": "", "time": "2013-04-03T14:11:26", "milestone": "", "owner": "nieznan3@uwm.edu", "type": "defect" } ```
1.0
Nightly budget balance script did not work on 3 Apr 2013 (Trac #562) - [http://www.larson-group.com/internal/nightly/clubb_nightly/profiles-20130403/text_output/budget_balance_test The nightly budget test for CLUBB] reports this error: ```text April 03 2013 Traceback (most recent call last): File "./checkBudget.py", line 9, in <module> from pupynere import NetCDFFile # Read NetCDF .cdf / .nc files File "/usr/nightly_tests/clubb/postprocessing/check_budgets_balance/pupynere.py", line 126, in <module> from numpy import fromstring, ndarray, dtype, empty, array, asarray, prod ImportError: No module named numpy ``` numpy is a math library for python. I'm surprised that the script can't find it. Attachments: Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/562 ```json { "status": "closed", "changetime": "2013-04-30T17:12:15", "description": "\n[http://www.larson-group.com/internal/nightly/clubb_nightly/profiles-20130403/text_output/budget_balance_test The nightly budget test for CLUBB] reports this error:\n\n{{{\nApril 03 2013\nTraceback (most recent call last):\n File \"./checkBudget.py\", line 9, in <module>\n from pupynere import NetCDFFile # Read NetCDF .cdf / .nc files\n File \"/usr/nightly_tests/clubb/postprocessing/check_budgets_balance/pupynere.py\", line 126, in <module>\n from numpy import fromstring, ndarray, dtype, empty, array, asarray, prod\nImportError: No module named numpy\n}}}\n\nnumpy is a math library for python. I'm surprised that the script can't find it.", "reporter": "vlarson@uwm.edu", "cc": "vlarson@uwm.edu, raut@uwm.edu, bladornr@uwm.edu", "resolution": "duplicate", "_ts": "1367341935286157", "component": "clubb_src", "summary": "Nightly budget balance script did not work on 3 Apr 2013", "priority": "minor", "keywords": "", "time": "2013-04-03T14:11:26", "milestone": "", "owner": "nieznan3@uwm.edu", "type": "defect" } ```
defect
nightly budget balance script did not work on apr trac reports this error text april traceback most recent call last file checkbudget py line in from pupynere import netcdffile read netcdf cdf nc files file usr nightly tests clubb postprocessing check budgets balance pupynere py line in from numpy import fromstring ndarray dtype empty array asarray prod importerror no module named numpy numpy is a math library for python i m surprised that the script can t find it attachments migrated from json status closed changetime description n reports this error n n napril ntraceback most recent call last n file checkbudget py line in n from pupynere import netcdffile read netcdf cdf nc files n file usr nightly tests clubb postprocessing check budgets balance pupynere py line in n from numpy import fromstring ndarray dtype empty array asarray prod nimporterror no module named numpy n n nnumpy is a math library for python i m surprised that the script can t find it reporter vlarson uwm edu cc vlarson uwm edu raut uwm edu bladornr uwm edu resolution duplicate ts component clubb src summary nightly budget balance script did not work on apr priority minor keywords time milestone owner uwm edu type defect
1
57,021
15,592,455,266
IssuesEvent
2021-03-18 11:43:36
CMTaylor/robotframework-autoitlibrary
https://api.github.com/repos/CMTaylor/robotframework-autoitlibrary
closed
Make the library installable with pip
Priority-Medium Type-Defect auto-migrated
``` It would be really nice if autoitlibrary was on pypi so it could be installed with pip ``` Original issue reported on code.google.com by `bryan.oa...@gmail.com` on 18 Dec 2014 at 3:18
1.0
Make the library installable with pip - ``` It would be really nice if autoitlibrary was on pypi so it could be installed with pip ``` Original issue reported on code.google.com by `bryan.oa...@gmail.com` on 18 Dec 2014 at 3:18
defect
make the library installable with pip it would be really nice if autoitlibrary was on pypi so it could be installed with pip original issue reported on code google com by bryan oa gmail com on dec at
1
292,625
25,227,032,661
IssuesEvent
2022-11-14 16:41:55
ChainSafe/forest
https://api.github.com/repos/ChainSafe/forest
closed
Slow tests under a feature flag
Status: Needs Triage CI & Testing Ready
**Issue summary** <!-- A clear and concise description of what the task is. --> It would be great to put slow tests under a dedicated feature flag, so a regular `cargo test` is more convenient to use during development. Currently, e.g. this test takes significant amount of time: ``` test test_download_location_of_proof_parameter_files_env has been running for over 60 seconds ``` Naturally, the CI should run both slow and fast tests. We could say that 1s is the cut-off line (any test running for longer is slow). While 1s is not a particularly long period, 100 tests of 1s [would risk injuries](https://xkcd.com/303/) during Forest development. Perhaps there is a dedicated test framework for that? **Other information and links** <!-- Add any other context or screenshots about the issue here. --> <!-- Thank you 🙏 -->
1.0
Slow tests under a feature flag - **Issue summary** <!-- A clear and concise description of what the task is. --> It would be great to put slow tests under a dedicated feature flag, so a regular `cargo test` is more convenient to use during development. Currently, e.g. this test takes significant amount of time: ``` test test_download_location_of_proof_parameter_files_env has been running for over 60 seconds ``` Naturally, the CI should run both slow and fast tests. We could say that 1s is the cut-off line (any test running for longer is slow). While 1s is not a particularly long period, 100 tests of 1s [would risk injuries](https://xkcd.com/303/) during Forest development. Perhaps there is a dedicated test framework for that? **Other information and links** <!-- Add any other context or screenshots about the issue here. --> <!-- Thank you 🙏 -->
non_defect
slow tests under a feature flag issue summary it would be great to put slow tests under a dedicated feature flag so a regular cargo test is more convenient to use during development currently e g this test takes significant amount of time test test download location of proof parameter files env has been running for over seconds naturally the ci should run both slow and fast tests we could say that is the cut off line any test running for longer is slow while is not a particularly long period tests of during forest development perhaps there is a dedicated test framework for that other information and links
0
1,880
2,603,972,864
IssuesEvent
2015-02-24 19:00:42
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳阴茎疱疹怎么办
auto-migrated Priority-Medium Type-Defect
``` 沈阳阴茎疱疹怎么办〓沈陽軍區政治部醫院性病〓TEL:024-3102 3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位� ��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:02
1.0
沈阳阴茎疱疹怎么办 - ``` 沈阳阴茎疱疹怎么办〓沈陽軍區政治部醫院性病〓TEL:024-3102 3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位� ��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:02
defect
沈阳阴茎疱疹怎么办 沈阳阴茎疱疹怎么办〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位� �� 。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 original issue reported on code google com by gmail com on jun at
1
42,144
10,832,065,315
IssuesEvent
2019-11-11 09:48:07
carbon-design-system/ibm-security
https://api.github.com/repos/carbon-design-system/ibm-security
opened
`Toolbar` - Panel `z-index` is higher than `Toolbar`
Defect severity 4
## Bug - `Toolbar` - Panel `z-index` is higher than `Toolbar` **Actual behavior -** Panel `z-index` is higher than `Toolbar` when closing. <img width="816" alt="Toolbar" src="https://user-images.githubusercontent.com/3846874/68577606-5658ee00-0468-11ea-9d7a-af0339543c40.png">
1.0
`Toolbar` - Panel `z-index` is higher than `Toolbar` - ## Bug - `Toolbar` - Panel `z-index` is higher than `Toolbar` **Actual behavior -** Panel `z-index` is higher than `Toolbar` when closing. <img width="816" alt="Toolbar" src="https://user-images.githubusercontent.com/3846874/68577606-5658ee00-0468-11ea-9d7a-af0339543c40.png">
defect
toolbar panel z index is higher than toolbar bug toolbar panel z index is higher than toolbar actual behavior panel z index is higher than toolbar when closing img width alt toolbar src
1
80,037
29,925,460,571
IssuesEvent
2023-06-22 04:56:35
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
opened
Integrity constraint violation for Database Session Primary Key
defect
### Description We are using Database sessions and noticed random Integrity constraint violation error for primary key. I have not been able to reproduce this error at my side. I noticed similar issues reported in other versions of CakePHP. [#14783](https://github.com/cakephp/cakephp/issues/14783) [#7458](https://github.com/cakephp/cakephp/issues/7458) @markstory @lorenzo Is there any fix for this in 4.x? Or any suggestions to prevent this error? Thanks `Error:` [PDOException] SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘jdrnvhmc8780m89btbt2qmqa2g’ for key ‘PRIMARY’ in ...\vendor\cakephp\cakephp\src\Database\Statement\MysqlStatement.php on line 39 Stack Trace: - ..\vendor\cakephp\cakephp\src\Database\Statement\MysqlStatement.php:39 - ..\vendor\cakephp\cakephp\src\Database\Connection.php:343 - ..\vendor\cakephp\cakephp\src\Core\Retry\CommandRetry.php:69 - ..\vendor\cakephp\cakephp\src\Database\Connection.php:346 - ..\vendor\cakephp\cakephp\src\Database\Query.php:245 - ..\vendor\cakephp\cakephp\src\ORM\Table.php:2036 - ..\vendor\cakephp\cakephp\src\ORM\Table.php:1928 - ..\vendor\cakephp\cakephp\src\ORM\Table.php:1829 - ..\vendor\cakephp\cakephp\src\ORM\Table.php:1529 - ..\vendor\cakephp\cakephp\src\Database\Connection.php:693 - ..\vendor\cakephp\cakephp\src\ORM\Table.php:1530 - ..\vendor\cakephp\cakephp\src\ORM\Table.php:1830 - ..\vendor\cakephp\cakephp\src\Http\Session\DatabaseSession.php:158 - session_write_close - [internal], line ??- ..\vendor\cakephp\cakephp\src\Http\Session.php:387 - ..\vendor\cakephp\cakephp\src\Http\Server.php:93 - ..\webroot\index.php:91 - ..\index.php:16` ### CakePHP Version 4.0.10 ### PHP Version 7.4.30
1.0
Integrity constraint violation for Database Session Primary Key - ### Description We are using Database sessions and noticed random Integrity constraint violation error for primary key. I have not been able to reproduce this error at my side. I noticed similar issues reported in other versions of CakePHP. [#14783](https://github.com/cakephp/cakephp/issues/14783) [#7458](https://github.com/cakephp/cakephp/issues/7458) @markstory @lorenzo Is there any fix for this in 4.x? Or any suggestions to prevent this error? Thanks `Error:` [PDOException] SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘jdrnvhmc8780m89btbt2qmqa2g’ for key ‘PRIMARY’ in ...\vendor\cakephp\cakephp\src\Database\Statement\MysqlStatement.php on line 39 Stack Trace: - ..\vendor\cakephp\cakephp\src\Database\Statement\MysqlStatement.php:39 - ..\vendor\cakephp\cakephp\src\Database\Connection.php:343 - ..\vendor\cakephp\cakephp\src\Core\Retry\CommandRetry.php:69 - ..\vendor\cakephp\cakephp\src\Database\Connection.php:346 - ..\vendor\cakephp\cakephp\src\Database\Query.php:245 - ..\vendor\cakephp\cakephp\src\ORM\Table.php:2036 - ..\vendor\cakephp\cakephp\src\ORM\Table.php:1928 - ..\vendor\cakephp\cakephp\src\ORM\Table.php:1829 - ..\vendor\cakephp\cakephp\src\ORM\Table.php:1529 - ..\vendor\cakephp\cakephp\src\Database\Connection.php:693 - ..\vendor\cakephp\cakephp\src\ORM\Table.php:1530 - ..\vendor\cakephp\cakephp\src\ORM\Table.php:1830 - ..\vendor\cakephp\cakephp\src\Http\Session\DatabaseSession.php:158 - session_write_close - [internal], line ??- ..\vendor\cakephp\cakephp\src\Http\Session.php:387 - ..\vendor\cakephp\cakephp\src\Http\Server.php:93 - ..\webroot\index.php:91 - ..\index.php:16` ### CakePHP Version 4.0.10 ### PHP Version 7.4.30
defect
integrity constraint violation for database session primary key description we are using database sessions and noticed random integrity constraint violation error for primary key i have not been able to reproduce this error at my side i noticed similar issues reported in other versions of cakephp markstory lorenzo is there any fix for this in x or any suggestions to prevent this error thanks error sqlstate integrity constraint violation duplicate entry ‘ ’ for key ‘primary’ in vendor cakephp cakephp src database statement mysqlstatement php on line stack trace vendor cakephp cakephp src database statement mysqlstatement php vendor cakephp cakephp src database connection php vendor cakephp cakephp src core retry commandretry php vendor cakephp cakephp src database connection php vendor cakephp cakephp src database query php vendor cakephp cakephp src orm table php vendor cakephp cakephp src orm table php vendor cakephp cakephp src orm table php vendor cakephp cakephp src orm table php vendor cakephp cakephp src database connection php vendor cakephp cakephp src orm table php vendor cakephp cakephp src orm table php vendor cakephp cakephp src http session databasesession php session write close line vendor cakephp cakephp src http session php vendor cakephp cakephp src http server php webroot index php index php cakephp version php version
1
603,947
18,674,514,580
IssuesEvent
2021-10-31 10:21:43
AY2122S1-CS2113T-F14-3/tp
https://api.github.com/repos/AY2122S1-CS2113T-F14-3/tp
closed
[PE-D] Feature did not work, adding schedule with quantifier
priority.High type.Bug
![image.png](https://raw.githubusercontent.com/KZQ1999/ped/main/files/772646c8-61f7-408d-bd9d-f6201e4c5d5e.png) <!--session: 1635497037138-3d4857ae-1d3d-4193-8643-08af139c8315--> <!--Version: Web v3.4.1--> ------------- Labels: `type.FeatureFlaw` `severity.Medium` original: KZQ1999/ped#9
1.0
[PE-D] Feature did not work, adding schedule with quantifier - ![image.png](https://raw.githubusercontent.com/KZQ1999/ped/main/files/772646c8-61f7-408d-bd9d-f6201e4c5d5e.png) <!--session: 1635497037138-3d4857ae-1d3d-4193-8643-08af139c8315--> <!--Version: Web v3.4.1--> ------------- Labels: `type.FeatureFlaw` `severity.Medium` original: KZQ1999/ped#9
non_defect
feature did not work adding schedule with quantifier labels type featureflaw severity medium original ped
0
15,202
2,850,279,721
IssuesEvent
2015-05-31 12:47:22
mernst/randoop
https://api.github.com/repos/mernst/randoop
closed
Randoop throws AssertionError for a math package
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Download the org.apache.commons.math3 package 2. Test the package (a list with all package classes provided with the --classlist parameter) 3. Observe Randoop exiting with an assertion error What is the expected output? What do you see instead? The expected output should be without exceptions, resulting in Randoop writing generated unit tests to the file system. Instead I get the following: Creating Junit tests (2236 tests)...Throwable thrown while handling command:java.lang.AssertionError java.lang.AssertionError at randoop.main.GenTests.handle(GenTests.java:529) at randoop.main.Main.nonStaticMain(Main.java:80) at randoop.main.Main.main(Main.java:42) Randoop failed. Last sequence under execution:var0 = prim : int:1079574528 : var1 = prim : boolean:true : var2 = cons : org.apache.commons.math3.stat.regression.MillerUpdatingRegression.<init>(int,boo lean) : var0 var1 What version of the product are you using? On what operating system? Randoop 1.3.3. The operating system is GNU/Linux Trisquel 6.0. Please provide any additional information below. This is the command that I used to run Randoop: java $JVM_FLAGS -ea -cp lib/randoop.jar:lib/junit4.jar:../src/ randoop.main.Main gentests --classlist=classlist.txt --junit-output-dir=tests-round-1/ --junit-classname=Randoop1Test --timelimit=60 --forbid-null=false --small-tests=true --testsperfile=1 File classlist.txt is attached. ``` Original issue reported on code.google.com by `ma...@cs.utah.edu` on 16 Nov 2013 at 4:34 Attachments: * [classlist.txt](https://storage.googleapis.com/google-code-attachments/randoop/issue-44/comment-0/classlist.txt)
1.0
Randoop throws AssertionError for a math package - ``` What steps will reproduce the problem? 1. Download the org.apache.commons.math3 package 2. Test the package (a list with all package classes provided with the --classlist parameter) 3. Observe Randoop exiting with an assertion error What is the expected output? What do you see instead? The expected output should be without exceptions, resulting in Randoop writing generated unit tests to the file system. Instead I get the following: Creating Junit tests (2236 tests)...Throwable thrown while handling command:java.lang.AssertionError java.lang.AssertionError at randoop.main.GenTests.handle(GenTests.java:529) at randoop.main.Main.nonStaticMain(Main.java:80) at randoop.main.Main.main(Main.java:42) Randoop failed. Last sequence under execution:var0 = prim : int:1079574528 : var1 = prim : boolean:true : var2 = cons : org.apache.commons.math3.stat.regression.MillerUpdatingRegression.<init>(int,boo lean) : var0 var1 What version of the product are you using? On what operating system? Randoop 1.3.3. The operating system is GNU/Linux Trisquel 6.0. Please provide any additional information below. This is the command that I used to run Randoop: java $JVM_FLAGS -ea -cp lib/randoop.jar:lib/junit4.jar:../src/ randoop.main.Main gentests --classlist=classlist.txt --junit-output-dir=tests-round-1/ --junit-classname=Randoop1Test --timelimit=60 --forbid-null=false --small-tests=true --testsperfile=1 File classlist.txt is attached. ``` Original issue reported on code.google.com by `ma...@cs.utah.edu` on 16 Nov 2013 at 4:34 Attachments: * [classlist.txt](https://storage.googleapis.com/google-code-attachments/randoop/issue-44/comment-0/classlist.txt)
defect
randoop throws assertionerror for a math package what steps will reproduce the problem download the org apache commons package test the package a list with all package classes provided with the classlist parameter observe randoop exiting with an assertion error what is the expected output what do you see instead the expected output should be without exceptions resulting in randoop writing generated unit tests to the file system instead i get the following creating junit tests tests throwable thrown while handling command java lang assertionerror java lang assertionerror at randoop main gentests handle gentests java at randoop main main nonstaticmain main java at randoop main main main main java randoop failed last sequence under execution prim int prim boolean true cons org apache commons stat regression millerupdatingregression int boo lean what version of the product are you using on what operating system randoop the operating system is gnu linux trisquel please provide any additional information below this is the command that i used to run randoop java jvm flags ea cp lib randoop jar lib jar src randoop main main gentests classlist classlist txt junit output dir tests round junit classname timelimit forbid null false small tests true testsperfile file classlist txt is attached original issue reported on code google com by ma cs utah edu on nov at attachments
1
69,064
22,103,034,685
IssuesEvent
2022-06-01 15:00:26
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Self-hosted : Created Video Room - cannot start the conference, it is asking for unknown credentials
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? >I have a self-hosted Matrix/Jiti system created via the ansible playbook. Basic messaging works fine. Using the Jitsi widet works fine. Video calls work fine. > > I am just starting to try the Video Room as it might be a good fit for my usecase. The room is created and I am presented a black background with the video/audo enable buttons and the preview looks good. There is a "connect now" button under the preview. > 2. What do you click? > > When I click "connect now" it sits for a moment then fails with no error message at all and goes back to the prior screen. > > When I do the same for the mobile app, it tells me the Host has not yet started the conference. It gives me the option of waiting or telling the app that I am the host. When I select the I am Host button it gives me a credential screen with user@domain/pw fields. I am not sure what credential this is? I never gave an email when I created my accounts on my self-hosted system. Note the format it is asking for looks like an email address format. 5. More steps… ### Outcome #### What did you expect? Maybe the host authenticates with the matrix credentials ie #me:mydomain #### What happened instead? It asks for some user@domain/pw credentials that I am not sure which system it is looking up in. ### Operating system Ubuntu 20.04 installed Matrix via ansible playbook ### Browser information Current Firefox and Chrome behave the same. ### URL for webapp _No response_ ### Application version Element version: 1.10.12 Olm version: 3.2.8 ### Homeserver Homeserver is https://matrix.flynnhome.org Identity server is https://vector.im ### Will you send logs? Yes
1.0
Self-hosted : Created Video Room - cannot start the conference, it is asking for unknown credentials - ### Steps to reproduce 1. Where are you starting? What can you see? >I have a self-hosted Matrix/Jiti system created via the ansible playbook. Basic messaging works fine. Using the Jitsi widet works fine. Video calls work fine. > > I am just starting to try the Video Room as it might be a good fit for my usecase. The room is created and I am presented a black background with the video/audo enable buttons and the preview looks good. There is a "connect now" button under the preview. > 2. What do you click? > > When I click "connect now" it sits for a moment then fails with no error message at all and goes back to the prior screen. > > When I do the same for the mobile app, it tells me the Host has not yet started the conference. It gives me the option of waiting or telling the app that I am the host. When I select the I am Host button it gives me a credential screen with user@domain/pw fields. I am not sure what credential this is? I never gave an email when I created my accounts on my self-hosted system. Note the format it is asking for looks like an email address format. 5. More steps… ### Outcome #### What did you expect? Maybe the host authenticates with the matrix credentials ie #me:mydomain #### What happened instead? It asks for some user@domain/pw credentials that I am not sure which system it is looking up in. ### Operating system Ubuntu 20.04 installed Matrix via ansible playbook ### Browser information Current Firefox and Chrome behave the same. ### URL for webapp _No response_ ### Application version Element version: 1.10.12 Olm version: 3.2.8 ### Homeserver Homeserver is https://matrix.flynnhome.org Identity server is https://vector.im ### Will you send logs? Yes
defect
self hosted created video room cannot start the conference it is asking for unknown credentials steps to reproduce where are you starting what can you see i have a self hosted matrix jiti system created via the ansible playbook basic messaging works fine using the jitsi widet works fine video calls work fine i am just starting to try the video room as it might be a good fit for my usecase the room is created and i am presented a black background with the video audo enable buttons and the preview looks good there is a connect now button under the preview what do you click when i click connect now it sits for a moment then fails with no error message at all and goes back to the prior screen when i do the same for the mobile app it tells me the host has not yet started the conference it gives me the option of waiting or telling the app that i am the host when i select the i am host button it gives me a credential screen with user domain pw fields i am not sure what credential this is i never gave an email when i created my accounts on my self hosted system note the format it is asking for looks like an email address format more steps… outcome what did you expect maybe the host authenticates with the matrix credentials ie me mydomain what happened instead it asks for some user domain pw credentials that i am not sure which system it is looking up in operating system ubuntu installed matrix via ansible playbook browser information current firefox and chrome behave the same url for webapp no response application version element version olm version homeserver homeserver is identity server is will you send logs yes
1
420,064
28,215,240,369
IssuesEvent
2023-04-05 08:28:34
chakra-ui/chakra-ui-docs
https://api.github.com/repos/chakra-ui/chakra-ui-docs
opened
getCheckboxProps has been replaced by getRadioProps
needs triage Topic: Documentation 📚
### Subject RadioCard ### Description The `useRadio` hook states that `getCheckboxProps` is deprecated. In the [example](https://chakra-ui.com/docs/components/radio#custom-radio-buttons), the following code snippet: ``` function RadioCard(props) { const { getInputProps, getCheckboxProps } = useRadio(props) const input = getInputProps() const checkbox = getCheckboxProps() ``` should be replaced with: ``` function RadioCard(props) { const { getInputProps, getRadioProps } = useRadio(props) const input = getInputProps() const checkbox = getRadioProps() ```
1.0
getCheckboxProps has been replaced by getRadioProps - ### Subject RadioCard ### Description The `useRadio` hook states that `getCheckboxProps` is deprecated. In the [example](https://chakra-ui.com/docs/components/radio#custom-radio-buttons), the following code snippet: ``` function RadioCard(props) { const { getInputProps, getCheckboxProps } = useRadio(props) const input = getInputProps() const checkbox = getCheckboxProps() ``` should be replaced with: ``` function RadioCard(props) { const { getInputProps, getRadioProps } = useRadio(props) const input = getInputProps() const checkbox = getRadioProps() ```
non_defect
getcheckboxprops has been replaced by getradioprops subject radiocard description the useradio hook states that getcheckboxprops is deprecated in the the following code snippet function radiocard props const getinputprops getcheckboxprops useradio props const input getinputprops const checkbox getcheckboxprops should be replaced with function radiocard props const getinputprops getradioprops useradio props const input getinputprops const checkbox getradioprops
0
9,917
2,616,010,325
IssuesEvent
2015-03-02 00:53:49
jasonhall/bwapi
https://api.github.com/repos/jasonhall/bwapi
closed
iswalkable is not working correctly in some cases
auto-migrated Component-Logic Priority-Low Type-Defect
``` i've attached a map where the problem appears. at tile 12/28, which is clearly not walkable, bwapi tells me that it is. the problem appears a few times on this map. ``` Original issue reported on code.google.com by `hamsterd...@gtempaccount.com` on 14 Mar 2010 at 2:28 Attachments: * [defensepointtest2.scm](https://storage.googleapis.com/google-code-attachments/bwapi/issue-200/comment-0/defensepointtest2.scm)
1.0
iswalkable is not working correctly in some cases - ``` i've attached a map where the problem appears. at tile 12/28, which is clearly not walkable, bwapi tells me that it is. the problem appears a few times on this map. ``` Original issue reported on code.google.com by `hamsterd...@gtempaccount.com` on 14 Mar 2010 at 2:28 Attachments: * [defensepointtest2.scm](https://storage.googleapis.com/google-code-attachments/bwapi/issue-200/comment-0/defensepointtest2.scm)
defect
iswalkable is not working correctly in some cases i ve attached a map where the problem appears at tile which is clearly not walkable bwapi tells me that it is the problem appears a few times on this map original issue reported on code google com by hamsterd gtempaccount com on mar at attachments
1
78,608
9,778,516,272
IssuesEvent
2019-06-07 12:17:02
netlify/netlify-cms
https://api.github.com/repos/netlify/netlify-cms
closed
List items should not require a `name`
exp: intermediate good first issue kind: feature status: accepted status: needs design
**- Do you want to request a *feature* or report a *bug*?** Question, maybe feature. **- What is the current behavior?** The way I define opengraph pictures on my site (using hugo) is to have an `images` array with values being path to pictures as string, not as an object. It should be output as this in the front matter: ``` images: - /img/1.jpg - /img/2.jpg ``` So I set up these CMS fields: ``` - name: "images" label: "OpenGraph Images" required: false widget: "list" fields: - {label: "Upload image", widget: "image"} ``` However it seems `name` is always output, no matter what I tried: ``` - {label: "Upload image", widget: "image"} // OR - {label: "Upload image", widget: "image", name: } // OR - {label: "Upload image", widget: "image", name: ""} ``` and so this is the current output: ``` images: - 'null': /img/1.jpg // OR undefined: /img/1.jpg ``` **- Question:** Is there any way currently to have multiple list items without any `name`?
1.0
List items should not require a `name` - **- Do you want to request a *feature* or report a *bug*?** Question, maybe feature. **- What is the current behavior?** The way I define opengraph pictures on my site (using hugo) is to have an `images` array with values being path to pictures as string, not as an object. It should be output as this in the front matter: ``` images: - /img/1.jpg - /img/2.jpg ``` So I set up these CMS fields: ``` - name: "images" label: "OpenGraph Images" required: false widget: "list" fields: - {label: "Upload image", widget: "image"} ``` However it seems `name` is always output, no matter what I tried: ``` - {label: "Upload image", widget: "image"} // OR - {label: "Upload image", widget: "image", name: } // OR - {label: "Upload image", widget: "image", name: ""} ``` and so this is the current output: ``` images: - 'null': /img/1.jpg // OR undefined: /img/1.jpg ``` **- Question:** Is there any way currently to have multiple list items without any `name`?
non_defect
list items should not require a name do you want to request a feature or report a bug question maybe feature what is the current behavior the way i define opengraph pictures on my site using hugo is to have an images array with values being path to pictures as string not as an object it should be output as this in the front matter images img jpg img jpg so i set up these cms fields name images label opengraph images required false widget list fields label upload image widget image however it seems name is always output no matter what i tried label upload image widget image or label upload image widget image name or label upload image widget image name and so this is the current output images null img jpg or undefined img jpg question is there any way currently to have multiple list items without any name
0
80,363
30,254,281,201
IssuesEvent
2023-07-07 00:15:42
NASA-AMMOS/openmct-mcws
https://api.github.com/repos/NASA-AMMOS/openmct-mcws
opened
EVR Level Configuration tab should be renamed for clarity
defect
https://jira.jpl.nasa.gov/browse/OMM-175 **Describe the defect** Tab should be renamed to clarify that it's the EVR Level Style that is being applied, not the EVR level in the view. Customers unfamiliar with OMM will assume that this tab removes EVR levels from the view, especially with this naming. During demo with mission customer an EVR tab labeled 'Warning EVRs' actually just had all the styles unselected and the customer assumed it was a bug that non-warning EVRs were in the table. EVR levels are filtered at query-level by dragging individual levels, modules, or EVR names into the tables. **Expected behavior** The tab functionality should be clearly implied by the tab name. **Steps To Reproduce** 1. Visual confirmation of tab name **Environment (please complete the following information):** - Version [<!-- e.g. release version, commit hash, branch-->] - Browser [<!-- e.g. chrome, safari -->] **Additional context** Add any other context, code snippets, error messages, screen shots about the problem here. |Criticality|Name|Description| |---|---|---| |crit1|Critical|Defect makes the software unusable for mission operations.| |crit2|Major|Defect has significant impact on usability of delivered software for mission operations. User experience is difficult and/or cumbersome. Workaround available is arduous.| |crit3|Moderate|Defect has moderate to mild impact on usability of delivered software for mission operations. User experience is degraded but workable.| |crit4|Minor|Defect means software does not work as originally intended, but the defect has little impact on the usability of the delivered software.|
1.0
EVR Level Configuration tab should be renamed for clarity - https://jira.jpl.nasa.gov/browse/OMM-175 **Describe the defect** Tab should be renamed to clarify that it's the EVR Level Style that is being applied, not the EVR level in the view. Customers unfamiliar with OMM will assume that this tab removes EVR levels from the view, especially with this naming. During demo with mission customer an EVR tab labeled 'Warning EVRs' actually just had all the styles unselected and the customer assumed it was a bug that non-warning EVRs were in the table. EVR levels are filtered at query-level by dragging individual levels, modules, or EVR names into the tables. **Expected behavior** The tab functionality should be clearly implied by the tab name. **Steps To Reproduce** 1. Visual confirmation of tab name **Environment (please complete the following information):** - Version [<!-- e.g. release version, commit hash, branch-->] - Browser [<!-- e.g. chrome, safari -->] **Additional context** Add any other context, code snippets, error messages, screen shots about the problem here. |Criticality|Name|Description| |---|---|---| |crit1|Critical|Defect makes the software unusable for mission operations.| |crit2|Major|Defect has significant impact on usability of delivered software for mission operations. User experience is difficult and/or cumbersome. Workaround available is arduous.| |crit3|Moderate|Defect has moderate to mild impact on usability of delivered software for mission operations. User experience is degraded but workable.| |crit4|Minor|Defect means software does not work as originally intended, but the defect has little impact on the usability of the delivered software.|
defect
evr level configuration tab should be renamed for clarity describe the defect tab should be renamed to clarify that it s the evr level style that is being applied not the evr level in the view customers unfamiliar with omm will assume that this tab removes evr levels from the view especially with this naming during demo with mission customer an evr tab labeled warning evrs actually just had all the styles unselected and the customer assumed it was a bug that non warning evrs were in the table evr levels are filtered at query level by dragging individual levels modules or evr names into the tables expected behavior the tab functionality should be clearly implied by the tab name steps to reproduce visual confirmation of tab name environment please complete the following information version browser additional context add any other context code snippets error messages screen shots about the problem here criticality name description critical defect makes the software unusable for mission operations major defect has significant impact on usability of delivered software for mission operations user experience is difficult and or cumbersome workaround available is arduous moderate defect has moderate to mild impact on usability of delivered software for mission operations user experience is degraded but workable minor defect means software does not work as originally intended but the defect has little impact on the usability of the delivered software
1
32,541
6,821,872,000
IssuesEvent
2017-11-07 18:07:40
ontop/ontop
https://api.github.com/repos/ontop/ontop
opened
Construct with limit is not supported
status: accepted topic: query reformulation topic: rdf4j type: defect
An error is thrown when a Limit (Slice) is used in combination with Construct. See the reported problem that appeared in rdf4j Workbench from the [google group](https://groups.google.com/forum/#!topic/ontop4obda/1pv0mDVt9T4) .
1.0
Construct with limit is not supported - An error is thrown when a Limit (Slice) is used in combination with Construct. See the reported problem that appeared in rdf4j Workbench from the [google group](https://groups.google.com/forum/#!topic/ontop4obda/1pv0mDVt9T4) .
defect
construct with limit is not supported an error is thrown when a limit slice is used in combination with construct see the reported problem that appeared in workbench from the
1
26,567
4,761,111,336
IssuesEvent
2016-10-25 06:56:07
wenzhixin/kosz-redmine-tools
https://api.github.com/repos/wenzhixin/kosz-redmine-tools
closed
Redmine Issue History Tabs Plugin does not work
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Installed Redmine Issue History Tabs Plugin 0.5 2. Updated an issue 3. Cant see the tabs What is the expected output? What do you see instead? History is tabed, but we see the whole History, without any tabs. What version of the product are you using? On what operating system? redmine 1.3.2 rails: 2.3.5-1.2+squeeze1 ruby1.8: 1.8.7.352-1 rubygems: 1.3.7-3 rake: 0.8.7-2 Please provide any additional information below. ``` Original issue reported on code.google.com by `cs.verte...@gmail.com` on 30 Jan 2013 at 1:05
1.0
Redmine Issue History Tabs Plugin does not work - ``` What steps will reproduce the problem? 1. Installed Redmine Issue History Tabs Plugin 0.5 2. Updated an issue 3. Cant see the tabs What is the expected output? What do you see instead? History is tabed, but we see the whole History, without any tabs. What version of the product are you using? On what operating system? redmine 1.3.2 rails: 2.3.5-1.2+squeeze1 ruby1.8: 1.8.7.352-1 rubygems: 1.3.7-3 rake: 0.8.7-2 Please provide any additional information below. ``` Original issue reported on code.google.com by `cs.verte...@gmail.com` on 30 Jan 2013 at 1:05
defect
redmine issue history tabs plugin does not work what steps will reproduce the problem installed redmine issue history tabs plugin updated an issue cant see the tabs what is the expected output what do you see instead history is tabed but we see the whole history without any tabs what version of the product are you using on what operating system redmine rails rubygems rake please provide any additional information below original issue reported on code google com by cs verte gmail com on jan at
1
37,742
8,513,541,142
IssuesEvent
2018-10-31 16:17:14
robolectric/robolectric
https://api.github.com/repos/robolectric/robolectric
closed
Broken resource loading near max method count
defect resources
We have a similar issue to [this](http://stackoverflow.com/questions/27788825/no-resourceloader-found-runtimeexception-in-robolectric) one. We are very close to the max method count (but not over yet... in the relevant branch, anyway) and our release build stopped passing tests. [Edit: I'm told by teammates that removing play services fixes it, but I haven't verified this myself. Following up with them on this point has generated more uncertainty.]: ``` Caused by: java.lang.RuntimeException: no ResourceLoader found for com.blackboard.android.bblearncollaborate at org.robolectric.res.RoutingResourceLoader.pickFor(RoutingResourceLoader.java:86) at org.robolectric.res.RoutingResourceLoader.pickFor(RoutingResourceLoader.java:75) at org.robolectric.res.RoutingResourceLoader.getDrawableNode(RoutingResourceLoader.java:46) at org.robolectric.shadows.ShadowAssetManager.openNonAsset(ShadowAssetManager.java:188) at android.content.res.AssetManager.openNonAsset(AssetManager.java) at android.content.res.Resources.loadDrawableForCookie(Resources.java:2421) ... 75 more ``` Our debug build works fine; all tests pass. Release fails with this error (as the root cause of a bunch of other exceptions). Robo 3.0, API 21. I can provide whatever additional info you need. This particular test failure is on a sub-module build (android library) of our application. Here is an excerpt from our top-level build.gradle. The "subprojects" closure governs this project. (There's some extra stuff about copying resources to work around another quirk that I included for completeness): ``` groovy allprojects { ext { // ** Android stuff minSdkVersion = 15 targetSdkVersion = 21 compileSdkVersion = 21 buildToolsVersion = "22.0.1" lintAbortOnError = false lintCheckReleaseBuilds = true } } subprojects { apply plugin: 'com.android.library' android { compileSdkVersion allprojects.ext.compileSdkVersion buildToolsVersion allprojects.ext.buildToolsVersion defaultConfig { minSdkVersion allprojects.ext.minSdkVersion targetSdkVersion allprojects.ext.targetSdkVersion } lintOptions { abortOnError allprojects.ext.lintAbortOnError checkReleaseBuilds allprojects.ext.lintCheckReleaseBuilds } } // After gradle's done compiling the code, it'll run this to add some more tasks for us. afterEvaluate { project -> // Debug and release get their own tasks android.libraryVariants.each { variant -> // TODO may be on the build variant def myManifestRoot = (new XmlParser()).parse("${project.projectDir}/src/main/AndroidManifest.xml") def myPackageNamespace = myManifestRoot.@package def myPackagePath = myPackageNamespace.replaceAll("\\.", "/") def processedPackages = new ArrayList<String>() // Task one of two that we're adding: it depends on discovering manifest files // and on processing resources for this build variant. It copies the merged R.java file // from our project's namespace (which contains the resource IDs included in our // dependencies) and drops it into each of our dependencies' namespaces. This is to work // around limitations in robolectric. def copyRJavaTaskName = "copy${variant.name.capitalize()}RJavaForRobolectric" task(copyRJavaTaskName, dependsOn: ["process${variant.name.capitalize()}Resources", "discoverManifestFiles"]) << { // For each manifest file we discovered earlier, open it up an pull out the package project.ext.manifestFiles.each { def parsedManifestRoot = (new XmlParser()).parse(it.absolutePath) def targetPackageNamespace = parsedManifestRoot.@package // If it was already added, skip it if (!processedPackages.contains(targetPackageNamespace)) { processedPackages.add(targetPackageNamespace) } else { println "WARNING: Found two versions of $targetPackageNamespace; this could mess" + " with your assets and resources" // For some reason there are two versions of this dependency // so skip additional iterations return } def targetPackageNamespacePath = targetPackageNamespace.replaceAll("\\.", "/") // Copy R.java from our outputs into the namespace of each dependency // (and change the package line in the file, correspondingly) copy { from "${project.buildDir}/generated/source/r/${variant.name}/$myPackagePath" include 'R.java' into "${project.projectDir}/src/test/java/$targetPackageNamespacePath" filter { line -> line.contains("package ${myPackageNamespace};") ? "package ${targetPackageNamespace};" : line } } } } // Insert this new task into the task tree: compiling unit tests depends on it. tasks.getByName("compile${variant.name.capitalize()}UnitTestJavaWithJavac") dependsOn copyRJavaTaskName // Second task we're adding: copy lib assets into the place where robolectric expects them. // It depends on processing this variant's resources and on discovering manifest files. def copyAssetsTaskName = "copy${variant.name.capitalize()}AssetsForRobolectric" task(copyAssetsTaskName, dependsOn: ["process${variant.name.capitalize()}Resources", "discoverManifestFiles"]) << { // For each manifest file we discovered, find that project's assets folder and copy it // to the same merged destination dir project.ext.manifestFiles.each { def manifestDirectory = it.parent def src = "${manifestDirectory}/assets" def dest = "build/intermediates/bundles/${variant.name}/assets" copy { from src include '**/*' into dest } } } // Insert this new task into the task tree: executing unit tests depends on it. tasks.getByName("test${variant.name.capitalize()}UnitTest") dependsOn copyAssetsTaskName } } // This task discovers the manifest files for the .aars that we depend on and // adds them to project.ext.manifestFiles for use in later tasks. task discoverManifestFiles(dependsOn: 'prepareDebugDependencies') << { def aars = new File(project.buildDir.absolutePath + "/intermediates/exploded-aar") def manifestFiles = new ArrayList<File>() // Iterate through the exploded-aars directory, finding the manifests aars.eachFileRecurse(FILES) { if (it.name.endsWith('AndroidManifest.xml') && !it.absolutePath.contains('aapt')) { manifestFiles.add(it) } } project.ext.manifestFiles = manifestFiles; } } ```
1.0
Broken resource loading near max method count - We have a similar issue to [this](http://stackoverflow.com/questions/27788825/no-resourceloader-found-runtimeexception-in-robolectric) one. We are very close to the max method count (but not over yet... in the relevant branch, anyway) and our release build stopped passing tests. [Edit: I'm told by teammates that removing play services fixes it, but I haven't verified this myself. Following up with them on this point has generated more uncertainty.]: ``` Caused by: java.lang.RuntimeException: no ResourceLoader found for com.blackboard.android.bblearncollaborate at org.robolectric.res.RoutingResourceLoader.pickFor(RoutingResourceLoader.java:86) at org.robolectric.res.RoutingResourceLoader.pickFor(RoutingResourceLoader.java:75) at org.robolectric.res.RoutingResourceLoader.getDrawableNode(RoutingResourceLoader.java:46) at org.robolectric.shadows.ShadowAssetManager.openNonAsset(ShadowAssetManager.java:188) at android.content.res.AssetManager.openNonAsset(AssetManager.java) at android.content.res.Resources.loadDrawableForCookie(Resources.java:2421) ... 75 more ``` Our debug build works fine; all tests pass. Release fails with this error (as the root cause of a bunch of other exceptions). Robo 3.0, API 21. I can provide whatever additional info you need. This particular test failure is on a sub-module build (android library) of our application. Here is an excerpt from our top-level build.gradle. The "subprojects" closure governs this project. (There's some extra stuff about copying resources to work around another quirk that I included for completeness): ``` groovy allprojects { ext { // ** Android stuff minSdkVersion = 15 targetSdkVersion = 21 compileSdkVersion = 21 buildToolsVersion = "22.0.1" lintAbortOnError = false lintCheckReleaseBuilds = true } } subprojects { apply plugin: 'com.android.library' android { compileSdkVersion allprojects.ext.compileSdkVersion buildToolsVersion allprojects.ext.buildToolsVersion defaultConfig { minSdkVersion allprojects.ext.minSdkVersion targetSdkVersion allprojects.ext.targetSdkVersion } lintOptions { abortOnError allprojects.ext.lintAbortOnError checkReleaseBuilds allprojects.ext.lintCheckReleaseBuilds } } // After gradle's done compiling the code, it'll run this to add some more tasks for us. afterEvaluate { project -> // Debug and release get their own tasks android.libraryVariants.each { variant -> // TODO may be on the build variant def myManifestRoot = (new XmlParser()).parse("${project.projectDir}/src/main/AndroidManifest.xml") def myPackageNamespace = myManifestRoot.@package def myPackagePath = myPackageNamespace.replaceAll("\\.", "/") def processedPackages = new ArrayList<String>() // Task one of two that we're adding: it depends on discovering manifest files // and on processing resources for this build variant. It copies the merged R.java file // from our project's namespace (which contains the resource IDs included in our // dependencies) and drops it into each of our dependencies' namespaces. This is to work // around limitations in robolectric. def copyRJavaTaskName = "copy${variant.name.capitalize()}RJavaForRobolectric" task(copyRJavaTaskName, dependsOn: ["process${variant.name.capitalize()}Resources", "discoverManifestFiles"]) << { // For each manifest file we discovered earlier, open it up an pull out the package project.ext.manifestFiles.each { def parsedManifestRoot = (new XmlParser()).parse(it.absolutePath) def targetPackageNamespace = parsedManifestRoot.@package // If it was already added, skip it if (!processedPackages.contains(targetPackageNamespace)) { processedPackages.add(targetPackageNamespace) } else { println "WARNING: Found two versions of $targetPackageNamespace; this could mess" + " with your assets and resources" // For some reason there are two versions of this dependency // so skip additional iterations return } def targetPackageNamespacePath = targetPackageNamespace.replaceAll("\\.", "/") // Copy R.java from our outputs into the namespace of each dependency // (and change the package line in the file, correspondingly) copy { from "${project.buildDir}/generated/source/r/${variant.name}/$myPackagePath" include 'R.java' into "${project.projectDir}/src/test/java/$targetPackageNamespacePath" filter { line -> line.contains("package ${myPackageNamespace};") ? "package ${targetPackageNamespace};" : line } } } } // Insert this new task into the task tree: compiling unit tests depends on it. tasks.getByName("compile${variant.name.capitalize()}UnitTestJavaWithJavac") dependsOn copyRJavaTaskName // Second task we're adding: copy lib assets into the place where robolectric expects them. // It depends on processing this variant's resources and on discovering manifest files. def copyAssetsTaskName = "copy${variant.name.capitalize()}AssetsForRobolectric" task(copyAssetsTaskName, dependsOn: ["process${variant.name.capitalize()}Resources", "discoverManifestFiles"]) << { // For each manifest file we discovered, find that project's assets folder and copy it // to the same merged destination dir project.ext.manifestFiles.each { def manifestDirectory = it.parent def src = "${manifestDirectory}/assets" def dest = "build/intermediates/bundles/${variant.name}/assets" copy { from src include '**/*' into dest } } } // Insert this new task into the task tree: executing unit tests depends on it. tasks.getByName("test${variant.name.capitalize()}UnitTest") dependsOn copyAssetsTaskName } } // This task discovers the manifest files for the .aars that we depend on and // adds them to project.ext.manifestFiles for use in later tasks. task discoverManifestFiles(dependsOn: 'prepareDebugDependencies') << { def aars = new File(project.buildDir.absolutePath + "/intermediates/exploded-aar") def manifestFiles = new ArrayList<File>() // Iterate through the exploded-aars directory, finding the manifests aars.eachFileRecurse(FILES) { if (it.name.endsWith('AndroidManifest.xml') && !it.absolutePath.contains('aapt')) { manifestFiles.add(it) } } project.ext.manifestFiles = manifestFiles; } } ```
defect
broken resource loading near max method count we have a similar issue to one we are very close to the max method count but not over yet in the relevant branch anyway and our release build stopped passing tests caused by java lang runtimeexception no resourceloader found for com blackboard android bblearncollaborate at org robolectric res routingresourceloader pickfor routingresourceloader java at org robolectric res routingresourceloader pickfor routingresourceloader java at org robolectric res routingresourceloader getdrawablenode routingresourceloader java at org robolectric shadows shadowassetmanager opennonasset shadowassetmanager java at android content res assetmanager opennonasset assetmanager java at android content res resources loaddrawableforcookie resources java more our debug build works fine all tests pass release fails with this error as the root cause of a bunch of other exceptions robo api i can provide whatever additional info you need this particular test failure is on a sub module build android library of our application here is an excerpt from our top level build gradle the subprojects closure governs this project there s some extra stuff about copying resources to work around another quirk that i included for completeness groovy allprojects ext android stuff minsdkversion targetsdkversion compilesdkversion buildtoolsversion lintabortonerror false lintcheckreleasebuilds true subprojects apply plugin com android library android compilesdkversion allprojects ext compilesdkversion buildtoolsversion allprojects ext buildtoolsversion defaultconfig minsdkversion allprojects ext minsdkversion targetsdkversion allprojects ext targetsdkversion lintoptions abortonerror allprojects ext lintabortonerror checkreleasebuilds allprojects ext lintcheckreleasebuilds after gradle s done compiling the code it ll run this to add some more tasks for us afterevaluate project debug and release get their own tasks android libraryvariants each variant todo may be on the build variant def mymanifestroot new xmlparser parse project projectdir src main androidmanifest xml def mypackagenamespace mymanifestroot package def mypackagepath mypackagenamespace replaceall def processedpackages new arraylist task one of two that we re adding it depends on discovering manifest files and on processing resources for this build variant it copies the merged r java file from our project s namespace which contains the resource ids included in our dependencies and drops it into each of our dependencies namespaces this is to work around limitations in robolectric def copyrjavataskname copy variant name capitalize rjavaforrobolectric task copyrjavataskname dependson for each manifest file we discovered earlier open it up an pull out the package project ext manifestfiles each def parsedmanifestroot new xmlparser parse it absolutepath def targetpackagenamespace parsedmanifestroot package if it was already added skip it if processedpackages contains targetpackagenamespace processedpackages add targetpackagenamespace else println warning found two versions of targetpackagenamespace this could mess with your assets and resources for some reason there are two versions of this dependency so skip additional iterations return def targetpackagenamespacepath targetpackagenamespace replaceall copy r java from our outputs into the namespace of each dependency and change the package line in the file correspondingly copy from project builddir generated source r variant name mypackagepath include r java into project projectdir src test java targetpackagenamespacepath filter line line contains package mypackagenamespace package targetpackagenamespace line insert this new task into the task tree compiling unit tests depends on it tasks getbyname compile variant name capitalize unittestjavawithjavac dependson copyrjavataskname second task we re adding copy lib assets into the place where robolectric expects them it depends on processing this variant s resources and on discovering manifest files def copyassetstaskname copy variant name capitalize assetsforrobolectric task copyassetstaskname dependson for each manifest file we discovered find that project s assets folder and copy it to the same merged destination dir project ext manifestfiles each def manifestdirectory it parent def src manifestdirectory assets def dest build intermediates bundles variant name assets copy from src include into dest insert this new task into the task tree executing unit tests depends on it tasks getbyname test variant name capitalize unittest dependson copyassetstaskname this task discovers the manifest files for the aars that we depend on and adds them to project ext manifestfiles for use in later tasks task discovermanifestfiles dependson preparedebugdependencies def aars new file project builddir absolutepath intermediates exploded aar def manifestfiles new arraylist iterate through the exploded aars directory finding the manifests aars eachfilerecurse files if it name endswith androidmanifest xml it absolutepath contains aapt manifestfiles add it project ext manifestfiles manifestfiles
1
47,611
13,065,973,063
IssuesEvent
2020-07-30 20:45:34
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
steamshovel - panning extremely slow (Trac #820)
Migrated from Trac combo core defect
Installed the trunk of steamshovel on a fresh Ubuntu 14.04.1 system. Panning the detector view is extremely slow. Typically, the window gets greyed out and comes back after a minute with the new view. Note that verything else works just fine, even zooming the detector view in and out. Disabling the high quality DOMs in the Detector Geometry artist basically solves this problem. Migrated from https://code.icecube.wisc.edu/ticket/820 ```json { "status": "closed", "changetime": "2016-03-18T21:14:10", "description": "Installed the trunk of steamshovel on a fresh Ubuntu 14.04.1 system. Panning the detector view is extremely slow. Typically, the window gets greyed out and comes back after a minute with the new view. Note that verything else works just fine, even zooming the detector view in and out. Disabling the high quality DOMs in the Detector Geometry artist basically solves this problem.", "reporter": "seuler", "cc": "", "resolution": "duplicate", "_ts": "1458335650323600", "component": "combo core", "summary": "steamshovel - panning extremely slow", "priority": "normal", "keywords": "", "time": "2014-12-01T21:16:31", "milestone": "", "owner": "david.schultz", "type": "defect" } ```
1.0
steamshovel - panning extremely slow (Trac #820) - Installed the trunk of steamshovel on a fresh Ubuntu 14.04.1 system. Panning the detector view is extremely slow. Typically, the window gets greyed out and comes back after a minute with the new view. Note that verything else works just fine, even zooming the detector view in and out. Disabling the high quality DOMs in the Detector Geometry artist basically solves this problem. Migrated from https://code.icecube.wisc.edu/ticket/820 ```json { "status": "closed", "changetime": "2016-03-18T21:14:10", "description": "Installed the trunk of steamshovel on a fresh Ubuntu 14.04.1 system. Panning the detector view is extremely slow. Typically, the window gets greyed out and comes back after a minute with the new view. Note that verything else works just fine, even zooming the detector view in and out. Disabling the high quality DOMs in the Detector Geometry artist basically solves this problem.", "reporter": "seuler", "cc": "", "resolution": "duplicate", "_ts": "1458335650323600", "component": "combo core", "summary": "steamshovel - panning extremely slow", "priority": "normal", "keywords": "", "time": "2014-12-01T21:16:31", "milestone": "", "owner": "david.schultz", "type": "defect" } ```
defect
steamshovel panning extremely slow trac installed the trunk of steamshovel on a fresh ubuntu system panning the detector view is extremely slow typically the window gets greyed out and comes back after a minute with the new view note that verything else works just fine even zooming the detector view in and out disabling the high quality doms in the detector geometry artist basically solves this problem migrated from json status closed changetime description installed the trunk of steamshovel on a fresh ubuntu system panning the detector view is extremely slow typically the window gets greyed out and comes back after a minute with the new view note that verything else works just fine even zooming the detector view in and out disabling the high quality doms in the detector geometry artist basically solves this problem reporter seuler cc resolution duplicate ts component combo core summary steamshovel panning extremely slow priority normal keywords time milestone owner david schultz type defect
1
43,686
11,796,329,342
IssuesEvent
2020-03-18 10:35:10
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
DataTable scrollHeight doesn't calculate correctly with frozen columns
defect
Same issue applies to NG as well. We've fixed it for React and Vue.
1.0
DataTable scrollHeight doesn't calculate correctly with frozen columns - Same issue applies to NG as well. We've fixed it for React and Vue.
defect
datatable scrollheight doesn t calculate correctly with frozen columns same issue applies to ng as well we ve fixed it for react and vue
1
492,111
14,177,115,315
IssuesEvent
2020-11-13 01:17:16
codidact/qpixel
https://api.github.com/repos/codidact/qpixel
closed
On history, "last activity" stamp can be wrong for questions
area: frontend complexity: unassessed priority: low type: bug
https://meta.codidact.com/questions/279039 When you view a post's history, you get a title/link that also shows the last activity. This information is correct for answers, but for a question it shows the last activity for the *page*, which could be on an answer. In other words, the post history for a question is showing the same info as the question list shows for that question. Example (from https://meta.codidact.com/posts/278967/history): ![screenshot](https://user-images.githubusercontent.com/5557942/98752047-6531f380-238f-11eb-83c9-4a355240e028.png) That last activity was an edit to an answer on this question. From the meta report: > On answers, the "last activity" notice tells the time when the answer was edited and the user who edited it. For example, https://meta.codidact.com/posts/278908/history correctly states who edited the post last and when. > > However, for questions, this is not the case. It shows the same last activity as in the feed, which could have been activity on an answer to the question. For example, https://meta.codidact.com/posts/278967/history shows (as of the time of writing) "last activity 2 days ago by Monica Cellio‭" while the latest edit to the post itself was by me, 5 days ago.
1.0
On history, "last activity" stamp can be wrong for questions - https://meta.codidact.com/questions/279039 When you view a post's history, you get a title/link that also shows the last activity. This information is correct for answers, but for a question it shows the last activity for the *page*, which could be on an answer. In other words, the post history for a question is showing the same info as the question list shows for that question. Example (from https://meta.codidact.com/posts/278967/history): ![screenshot](https://user-images.githubusercontent.com/5557942/98752047-6531f380-238f-11eb-83c9-4a355240e028.png) That last activity was an edit to an answer on this question. From the meta report: > On answers, the "last activity" notice tells the time when the answer was edited and the user who edited it. For example, https://meta.codidact.com/posts/278908/history correctly states who edited the post last and when. > > However, for questions, this is not the case. It shows the same last activity as in the feed, which could have been activity on an answer to the question. For example, https://meta.codidact.com/posts/278967/history shows (as of the time of writing) "last activity 2 days ago by Monica Cellio‭" while the latest edit to the post itself was by me, 5 days ago.
non_defect
on history last activity stamp can be wrong for questions when you view a post s history you get a title link that also shows the last activity this information is correct for answers but for a question it shows the last activity for the page which could be on an answer in other words the post history for a question is showing the same info as the question list shows for that question example from that last activity was an edit to an answer on this question from the meta report on answers the last activity notice tells the time when the answer was edited and the user who edited it for example correctly states who edited the post last and when however for questions this is not the case it shows the same last activity as in the feed which could have been activity on an answer to the question for example shows as of the time of writing last activity days ago by monica cellio‭ while the latest edit to the post itself was by me days ago
0
624,483
19,699,134,743
IssuesEvent
2022-01-12 15:03:06
biodiversitydata-se/biocollect
https://api.github.com/repos/biodiversitydata-se/biocollect
closed
Routes are not visible where they should be visible
bug 2-High priority
On several occasions we have found that when a new route has been started, it does not show up in all places where it should. Example: https://biocollect.biodiversitydata.se/sft/person/edit/15b2954c-f391-4310-74c2-e02ebaf2b3ca/?returnTo=/sft/project/index/89383d0f-9735-4fe7-8eb4-8b2e9e9b7b5c# Click on “vinterrutter”. The route 611014-2-02 has been surveyed, as you can see. But when you click on Lokalbokning/Visa andra, it does not show up. In this particular case, the person wanted to report through BioCollect for this route again, but couldn’t because the route didn't show up as an option. So a real problem.
1.0
Routes are not visible where they should be visible - On several occasions we have found that when a new route has been started, it does not show up in all places where it should. Example: https://biocollect.biodiversitydata.se/sft/person/edit/15b2954c-f391-4310-74c2-e02ebaf2b3ca/?returnTo=/sft/project/index/89383d0f-9735-4fe7-8eb4-8b2e9e9b7b5c# Click on “vinterrutter”. The route 611014-2-02 has been surveyed, as you can see. But when you click on Lokalbokning/Visa andra, it does not show up. In this particular case, the person wanted to report through BioCollect for this route again, but couldn’t because the route didn't show up as an option. So a real problem.
non_defect
routes are not visible where they should be visible on several occasions we have found that when a new route has been started it does not show up in all places where it should example click on “vinterrutter” the route has been surveyed as you can see but when you click on lokalbokning visa andra it does not show up in this particular case the person wanted to report through biocollect for this route again but couldn’t because the route didn t show up as an option so a real problem
0
284,474
8,742,659,285
IssuesEvent
2018-12-12 16:57:09
phetsims/QA
https://api.github.com/repos/phetsims/QA
opened
Dev test: Wave Interference 1.0.0-dev.51
QA:dev-test priority:1-top
@ariel-phet and @KatieWoe, Wave Interference 1.0.0-dev.51 is ready for the first round of dev testing. This sim has a publication deadline of Jan 31, 2019 but will be great to complete sooner because other sims share the same deadline. The dev test should focus on searching for buggy or sim breaking behavior. This is a PhET Brand sim and does not require PhET-iO testing. Please document issues in https://github.com/phetsims/wave-interference/issues. Assign issues to @samreid and link them back to this QA issue. Per @ariel-phet's direction, I'm labeling top priority and assigning to Katie. <details> <summary><b>General Dev Test</b></summary> <!--- [DO NOT OMIT, CAN BE EDITED] --> <h3>What to Test</h3> - Click every single button. - Make sure you can't lose anything. - Play with the sim normally. - Try to break the sim. <!--- [CAN BE OMITTED, SHOULD BE EDITED IF NOT OMITTED] --> <h3>Focus and Special Instructions</h3> In addition to the general QA Dev testing, please test crashing conditions on iPad 2. How long can you use the sim before it crashes? Does any particular conditions lead to crashing? Please test multiple trials and report results at https://github.com/phetsims/wave-interference/issues/128. Per @ariel-phet's direction, take a little bit of time exploring this, but not too long. <!--- [DO NOT OMIT, CAN BE EDITED] --> <h3>General Dev Test Platforms</h3> - [ ] Latest macOS, Chrome and Safari - [ ] Latest iOS, Safari - [ ] Windows 10, all browsers - [ ] Latest Chrome OS, Chrome <!--- [DO NOT OMIT, CAN BE EDITED] --> <h3>Link(s)</h3> - **[Simulation](https://phet-dev.colorado.edu/html/wave-interference/1.0.0-dev.51/phet/wave-interference_en_phet.html)** <hr> </details> <details> <summary><b>FAQs for QA Members</b></summary> <br> <!--- Subsection 0.1: There are multiple tests in this issue... What should I test first? [DO NOT OMIT, DO NOT EDIT] --> <details> <summary><i>There are multiple tests in this issue... Which test should I do first?</i></summary> Test in order! Test the first thing first, the second thing second, and so on. </details> <br> <!--- Subsection 0.2: How should I format my issue? [DO NOT OMIT, DO NOT EDIT] --> <details> <summary><i>How should I format my issue?</i></summary> Here's a template for making issues: <b>Test Device</b> blah <b>Operating System</b> blah <b>Browser</b> blah <b>Problem Description</b> blah <b>Steps to Reproduce</b> blah <b>Visuals</b> blah <details> <summary><b>Troubleshooting Information</b></summary> blah </details> </details> <br> <!--- Subsection 0.3: Who should I assign? [DO NOT OMIT, DO NOT EDIT] --> <details> <summary><i>Who should I assign?</i></summary> We typically assign the developer who opened the issue in the QA repository. </details> <br> <!--- Subsection 0.4: My question isn't in here... What should I do? [DO NOT OMIT, DO NOT EDIT] --> <details> <summary><i>My question isn't in here... What should I do?</i></summary> You should: 1. Consult the [QA Book](link). 2. Google it. 3. Ask Katie. 4. Ask a developer. 5. Google it again. 6. Cry. </details> <br> <hr> </details>
1.0
Dev test: Wave Interference 1.0.0-dev.51 - @ariel-phet and @KatieWoe, Wave Interference 1.0.0-dev.51 is ready for the first round of dev testing. This sim has a publication deadline of Jan 31, 2019 but will be great to complete sooner because other sims share the same deadline. The dev test should focus on searching for buggy or sim breaking behavior. This is a PhET Brand sim and does not require PhET-iO testing. Please document issues in https://github.com/phetsims/wave-interference/issues. Assign issues to @samreid and link them back to this QA issue. Per @ariel-phet's direction, I'm labeling top priority and assigning to Katie. <details> <summary><b>General Dev Test</b></summary> <!--- [DO NOT OMIT, CAN BE EDITED] --> <h3>What to Test</h3> - Click every single button. - Make sure you can't lose anything. - Play with the sim normally. - Try to break the sim. <!--- [CAN BE OMITTED, SHOULD BE EDITED IF NOT OMITTED] --> <h3>Focus and Special Instructions</h3> In addition to the general QA Dev testing, please test crashing conditions on iPad 2. How long can you use the sim before it crashes? Does any particular conditions lead to crashing? Please test multiple trials and report results at https://github.com/phetsims/wave-interference/issues/128. Per @ariel-phet's direction, take a little bit of time exploring this, but not too long. <!--- [DO NOT OMIT, CAN BE EDITED] --> <h3>General Dev Test Platforms</h3> - [ ] Latest macOS, Chrome and Safari - [ ] Latest iOS, Safari - [ ] Windows 10, all browsers - [ ] Latest Chrome OS, Chrome <!--- [DO NOT OMIT, CAN BE EDITED] --> <h3>Link(s)</h3> - **[Simulation](https://phet-dev.colorado.edu/html/wave-interference/1.0.0-dev.51/phet/wave-interference_en_phet.html)** <hr> </details> <details> <summary><b>FAQs for QA Members</b></summary> <br> <!--- Subsection 0.1: There are multiple tests in this issue... What should I test first? [DO NOT OMIT, DO NOT EDIT] --> <details> <summary><i>There are multiple tests in this issue... Which test should I do first?</i></summary> Test in order! Test the first thing first, the second thing second, and so on. </details> <br> <!--- Subsection 0.2: How should I format my issue? [DO NOT OMIT, DO NOT EDIT] --> <details> <summary><i>How should I format my issue?</i></summary> Here's a template for making issues: <b>Test Device</b> blah <b>Operating System</b> blah <b>Browser</b> blah <b>Problem Description</b> blah <b>Steps to Reproduce</b> blah <b>Visuals</b> blah <details> <summary><b>Troubleshooting Information</b></summary> blah </details> </details> <br> <!--- Subsection 0.3: Who should I assign? [DO NOT OMIT, DO NOT EDIT] --> <details> <summary><i>Who should I assign?</i></summary> We typically assign the developer who opened the issue in the QA repository. </details> <br> <!--- Subsection 0.4: My question isn't in here... What should I do? [DO NOT OMIT, DO NOT EDIT] --> <details> <summary><i>My question isn't in here... What should I do?</i></summary> You should: 1. Consult the [QA Book](link). 2. Google it. 3. Ask Katie. 4. Ask a developer. 5. Google it again. 6. Cry. </details> <br> <hr> </details>
non_defect
dev test wave interference dev ariel phet and katiewoe wave interference dev is ready for the first round of dev testing this sim has a publication deadline of jan but will be great to complete sooner because other sims share the same deadline the dev test should focus on searching for buggy or sim breaking behavior this is a phet brand sim and does not require phet io testing please document issues in assign issues to samreid and link them back to this qa issue per ariel phet s direction i m labeling top priority and assigning to katie general dev test what to test click every single button make sure you can t lose anything play with the sim normally try to break the sim focus and special instructions in addition to the general qa dev testing please test crashing conditions on ipad how long can you use the sim before it crashes does any particular conditions lead to crashing please test multiple trials and report results at per ariel phet s direction take a little bit of time exploring this but not too long general dev test platforms latest macos chrome and safari latest ios safari windows all browsers latest chrome os chrome link s faqs for qa members there are multiple tests in this issue which test should i do first test in order test the first thing first the second thing second and so on how should i format my issue here s a template for making issues test device blah operating system blah browser blah problem description blah steps to reproduce blah visuals blah troubleshooting information blah who should i assign we typically assign the developer who opened the issue in the qa repository my question isn t in here what should i do you should consult the link google it ask katie ask a developer google it again cry
0
2,246
2,603,991,713
IssuesEvent
2015-02-24 19:06:48
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳生殖器长颗粒怎么回事
auto-migrated Priority-Medium Type-Defect
``` 沈阳生殖器长颗粒怎么回事〓沈陽軍區政治部醫院性病〓TEL�� �024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治� ��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:33
1.0
沈阳生殖器长颗粒怎么回事 - ``` 沈阳生殖器长颗粒怎么回事〓沈陽軍區政治部醫院性病〓TEL�� �024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治� ��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:33
defect
沈阳生殖器长颗粒怎么回事 沈阳生殖器长颗粒怎么回事〓沈陽軍區政治部醫院性病〓tel�� � 〓 , � ��。 。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 original issue reported on code google com by gmail com on jun at
1
463,247
13,262,178,301
IssuesEvent
2020-08-20 21:15:15
Arzov/arv-api
https://api.github.com/repos/Arzov/arv-api
closed
Refactorizar backend AWS
backend high priority research
## Descripción Documentar, testear y reorganizar el código del backend en AWS. Automatizar deploy y testing de backend con AWS SAM. ## Lista de tareas - [x] Pruebas AWS SAM. - [x] Documentar código en AWS Lambda, Appsync y DynamoDB. - [x] Codificar con mejores estándares. - [x] Renombrar recursos en AWS con mejor nomesclatura. - [x] Hacer cambios correspondientes en frontend.
1.0
Refactorizar backend AWS - ## Descripción Documentar, testear y reorganizar el código del backend en AWS. Automatizar deploy y testing de backend con AWS SAM. ## Lista de tareas - [x] Pruebas AWS SAM. - [x] Documentar código en AWS Lambda, Appsync y DynamoDB. - [x] Codificar con mejores estándares. - [x] Renombrar recursos en AWS con mejor nomesclatura. - [x] Hacer cambios correspondientes en frontend.
non_defect
refactorizar backend aws descripción documentar testear y reorganizar el código del backend en aws automatizar deploy y testing de backend con aws sam lista de tareas pruebas aws sam documentar código en aws lambda appsync y dynamodb codificar con mejores estándares renombrar recursos en aws con mejor nomesclatura hacer cambios correspondientes en frontend
0
12,329
14,592,505,528
IssuesEvent
2020-12-19 17:57:33
fatcerberus/sphere
https://api.github.com/repos/fatcerberus/sphere
opened
Integrate Oozaru into Sphere GDK toolchain
Cell Oozaru compatibility
Currently Oozaru, the Sphere v2 engine for the Web, is its own thing, with its own GitHub repository: https://github.com/fatcerberus/oozaru The plan is to bring Oozaru into the fold as a first-class part of the Sphere toolchain, so that games can be readily tested with it, and so that `cell build` always produces Oozaru-compatible output. There should also be an option to produce a Web-ready `dist` that includes the engine and can be directly uploaded to a web server. Oozaru will be versioned in sync with the rest of the Sphere platform (5.5.2 at the time of writing); this means that at the very least, it must be a full Sphere v2 API implementation. It's currently missing some lesser-used features, so that must be rectified first.
True
Integrate Oozaru into Sphere GDK toolchain - Currently Oozaru, the Sphere v2 engine for the Web, is its own thing, with its own GitHub repository: https://github.com/fatcerberus/oozaru The plan is to bring Oozaru into the fold as a first-class part of the Sphere toolchain, so that games can be readily tested with it, and so that `cell build` always produces Oozaru-compatible output. There should also be an option to produce a Web-ready `dist` that includes the engine and can be directly uploaded to a web server. Oozaru will be versioned in sync with the rest of the Sphere platform (5.5.2 at the time of writing); this means that at the very least, it must be a full Sphere v2 API implementation. It's currently missing some lesser-used features, so that must be rectified first.
non_defect
integrate oozaru into sphere gdk toolchain currently oozaru the sphere engine for the web is its own thing with its own github repository the plan is to bring oozaru into the fold as a first class part of the sphere toolchain so that games can be readily tested with it and so that cell build always produces oozaru compatible output there should also be an option to produce a web ready dist that includes the engine and can be directly uploaded to a web server oozaru will be versioned in sync with the rest of the sphere platform at the time of writing this means that at the very least it must be a full sphere api implementation it s currently missing some lesser used features so that must be rectified first
0
46,172
13,055,862,400
IssuesEvent
2020-07-30 02:57:28
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
lhapdf_5.8.7 Portfile bugfix (Trac #683)
Incomplete Migration Migrated from Trac defect tools/ports
Migrated from https://code.icecube.wisc.edu/ticket/683 ```json { "status": "closed", "changetime": "2012-06-03T02:04:24", "description": "This patch fixes a bug that appears when \"with_python\" is not set. A patch against the current Portfile is attached.", "reporter": "claudio.kopper", "cc": "", "resolution": "fixed", "_ts": "1338689064000000", "component": "tools/ports", "summary": "lhapdf_5.8.7 Portfile bugfix", "priority": "normal", "keywords": "lhapdf 5.8.7", "time": "2012-06-02T23:00:01", "milestone": "", "owner": "nega", "type": "defect" } ```
1.0
lhapdf_5.8.7 Portfile bugfix (Trac #683) - Migrated from https://code.icecube.wisc.edu/ticket/683 ```json { "status": "closed", "changetime": "2012-06-03T02:04:24", "description": "This patch fixes a bug that appears when \"with_python\" is not set. A patch against the current Portfile is attached.", "reporter": "claudio.kopper", "cc": "", "resolution": "fixed", "_ts": "1338689064000000", "component": "tools/ports", "summary": "lhapdf_5.8.7 Portfile bugfix", "priority": "normal", "keywords": "lhapdf 5.8.7", "time": "2012-06-02T23:00:01", "milestone": "", "owner": "nega", "type": "defect" } ```
defect
lhapdf portfile bugfix trac migrated from json status closed changetime description this patch fixes a bug that appears when with python is not set a patch against the current portfile is attached reporter claudio kopper cc resolution fixed ts component tools ports summary lhapdf portfile bugfix priority normal keywords lhapdf time milestone owner nega type defect
1
207,902
7,134,509,871
IssuesEvent
2018-01-22 21:07:49
vmware/vic-ui
https://api.github.com/repos/vmware/vic-ui
closed
UI plugin installer slow
area/ui priority/medium status/needs-estimation status/needs-triage team/lifecycle
@gigawhitlocks commented on [Tue Dec 05 2017](https://github.com/vmware/vic-product/issues/1226) Timestamps: ``` Dec 5 2017 18:22:16.417Z INFO Found 1 VM(s) tagged as OVA Dec 5 2017 18:37:24.078Z INFO Attempting to configure ManagedByInfo Dec 5 2017 18:37:24.263Z INFO Successfully configured ManagedByInfo ``` 15 minutes on this step? D: ![](https://i.imgflip.com/20jqey.jpg) --- @gigawhitlocks commented on [Tue Dec 05 2017](https://github.com/vmware/vic-product/issues/1226#issuecomment-349411156) ```log.Infof("Found %d VM(s) tagged as OVA", len(vms)) for i, v := range vms { log.Debugf("Checking IP for %s", v.Reference().Value) vmIP, err := v.WaitForIP(ctx) if err != nil && i == len(vms)-1 { return nil, errors.Errorf("failed to get VM IP: %s", err) } // verify the tagged vm has the IP we expect if vmIP == ip { log.Debugf("Found OVA with matching IP: %s", ip) return v, nil } } return nil, errors.Errorf("no VM(s) found with OVA tag") ``` seems to be related to this piece of code --- @gigawhitlocks commented on [Tue Dec 05 2017](https://github.com/vmware/vic-product/issues/1226#issuecomment-349411449) I am currently doing a reinstall of the UI plugin and the step listed above has exceeded 30 minutes of waiting.
1.0
UI plugin installer slow - @gigawhitlocks commented on [Tue Dec 05 2017](https://github.com/vmware/vic-product/issues/1226) Timestamps: ``` Dec 5 2017 18:22:16.417Z INFO Found 1 VM(s) tagged as OVA Dec 5 2017 18:37:24.078Z INFO Attempting to configure ManagedByInfo Dec 5 2017 18:37:24.263Z INFO Successfully configured ManagedByInfo ``` 15 minutes on this step? D: ![](https://i.imgflip.com/20jqey.jpg) --- @gigawhitlocks commented on [Tue Dec 05 2017](https://github.com/vmware/vic-product/issues/1226#issuecomment-349411156) ```log.Infof("Found %d VM(s) tagged as OVA", len(vms)) for i, v := range vms { log.Debugf("Checking IP for %s", v.Reference().Value) vmIP, err := v.WaitForIP(ctx) if err != nil && i == len(vms)-1 { return nil, errors.Errorf("failed to get VM IP: %s", err) } // verify the tagged vm has the IP we expect if vmIP == ip { log.Debugf("Found OVA with matching IP: %s", ip) return v, nil } } return nil, errors.Errorf("no VM(s) found with OVA tag") ``` seems to be related to this piece of code --- @gigawhitlocks commented on [Tue Dec 05 2017](https://github.com/vmware/vic-product/issues/1226#issuecomment-349411449) I am currently doing a reinstall of the UI plugin and the step listed above has exceeded 30 minutes of waiting.
non_defect
ui plugin installer slow gigawhitlocks commented on timestamps dec info found vm s tagged as ova dec info attempting to configure managedbyinfo dec info successfully configured managedbyinfo minutes on this step d gigawhitlocks commented on log infof found d vm s tagged as ova len vms for i v range vms log debugf checking ip for s v reference value vmip err v waitforip ctx if err nil i len vms return nil errors errorf failed to get vm ip s err verify the tagged vm has the ip we expect if vmip ip log debugf found ova with matching ip s ip return v nil return nil errors errorf no vm s found with ova tag seems to be related to this piece of code gigawhitlocks commented on i am currently doing a reinstall of the ui plugin and the step listed above has exceeded minutes of waiting
0
653,623
21,608,828,949
IssuesEvent
2022-05-04 07:56:57
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.reddit.com - site is not usable
priority-critical browser-fenix engine-gecko
<!-- @browser: Firefox Mobile 102.0 --> <!-- @ua_header: Mozilla/5.0 (Android 12; Mobile; rv:102.0) Gecko/102.0 Firefox/102.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/103750 --> <!-- @extra_labels: browser-fenix --> **URL**: https://www.reddit.com/ **Browser / Version**: Firefox Mobile 102.0 **Operating System**: Android 12 **Tested Another Browser**: No **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: Desktop mode not working to access Reddit <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/5/cbdf19dd-0dea-4d1f-9dc8-076a96b33f47.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20220502144301</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2022/5/1543ed79-500d-4f87-989a-8b0676bc0c16) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.reddit.com - site is not usable - <!-- @browser: Firefox Mobile 102.0 --> <!-- @ua_header: Mozilla/5.0 (Android 12; Mobile; rv:102.0) Gecko/102.0 Firefox/102.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/103750 --> <!-- @extra_labels: browser-fenix --> **URL**: https://www.reddit.com/ **Browser / Version**: Firefox Mobile 102.0 **Operating System**: Android 12 **Tested Another Browser**: No **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: Desktop mode not working to access Reddit <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/5/cbdf19dd-0dea-4d1f-9dc8-076a96b33f47.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20220502144301</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2022/5/1543ed79-500d-4f87-989a-8b0676bc0c16) _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
site is not usable url browser version firefox mobile operating system android tested another browser no problem type site is not usable description page not loading correctly steps to reproduce desktop mode not working to access reddit view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
0
238,996
7,785,412,563
IssuesEvent
2018-06-06 15:47:11
fgpv-vpgf/fgpv-vpgf
https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf
opened
Ensure viewer can operate in https environment
bug-type: broken use case priority: high problem: security
In the past we had issues because scripts being called within the viewer were not https.
1.0
Ensure viewer can operate in https environment - In the past we had issues because scripts being called within the viewer were not https.
non_defect
ensure viewer can operate in https environment in the past we had issues because scripts being called within the viewer were not https
0
47,639
13,066,025,398
IssuesEvent
2020-07-30 20:51:16
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
genie-icetray - link against TTree (Trac #894)
Migrated from Trac combo simulation defect
It really helps when you specify what you need to link with, instead of assuming it magically happens. Here's a patch that works for me. No promises for anyone else. ```text Index: ../../../../metaprojects/simulation/V04-01-11/genie-icetray/CMakeLists.txt =================================================================== --- ../../../../metaprojects/simulation/V04-01-11/genie-icetray/CMakeLists.txt (revision 123305) +++ ../../../../metaprojects/simulation/V04-01-11/genie-icetray/CMakeLists.txt (working copy) @@ -37,6 +37,7 @@ # we need three extra ROOT libs find_library(ROOT_GEOM_LIB Geom PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH) find_library(ROOT_EG_LIB EG PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH) + find_library(ROOT_TREE_LIB Tree PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH) find_library(ROOT_EGPYTHIA6_LIB EGPythia6 PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH) find_library(LHAPDF_LIB LHAPDF PATHS ${I3_PORTS}/lib NO_DEFAULT_PATH) find_library(PYTHIA_SO_LIB Pythia6 PATHS ${I3_PORTS}/lib NO_DEFAULT_PATH) @@ -49,7 +50,7 @@ USE_TOOLS python boost root log4cpp xml2 genie USE_PROJECTS icetray dataio dataclasses phys-services - LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB} + LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_TREE_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB} ) # SET_TARGET_PROPERTIES(genie-icetray PROPERTIES LINK_FLAGS -Wl,-u,pydata_) @@ -61,7 +62,7 @@ USE_TOOLS python boost root log4cpp xml2 genie USE_PROJECTS icetray genie-icetray - LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB} + LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_TREE_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB} ) i3_executable(spladd @@ -69,7 +70,7 @@ USE_TOOLS python boost root log4cpp xml2 genie USE_PROJECTS icetray genie-icetray - LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB} + LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_TREE_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB} ) endif (GENIE_ICETRAY_EXEC) ``` Migrated from https://code.icecube.wisc.edu/ticket/894 ```json { "status": "closed", "changetime": "2015-03-04T00:24:00", "description": "It really helps when you specify what you need to link with, instead of assuming it magically happens. Here's a patch that works for me. No promises for anyone else.\n\n\n{{{\nIndex: ../../../../metaprojects/simulation/V04-01-11/genie-icetray/CMakeLists.txt\n===================================================================\n--- ../../../../metaprojects/simulation/V04-01-11/genie-icetray/CMakeLists.txt (revision 123305)\n+++ ../../../../metaprojects/simulation/V04-01-11/genie-icetray/CMakeLists.txt (working copy)\n@@ -37,6 +37,7 @@\n # we need three extra ROOT libs\n find_library(ROOT_GEOM_LIB Geom PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH)\n find_library(ROOT_EG_LIB EG PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH)\n+ find_library(ROOT_TREE_LIB Tree PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH)\n find_library(ROOT_EGPYTHIA6_LIB EGPythia6 PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH)\n find_library(LHAPDF_LIB LHAPDF PATHS ${I3_PORTS}/lib NO_DEFAULT_PATH)\n find_library(PYTHIA_SO_LIB Pythia6 PATHS ${I3_PORTS}/lib NO_DEFAULT_PATH)\n@@ -49,7 +50,7 @@\n USE_TOOLS python boost root log4cpp xml2 genie\n USE_PROJECTS icetray dataio dataclasses phys-services\n \n- LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB}\n+ LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_TREE_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB}\n )\n # SET_TARGET_PROPERTIES(genie-icetray PROPERTIES LINK_FLAGS -Wl,-u,pydata_)\n \n@@ -61,7 +62,7 @@\n USE_TOOLS python boost root log4cpp xml2 genie\n USE_PROJECTS icetray genie-icetray\n \n- LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB}\n+ LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_TREE_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB}\n )\n \n i3_executable(spladd\n@@ -69,7 +70,7 @@\n USE_TOOLS python boost root log4cpp xml2 genie\n USE_PROJECTS icetray genie-icetray\n \n- LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB}\n+ LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_TREE_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB}\n )\n endif (GENIE_ICETRAY_EXEC)\n}}}", "reporter": "david.schultz", "cc": "", "resolution": "fixed", "_ts": "1425428640827800", "component": "combo simulation", "summary": "genie-icetray - link against TTree", "priority": "critical", "keywords": "genie-icetray", "time": "2015-03-04T00:07:08", "milestone": "", "owner": "olivas", "type": "defect" } ```
1.0
genie-icetray - link against TTree (Trac #894) - It really helps when you specify what you need to link with, instead of assuming it magically happens. Here's a patch that works for me. No promises for anyone else. ```text Index: ../../../../metaprojects/simulation/V04-01-11/genie-icetray/CMakeLists.txt =================================================================== --- ../../../../metaprojects/simulation/V04-01-11/genie-icetray/CMakeLists.txt (revision 123305) +++ ../../../../metaprojects/simulation/V04-01-11/genie-icetray/CMakeLists.txt (working copy) @@ -37,6 +37,7 @@ # we need three extra ROOT libs find_library(ROOT_GEOM_LIB Geom PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH) find_library(ROOT_EG_LIB EG PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH) + find_library(ROOT_TREE_LIB Tree PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH) find_library(ROOT_EGPYTHIA6_LIB EGPythia6 PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH) find_library(LHAPDF_LIB LHAPDF PATHS ${I3_PORTS}/lib NO_DEFAULT_PATH) find_library(PYTHIA_SO_LIB Pythia6 PATHS ${I3_PORTS}/lib NO_DEFAULT_PATH) @@ -49,7 +50,7 @@ USE_TOOLS python boost root log4cpp xml2 genie USE_PROJECTS icetray dataio dataclasses phys-services - LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB} + LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_TREE_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB} ) # SET_TARGET_PROPERTIES(genie-icetray PROPERTIES LINK_FLAGS -Wl,-u,pydata_) @@ -61,7 +62,7 @@ USE_TOOLS python boost root log4cpp xml2 genie USE_PROJECTS icetray genie-icetray - LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB} + LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_TREE_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB} ) i3_executable(spladd @@ -69,7 +70,7 @@ USE_TOOLS python boost root log4cpp xml2 genie USE_PROJECTS icetray genie-icetray - LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB} + LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_TREE_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB} ) endif (GENIE_ICETRAY_EXEC) ``` Migrated from https://code.icecube.wisc.edu/ticket/894 ```json { "status": "closed", "changetime": "2015-03-04T00:24:00", "description": "It really helps when you specify what you need to link with, instead of assuming it magically happens. Here's a patch that works for me. No promises for anyone else.\n\n\n{{{\nIndex: ../../../../metaprojects/simulation/V04-01-11/genie-icetray/CMakeLists.txt\n===================================================================\n--- ../../../../metaprojects/simulation/V04-01-11/genie-icetray/CMakeLists.txt (revision 123305)\n+++ ../../../../metaprojects/simulation/V04-01-11/genie-icetray/CMakeLists.txt (working copy)\n@@ -37,6 +37,7 @@\n # we need three extra ROOT libs\n find_library(ROOT_GEOM_LIB Geom PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH)\n find_library(ROOT_EG_LIB EG PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH)\n+ find_library(ROOT_TREE_LIB Tree PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH)\n find_library(ROOT_EGPYTHIA6_LIB EGPythia6 PATHS ${ROOTSYS}/lib NO_DEFAULT_PATH)\n find_library(LHAPDF_LIB LHAPDF PATHS ${I3_PORTS}/lib NO_DEFAULT_PATH)\n find_library(PYTHIA_SO_LIB Pythia6 PATHS ${I3_PORTS}/lib NO_DEFAULT_PATH)\n@@ -49,7 +50,7 @@\n USE_TOOLS python boost root log4cpp xml2 genie\n USE_PROJECTS icetray dataio dataclasses phys-services\n \n- LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB}\n+ LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_TREE_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB}\n )\n # SET_TARGET_PROPERTIES(genie-icetray PROPERTIES LINK_FLAGS -Wl,-u,pydata_)\n \n@@ -61,7 +62,7 @@\n USE_TOOLS python boost root log4cpp xml2 genie\n USE_PROJECTS icetray genie-icetray\n \n- LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB}\n+ LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_TREE_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB}\n )\n \n i3_executable(spladd\n@@ -69,7 +70,7 @@\n USE_TOOLS python boost root log4cpp xml2 genie\n USE_PROJECTS icetray genie-icetray\n \n- LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB}\n+ LINK_LIBRARIES ${PYTHIA_SO_LIB} ${ROOT_GEOM_LIB} ${ROOT_EG_LIB} ${ROOT_TREE_LIB} ${ROOT_EGPYTHIA6_LIB} ${LHAPDF_LIB}\n )\n endif (GENIE_ICETRAY_EXEC)\n}}}", "reporter": "david.schultz", "cc": "", "resolution": "fixed", "_ts": "1425428640827800", "component": "combo simulation", "summary": "genie-icetray - link against TTree", "priority": "critical", "keywords": "genie-icetray", "time": "2015-03-04T00:07:08", "milestone": "", "owner": "olivas", "type": "defect" } ```
defect
genie icetray link against ttree trac it really helps when you specify what you need to link with instead of assuming it magically happens here s a patch that works for me no promises for anyone else text index metaprojects simulation genie icetray cmakelists txt metaprojects simulation genie icetray cmakelists txt revision metaprojects simulation genie icetray cmakelists txt working copy we need three extra root libs find library root geom lib geom paths rootsys lib no default path find library root eg lib eg paths rootsys lib no default path find library root tree lib tree paths rootsys lib no default path find library root lib paths rootsys lib no default path find library lhapdf lib lhapdf paths ports lib no default path find library pythia so lib paths ports lib no default path use tools python boost root genie use projects icetray dataio dataclasses phys services link libraries pythia so lib root geom lib root eg lib root lib lhapdf lib link libraries pythia so lib root geom lib root eg lib root tree lib root lib lhapdf lib set target properties genie icetray properties link flags wl u pydata use tools python boost root genie use projects icetray genie icetray link libraries pythia so lib root geom lib root eg lib root lib lhapdf lib link libraries pythia so lib root geom lib root eg lib root tree lib root lib lhapdf lib executable spladd use tools python boost root genie use projects icetray genie icetray link libraries pythia so lib root geom lib root eg lib root lib lhapdf lib link libraries pythia so lib root geom lib root eg lib root tree lib root lib lhapdf lib endif genie icetray exec migrated from json status closed changetime description it really helps when you specify what you need to link with instead of assuming it magically happens here s a patch that works for me no promises for anyone else n n n nindex metaprojects simulation genie icetray cmakelists txt n n metaprojects simulation genie icetray cmakelists txt revision n metaprojects simulation genie icetray cmakelists txt working copy n n we need three extra root libs n find library root geom lib geom paths rootsys lib no default path n find library root eg lib eg paths rootsys lib no default path n find library root tree lib tree paths rootsys lib no default path n find library root lib paths rootsys lib no default path n find library lhapdf lib lhapdf paths ports lib no default path n find library pythia so lib paths ports lib no default path n n use tools python boost root genie n use projects icetray dataio dataclasses phys services n n link libraries pythia so lib root geom lib root eg lib root lib lhapdf lib n link libraries pythia so lib root geom lib root eg lib root tree lib root lib lhapdf lib n n set target properties genie icetray properties link flags wl u pydata n n n use tools python boost root genie n use projects icetray genie icetray n n link libraries pythia so lib root geom lib root eg lib root lib lhapdf lib n link libraries pythia so lib root geom lib root eg lib root tree lib root lib lhapdf lib n n n executable spladd n n use tools python boost root genie n use projects icetray genie icetray n n link libraries pythia so lib root geom lib root eg lib root lib lhapdf lib n link libraries pythia so lib root geom lib root eg lib root tree lib root lib lhapdf lib n n endif genie icetray exec n reporter david schultz cc resolution fixed ts component combo simulation summary genie icetray link against ttree priority critical keywords genie icetray time milestone owner olivas type defect
1
174,941
27,755,824,218
IssuesEvent
2023-03-16 02:19:42
microsoft/vstest
https://api.github.com/repos/microsoft/vstest
closed
`dotnet test` leaves residual folders
by-design needs-triage
Running `dotnet-coverage collect` generates a lot of empty folders, which pollute the drive. ``` dotnet dotnet-coverage collect --settings ./eng/CodeCoverage.config --output ./artifacts/TestResults/ "build.cmd -test -bl" ``` ![image](https://user-images.githubusercontent.com/4403806/225175816-99cfd4ae-3c60-4a39-934d-008d99f01226.png) ```powershell PS D:\dev> dotnet dotnet-coverage --version Microsoft (R) Code Coverage Command Line Tool (x64) Copyright (c) Microsoft Corporation. All rights reserved. 17.6.9+3b0f2ec653d1973d7d140557f01122da5acfc444 ```
1.0
`dotnet test` leaves residual folders - Running `dotnet-coverage collect` generates a lot of empty folders, which pollute the drive. ``` dotnet dotnet-coverage collect --settings ./eng/CodeCoverage.config --output ./artifacts/TestResults/ "build.cmd -test -bl" ``` ![image](https://user-images.githubusercontent.com/4403806/225175816-99cfd4ae-3c60-4a39-934d-008d99f01226.png) ```powershell PS D:\dev> dotnet dotnet-coverage --version Microsoft (R) Code Coverage Command Line Tool (x64) Copyright (c) Microsoft Corporation. All rights reserved. 17.6.9+3b0f2ec653d1973d7d140557f01122da5acfc444 ```
non_defect
dotnet test leaves residual folders running dotnet coverage collect generates a lot of empty folders which pollute the drive dotnet dotnet coverage collect settings eng codecoverage config output artifacts testresults build cmd test bl powershell ps d dev dotnet dotnet coverage version microsoft r code coverage command line tool copyright c microsoft corporation all rights reserved
0
261,837
27,824,769,278
IssuesEvent
2023-03-19 16:37:27
snowdensb/spring-security-oauth
https://api.github.com/repos/snowdensb/spring-security-oauth
opened
CVE-2021-46877 (Medium) detected in jackson-databind-2.10.5.jar
Mend: dependency security vulnerability
## CVE-2021-46877 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.10.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: /samples/oauth2/tonr/pom.xml</p> <p>Path to vulnerable library: /com/fasterxml/jackson/core/jackson-databind/2.10.5/jackson-databind-2.10.5.jar,/com/fasterxml/jackson/core/jackson-databind/2.10.5/jackson-databind-2.10.5.jar,/com/fasterxml/jackson/core/jackson-databind/2.10.5/jackson-databind-2.10.5.jar,/samples/oauth2/tonr/target/tonr2-2.5.2.BUILD-SNAPSHOT/WEB-INF/lib/jackson-databind-2.10.5.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.10.5.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/snowdensb/spring-security-oauth/commit/62c6485ab8fc644a76523cfb55746e549555797c">62c6485ab8fc644a76523cfb55746e549555797c</a></p> <p>Found in base branch: <b>main</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> jackson-databind 2.10.x through 2.12.x before 2.12.6 and 2.13.x before 2.13.1 allows attackers to cause a denial of service (2 GB transient heap usage per read) in uncommon situations involving JsonNode JDK serialization. <p>Publish Date: 2023-03-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-46877>CVE-2021-46877</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>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - 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://www.cve.org/CVERecord?id=CVE-2021-46877">https://www.cve.org/CVERecord?id=CVE-2021-46877</a></p> <p>Release Date: 2023-03-18</p> <p>Fix Resolution: 2.12.6</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
True
CVE-2021-46877 (Medium) detected in jackson-databind-2.10.5.jar - ## CVE-2021-46877 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.10.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: /samples/oauth2/tonr/pom.xml</p> <p>Path to vulnerable library: /com/fasterxml/jackson/core/jackson-databind/2.10.5/jackson-databind-2.10.5.jar,/com/fasterxml/jackson/core/jackson-databind/2.10.5/jackson-databind-2.10.5.jar,/com/fasterxml/jackson/core/jackson-databind/2.10.5/jackson-databind-2.10.5.jar,/samples/oauth2/tonr/target/tonr2-2.5.2.BUILD-SNAPSHOT/WEB-INF/lib/jackson-databind-2.10.5.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.10.5.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/snowdensb/spring-security-oauth/commit/62c6485ab8fc644a76523cfb55746e549555797c">62c6485ab8fc644a76523cfb55746e549555797c</a></p> <p>Found in base branch: <b>main</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> jackson-databind 2.10.x through 2.12.x before 2.12.6 and 2.13.x before 2.13.1 allows attackers to cause a denial of service (2 GB transient heap usage per read) in uncommon situations involving JsonNode JDK serialization. <p>Publish Date: 2023-03-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-46877>CVE-2021-46877</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>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - 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://www.cve.org/CVERecord?id=CVE-2021-46877">https://www.cve.org/CVERecord?id=CVE-2021-46877</a></p> <p>Release Date: 2023-03-18</p> <p>Fix Resolution: 2.12.6</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
non_defect
cve medium detected in jackson databind jar cve medium 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 samples tonr pom xml path to vulnerable library com fasterxml jackson core jackson databind jackson databind jar com fasterxml jackson core jackson databind jackson databind jar com fasterxml jackson core jackson databind jackson databind jar samples tonr target build snapshot web inf lib jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch main vulnerability details jackson databind x through x before and x before allows attackers to cause a denial of service gb transient heap usage per read in uncommon situations involving jsonnode jdk serialization publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue
0
81,144
30,728,190,065
IssuesEvent
2023-07-27 21:40:53
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
The edit history does not follow the same format as on deskop.
T-Defect
### Steps to reproduce 1. send a message 2. edit the message 3. Open the edit history for the message 4. observe that it just lists the entire versions of the messages, and does not indicate what has changed with colors in each version. ### Outcome #### What did you expect? I expect the edits to show what has changed in a color coded format the same as on the desktop. #### What happened instead? ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store _No response_ ### Homeserver _No response_ ### Will you send logs? Yes ### Are you willing to provide a PR? Yes
1.0
The edit history does not follow the same format as on deskop. - ### Steps to reproduce 1. send a message 2. edit the message 3. Open the edit history for the message 4. observe that it just lists the entire versions of the messages, and does not indicate what has changed with colors in each version. ### Outcome #### What did you expect? I expect the edits to show what has changed in a color coded format the same as on the desktop. #### What happened instead? ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store _No response_ ### Homeserver _No response_ ### Will you send logs? Yes ### Are you willing to provide a PR? Yes
defect
the edit history does not follow the same format as on deskop steps to reproduce send a message edit the message open the edit history for the message observe that it just lists the entire versions of the messages and does not indicate what has changed with colors in each version outcome what did you expect i expect the edits to show what has changed in a color coded format the same as on the desktop what happened instead your phone model no response operating system version no response application version and app store no response homeserver no response will you send logs yes are you willing to provide a pr yes
1
23,821
3,851,868,066
IssuesEvent
2016-04-06 05:29:04
GPF/imame4all
https://api.github.com/repos/GPF/imame4all
closed
[Feature Request] Change virtual Keys
auto-migrated Priority-Medium Type-Defect
``` On the Pinball Action rom the keys are on the wrong side of each other can one remap virtual keys to be swopped. Thanks ``` Original issue reported on code.google.com by `novell...@gmail.com` on 7 Oct 2011 at 5:50
1.0
[Feature Request] Change virtual Keys - ``` On the Pinball Action rom the keys are on the wrong side of each other can one remap virtual keys to be swopped. Thanks ``` Original issue reported on code.google.com by `novell...@gmail.com` on 7 Oct 2011 at 5:50
defect
change virtual keys on the pinball action rom the keys are on the wrong side of each other can one remap virtual keys to be swopped thanks original issue reported on code google com by novell gmail com on oct at
1
64,584
26,794,501,009
IssuesEvent
2023-02-01 10:52:26
Azure/azure-cli
https://api.github.com/repos/Azure/azure-cli
closed
az webapp config access-restriction does not support more than one Front Door ID in X-Azure-FDID
Web Apps customer-reported CXP Attention Auto-Assign app-service-networking
### **This is autogenerated. Please review and update as needed.** ## Describe the bug When adding a Networking Access Restriction rule for an App Service or Function App in the Azure Portal, the informational pop-up for the X-Azure-FDID field of the "Edit rule" window says "You can specify a unique instance id of Azure Font Door or reverse proxies supporting unique header identification. Enter up to 8 ids separated by a comma". And it works as described. When I try the equivalent in the Azure CLI, it fails if I use more than one Front Door ID. Specifically, the `az webapp config access-restriction add` incorrectly limits the length of the --http-header parameter value to 64 characters, when it should be much longer. With each Front Door ID being 36 characters in length, the CLI should allow a value at least 295 characters in length. I only need to specify two Front Door IDs, but even that (74 characters) is too long for a 64-character limit. I can only currently specify one Front Door ID via the Azure CLI. **Command Name** `az webapp config access-restriction add` **Errors:** ``` From calling it with --debug: DEBUG: cli.azure.cli.core.sdk.policies: {"Code":"BadRequest","Message":"Headers is invalid. The number of 'x-azure-fdid' exceeeds maximum 64 length!","Target":null,"Details":[{"Message":"Headers is invalid. The number of 'x-azure-fdid' exceeeds maximum 64 length!"},{"Code":"BadRequest"},{"ErrorEntity":{"ExtendedCode":"51021","MessageTemplate":"{0} is invalid. {1}","Parameters":["Headers","The number of 'x-azure-fdid' exceeeds maximum 64 length!"],"Code":"BadRequest","Message":"Headers is invalid. The number of 'x-azure-fdid' exceeeds maximum 64 length!"}}],"Innererror":null} DEBUG: cli.azure.cli.core.util: azure.cli.core.util.handle_exception is called with an exception: DEBUG: cli.azure.cli.core.util: Traceback (most recent call last): File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\knack/cli.py", line 233, in invoke File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 663, in execute File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 726, in _run_jobs_serially File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 697, in _run_job File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 333, in __call__ File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/command_operation.py", line 121, in handler File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/command_modules/appservice/access_restrictions.py", line 84, in add_webapp_access_restriction File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/command_modules/appservice/_appservice_utils.py", line 21, in _generic_site_operation File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/core/tracing/decorator.py", line 73, in wrapper_use_tracer File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/mgmt/web/v2022_03_01/operations/_web_apps_operations.py", line 20460, in update_configuration azure.core.exceptions.HttpResponseError: Operation returned an invalid status 'Bad Request' ``` ## To Reproduce: Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information. - `az webapp config access-restriction add --resource-group myRG --name myApp --action Allow --rule-name "Allow FrontDoor" --description "Some description" --priority 100 --service-tag AzureFrontDoor.Backend --http-header "x-azure-fdid=2876cff1-35e4-4d99-3ab2-e7a58ceb29c8,57904174-937f-4efb-b94f-4c03dbb675d0"` ## Expected Behavior Creates a Network Access Restriction Rule with multiple, comma-delimited Front Door IDs in the X-Azure-FDID field. ## Environment Summary ``` Windows-10-10.0.19044-SP0 Python 3.10.5 Installer: MSI azure-cli 2.41.0 Extensions: application-insights 0.1.16 cosmosdb-preview 0.19.0 datafactory 0.6.0 front-door 1.0.16 Dependencies: msal 1.20.0b1 azure-mgmt-resource 21.1.0b1 ``` ## Additional Context <!--Please don't remove this:--> <!--auto-generated-->
1.0
az webapp config access-restriction does not support more than one Front Door ID in X-Azure-FDID - ### **This is autogenerated. Please review and update as needed.** ## Describe the bug When adding a Networking Access Restriction rule for an App Service or Function App in the Azure Portal, the informational pop-up for the X-Azure-FDID field of the "Edit rule" window says "You can specify a unique instance id of Azure Font Door or reverse proxies supporting unique header identification. Enter up to 8 ids separated by a comma". And it works as described. When I try the equivalent in the Azure CLI, it fails if I use more than one Front Door ID. Specifically, the `az webapp config access-restriction add` incorrectly limits the length of the --http-header parameter value to 64 characters, when it should be much longer. With each Front Door ID being 36 characters in length, the CLI should allow a value at least 295 characters in length. I only need to specify two Front Door IDs, but even that (74 characters) is too long for a 64-character limit. I can only currently specify one Front Door ID via the Azure CLI. **Command Name** `az webapp config access-restriction add` **Errors:** ``` From calling it with --debug: DEBUG: cli.azure.cli.core.sdk.policies: {"Code":"BadRequest","Message":"Headers is invalid. The number of 'x-azure-fdid' exceeeds maximum 64 length!","Target":null,"Details":[{"Message":"Headers is invalid. The number of 'x-azure-fdid' exceeeds maximum 64 length!"},{"Code":"BadRequest"},{"ErrorEntity":{"ExtendedCode":"51021","MessageTemplate":"{0} is invalid. {1}","Parameters":["Headers","The number of 'x-azure-fdid' exceeeds maximum 64 length!"],"Code":"BadRequest","Message":"Headers is invalid. The number of 'x-azure-fdid' exceeeds maximum 64 length!"}}],"Innererror":null} DEBUG: cli.azure.cli.core.util: azure.cli.core.util.handle_exception is called with an exception: DEBUG: cli.azure.cli.core.util: Traceback (most recent call last): File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\knack/cli.py", line 233, in invoke File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 663, in execute File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 726, in _run_jobs_serially File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 697, in _run_job File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/__init__.py", line 333, in __call__ File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/core/commands/command_operation.py", line 121, in handler File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/command_modules/appservice/access_restrictions.py", line 84, in add_webapp_access_restriction File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/cli/command_modules/appservice/_appservice_utils.py", line 21, in _generic_site_operation File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/core/tracing/decorator.py", line 73, in wrapper_use_tracer File "D:\a\1\s\build_scripts\windows\artifacts\cli\Lib\site-packages\azure/mgmt/web/v2022_03_01/operations/_web_apps_operations.py", line 20460, in update_configuration azure.core.exceptions.HttpResponseError: Operation returned an invalid status 'Bad Request' ``` ## To Reproduce: Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information. - `az webapp config access-restriction add --resource-group myRG --name myApp --action Allow --rule-name "Allow FrontDoor" --description "Some description" --priority 100 --service-tag AzureFrontDoor.Backend --http-header "x-azure-fdid=2876cff1-35e4-4d99-3ab2-e7a58ceb29c8,57904174-937f-4efb-b94f-4c03dbb675d0"` ## Expected Behavior Creates a Network Access Restriction Rule with multiple, comma-delimited Front Door IDs in the X-Azure-FDID field. ## Environment Summary ``` Windows-10-10.0.19044-SP0 Python 3.10.5 Installer: MSI azure-cli 2.41.0 Extensions: application-insights 0.1.16 cosmosdb-preview 0.19.0 datafactory 0.6.0 front-door 1.0.16 Dependencies: msal 1.20.0b1 azure-mgmt-resource 21.1.0b1 ``` ## Additional Context <!--Please don't remove this:--> <!--auto-generated-->
non_defect
az webapp config access restriction does not support more than one front door id in x azure fdid this is autogenerated please review and update as needed describe the bug when adding a networking access restriction rule for an app service or function app in the azure portal the informational pop up for the x azure fdid field of the edit rule window says you can specify a unique instance id of azure font door or reverse proxies supporting unique header identification enter up to ids separated by a comma and it works as described when i try the equivalent in the azure cli it fails if i use more than one front door id specifically the az webapp config access restriction add incorrectly limits the length of the http header parameter value to characters when it should be much longer with each front door id being characters in length the cli should allow a value at least characters in length i only need to specify two front door ids but even that characters is too long for a character limit i can only currently specify one front door id via the azure cli command name az webapp config access restriction add errors from calling it with debug debug cli azure cli core sdk policies code badrequest message headers is invalid the number of x azure fdid exceeeds maximum length target null details code badrequest message headers is invalid the number of x azure fdid exceeeds maximum length innererror null debug cli azure cli core util azure cli core util handle exception is called with an exception debug cli azure cli core util traceback most recent call last file d a s build scripts windows artifacts cli lib site packages knack cli py line in invoke file d a s build scripts windows artifacts cli lib site packages azure cli core commands init py line in execute file d a s build scripts windows artifacts cli lib site packages azure cli core commands init py line in run jobs serially file d a s build scripts windows artifacts cli lib site packages azure cli core commands init py line in run job file d a s build scripts windows artifacts cli lib site packages azure cli core commands init py line in call file d a s build scripts windows artifacts cli lib site packages azure cli core commands command operation py line in handler file d a s build scripts windows artifacts cli lib site packages azure cli command modules appservice access restrictions py line in add webapp access restriction file d a s build scripts windows artifacts cli lib site packages azure cli command modules appservice appservice utils py line in generic site operation file d a s build scripts windows artifacts cli lib site packages azure core tracing decorator py line in wrapper use tracer file d a s build scripts windows artifacts cli lib site packages azure mgmt web operations web apps operations py line in update configuration azure core exceptions httpresponseerror operation returned an invalid status bad request to reproduce steps to reproduce the behavior note that argument values have been redacted as they may contain sensitive information az webapp config access restriction add resource group myrg name myapp action allow rule name allow frontdoor description some description priority service tag azurefrontdoor backend http header x azure fdid expected behavior creates a network access restriction rule with multiple comma delimited front door ids in the x azure fdid field environment summary windows python installer msi azure cli extensions application insights cosmosdb preview datafactory front door dependencies msal azure mgmt resource additional context
0
24,748
4,097,186,051
IssuesEvent
2016-06-03 00:00:42
WildBamaBoy/minecraft-comes-alive
https://api.github.com/repos/WildBamaBoy/minecraft-comes-alive
closed
Family house doubles as mini spider farm. ;-)
1.7.10 1.8.9 1.9 defect
The family house has a space in the roof where spiders can spawn. Knock out a stair and a slab or two, and they're sitting ducks. Kinda useful, actually! But If spiders can spawn there, I wonder if baby zombies can too...
1.0
Family house doubles as mini spider farm. ;-) - The family house has a space in the roof where spiders can spawn. Knock out a stair and a slab or two, and they're sitting ducks. Kinda useful, actually! But If spiders can spawn there, I wonder if baby zombies can too...
defect
family house doubles as mini spider farm the family house has a space in the roof where spiders can spawn knock out a stair and a slab or two and they re sitting ducks kinda useful actually but if spiders can spawn there i wonder if baby zombies can too
1
78,558
27,587,400,566
IssuesEvent
2023-03-08 20:57:33
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
NTFY Endpoint Registration Fails within an Airgapped Environment
T-Defect
### Steps to reproduce ### Steps to reproduce Issue History so far: # Initial Query Hi 👋 I'm trying to confirm the process for setting up NTFY within an airgapped environment with the app. I think I'm almost there. I believe the issue is with having the NTFY push gateway registering within the app. (Details within thread) Setup is as follows: (Note all using wildcard certs issued by CA on Server1 - Android app has CA.pem installed) - Wifi Router (`192.168.0.1`) - DHCP points to `192.168.0.2` as DNS) - Server 1 (`192.168.0.2`) - DNS - `example.com` / `synapse.example.com` / `element.example.com` -> 192.168.0.2 - `ntfy.example.com` -> 192.168.0.4 - On-Premise installed (Synapse / Element Web App) - `https://example.com/.well-known/matrix/server` sets `m.server` -> `synapse.example.com:443` - Synapse homeserver.yml has `192.168.0.1` -> `192.168.0.4` in IP whitelist - microk8s dns resolvers all set to use 192.168.0.2 - Server 2 (`192.168.0.4`) - NTFY server running (`https://ntfy.example.com`) - Phone (`192.168.0.2`) - Element app installed - Notification service set to `ntfy` - NTFY installed - Custom server set to `https://ntfy.example.com` - UnifiedPush topic URL added by `im.vector.app` I believe the issue is that there are still no registered push gateways listed within the Element app. (`Advanced Settings` -> `Notification Targets` says `No registered push gateways`) Going to `Notifications` -> `Troubleshoot Notifications` I get the following: ![image](https://user-images.githubusercontent.com/7443512/223793693-81160535-a2fc-4f11-8f19-a5d9e7578e30.png) FYI Running the trouble-shooter and immediately going to the home screen (so it's no longer the active app) causes the Test Push to fail. (NTFY doesn't receive any notification / etc.) NTFY application is happily connected to the created topic (and a test one, which does correctly receive notifications) ![image](https://user-images.githubusercontent.com/7443512/223793727-a6c26f2d-94c0-4e09-a5ad-314d6e6218f4.png) # Troubleshooting with @MatMaul > Check `ntfy.example.com` DNS record is visible from `Server 1`? Server 1 is the DNS server, and pings to ntfy.example.com work successfully (it actually also self-hosts an NTFY web client so can be sure it's working from Server 1) Initially trying to troubleshoot in the on-prem support, was told "It is the responsibility of Matrix clients to register "pushers" with their homeserver. The pusher contains the URL to the push GW to use" - So I guess I could try registering a pusher using the api manually, see what comes back > Check if synapse log is returning 500 when registering the pusher. ``` 2023-03-06 13:36:10,415 - synapse.access.http.8008 - 460 - INFO - GET-30693 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 30.003sec/0.001sec (0.000sec, 0.001sec) (0.000sec/0.000sec/0) 230B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s52_2887_2_35_69_1_15_24_0 HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 13:36:11,305 - synapse.access.http.8008 - 460 - INFO - GET-30695 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 30.002sec/0.001sec (0.002sec, 0.000sec) (0.000sec/0.000sec/0) 230B 200 "GET /_matrix/client/r0/sync?filter=0&set_presence=online&timeout=30000&since=s52_2887_2_35_69_1_15_24_0 HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:36:12,130 - synapse.storage.databases.main.event_push_actions - 1305 - INFO - rotate_notifs-4053 - Rotating notifications 2023-03-06 13:36:12,132 - synapse.storage.databases.main.event_push_actions - 1528 - INFO - rotate_notifs-4053 - Rotating notifications up to: 52 2023-03-06 13:36:12,134 - synapse.storage.databases.main.event_push_actions - 1627 - INFO - rotate_notifs-4053 - Rotating notifications, handling 0 rows 2023-03-06 13:36:12,138 - synapse.storage.databases.main.event_push_actions - 1720 - INFO - rotate_notifs-4053 - Rotating notifications, deleted 0 push actions 2023-03-06 13:36:12,188 - synapse.handlers.presence - 791 - INFO - persist_presence_changes-2026 - Persisting 2 unpersisted presence updates 2023-03-06 13:36:12,212 - synapse.util.caches.lrucache - 212 - INFO - LruCache._expire_old_entries-4053 - Dropped 0 items from caches ``` Those are the logs (I triggered the troubleshooter at 13:36) - I guess the `synapse.storage.databases.main.event_push_actions` are the things related to the registration? I'm not seeing anything immediately obvious as to why it fails 🤔 > Troubleshooter is not triggering pusher registration. Switch back and forth the notification service and check the logs. Expecting to see `processed request` with a path matching [registering a pusher.](https://spec.matrix.org/v1.5/client-server-api/#post_matrixclientv3pushersset) Sure will also clear the cache / storage of both NTFY and Element apps and try from the beginning for good measure ``` 2023-03-06 13:52:08,024 - synapse.handlers.auth - 995 - INFO - POST-30991 - Logging in user @phone:example.com on device BEEIKQOZUK 2023-03-06 13:52:08,025 - synapse.access.http.8008 - 460 - INFO - GET-30985 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 15.699sec/0.003sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 280B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s52_2919_2_35_69_1_15_24_0 HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 13:52:08,033 - synapse.access.http.8008 - 460 - INFO - POST-30991 - 192.168.0.3 - 8008 - {None} Processed request: 0.332sec/0.001sec (0.312sec, 0.000sec) (0.003sec/0.010sec/5) 216B 200 "POST /_matrix/client/r0/login HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,055 - synapse.access.http.8008 - 460 - INFO - POST-30992 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 0.012sec/0.000sec (0.001sec, 0.001sec) (0.005sec/0.004sec/3) 1807B 200 "POST /_matrix/client/r0/keys/query HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 13:52:08,392 - synapse.access.http.8008 - 460 - INFO - GET-30994 - 192.168.0.3 - 8008 - {None} Processed request: 0.000sec/0.000sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 78B 200 "GET /_matrix/client/r0/login HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,760 - synapse.handlers.e2e_keys - 614 - INFO - POST-30995 - Updating device_keys for device 'BEEIKQOZUK' for user @phone:example.com at 1678110728760 2023-03-06 13:52:08,762 - synapse.access.http.8008 - 460 - INFO - GET-30996 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.005sec/0.001sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 2B 200 "GET /_matrix/client/r0/thirdparty/protocols HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,777 - synapse.access.http.8008 - 460 - INFO - GET-30993 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 0.723sec/0.004sec (0.000sec, 0.003sec) (0.000sec/0.000sec/0) 280B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s52_2919_2_35_69_1_15_25_0 HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 13:52:08,783 - synapse.access.http.8008 - 460 - INFO - GET-30997 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.005sec/0.003sec (0.004sec, 0.000sec) (0.001sec/0.001sec/1) 14B 200 "GET /_matrix/client/r0/pushers HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,786 - synapse.access.http.8008 - 460 - INFO - POST-30995 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.025sec/0.006sec (0.004sec, 0.002sec) (0.003sec/0.012sec/5) 47B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,788 - synapse.access.http.8008 - 460 - INFO - GET-30998 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.001sec/0.005sec (0.001sec, 0.000sec) (0.000sec/0.000sec/0) 656B 200 "GET /_matrix/client/r0/capabilities HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,814 - synapse.access.http.8008 - 460 - INFO - GET-31000 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.001sec/0.001sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 27B 200 "GET /_matrix/media/r0/config HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,820 - synapse.handlers.e2e_keys - 686 - INFO - POST-31001 - Adding one_time_keys dict_keys(['signed_curve25519:AAAABQ', 'signed_curve25519:AAAABA', 'signed_curve25519:AAAAAw', 'signed_curve25519:AAAAAg', 'signed_curve25519:AAAAAQ']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110728820 2023-03-06 13:52:08,831 - synapse.access.http.8008 - 460 - INFO - POST-31001 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.011sec/0.000sec (0.002sec, 0.000sec) (0.001sec/0.006sec/3) 47B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,837 - synapse.access.http.8008 - 460 - INFO - GET-31002 - 192.168.0.3 - 8008 - {None} Processed request: 0.000sec/0.001sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 808B 200 "GET /_matrix/client/versions HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,929 - synapse.handlers.e2e_keys - 686 - INFO - POST-31003 - Adding one_time_keys dict_keys(['signed_curve25519:AAAACQ', 'signed_curve25519:AAAACA', 'signed_curve25519:AAAABw', 'signed_curve25519:AAAABg', 'signed_curve25519:AAAACg']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110728929 2023-03-06 13:52:08,939 - synapse.access.http.8008 - 460 - INFO - POST-31003 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.010sec/0.001sec (0.004sec, 0.000sec) (0.001sec/0.005sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,945 - synapse.access.http.8008 - 460 - INFO - GET-31004 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.004sec/0.001sec (0.001sec, 0.000sec) (0.001sec/0.001sec/2) 472B 200 "GET /_matrix/client/r0/devices HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,044 - synapse.access.http.8008 - 460 - INFO - POST-31005 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 0.005sec/0.000sec (0.002sec, 0.000sec) (0.001sec/0.002sec/3) 2298B 200 "POST /_matrix/client/r0/keys/query HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 13:52:09,065 - synapse.handlers.e2e_keys - 686 - INFO - POST-31006 - Adding one_time_keys dict_keys(['signed_curve25519:AAAADQ', 'signed_curve25519:AAAADA', 'signed_curve25519:AAAACw', 'signed_curve25519:AAAADw', 'signed_curve25519:AAAADg']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729065 2023-03-06 13:52:09,073 - synapse.access.http.8008 - 460 - INFO - POST-31006 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.008sec/0.000sec (0.001sec, 0.001sec) (0.001sec/0.005sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,113 - synapse.handlers.e2e_keys - 686 - INFO - POST-31008 - Adding one_time_keys dict_keys(['signed_curve25519:AAAAEQ', 'signed_curve25519:AAAAEA', 'signed_curve25519:AAAAFA', 'signed_curve25519:AAAAEw', 'signed_curve25519:AAAAEg']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729113 2023-03-06 13:52:09,113 - synapse.access.http.8008 - 460 - INFO - GET-31007 - 192.168.0.3 - 8008 - {None} Processed request: 0.000sec/0.002sec (0.001sec, 0.000sec) (0.000sec/0.000sec/0) 808B 200 "GET /_matrix/client/versions HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,122 - synapse.access.http.8008 - 460 - INFO - POST-31008 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.009sec/0.001sec (0.002sec, 0.000sec) (0.002sec/0.004sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,149 - synapse.handlers.e2e_keys - 686 - INFO - POST-31009 - Adding one_time_keys dict_keys(['signed_curve25519:AAAAFQ', 'signed_curve25519:AAAAGQ', 'signed_curve25519:AAAAGA', 'signed_curve25519:AAAAFw', 'signed_curve25519:AAAAFg']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729149 2023-03-06 13:52:09,162 - synapse.access.http.8008 - 460 - INFO - POST-31009 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.013sec/0.001sec (0.002sec, 0.000sec) (0.001sec/0.009sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,165 - synapse.access.http.8008 - 460 - INFO - POST-31010 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.008sec/0.000sec (0.004sec, 0.001sec) (0.002sec/0.001sec/1) 17B 200 "POST /_matrix/client/r0/user/@phone:example.com/filter HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,251 - synapse.access.http.8008 - 460 - INFO - GET-31011 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.003sec/0.000sec (0.001sec, 0.000sec) (0.001sec/0.001sec/2) 23B 200 "GET /_matrix/client/r0/profile/@phone:example.com HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,261 - synapse.handlers.e2e_keys - 686 - INFO - POST-31012 - Adding one_time_keys dict_keys(['signed_curve25519:AAAAHg', 'signed_curve25519:AAAAHQ', 'signed_curve25519:AAAAHA', 'signed_curve25519:AAAAGw', 'signed_curve25519:AAAAGg']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729261 2023-03-06 13:52:09,269 - synapse.access.http.8008 - 460 - INFO - POST-31012 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.008sec/0.000sec (0.001sec, 0.000sec) (0.001sec/0.005sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,358 - synapse.handlers.e2e_keys - 686 - INFO - POST-31013 - Adding one_time_keys dict_keys(['signed_curve25519:AAAAHw', 'signed_curve25519:AAAAIw', 'signed_curve25519:AAAAIg', 'signed_curve25519:AAAAIQ', 'signed_curve25519:AAAAIA']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729358 2023-03-06 13:52:09,366 - synapse.access.http.8008 - 460 - INFO - POST-31013 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.008sec/0.000sec (0.002sec, 0.000sec) (0.001sec/0.004sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,436 - synapse.handlers.e2e_keys - 686 - INFO - POST-31014 - Adding one_time_keys dict_keys(['signed_curve25519:AAAAJw', 'signed_curve25519:AAAAJg', 'signed_curve25519:AAAAJQ', 'signed_curve25519:AAAAJA', 'signed_curve25519:AAAAKA']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729436 2023-03-06 13:52:09,445 - synapse.access.http.8008 - 460 - INFO - POST-31014 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.009sec/0.000sec (0.002sec, 0.000sec) (0.001sec/0.005sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,504 - synapse.handlers.e2e_keys - 686 - INFO - POST-31016 - Adding one_time_keys dict_keys(['signed_curve25519:AAAAKw', 'signed_curve25519:AAAAKg', 'signed_curve25519:AAAALQ', 'signed_curve25519:AAAALA', 'signed_curve25519:AAAAKQ']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729504 2023-03-06 13:52:09,515 - synapse.access.http.8008 - 460 - INFO - POST-31016 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.011sec/0.001sec (0.002sec, 0.000sec) (0.001sec/0.006sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,560 - synapse.handlers.e2e_keys - 686 - INFO - POST-31017 - Adding one_time_keys dict_keys(['signed_curve25519:AAAALw', 'signed_curve25519:AAAALg', 'signed_curve25519:AAAAMg', 'signed_curve25519:AAAAMQ', 'signed_curve25519:AAAAMA']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729560 2023-03-06 13:52:09,572 - synapse.access.http.8008 - 460 - INFO - POST-31017 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.012sec/0.001sec (0.002sec, 0.000sec) (0.001sec/0.006sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,582 - synapse.access.http.8008 - 460 - INFO - GET-31015 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.112sec/0.001sec (0.029sec, 0.000sec) (0.016sec/0.055sec/40) 19580B 200 "GET /_matrix/client/r0/sync?filter=0&set_presence=offline&timeout=0 HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [20 dbevts] 2023-03-06 13:52:09,657 - synapse.access.http.8008 - 460 - INFO - GET-31018 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.003sec/0.000sec (0.001sec, 0.000sec) (0.000sec/0.001sec/2) 310B 200 "GET /_matrix/client/unstable/room_keys/version HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,860 - synapse.access.http.8008 - 460 - INFO - GET-31020 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.003sec/0.000sec (0.001sec, 0.000sec) (0.001sec/0.001sec/2) 472B 200 "GET /_matrix/client/r0/devices HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,879 - synapse.access.http.8008 - 460 - INFO - POST-31021 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.005sec/0.001sec (0.001sec, 0.000sec) (0.001sec/0.003sec/3) 2798B 200 "POST /_matrix/client/r0/keys/query HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:10,029 - synapse.access.http.8008 - 460 - INFO - PUT-31022 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.008sec/0.000sec (0.002sec, 0.000sec) (0.001sec/0.005sec/3) 2B 200 "PUT /_matrix/client/r0/sendToDevice/m.room_key_request/31f4235c-ddd0-43f1-a62e-787e18026101 HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:10,075 - synapse.access.http.8008 - 460 - INFO - PUT-31023 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.008sec/0.000sec (0.002sec, 0.000sec) (0.001sec/0.004sec/3) 2B 200 "PUT /_matrix/client/r0/sendToDevice/m.room_key_request/c9038f8a-e608-406c-885e-ca5a9e2d680b HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:10,132 - synapse.access.http.8008 - 460 - INFO - GET-31024 - 192.168.0.3 - 8008 - {None} Processed request: 0.000sec/0.001sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 808B 200 "GET /_matrix/client/versions HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:10,149 - synapse.access.http.8008 - 460 - INFO - GET-30999 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 1.349sec/0.002sec (0.003sec, 0.000sec) (0.000sec/0.000sec/0) 382B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s52_2919_2_35_69_1_15_26_0 HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 13:52:10,156 - synapse.access.http.8008 - 460 - INFO - GET-31025 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.017sec/0.001sec (0.004sec, 0.000sec) (0.002sec/0.006sec/5) 1256B 200 "GET /_matrix/client/r0/sync?filter=0&set_presence=online&timeout=0&since=s52_2919_2_35_69_1_15_26_0 HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:10,177 - synapse.access.http.8008 - 460 - INFO - POST-31027 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.005sec/0.001sec (0.002sec, 0.000sec) (0.001sec/0.003sec/3) 2798B 200 "POST /_matrix/client/r0/keys/query HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:10,217 - synapse.access.http.8008 - 460 - INFO - GET-31028 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.005sec/0.000sec (0.000sec, 0.000sec) (0.000sec/0.002sec/1) 192B 200 "GET /_matrix/client/r0/sync?filter=0&set_presence=online&timeout=0&since=s52_2920_2_35_69_1_17_26_0 HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:12,131 - synapse.storage.databases.main.event_push_actions - 1305 - INFO - rotate_notifs-4085 - Rotating notifications 2023-03-06 13:52:12,132 - synapse.storage.databases.main.event_push_actions - 1528 - INFO - rotate_notifs-4085 - Rotating notifications up to: 52 2023-03-06 13:52:12,133 - synapse.storage.databases.main.event_push_actions - 1627 - INFO - rotate_notifs-4085 - Rotating notifications, handling 0 rows 2023-03-06 13:52:12,137 - synapse.storage.databases.main.event_push_actions - 1720 - INFO - rotate_notifs-4085 - Rotating notifications, deleted 0 push actions 2023-03-06 13:52:12,188 - synapse.handlers.presence - 791 - INFO - persist_presence_changes-2042 - Persisting 2 unpersisted presence updates 2023-03-06 13:52:12,212 - synapse.util.caches.lrucache - 212 - INFO - LruCache._expire_old_entries-4085 - Dropped 0 items from caches 2023-03-06 13:52:12,312 - synapse.storage.databases.main.metrics - 475 - INFO - generate_user_daily_visits-409 - Calling _generate_user_daily_visits 2023-03-06 13:52:13,838 - synapse.access.http.8008 - 460 - INFO - GET-31030 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.003sec/0.000sec (0.000sec, 0.000sec) (0.001sec/0.001sec/2) 472B 200 "GET /_matrix/client/r0/devices HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] ``` Thats the logs from the point of first login -- most is just registering the new device etc. -- nothing matching `/_matrix/client/v3/pushers/set` though So I guess that means the server isn't seeing such a request come in? Checking manually going to `https://synapse.example.com/_matrix/client/v3/pushers/set` works at least from Server 1 / 2 and the phone. Can access that from all - actually tried again to double check and get the following: ``` 2023-03-06 14:04:02,970 - synapse.access.http.8008 - 460 - INFO - GET-31229 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.002sec/0.000sec (0.001sec, 0.000sec) (0.000sec/0.001sec/1) 14B 200 "GET /_matrix/client/r0/pushers HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 14:04:06,938 - synapse.access.http.8008 - 460 - INFO - GET-31220 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 30.002sec/0.000sec (0.000sec, 0.001sec) (0.000sec/0.000sec/0) 230B 200 "GET /_matrix/client/r0/sync?filter=0&set_presence=online&timeout=30000&since=s52_2938_2_35_69_1_20_26_0 HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 14:04:07,539 - synapse.access.http.8008 - 460 - INFO - GET-31222 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 30.002sec/0.001sec (0.001sec, 0.000sec) (0.000sec/0.000sec/0) 230B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s52_2938_2_35_69_1_20_26_0 HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 14:04:12,130 - synapse.storage.databases.main.event_push_actions - 1305 - INFO - rotate_notifs-4109 - Rotating notifications 2023-03-06 14:04:12,131 - synapse.storage.databases.main.event_push_actions - 1528 - INFO - rotate_notifs-4109 - Rotating notifications up to: 52 2023-03-06 14:04:12,133 - synapse.storage.databases.main.event_push_actions - 1627 - INFO - rotate_notifs-4109 - Rotating notifications, handling 0 rows 2023-03-06 14:04:12,137 - synapse.storage.databases.main.event_push_actions - 1720 - INFO - rotate_notifs-4109 - Rotating notifications, deleted 0 push actions 2023-03-06 14:04:12,188 - synapse.handlers.presence - 791 - INFO - persist_presence_changes-2054 - Persisting 2 unpersisted presence updates 2023-03-06 14:04:12,212 - synapse.util.caches.lrucache - 212 - INFO - LruCache._expire_old_entries-4109 - Dropped 0 items from caches ``` It's doing `/_matrix/client/r0/pushers` not `/_matrix/client/v3/pushers`, but it's an actual request in that direct so probably closer to what you were expecting to see **Went on a tangent here about NTFY server version / apk package name which were ultimately ruled out as potential issues in the process** # Rageshake Issue / Logcat tests Thanks for all the help on this so far!! I've gone through and done a test and filtered the logs from Synapse, NTFY and the logcat to between 19:22pm -> 19.23pm (where I ran through all the steps). I'm collating everything within https://github.com/matrix-org/element-android-rageshakes/issues/50380 🤞 There's something in there that explains what's going on. Also going to dig around with the Admin API to list the pushers etc. to see if there's anything at all listed for the user. I'm hoping the above has enough information within to help figure out what's going wrong with the registration. I manually merged all the logs into a combined log ordered chronologically -> https://github.com/matrix-org/element-android-rageshakes/files/10902597/combined\_and\_ordered.log # Troubleshooting with @bmarty > Disable / enable notification to force a set pusher request? (via `Enable notification for this session`) I filtered the logcat based on the package name - hopefully thats okay. [logcat.log](https://github.com/vector-im/element-android/files/10923652/logcat.log) so for referenceI adb shell'd on. Then did logcat | grep [im.vector.app](http://im.vector.app/) > No pusher registration request. Perhaps I was too hasty ending the logcat? [logcat2.log](https://github.com/vector-im/element-android/files/10923640/logcat2.log) That one I doublechecked it appeared in NTFY afterwards too - which it did, and left a little longer after. Process followed is: - start logcat - Turn off notifications for the session - Turn on notifications for the session - Select ntfy from the prompt - Switch to NTFY app to confirm To cover all bases, (and attempt to have a complete logcat that's not lightyears long) - I setup aosp on a old pixel 2xl (so hopefully as little other things going on in the bg as possible unlike personal phone) and did a run through from scratch. Below is that logcat. I didn't filter on application name or anything and I followed these steps: - start logcat - Open Element, select example.com as server, logged in as notify user, accepted usage prompt, select google for notifications, then verified the session - Opened Notification settings, disabled notifications for session, then re-enabled and select ntfy - Switched to ntfy, confirmed entry listed - Switched to Element, ran troubleshoot [logcat.log](https://github.com/vector-im/element-android/files/10923652/logcat.log) > `ToggleNotificationsForCurrentSessionUseCase: push notif is enabled, deleting any account data and updating pusher` but [the current code](https://github.com/vector-im/element-android/blob/develop/vector/src/main/java/im/vector/app/features/settings/notifications/usecase/ToggleNotificationsForCurrentSessionUseCase.kt#L50) does not seem to register a pusher if it does not exist yet. > Change Notification method and select again ntfy to force a refresh of the pusher. That's how I was previously changing when troubleshooting with MatMaul - but can give it try like that and send over the logcat - see if it throws up anything different / useful. Just to confirm: the problem is that the HS does not notify the Push gateway, right? Erm I'm not sure on the specifics, possibly, the only concrete error message I have is the troubleshoot flow stating that "Failed to register endpoint token to homeserver: Unknown Error" I can at least confirm from this https://unifiedpush.org/users/troubleshooting/ that the issue isn't with the distributor (i.e. NTFY) as I successfully receive a Unified Push notification using the UP-example app > This error is displayed when there is no pushers registered on the HS. I guess the troubleshoot Quick fix has no effect? Clicking the 'Reset Notification Method' button that appears - just presents the change notification method prompt. Clicking NTFY again and re-running tests has the same error unfortunately # Confirmation of Synapse -> NTFY -> Phone flow works via Client-Server API So fairly sure now that the Home Server and NTFY are working OK and it's something the app isn't doing right. Using the ClientServer API I have registered a new pusher with this cURL command: ```bash curl -H "Content-Type: application/json" -H "Authorization: Bearer syt_bm90aWZ5_iAMjqfxqmvKzBeaAdJME_054oG2" -d '{"app_display_name":"Mat Rix","app_id":"com.example.app.ios","append":false,"data":{"format":"event_id_only","url":"https://ntfy.example.com/_matrix/push/v1/notify"},"device_display_name":"iPhone 9","kind":"http","lang":"en","pushkey":"https://ntfy.example.com/example"}' --insecure -X POST https://synapse.example.com/_matrix/client/v3/pushers/set ``` I then have sent a message from `computer` user to `notify` user. NTFY receives the notification, and publishes to `https://ntfy.example.com/example` (the push key). I have manually subscribed to the `ntfy.example.com/example` topic and receive on the phone the json notification string This method above obviously doesn't use UnifiedPush ?format?, so what I get on the phone is the raw notification json, but as far as the overall flow... registering a pusher to the homeserver, the homeserver pushing successfully to the gateway, and the gateway sending to a device it works. # Patch file sent for more detailed logs on custom built apk > We miss some log when this error occurs. Apply patch for more logs Logs attached! I will also make a proper issue on the android github and collate all these threads / msgs [logcat4.log](https://github.com/vector-im/element-android/files/10923781/logcat4.log) ### Outcome #### What did you expect? Phone to successfully register endpoint token with homeserver so that notifications are served successfully to the phone when the application isn't in focus via NTFY. #### What happened instead? No notification is ever received by the phone due to the failure to successfully register the pusher with synapse. ### Your phone model Pixel 6 & Pixel 2 XL ### Operating system version Android 13 ### Application version and app store 1.5.28-dev [40105280] (G-448374fc) feature/bma/certList 448374fc (both with and without Patch applied ### Homeserver On-Premise Installer 02.01 (Believe thats Synapse version 1.72.0) ### Will you send logs? Yes ### Are you willing to provide a PR? Yes ### Outcome ### Outcome #### What did you expect? Phone to successfully register endpoint token with homeserver so that notifications are served successfully to the phone when the application isn't in focus via NTFY. #### What happened instead? No notification is ever received by the phone due to the failure to successfully register the pusher with synapse. ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store _No response_ ### Homeserver _No response_ ### Will you send logs? Yes ### Are you willing to provide a PR? Yes
1.0
NTFY Endpoint Registration Fails within an Airgapped Environment - ### Steps to reproduce ### Steps to reproduce Issue History so far: # Initial Query Hi 👋 I'm trying to confirm the process for setting up NTFY within an airgapped environment with the app. I think I'm almost there. I believe the issue is with having the NTFY push gateway registering within the app. (Details within thread) Setup is as follows: (Note all using wildcard certs issued by CA on Server1 - Android app has CA.pem installed) - Wifi Router (`192.168.0.1`) - DHCP points to `192.168.0.2` as DNS) - Server 1 (`192.168.0.2`) - DNS - `example.com` / `synapse.example.com` / `element.example.com` -> 192.168.0.2 - `ntfy.example.com` -> 192.168.0.4 - On-Premise installed (Synapse / Element Web App) - `https://example.com/.well-known/matrix/server` sets `m.server` -> `synapse.example.com:443` - Synapse homeserver.yml has `192.168.0.1` -> `192.168.0.4` in IP whitelist - microk8s dns resolvers all set to use 192.168.0.2 - Server 2 (`192.168.0.4`) - NTFY server running (`https://ntfy.example.com`) - Phone (`192.168.0.2`) - Element app installed - Notification service set to `ntfy` - NTFY installed - Custom server set to `https://ntfy.example.com` - UnifiedPush topic URL added by `im.vector.app` I believe the issue is that there are still no registered push gateways listed within the Element app. (`Advanced Settings` -> `Notification Targets` says `No registered push gateways`) Going to `Notifications` -> `Troubleshoot Notifications` I get the following: ![image](https://user-images.githubusercontent.com/7443512/223793693-81160535-a2fc-4f11-8f19-a5d9e7578e30.png) FYI Running the trouble-shooter and immediately going to the home screen (so it's no longer the active app) causes the Test Push to fail. (NTFY doesn't receive any notification / etc.) NTFY application is happily connected to the created topic (and a test one, which does correctly receive notifications) ![image](https://user-images.githubusercontent.com/7443512/223793727-a6c26f2d-94c0-4e09-a5ad-314d6e6218f4.png) # Troubleshooting with @MatMaul > Check `ntfy.example.com` DNS record is visible from `Server 1`? Server 1 is the DNS server, and pings to ntfy.example.com work successfully (it actually also self-hosts an NTFY web client so can be sure it's working from Server 1) Initially trying to troubleshoot in the on-prem support, was told "It is the responsibility of Matrix clients to register "pushers" with their homeserver. The pusher contains the URL to the push GW to use" - So I guess I could try registering a pusher using the api manually, see what comes back > Check if synapse log is returning 500 when registering the pusher. ``` 2023-03-06 13:36:10,415 - synapse.access.http.8008 - 460 - INFO - GET-30693 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 30.003sec/0.001sec (0.000sec, 0.001sec) (0.000sec/0.000sec/0) 230B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s52_2887_2_35_69_1_15_24_0 HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 13:36:11,305 - synapse.access.http.8008 - 460 - INFO - GET-30695 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 30.002sec/0.001sec (0.002sec, 0.000sec) (0.000sec/0.000sec/0) 230B 200 "GET /_matrix/client/r0/sync?filter=0&set_presence=online&timeout=30000&since=s52_2887_2_35_69_1_15_24_0 HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:36:12,130 - synapse.storage.databases.main.event_push_actions - 1305 - INFO - rotate_notifs-4053 - Rotating notifications 2023-03-06 13:36:12,132 - synapse.storage.databases.main.event_push_actions - 1528 - INFO - rotate_notifs-4053 - Rotating notifications up to: 52 2023-03-06 13:36:12,134 - synapse.storage.databases.main.event_push_actions - 1627 - INFO - rotate_notifs-4053 - Rotating notifications, handling 0 rows 2023-03-06 13:36:12,138 - synapse.storage.databases.main.event_push_actions - 1720 - INFO - rotate_notifs-4053 - Rotating notifications, deleted 0 push actions 2023-03-06 13:36:12,188 - synapse.handlers.presence - 791 - INFO - persist_presence_changes-2026 - Persisting 2 unpersisted presence updates 2023-03-06 13:36:12,212 - synapse.util.caches.lrucache - 212 - INFO - LruCache._expire_old_entries-4053 - Dropped 0 items from caches ``` Those are the logs (I triggered the troubleshooter at 13:36) - I guess the `synapse.storage.databases.main.event_push_actions` are the things related to the registration? I'm not seeing anything immediately obvious as to why it fails 🤔 > Troubleshooter is not triggering pusher registration. Switch back and forth the notification service and check the logs. Expecting to see `processed request` with a path matching [registering a pusher.](https://spec.matrix.org/v1.5/client-server-api/#post_matrixclientv3pushersset) Sure will also clear the cache / storage of both NTFY and Element apps and try from the beginning for good measure ``` 2023-03-06 13:52:08,024 - synapse.handlers.auth - 995 - INFO - POST-30991 - Logging in user @phone:example.com on device BEEIKQOZUK 2023-03-06 13:52:08,025 - synapse.access.http.8008 - 460 - INFO - GET-30985 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 15.699sec/0.003sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 280B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s52_2919_2_35_69_1_15_24_0 HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 13:52:08,033 - synapse.access.http.8008 - 460 - INFO - POST-30991 - 192.168.0.3 - 8008 - {None} Processed request: 0.332sec/0.001sec (0.312sec, 0.000sec) (0.003sec/0.010sec/5) 216B 200 "POST /_matrix/client/r0/login HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,055 - synapse.access.http.8008 - 460 - INFO - POST-30992 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 0.012sec/0.000sec (0.001sec, 0.001sec) (0.005sec/0.004sec/3) 1807B 200 "POST /_matrix/client/r0/keys/query HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 13:52:08,392 - synapse.access.http.8008 - 460 - INFO - GET-30994 - 192.168.0.3 - 8008 - {None} Processed request: 0.000sec/0.000sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 78B 200 "GET /_matrix/client/r0/login HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,760 - synapse.handlers.e2e_keys - 614 - INFO - POST-30995 - Updating device_keys for device 'BEEIKQOZUK' for user @phone:example.com at 1678110728760 2023-03-06 13:52:08,762 - synapse.access.http.8008 - 460 - INFO - GET-30996 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.005sec/0.001sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 2B 200 "GET /_matrix/client/r0/thirdparty/protocols HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,777 - synapse.access.http.8008 - 460 - INFO - GET-30993 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 0.723sec/0.004sec (0.000sec, 0.003sec) (0.000sec/0.000sec/0) 280B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s52_2919_2_35_69_1_15_25_0 HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 13:52:08,783 - synapse.access.http.8008 - 460 - INFO - GET-30997 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.005sec/0.003sec (0.004sec, 0.000sec) (0.001sec/0.001sec/1) 14B 200 "GET /_matrix/client/r0/pushers HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,786 - synapse.access.http.8008 - 460 - INFO - POST-30995 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.025sec/0.006sec (0.004sec, 0.002sec) (0.003sec/0.012sec/5) 47B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,788 - synapse.access.http.8008 - 460 - INFO - GET-30998 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.001sec/0.005sec (0.001sec, 0.000sec) (0.000sec/0.000sec/0) 656B 200 "GET /_matrix/client/r0/capabilities HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,814 - synapse.access.http.8008 - 460 - INFO - GET-31000 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.001sec/0.001sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 27B 200 "GET /_matrix/media/r0/config HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,820 - synapse.handlers.e2e_keys - 686 - INFO - POST-31001 - Adding one_time_keys dict_keys(['signed_curve25519:AAAABQ', 'signed_curve25519:AAAABA', 'signed_curve25519:AAAAAw', 'signed_curve25519:AAAAAg', 'signed_curve25519:AAAAAQ']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110728820 2023-03-06 13:52:08,831 - synapse.access.http.8008 - 460 - INFO - POST-31001 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.011sec/0.000sec (0.002sec, 0.000sec) (0.001sec/0.006sec/3) 47B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,837 - synapse.access.http.8008 - 460 - INFO - GET-31002 - 192.168.0.3 - 8008 - {None} Processed request: 0.000sec/0.001sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 808B 200 "GET /_matrix/client/versions HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,929 - synapse.handlers.e2e_keys - 686 - INFO - POST-31003 - Adding one_time_keys dict_keys(['signed_curve25519:AAAACQ', 'signed_curve25519:AAAACA', 'signed_curve25519:AAAABw', 'signed_curve25519:AAAABg', 'signed_curve25519:AAAACg']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110728929 2023-03-06 13:52:08,939 - synapse.access.http.8008 - 460 - INFO - POST-31003 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.010sec/0.001sec (0.004sec, 0.000sec) (0.001sec/0.005sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:08,945 - synapse.access.http.8008 - 460 - INFO - GET-31004 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.004sec/0.001sec (0.001sec, 0.000sec) (0.001sec/0.001sec/2) 472B 200 "GET /_matrix/client/r0/devices HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,044 - synapse.access.http.8008 - 460 - INFO - POST-31005 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 0.005sec/0.000sec (0.002sec, 0.000sec) (0.001sec/0.002sec/3) 2298B 200 "POST /_matrix/client/r0/keys/query HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 13:52:09,065 - synapse.handlers.e2e_keys - 686 - INFO - POST-31006 - Adding one_time_keys dict_keys(['signed_curve25519:AAAADQ', 'signed_curve25519:AAAADA', 'signed_curve25519:AAAACw', 'signed_curve25519:AAAADw', 'signed_curve25519:AAAADg']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729065 2023-03-06 13:52:09,073 - synapse.access.http.8008 - 460 - INFO - POST-31006 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.008sec/0.000sec (0.001sec, 0.001sec) (0.001sec/0.005sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,113 - synapse.handlers.e2e_keys - 686 - INFO - POST-31008 - Adding one_time_keys dict_keys(['signed_curve25519:AAAAEQ', 'signed_curve25519:AAAAEA', 'signed_curve25519:AAAAFA', 'signed_curve25519:AAAAEw', 'signed_curve25519:AAAAEg']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729113 2023-03-06 13:52:09,113 - synapse.access.http.8008 - 460 - INFO - GET-31007 - 192.168.0.3 - 8008 - {None} Processed request: 0.000sec/0.002sec (0.001sec, 0.000sec) (0.000sec/0.000sec/0) 808B 200 "GET /_matrix/client/versions HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,122 - synapse.access.http.8008 - 460 - INFO - POST-31008 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.009sec/0.001sec (0.002sec, 0.000sec) (0.002sec/0.004sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,149 - synapse.handlers.e2e_keys - 686 - INFO - POST-31009 - Adding one_time_keys dict_keys(['signed_curve25519:AAAAFQ', 'signed_curve25519:AAAAGQ', 'signed_curve25519:AAAAGA', 'signed_curve25519:AAAAFw', 'signed_curve25519:AAAAFg']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729149 2023-03-06 13:52:09,162 - synapse.access.http.8008 - 460 - INFO - POST-31009 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.013sec/0.001sec (0.002sec, 0.000sec) (0.001sec/0.009sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,165 - synapse.access.http.8008 - 460 - INFO - POST-31010 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.008sec/0.000sec (0.004sec, 0.001sec) (0.002sec/0.001sec/1) 17B 200 "POST /_matrix/client/r0/user/@phone:example.com/filter HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,251 - synapse.access.http.8008 - 460 - INFO - GET-31011 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.003sec/0.000sec (0.001sec, 0.000sec) (0.001sec/0.001sec/2) 23B 200 "GET /_matrix/client/r0/profile/@phone:example.com HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,261 - synapse.handlers.e2e_keys - 686 - INFO - POST-31012 - Adding one_time_keys dict_keys(['signed_curve25519:AAAAHg', 'signed_curve25519:AAAAHQ', 'signed_curve25519:AAAAHA', 'signed_curve25519:AAAAGw', 'signed_curve25519:AAAAGg']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729261 2023-03-06 13:52:09,269 - synapse.access.http.8008 - 460 - INFO - POST-31012 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.008sec/0.000sec (0.001sec, 0.000sec) (0.001sec/0.005sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,358 - synapse.handlers.e2e_keys - 686 - INFO - POST-31013 - Adding one_time_keys dict_keys(['signed_curve25519:AAAAHw', 'signed_curve25519:AAAAIw', 'signed_curve25519:AAAAIg', 'signed_curve25519:AAAAIQ', 'signed_curve25519:AAAAIA']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729358 2023-03-06 13:52:09,366 - synapse.access.http.8008 - 460 - INFO - POST-31013 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.008sec/0.000sec (0.002sec, 0.000sec) (0.001sec/0.004sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,436 - synapse.handlers.e2e_keys - 686 - INFO - POST-31014 - Adding one_time_keys dict_keys(['signed_curve25519:AAAAJw', 'signed_curve25519:AAAAJg', 'signed_curve25519:AAAAJQ', 'signed_curve25519:AAAAJA', 'signed_curve25519:AAAAKA']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729436 2023-03-06 13:52:09,445 - synapse.access.http.8008 - 460 - INFO - POST-31014 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.009sec/0.000sec (0.002sec, 0.000sec) (0.001sec/0.005sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,504 - synapse.handlers.e2e_keys - 686 - INFO - POST-31016 - Adding one_time_keys dict_keys(['signed_curve25519:AAAAKw', 'signed_curve25519:AAAAKg', 'signed_curve25519:AAAALQ', 'signed_curve25519:AAAALA', 'signed_curve25519:AAAAKQ']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729504 2023-03-06 13:52:09,515 - synapse.access.http.8008 - 460 - INFO - POST-31016 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.011sec/0.001sec (0.002sec, 0.000sec) (0.001sec/0.006sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,560 - synapse.handlers.e2e_keys - 686 - INFO - POST-31017 - Adding one_time_keys dict_keys(['signed_curve25519:AAAALw', 'signed_curve25519:AAAALg', 'signed_curve25519:AAAAMg', 'signed_curve25519:AAAAMQ', 'signed_curve25519:AAAAMA']) for device 'BEEIKQOZUK' for user '@phone:example.com' at 1678110729560 2023-03-06 13:52:09,572 - synapse.access.http.8008 - 460 - INFO - POST-31017 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.012sec/0.001sec (0.002sec, 0.000sec) (0.001sec/0.006sec/3) 48B 200 "POST /_matrix/client/r0/keys/upload HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,582 - synapse.access.http.8008 - 460 - INFO - GET-31015 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.112sec/0.001sec (0.029sec, 0.000sec) (0.016sec/0.055sec/40) 19580B 200 "GET /_matrix/client/r0/sync?filter=0&set_presence=offline&timeout=0 HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [20 dbevts] 2023-03-06 13:52:09,657 - synapse.access.http.8008 - 460 - INFO - GET-31018 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.003sec/0.000sec (0.001sec, 0.000sec) (0.000sec/0.001sec/2) 310B 200 "GET /_matrix/client/unstable/room_keys/version HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,860 - synapse.access.http.8008 - 460 - INFO - GET-31020 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.003sec/0.000sec (0.001sec, 0.000sec) (0.001sec/0.001sec/2) 472B 200 "GET /_matrix/client/r0/devices HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:09,879 - synapse.access.http.8008 - 460 - INFO - POST-31021 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.005sec/0.001sec (0.001sec, 0.000sec) (0.001sec/0.003sec/3) 2798B 200 "POST /_matrix/client/r0/keys/query HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:10,029 - synapse.access.http.8008 - 460 - INFO - PUT-31022 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.008sec/0.000sec (0.002sec, 0.000sec) (0.001sec/0.005sec/3) 2B 200 "PUT /_matrix/client/r0/sendToDevice/m.room_key_request/31f4235c-ddd0-43f1-a62e-787e18026101 HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:10,075 - synapse.access.http.8008 - 460 - INFO - PUT-31023 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.008sec/0.000sec (0.002sec, 0.000sec) (0.001sec/0.004sec/3) 2B 200 "PUT /_matrix/client/r0/sendToDevice/m.room_key_request/c9038f8a-e608-406c-885e-ca5a9e2d680b HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:10,132 - synapse.access.http.8008 - 460 - INFO - GET-31024 - 192.168.0.3 - 8008 - {None} Processed request: 0.000sec/0.001sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 808B 200 "GET /_matrix/client/versions HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:10,149 - synapse.access.http.8008 - 460 - INFO - GET-30999 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 1.349sec/0.002sec (0.003sec, 0.000sec) (0.000sec/0.000sec/0) 382B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s52_2919_2_35_69_1_15_26_0 HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 13:52:10,156 - synapse.access.http.8008 - 460 - INFO - GET-31025 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.017sec/0.001sec (0.004sec, 0.000sec) (0.002sec/0.006sec/5) 1256B 200 "GET /_matrix/client/r0/sync?filter=0&set_presence=online&timeout=0&since=s52_2919_2_35_69_1_15_26_0 HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:10,177 - synapse.access.http.8008 - 460 - INFO - POST-31027 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.005sec/0.001sec (0.002sec, 0.000sec) (0.001sec/0.003sec/3) 2798B 200 "POST /_matrix/client/r0/keys/query HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:10,217 - synapse.access.http.8008 - 460 - INFO - GET-31028 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.005sec/0.000sec (0.000sec, 0.000sec) (0.000sec/0.002sec/1) 192B 200 "GET /_matrix/client/r0/sync?filter=0&set_presence=online&timeout=0&since=s52_2920_2_35_69_1_17_26_0 HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 13:52:12,131 - synapse.storage.databases.main.event_push_actions - 1305 - INFO - rotate_notifs-4085 - Rotating notifications 2023-03-06 13:52:12,132 - synapse.storage.databases.main.event_push_actions - 1528 - INFO - rotate_notifs-4085 - Rotating notifications up to: 52 2023-03-06 13:52:12,133 - synapse.storage.databases.main.event_push_actions - 1627 - INFO - rotate_notifs-4085 - Rotating notifications, handling 0 rows 2023-03-06 13:52:12,137 - synapse.storage.databases.main.event_push_actions - 1720 - INFO - rotate_notifs-4085 - Rotating notifications, deleted 0 push actions 2023-03-06 13:52:12,188 - synapse.handlers.presence - 791 - INFO - persist_presence_changes-2042 - Persisting 2 unpersisted presence updates 2023-03-06 13:52:12,212 - synapse.util.caches.lrucache - 212 - INFO - LruCache._expire_old_entries-4085 - Dropped 0 items from caches 2023-03-06 13:52:12,312 - synapse.storage.databases.main.metrics - 475 - INFO - generate_user_daily_visits-409 - Calling _generate_user_daily_visits 2023-03-06 13:52:13,838 - synapse.access.http.8008 - 460 - INFO - GET-31030 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.003sec/0.000sec (0.000sec, 0.000sec) (0.001sec/0.001sec/2) 472B 200 "GET /_matrix/client/r0/devices HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] ``` Thats the logs from the point of first login -- most is just registering the new device etc. -- nothing matching `/_matrix/client/v3/pushers/set` though So I guess that means the server isn't seeing such a request come in? Checking manually going to `https://synapse.example.com/_matrix/client/v3/pushers/set` works at least from Server 1 / 2 and the phone. Can access that from all - actually tried again to double check and get the following: ``` 2023-03-06 14:04:02,970 - synapse.access.http.8008 - 460 - INFO - GET-31229 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 0.002sec/0.000sec (0.001sec, 0.000sec) (0.000sec/0.001sec/1) 14B 200 "GET /_matrix/client/r0/pushers HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 14:04:06,938 - synapse.access.http.8008 - 460 - INFO - GET-31220 - 192.168.0.3 - 8008 - {@phone:example.com} Processed request: 30.002sec/0.000sec (0.000sec, 0.001sec) (0.000sec/0.000sec/0) 230B 200 "GET /_matrix/client/r0/sync?filter=0&set_presence=online&timeout=30000&since=s52_2938_2_35_69_1_20_26_0 HTTP/1.1" "Element dbg/1.5.28-dev (Google Pixel 6; Android 13; TQ1A.230205.002; Flavour GooglePlay; MatrixAndroidSdk2 1.5.28)" [0 dbevts] 2023-03-06 14:04:07,539 - synapse.access.http.8008 - 460 - INFO - GET-31222 - 192.168.0.2 - 8008 - {@computer:example.com} Processed request: 30.002sec/0.001sec (0.001sec, 0.000sec) (0.000sec/0.000sec/0) 230B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s52_2938_2_35_69_1_20_26_0 HTTP/1.1" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0" [0 dbevts] 2023-03-06 14:04:12,130 - synapse.storage.databases.main.event_push_actions - 1305 - INFO - rotate_notifs-4109 - Rotating notifications 2023-03-06 14:04:12,131 - synapse.storage.databases.main.event_push_actions - 1528 - INFO - rotate_notifs-4109 - Rotating notifications up to: 52 2023-03-06 14:04:12,133 - synapse.storage.databases.main.event_push_actions - 1627 - INFO - rotate_notifs-4109 - Rotating notifications, handling 0 rows 2023-03-06 14:04:12,137 - synapse.storage.databases.main.event_push_actions - 1720 - INFO - rotate_notifs-4109 - Rotating notifications, deleted 0 push actions 2023-03-06 14:04:12,188 - synapse.handlers.presence - 791 - INFO - persist_presence_changes-2054 - Persisting 2 unpersisted presence updates 2023-03-06 14:04:12,212 - synapse.util.caches.lrucache - 212 - INFO - LruCache._expire_old_entries-4109 - Dropped 0 items from caches ``` It's doing `/_matrix/client/r0/pushers` not `/_matrix/client/v3/pushers`, but it's an actual request in that direct so probably closer to what you were expecting to see **Went on a tangent here about NTFY server version / apk package name which were ultimately ruled out as potential issues in the process** # Rageshake Issue / Logcat tests Thanks for all the help on this so far!! I've gone through and done a test and filtered the logs from Synapse, NTFY and the logcat to between 19:22pm -> 19.23pm (where I ran through all the steps). I'm collating everything within https://github.com/matrix-org/element-android-rageshakes/issues/50380 🤞 There's something in there that explains what's going on. Also going to dig around with the Admin API to list the pushers etc. to see if there's anything at all listed for the user. I'm hoping the above has enough information within to help figure out what's going wrong with the registration. I manually merged all the logs into a combined log ordered chronologically -> https://github.com/matrix-org/element-android-rageshakes/files/10902597/combined\_and\_ordered.log # Troubleshooting with @bmarty > Disable / enable notification to force a set pusher request? (via `Enable notification for this session`) I filtered the logcat based on the package name - hopefully thats okay. [logcat.log](https://github.com/vector-im/element-android/files/10923652/logcat.log) so for referenceI adb shell'd on. Then did logcat | grep [im.vector.app](http://im.vector.app/) > No pusher registration request. Perhaps I was too hasty ending the logcat? [logcat2.log](https://github.com/vector-im/element-android/files/10923640/logcat2.log) That one I doublechecked it appeared in NTFY afterwards too - which it did, and left a little longer after. Process followed is: - start logcat - Turn off notifications for the session - Turn on notifications for the session - Select ntfy from the prompt - Switch to NTFY app to confirm To cover all bases, (and attempt to have a complete logcat that's not lightyears long) - I setup aosp on a old pixel 2xl (so hopefully as little other things going on in the bg as possible unlike personal phone) and did a run through from scratch. Below is that logcat. I didn't filter on application name or anything and I followed these steps: - start logcat - Open Element, select example.com as server, logged in as notify user, accepted usage prompt, select google for notifications, then verified the session - Opened Notification settings, disabled notifications for session, then re-enabled and select ntfy - Switched to ntfy, confirmed entry listed - Switched to Element, ran troubleshoot [logcat.log](https://github.com/vector-im/element-android/files/10923652/logcat.log) > `ToggleNotificationsForCurrentSessionUseCase: push notif is enabled, deleting any account data and updating pusher` but [the current code](https://github.com/vector-im/element-android/blob/develop/vector/src/main/java/im/vector/app/features/settings/notifications/usecase/ToggleNotificationsForCurrentSessionUseCase.kt#L50) does not seem to register a pusher if it does not exist yet. > Change Notification method and select again ntfy to force a refresh of the pusher. That's how I was previously changing when troubleshooting with MatMaul - but can give it try like that and send over the logcat - see if it throws up anything different / useful. Just to confirm: the problem is that the HS does not notify the Push gateway, right? Erm I'm not sure on the specifics, possibly, the only concrete error message I have is the troubleshoot flow stating that "Failed to register endpoint token to homeserver: Unknown Error" I can at least confirm from this https://unifiedpush.org/users/troubleshooting/ that the issue isn't with the distributor (i.e. NTFY) as I successfully receive a Unified Push notification using the UP-example app > This error is displayed when there is no pushers registered on the HS. I guess the troubleshoot Quick fix has no effect? Clicking the 'Reset Notification Method' button that appears - just presents the change notification method prompt. Clicking NTFY again and re-running tests has the same error unfortunately # Confirmation of Synapse -> NTFY -> Phone flow works via Client-Server API So fairly sure now that the Home Server and NTFY are working OK and it's something the app isn't doing right. Using the ClientServer API I have registered a new pusher with this cURL command: ```bash curl -H "Content-Type: application/json" -H "Authorization: Bearer syt_bm90aWZ5_iAMjqfxqmvKzBeaAdJME_054oG2" -d '{"app_display_name":"Mat Rix","app_id":"com.example.app.ios","append":false,"data":{"format":"event_id_only","url":"https://ntfy.example.com/_matrix/push/v1/notify"},"device_display_name":"iPhone 9","kind":"http","lang":"en","pushkey":"https://ntfy.example.com/example"}' --insecure -X POST https://synapse.example.com/_matrix/client/v3/pushers/set ``` I then have sent a message from `computer` user to `notify` user. NTFY receives the notification, and publishes to `https://ntfy.example.com/example` (the push key). I have manually subscribed to the `ntfy.example.com/example` topic and receive on the phone the json notification string This method above obviously doesn't use UnifiedPush ?format?, so what I get on the phone is the raw notification json, but as far as the overall flow... registering a pusher to the homeserver, the homeserver pushing successfully to the gateway, and the gateway sending to a device it works. # Patch file sent for more detailed logs on custom built apk > We miss some log when this error occurs. Apply patch for more logs Logs attached! I will also make a proper issue on the android github and collate all these threads / msgs [logcat4.log](https://github.com/vector-im/element-android/files/10923781/logcat4.log) ### Outcome #### What did you expect? Phone to successfully register endpoint token with homeserver so that notifications are served successfully to the phone when the application isn't in focus via NTFY. #### What happened instead? No notification is ever received by the phone due to the failure to successfully register the pusher with synapse. ### Your phone model Pixel 6 & Pixel 2 XL ### Operating system version Android 13 ### Application version and app store 1.5.28-dev [40105280] (G-448374fc) feature/bma/certList 448374fc (both with and without Patch applied ### Homeserver On-Premise Installer 02.01 (Believe thats Synapse version 1.72.0) ### Will you send logs? Yes ### Are you willing to provide a PR? Yes ### Outcome ### Outcome #### What did you expect? Phone to successfully register endpoint token with homeserver so that notifications are served successfully to the phone when the application isn't in focus via NTFY. #### What happened instead? No notification is ever received by the phone due to the failure to successfully register the pusher with synapse. ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store _No response_ ### Homeserver _No response_ ### Will you send logs? Yes ### Are you willing to provide a PR? Yes
defect
ntfy endpoint registration fails within an airgapped environment steps to reproduce steps to reproduce issue history so far initial query hi 👋 i m trying to confirm the process for setting up ntfy within an airgapped environment with the app i think i m almost there i believe the issue is with having the ntfy push gateway registering within the app details within thread setup is as follows note all using wildcard certs issued by ca on android app has ca pem installed wifi router dhcp points to as dns server dns example com synapse example com element example com ntfy example com on premise installed synapse element web app sets m server synapse example com synapse homeserver yml has in ip whitelist dns resolvers all set to use server ntfy server running phone element app installed notification service set to ntfy ntfy installed custom server set to unifiedpush topic url added by im vector app i believe the issue is that there are still no registered push gateways listed within the element app advanced settings notification targets says no registered push gateways going to notifications troubleshoot notifications i get the following fyi running the trouble shooter and immediately going to the home screen so it s no longer the active app causes the test push to fail ntfy doesn t receive any notification etc ntfy application is happily connected to the created topic and a test one which does correctly receive notifications troubleshooting with matmaul check ntfy example com dns record is visible from server server is the dns server and pings to ntfy example com work successfully it actually also self hosts an ntfy web client so can be sure it s working from server initially trying to troubleshoot in the on prem support was told it is the responsibility of matrix clients to register pushers with their homeserver the pusher contains the url to the push gw to use so i guess i could try registering a pusher using the api manually see what comes back check if synapse log is returning when registering the pusher synapse access http info get computer example com processed request get matrix client sync filter timeout since http mozilla ubuntu linux rv gecko firefox synapse access http info get phone example com processed request get matrix client sync filter set presence online timeout since http element dbg dev google pixel android flavour googleplay synapse storage databases main event push actions info rotate notifs rotating notifications synapse storage databases main event push actions info rotate notifs rotating notifications up to synapse storage databases main event push actions info rotate notifs rotating notifications handling rows synapse storage databases main event push actions info rotate notifs rotating notifications deleted push actions synapse handlers presence info persist presence changes persisting unpersisted presence updates synapse util caches lrucache info lrucache expire old entries dropped items from caches those are the logs i triggered the troubleshooter at i guess the synapse storage databases main event push actions are the things related to the registration i m not seeing anything immediately obvious as to why it fails 🤔 troubleshooter is not triggering pusher registration switch back and forth the notification service and check the logs expecting to see processed request with a path matching sure will also clear the cache storage of both ntfy and element apps and try from the beginning for good measure synapse handlers auth info post logging in user phone example com on device beeikqozuk synapse access http info get computer example com processed request get matrix client sync filter timeout since http mozilla ubuntu linux rv gecko firefox synapse access http info post none processed request post matrix client login http element dbg dev google pixel android flavour googleplay synapse access http info post computer example com processed request post matrix client keys query http mozilla ubuntu linux rv gecko firefox synapse access http info get none processed request get matrix client login http element dbg dev google pixel android flavour googleplay synapse handlers keys info post updating device keys for device beeikqozuk for user phone example com at synapse access http info get phone example com processed request get matrix client thirdparty protocols http element dbg dev google pixel android flavour googleplay synapse access http info get computer example com processed request get matrix client sync filter timeout since http mozilla ubuntu linux rv gecko firefox synapse access http info get phone example com processed request get matrix client pushers http element dbg dev google pixel android flavour googleplay synapse access http info post phone example com processed request post matrix client keys upload http element dbg dev google pixel android flavour googleplay synapse access http info get phone example com processed request get matrix client capabilities http element dbg dev google pixel android flavour googleplay synapse access http info get phone example com processed request get matrix media config http element dbg dev google pixel android flavour googleplay synapse handlers keys info post adding one time keys dict keys for device beeikqozuk for user phone example com at synapse access http info post phone example com processed request post matrix client keys upload http element dbg dev google pixel android flavour googleplay synapse access http info get none processed request get matrix client versions http element dbg dev google pixel android flavour googleplay synapse handlers keys info post adding one time keys dict keys for device beeikqozuk for user phone example com at synapse access http info post phone example com processed request post matrix client keys upload http element dbg dev google pixel android flavour googleplay synapse access http info get phone example com processed request get matrix client devices http element dbg dev google pixel android flavour googleplay synapse access http info post computer example com processed request post matrix client keys query http mozilla ubuntu linux rv gecko firefox synapse handlers keys info post adding one time keys dict keys for device beeikqozuk for user phone example com at synapse access http info post phone example com processed request post matrix client keys upload http element dbg dev google pixel android flavour googleplay synapse handlers keys info post adding one time keys dict keys for device beeikqozuk for user phone example com at synapse access http info get none processed request get matrix client versions http element dbg dev google pixel android flavour googleplay synapse access http info post phone example com processed request post matrix client keys upload http element dbg dev google pixel android flavour googleplay synapse handlers keys info post adding one time keys dict keys for device beeikqozuk for user phone example com at synapse access http info post phone example com processed request post matrix client keys upload http element dbg dev google pixel android flavour googleplay synapse access http info post phone example com processed request post matrix client user phone example com filter http element dbg dev google pixel android flavour googleplay synapse access http info get phone example com processed request get matrix client profile phone example com http element dbg dev google pixel android flavour googleplay synapse handlers keys info post adding one time keys dict keys for device beeikqozuk for user phone example com at synapse access http info post phone example com processed request post matrix client keys upload http element dbg dev google pixel android flavour googleplay synapse handlers keys info post adding one time keys dict keys for device beeikqozuk for user phone example com at synapse access http info post phone example com processed request post matrix client keys upload http element dbg dev google pixel android flavour googleplay synapse handlers keys info post adding one time keys dict keys for device beeikqozuk for user phone example com at synapse access http info post phone example com processed request post matrix client keys upload http element dbg dev google pixel android flavour googleplay synapse handlers keys info post adding one time keys dict keys for device beeikqozuk for user phone example com at synapse access http info post phone example com processed request post matrix client keys upload http element dbg dev google pixel android flavour googleplay synapse handlers keys info post adding one time keys dict keys for device beeikqozuk for user phone example com at synapse access http info post phone example com processed request post matrix client keys upload http element dbg dev google pixel android flavour googleplay synapse access http info get phone example com processed request get matrix client sync filter set presence offline timeout http element dbg dev google pixel android flavour googleplay synapse access http info get phone example com processed request get matrix client unstable room keys version http element dbg dev google pixel android flavour googleplay synapse access http info get phone example com processed request get matrix client devices http element dbg dev google pixel android flavour googleplay synapse access http info post phone example com processed request post matrix client keys query http element dbg dev google pixel android flavour googleplay synapse access http info put phone example com processed request put matrix client sendtodevice m room key request http element dbg dev google pixel android flavour googleplay synapse access http info put phone example com processed request put matrix client sendtodevice m room key request http element dbg dev google pixel android flavour googleplay synapse access http info get none processed request get matrix client versions http element dbg dev google pixel android flavour googleplay synapse access http info get computer example com processed request get matrix client sync filter timeout since http mozilla ubuntu linux rv gecko firefox synapse access http info get phone example com processed request get matrix client sync filter set presence online timeout since http element dbg dev google pixel android flavour googleplay synapse access http info post phone example com processed request post matrix client keys query http element dbg dev google pixel android flavour googleplay synapse access http info get phone example com processed request get matrix client sync filter set presence online timeout since http element dbg dev google pixel android flavour googleplay synapse storage databases main event push actions info rotate notifs rotating notifications synapse storage databases main event push actions info rotate notifs rotating notifications up to synapse storage databases main event push actions info rotate notifs rotating notifications handling rows synapse storage databases main event push actions info rotate notifs rotating notifications deleted push actions synapse handlers presence info persist presence changes persisting unpersisted presence updates synapse util caches lrucache info lrucache expire old entries dropped items from caches synapse storage databases main metrics info generate user daily visits calling generate user daily visits synapse access http info get phone example com processed request get matrix client devices http element dbg dev google pixel android flavour googleplay thats the logs from the point of first login most is just registering the new device etc nothing matching matrix client pushers set though so i guess that means the server isn t seeing such a request come in checking manually going to works at least from server and the phone can access that from all actually tried again to double check and get the following synapse access http info get phone example com processed request get matrix client pushers http element dbg dev google pixel android flavour googleplay synapse access http info get phone example com processed request get matrix client sync filter set presence online timeout since http element dbg dev google pixel android flavour googleplay synapse access http info get computer example com processed request get matrix client sync filter timeout since http mozilla ubuntu linux rv gecko firefox synapse storage databases main event push actions info rotate notifs rotating notifications synapse storage databases main event push actions info rotate notifs rotating notifications up to synapse storage databases main event push actions info rotate notifs rotating notifications handling rows synapse storage databases main event push actions info rotate notifs rotating notifications deleted push actions synapse handlers presence info persist presence changes persisting unpersisted presence updates synapse util caches lrucache info lrucache expire old entries dropped items from caches it s doing matrix client pushers not matrix client pushers but it s an actual request in that direct so probably closer to what you were expecting to see went on a tangent here about ntfy server version apk package name which were ultimately ruled out as potential issues in the process rageshake issue logcat tests thanks for all the help on this so far i ve gone through and done a test and filtered the logs from synapse ntfy and the logcat to between where i ran through all the steps i m collating everything within 🤞 there s something in there that explains what s going on also going to dig around with the admin api to list the pushers etc to see if there s anything at all listed for the user i m hoping the above has enough information within to help figure out what s going wrong with the registration i manually merged all the logs into a combined log ordered chronologically troubleshooting with bmarty disable enable notification to force a set pusher request via enable notification for this session i filtered the logcat based on the package name hopefully thats okay so for referencei adb shell d on then did logcat grep no pusher registration request perhaps i was too hasty ending the logcat that one i doublechecked it appeared in ntfy afterwards too which it did and left a little longer after process followed is start logcat turn off notifications for the session turn on notifications for the session select ntfy from the prompt switch to ntfy app to confirm to cover all bases and attempt to have a complete logcat that s not lightyears long i setup aosp on a old pixel so hopefully as little other things going on in the bg as possible unlike personal phone and did a run through from scratch below is that logcat i didn t filter on application name or anything and i followed these steps start logcat open element select example com as server logged in as notify user accepted usage prompt select google for notifications then verified the session opened notification settings disabled notifications for session then re enabled and select ntfy switched to ntfy confirmed entry listed switched to element ran troubleshoot togglenotificationsforcurrentsessionusecase push notif is enabled deleting any account data and updating pusher but does not seem to register a pusher if it does not exist yet change notification method and select again ntfy to force a refresh of the pusher that s how i was previously changing when troubleshooting with matmaul but can give it try like that and send over the logcat see if it throws up anything different useful just to confirm the problem is that the hs does not notify the push gateway right erm i m not sure on the specifics possibly the only concrete error message i have is the troubleshoot flow stating that failed to register endpoint token to homeserver unknown error i can at least confirm from this that the issue isn t with the distributor i e ntfy as i successfully receive a unified push notification using the up example app this error is displayed when there is no pushers registered on the hs i guess the troubleshoot quick fix has no effect clicking the reset notification method button that appears just presents the change notification method prompt clicking ntfy again and re running tests has the same error unfortunately confirmation of synapse ntfy phone flow works via client server api so fairly sure now that the home server and ntfy are working ok and it s something the app isn t doing right using the clientserver api i have registered a new pusher with this curl command bash curl h content type application json h authorization bearer syt iamjqfxqmvkzbeaadjme d app display name mat rix app id com example app ios append false data format event id only url kind http lang en pushkey insecure x post i then have sent a message from computer user to notify user ntfy receives the notification and publishes to the push key i have manually subscribed to the ntfy example com example topic and receive on the phone the json notification string this method above obviously doesn t use unifiedpush format so what i get on the phone is the raw notification json but as far as the overall flow registering a pusher to the homeserver the homeserver pushing successfully to the gateway and the gateway sending to a device it works patch file sent for more detailed logs on custom built apk we miss some log when this error occurs apply patch for more logs logs attached i will also make a proper issue on the android github and collate all these threads msgs outcome what did you expect phone to successfully register endpoint token with homeserver so that notifications are served successfully to the phone when the application isn t in focus via ntfy what happened instead no notification is ever received by the phone due to the failure to successfully register the pusher with synapse your phone model pixel pixel xl operating system version android application version and app store dev g feature bma certlist both with and without patch applied homeserver on premise installer believe thats synapse version will you send logs yes are you willing to provide a pr yes outcome outcome what did you expect phone to successfully register endpoint token with homeserver so that notifications are served successfully to the phone when the application isn t in focus via ntfy what happened instead no notification is ever received by the phone due to the failure to successfully register the pusher with synapse your phone model no response operating system version no response application version and app store no response homeserver no response will you send logs yes are you willing to provide a pr yes
1
57,812
16,083,723,916
IssuesEvent
2021-04-26 08:43:57
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Search index error after fresh install on Windows
A-Indexing P1 S-Major T-Defect Z-Platform-Specific
``` Element Nightly can't securely cache encrypted messages locally while running in a web browser. Use Element Nightly Desktop for encrypted messages to appear in search results. ``` Fresh install on a fresh windows 10.
1.0
Search index error after fresh install on Windows - ``` Element Nightly can't securely cache encrypted messages locally while running in a web browser. Use Element Nightly Desktop for encrypted messages to appear in search results. ``` Fresh install on a fresh windows 10.
defect
search index error after fresh install on windows element nightly can t securely cache encrypted messages locally while running in a web browser use element nightly desktop for encrypted messages to appear in search results fresh install on a fresh windows
1
4,639
2,610,135,815
IssuesEvent
2015-02-26 18:42:50
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
A sliding hog can not be pushed again while sliding
auto-migrated Priority-Low Type-Defect
``` What steps will reproduce the problem? 1. Use the Rope (e.g. in Shoppa game-mode) to slide along/push a hog 2. Try hitting him again during the "sliding period" What is the expected output? What do you see instead? Expected: You can push him again, so if you want to hit him again, you dont have to wait until he stops. So there is no proper collosion detection between the moving hog and you. And this causes a problem too when you go with the rope in front of a sliding hog, it goes right through you, instead he should collide with you What version of the product are you using? On what operating system? 0.9.13, Win7 ``` ----- Original issue reported on code.google.com by `joship...@gmail.com` on 16 Sep 2010 at 5:53
1.0
A sliding hog can not be pushed again while sliding - ``` What steps will reproduce the problem? 1. Use the Rope (e.g. in Shoppa game-mode) to slide along/push a hog 2. Try hitting him again during the "sliding period" What is the expected output? What do you see instead? Expected: You can push him again, so if you want to hit him again, you dont have to wait until he stops. So there is no proper collosion detection between the moving hog and you. And this causes a problem too when you go with the rope in front of a sliding hog, it goes right through you, instead he should collide with you What version of the product are you using? On what operating system? 0.9.13, Win7 ``` ----- Original issue reported on code.google.com by `joship...@gmail.com` on 16 Sep 2010 at 5:53
defect
a sliding hog can not be pushed again while sliding what steps will reproduce the problem use the rope e g in shoppa game mode to slide along push a hog try hitting him again during the sliding period what is the expected output what do you see instead expected you can push him again so if you want to hit him again you dont have to wait until he stops so there is no proper collosion detection between the moving hog and you and this causes a problem too when you go with the rope in front of a sliding hog it goes right through you instead he should collide with you what version of the product are you using on what operating system original issue reported on code google com by joship gmail com on sep at
1
289,234
24,969,439,991
IssuesEvent
2022-11-01 22:52:28
ray-project/ray
https://api.github.com/repos/ray-project/ray
closed
[Ray VM stack cluster launcher CI] GCP tests run with GCP credentials in BK
testing infra
Because the BuildKite instances run in AWS, authentication with GCP is not trivial in the same way that assuming an AWS IAM role is. GCP provides [Workload Identity Federation](https://cloud.google.com/iam/docs/workload-identity-federation), which enables entities external to GCP to assume a GCP identity with its corresponding permissions. An [open source project](https://github.com/ScaleSec/gcp-workload-identity-federation) simplifies obtaining GCP credentials from AWS, however the security team [recommends](https://anyscaleteam.slack.com/archives/C01R4DJV3B5/p1654707130855019?thread_ts=1654706838.354219&cid=C01R4DJV3B5) using GOOGLE_APPLICATION_CREDENTIALS directly. We have [done this before at Anyscale](https://github.com/anyscale/product/pull/10454) and will follow that approach.
1.0
[Ray VM stack cluster launcher CI] GCP tests run with GCP credentials in BK - Because the BuildKite instances run in AWS, authentication with GCP is not trivial in the same way that assuming an AWS IAM role is. GCP provides [Workload Identity Federation](https://cloud.google.com/iam/docs/workload-identity-federation), which enables entities external to GCP to assume a GCP identity with its corresponding permissions. An [open source project](https://github.com/ScaleSec/gcp-workload-identity-federation) simplifies obtaining GCP credentials from AWS, however the security team [recommends](https://anyscaleteam.slack.com/archives/C01R4DJV3B5/p1654707130855019?thread_ts=1654706838.354219&cid=C01R4DJV3B5) using GOOGLE_APPLICATION_CREDENTIALS directly. We have [done this before at Anyscale](https://github.com/anyscale/product/pull/10454) and will follow that approach.
non_defect
gcp tests run with gcp credentials in bk because the buildkite instances run in aws authentication with gcp is not trivial in the same way that assuming an aws iam role is gcp provides which enables entities external to gcp to assume a gcp identity with its corresponding permissions an simplifies obtaining gcp credentials from aws however the security team using google application credentials directly we have and will follow that approach
0
40,704
10,132,354,732
IssuesEvent
2019-08-01 22:08:53
mozilla/experimenter
https://api.github.com/repos/mozilla/experimenter
closed
intermittent email/task test failure on CI
Defect P1 - High Priority
I have twice seen this intermittent failure: ![Screen Shot 2019-07-31 at 5 10 29 PM](https://user-images.githubusercontent.com/1551682/62256483-4f750680-b3b6-11e9-86fa-8967707a7bda.png)
1.0
intermittent email/task test failure on CI - I have twice seen this intermittent failure: ![Screen Shot 2019-07-31 at 5 10 29 PM](https://user-images.githubusercontent.com/1551682/62256483-4f750680-b3b6-11e9-86fa-8967707a7bda.png)
defect
intermittent email task test failure on ci i have twice seen this intermittent failure
1
268,449
8,407,017,006
IssuesEvent
2018-10-11 19:39:37
kubernetes/kubeadm
https://api.github.com/repos/kubernetes/kubeadm
closed
kubeadm init --dry-run Attached object display format error
priority/awaiting-more-evidence
## Versions **kubeadm version** (use `kubeadm version`): v1.11.2 **Environment**: - **Kubernetes version** (use `kubectl version`): v1.11.2 - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): CentOS Linux release 7.2.1511 (Core) - **Kernel** (e.g. `uname -a`): 3.10.0-327.el7.x86_64 - **Others**: ## What happened? execute "kubeadm init --kubernetes-version=v1.11.2 --apiserver-advertise-address 192.168.8.64 --pod-network-cidr=10.244.0.0/16 --dry-run" display error. [dryrun] Resource name: "coredns" [dryrun] Would perform action CREATE on resource "configmaps" in API group "core/v1" [dryrun] Attached object: apiVersion: v1 data: Corefile: ".:53 {\n errors\n health\n kubernetes cluster.local in-addr.arpa ip6.arpa {\n pods insecure\n upstream\n fallthrough in-addr.arpa ip6.arpa\n }\n prometheus :9153\n proxy . \n cache 30\n reload\n}\n" kind: ConfigMap metadata: creationTimestamp: null name: coredns namespace: kube-system kubeadm version: &version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.2", GitCommit:"bb9ffb1654d4a729bb4cec18ff088eacc153c239", GitTreeState:"clean", BuildDate:"2018-08-07T23:14:39Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
1.0
kubeadm init --dry-run Attached object display format error - ## Versions **kubeadm version** (use `kubeadm version`): v1.11.2 **Environment**: - **Kubernetes version** (use `kubectl version`): v1.11.2 - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): CentOS Linux release 7.2.1511 (Core) - **Kernel** (e.g. `uname -a`): 3.10.0-327.el7.x86_64 - **Others**: ## What happened? execute "kubeadm init --kubernetes-version=v1.11.2 --apiserver-advertise-address 192.168.8.64 --pod-network-cidr=10.244.0.0/16 --dry-run" display error. [dryrun] Resource name: "coredns" [dryrun] Would perform action CREATE on resource "configmaps" in API group "core/v1" [dryrun] Attached object: apiVersion: v1 data: Corefile: ".:53 {\n errors\n health\n kubernetes cluster.local in-addr.arpa ip6.arpa {\n pods insecure\n upstream\n fallthrough in-addr.arpa ip6.arpa\n }\n prometheus :9153\n proxy . \n cache 30\n reload\n}\n" kind: ConfigMap metadata: creationTimestamp: null name: coredns namespace: kube-system kubeadm version: &version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.2", GitCommit:"bb9ffb1654d4a729bb4cec18ff088eacc153c239", GitTreeState:"clean", BuildDate:"2018-08-07T23:14:39Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
non_defect
kubeadm init dry run attached object display format error versions kubeadm version use kubeadm version environment kubernetes version use kubectl version cloud provider or hardware configuration os e g from etc os release centos linux release core kernel e g uname a others what happened execute kubeadm init kubernetes version apiserver advertise address pod network cidr dry run display error resource name coredns would perform action create on resource configmaps in api group core attached object apiversion data corefile n errors n health n kubernetes cluster local in addr arpa arpa n pods insecure n upstream n fallthrough in addr arpa arpa n n prometheus n proxy n cache n reload n n kind configmap metadata creationtimestamp null name coredns namespace kube system kubeadm version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform linux
0
65,056
19,083,392,895
IssuesEvent
2021-11-29 00:22:01
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
Outputs block cannot be split if simplified exodus output is used
T: defect P: normal
## Bug Description ``` [Outputs] [checkpoints] type = Checkpoint num_files = 2 [] [] [Outputs] exodus = true [] ``` gives ``` *** ERROR *** The following error occurred in the object "MOOSE Problem", of type "FEProblem". An output object named 'exodus' already exists ``` ## Steps to Reproduce see above ## Impact obscure error for beginner user
1.0
Outputs block cannot be split if simplified exodus output is used - ## Bug Description ``` [Outputs] [checkpoints] type = Checkpoint num_files = 2 [] [] [Outputs] exodus = true [] ``` gives ``` *** ERROR *** The following error occurred in the object "MOOSE Problem", of type "FEProblem". An output object named 'exodus' already exists ``` ## Steps to Reproduce see above ## Impact obscure error for beginner user
defect
outputs block cannot be split if simplified exodus output is used bug description type checkpoint num files exodus true gives error the following error occurred in the object moose problem of type feproblem an output object named exodus already exists steps to reproduce see above impact obscure error for beginner user
1
56,914
15,442,259,735
IssuesEvent
2021-03-08 07:25:53
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
CascadeSelect: does not show selected value (eg after submit/update or for pre-selected values)
defect
Integration-test PR is incoming
1.0
CascadeSelect: does not show selected value (eg after submit/update or for pre-selected values) - Integration-test PR is incoming
defect
cascadeselect does not show selected value eg after submit update or for pre selected values integration test pr is incoming
1
16,655
2,921,658,312
IssuesEvent
2015-06-25 03:40:16
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Bug in Postgres due to non escaped regex
Defect postgres
Trying to upgrade from v2.2.4 to v2.6.7, I found a major problem in some SQL requests. Some conditions with SQL functions do not make a good SQL string with Postgres plugin. Here a string I added to lib/Test/Case/Model/Datasource/PostgresTest.php ``` public function testRegexpOperatorConditionsParsing() { $this->assertSame(' WHERE EXTRACT( \'YEAR\' FROM "User"."birthday" ) = 2015', $this->Dbo->conditions(array( 'EXTRACT( \'YEAR\' FROM User.birthday )' => 2015 ))); } ``` At this state, the result is ' WHERE EXTRACT( \'YEAR\' FROM User.birthday ) 2015' Here the commit that make this bug : https://github.com/cakephp/cakephp/commit/84725993e56b184e40e808eaffadfa3bc934b85c Now, to solve the problem, I just have to change a single line in lib/Cake/Model/Datasource/Database/Postgres.php ``` //protected $_sqlOps = array('like', 'ilike', 'or', 'not', 'in', 'between', '~', '~*', '!~', '!~*', 'similar to'); protected $_sqlOps = array('like', 'ilike', 'or', 'not', 'in', 'between', '~', '~\*', '\!~', '\!~\*', 'similar to'); ``` And the result now is ' WHERE EXTRACT( \'YEAR\' FROM "User"."birthday" ) = 2015'
1.0
Bug in Postgres due to non escaped regex - Trying to upgrade from v2.2.4 to v2.6.7, I found a major problem in some SQL requests. Some conditions with SQL functions do not make a good SQL string with Postgres plugin. Here a string I added to lib/Test/Case/Model/Datasource/PostgresTest.php ``` public function testRegexpOperatorConditionsParsing() { $this->assertSame(' WHERE EXTRACT( \'YEAR\' FROM "User"."birthday" ) = 2015', $this->Dbo->conditions(array( 'EXTRACT( \'YEAR\' FROM User.birthday )' => 2015 ))); } ``` At this state, the result is ' WHERE EXTRACT( \'YEAR\' FROM User.birthday ) 2015' Here the commit that make this bug : https://github.com/cakephp/cakephp/commit/84725993e56b184e40e808eaffadfa3bc934b85c Now, to solve the problem, I just have to change a single line in lib/Cake/Model/Datasource/Database/Postgres.php ``` //protected $_sqlOps = array('like', 'ilike', 'or', 'not', 'in', 'between', '~', '~*', '!~', '!~*', 'similar to'); protected $_sqlOps = array('like', 'ilike', 'or', 'not', 'in', 'between', '~', '~\*', '\!~', '\!~\*', 'similar to'); ``` And the result now is ' WHERE EXTRACT( \'YEAR\' FROM "User"."birthday" ) = 2015'
defect
bug in postgres due to non escaped regex trying to upgrade from to i found a major problem in some sql requests some conditions with sql functions do not make a good sql string with postgres plugin here a string i added to lib test case model datasource postgrestest php public function testregexpoperatorconditionsparsing this assertsame where extract year from user birthday this dbo conditions array extract year from user birthday at this state the result is where extract year from user birthday here the commit that make this bug now to solve the problem i just have to change a single line in lib cake model datasource database postgres php protected sqlops array like ilike or not in between similar to protected sqlops array like ilike or not in between similar to and the result now is where extract year from user birthday
1
76,293
26,347,108,341
IssuesEvent
2023-01-10 23:23:39
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
3pid invites don't show up in the room list until you share your email
T-Defect P2 S-Minor A-3PIDs
we can probably make it appear with the context we have
1.0
3pid invites don't show up in the room list until you share your email - we can probably make it appear with the context we have
defect
invites don t show up in the room list until you share your email we can probably make it appear with the context we have
1
79,909
29,513,000,380
IssuesEvent
2023-06-04 06:25:32
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
Add translations to to not translated elements
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? I see some important app elements, such as User Settings button, secure backup/recovery wizard and some other strings always use English, no matter which language is selected. 2. What do you click? All basic menus frequently requested by users ### Outcome #### What did you expect? To have an option to localize all strings #### What happened instead? I don't see corresponding entries for these localized strings. How can I add translations to those elements that are not translated? I would be glad to commit these changes for 5 different languages. ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? No
1.0
Add translations to to not translated elements - ### Steps to reproduce 1. Where are you starting? What can you see? I see some important app elements, such as User Settings button, secure backup/recovery wizard and some other strings always use English, no matter which language is selected. 2. What do you click? All basic menus frequently requested by users ### Outcome #### What did you expect? To have an option to localize all strings #### What happened instead? I don't see corresponding entries for these localized strings. How can I add translations to those elements that are not translated? I would be glad to commit these changes for 5 different languages. ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? No
defect
add translations to to not translated elements steps to reproduce where are you starting what can you see i see some important app elements such as user settings button secure backup recovery wizard and some other strings always use english no matter which language is selected what do you click all basic menus frequently requested by users outcome what did you expect to have an option to localize all strings what happened instead i don t see corresponding entries for these localized strings how can i add translations to those elements that are not translated i would be glad to commit these changes for different languages your phone model no response operating system version no response application version no response homeserver no response will you send logs no
1
52,161
13,211,394,844
IssuesEvent
2020-08-15 22:49:57
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
millipede / taupede: error message "Assertion `alpha >= 0' failed" leads to abortion (Trac #1773)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1773">https://code.icecube.wisc.edu/projects/icecube/ticket/1773</a>, reported by jstachurskaand owned by jbraun</em></summary> <p> ```json { "status": "closed", "changetime": "2016-07-12T16:09:01", "_ts": "1468339741343204", "description": "When running Taupede (icerec trunc version) reconstruction, the above problem causes the whole job to abort. Maybe returning a warning and continuing with the next frame would be better?\n\nA test file with 2 unproblematic events and 2 events causing abortion can be found here: /data/user/jstachurska/NuTauAna/trunk_icerec/Test002-3253+3.i3.bz2 \nI am using a monopod-based seed, from \"CscdL4_Monopod_noBD_4\" and setting the seed.length = max(50 * I3Units.m * p.energy / I3Units.PeV, 10*I3Units.m) for a positive-length seed, and the negative of that for a negative-length seed.", "reporter": "jstachurska", "cc": "", "resolution": "fixed", "time": "2016-07-06T19:12:52", "component": "combo reconstruction", "summary": "millipede / taupede: error message \"Assertion `alpha >= 0' failed\" leads to abortion", "priority": "normal", "keywords": "", "milestone": "", "owner": "jbraun", "type": "defect" } ``` </p> </details>
1.0
millipede / taupede: error message "Assertion `alpha >= 0' failed" leads to abortion (Trac #1773) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1773">https://code.icecube.wisc.edu/projects/icecube/ticket/1773</a>, reported by jstachurskaand owned by jbraun</em></summary> <p> ```json { "status": "closed", "changetime": "2016-07-12T16:09:01", "_ts": "1468339741343204", "description": "When running Taupede (icerec trunc version) reconstruction, the above problem causes the whole job to abort. Maybe returning a warning and continuing with the next frame would be better?\n\nA test file with 2 unproblematic events and 2 events causing abortion can be found here: /data/user/jstachurska/NuTauAna/trunk_icerec/Test002-3253+3.i3.bz2 \nI am using a monopod-based seed, from \"CscdL4_Monopod_noBD_4\" and setting the seed.length = max(50 * I3Units.m * p.energy / I3Units.PeV, 10*I3Units.m) for a positive-length seed, and the negative of that for a negative-length seed.", "reporter": "jstachurska", "cc": "", "resolution": "fixed", "time": "2016-07-06T19:12:52", "component": "combo reconstruction", "summary": "millipede / taupede: error message \"Assertion `alpha >= 0' failed\" leads to abortion", "priority": "normal", "keywords": "", "milestone": "", "owner": "jbraun", "type": "defect" } ``` </p> </details>
defect
millipede taupede error message assertion alpha failed leads to abortion trac migrated from json status closed changetime ts description when running taupede icerec trunc version reconstruction the above problem causes the whole job to abort maybe returning a warning and continuing with the next frame would be better n na test file with unproblematic events and events causing abortion can be found here data user jstachurska nutauana trunk icerec ni am using a monopod based seed from monopod nobd and setting the seed length max m p energy pev m for a positive length seed and the negative of that for a negative length seed reporter jstachurska cc resolution fixed time component combo reconstruction summary millipede taupede error message assertion alpha failed leads to abortion priority normal keywords milestone owner jbraun type defect
1
63,110
17,378,539,311
IssuesEvent
2021-07-31 07:29:04
line/armeria
https://api.github.com/repos/line/armeria
closed
`ServerBuilder.localPort()` should bind at both `127.0.0.1` and `::1`.
defect
`ServerBuilder.localPort()` currently binds at one of `127.0.0.` and `::1` depending on the preferred IP stack. Instead, `localPort()` should bind at both `127.0.0.1` and `::1`, if both IPv6 and IPv4 are enabled. One edge case to handle is: ```java sb.localPort(0); ``` where two server sockets are expected to be bound at the same port, rather than two ephemeral ports.
1.0
`ServerBuilder.localPort()` should bind at both `127.0.0.1` and `::1`. - `ServerBuilder.localPort()` currently binds at one of `127.0.0.` and `::1` depending on the preferred IP stack. Instead, `localPort()` should bind at both `127.0.0.1` and `::1`, if both IPv6 and IPv4 are enabled. One edge case to handle is: ```java sb.localPort(0); ``` where two server sockets are expected to be bound at the same port, rather than two ephemeral ports.
defect
serverbuilder localport should bind at both and serverbuilder localport currently binds at one of and depending on the preferred ip stack instead localport should bind at both and if both and are enabled one edge case to handle is java sb localport where two server sockets are expected to be bound at the same port rather than two ephemeral ports
1
37,668
8,474,787,126
IssuesEvent
2018-10-24 17:05:39
brainvisa/testbidon
https://api.github.com/repos/brainvisa/testbidon
closed
BrainVISA preferences edition fails (at least on Ubuntu 10.04 LTS)
Component: Resolution Priority: Normal Status: Closed Tracker: Defect
--- Author Name: **Souedet, Nicolas** (Souedet, Nicolas) Original Redmine Issue: 10934, https://bioproj.extra.cea.fr/redmine/issues/10934 Original Date: 2014-09-01 Original Assignee: Souedet, Nicolas --- The bug was introduced by r63320 Traceback (most recent call last): File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/brainvisa/configuration/qt4gui/neuroConfigGUI.py", line 63, in editConfiguration if appGUI.edit( configuration, live=False, modal=True ): File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/qt4gui/automatic.py", line 189, in edit dialog = self.createEditionDialog( object, parent=parent, live=live, modal=modal ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/qt4gui/automatic.py", line 176, in createEditionDialog return EditionDialog( object, parent=parent, name=name, live=live, modal=modal, wflags=wflags ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/qt4gui/automatic.py", line 122, in __init__ self.__widget = self.__qtgui.editionWidget( object, parent=None, live=live ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/qt4gui/configuration_qt4gui.py", line 247, in editionWidget live=live ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/brainvisa/configuration/qt4gui/spm_configuration_qt4gui.py", line 60, in editionWidget self._defaultWidget = self._defaultGUI.editionWidget( value, parent=widget, live=True ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/signature/qt4gui/signature_qt4gui.py", line 280, in editionWidget return HasSignatureEditionWidget( self, object, parent, name, live ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/signature/qt4gui/signature_qt4gui.py", line 111, in __init__ self._createSignatureWidgets( object, live ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/signature/qt4gui/signature_qt4gui.py", line 150, in _createSignatureWidgets live=live ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/signature/qt4gui/fileName_qt4gui.py", line 57, in editionWidget self._lineEdit = TimeredQLineEdit( ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/qt4gui/timered_widgets.py", line 171, in __init__ timerInterval=timerInterval ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/qt4gui/timered_widgets.py", line 86, in __init__ self.qLineEdit.lostFocus.connect(self._noMoreUserModification) AttributeError: 'TimeredQLineEdit' object has no attribute 'lostFocus'
1.0
BrainVISA preferences edition fails (at least on Ubuntu 10.04 LTS) - --- Author Name: **Souedet, Nicolas** (Souedet, Nicolas) Original Redmine Issue: 10934, https://bioproj.extra.cea.fr/redmine/issues/10934 Original Date: 2014-09-01 Original Assignee: Souedet, Nicolas --- The bug was introduced by r63320 Traceback (most recent call last): File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/brainvisa/configuration/qt4gui/neuroConfigGUI.py", line 63, in editConfiguration if appGUI.edit( configuration, live=False, modal=True ): File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/qt4gui/automatic.py", line 189, in edit dialog = self.createEditionDialog( object, parent=parent, live=live, modal=modal ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/qt4gui/automatic.py", line 176, in createEditionDialog return EditionDialog( object, parent=parent, name=name, live=live, modal=modal, wflags=wflags ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/qt4gui/automatic.py", line 122, in __init__ self.__widget = self.__qtgui.editionWidget( object, parent=None, live=live ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/qt4gui/configuration_qt4gui.py", line 247, in editionWidget live=live ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/brainvisa/configuration/qt4gui/spm_configuration_qt4gui.py", line 60, in editionWidget self._defaultWidget = self._defaultGUI.editionWidget( value, parent=widget, live=True ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/signature/qt4gui/signature_qt4gui.py", line 280, in editionWidget return HasSignatureEditionWidget( self, object, parent, name, live ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/signature/qt4gui/signature_qt4gui.py", line 111, in __init__ self._createSignatureWidgets( object, live ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/signature/qt4gui/signature_qt4gui.py", line 150, in _createSignatureWidgets live=live ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/signature/qt4gui/fileName_qt4gui.py", line 57, in editionWidget self._lineEdit = TimeredQLineEdit( ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/qt4gui/timered_widgets.py", line 171, in __init__ timerInterval=timerInterval ) File "/volatile/ns215310/development/svn/brainvisa_bioproj/brainvisa/build-trunk-Ubuntu-10.04-x86_64-debug/python/soma/qt4gui/timered_widgets.py", line 86, in __init__ self.qLineEdit.lostFocus.connect(self._noMoreUserModification) AttributeError: 'TimeredQLineEdit' object has no attribute 'lostFocus'
defect
brainvisa preferences edition fails at least on ubuntu lts author name souedet nicolas souedet nicolas original redmine issue original date original assignee souedet nicolas the bug was introduced by traceback most recent call last file volatile development svn brainvisa bioproj brainvisa build trunk ubuntu debug python brainvisa configuration neuroconfiggui py line in editconfiguration if appgui edit configuration live false modal true file volatile development svn brainvisa bioproj brainvisa build trunk ubuntu debug python soma automatic py line in edit dialog self createeditiondialog object parent parent live live modal modal file volatile development svn brainvisa bioproj brainvisa build trunk ubuntu debug python soma automatic py line in createeditiondialog return editiondialog object parent parent name name live live modal modal wflags wflags file volatile development svn brainvisa bioproj brainvisa build trunk ubuntu debug python soma automatic py line in init self widget self qtgui editionwidget object parent none live live file volatile development svn brainvisa bioproj brainvisa build trunk ubuntu debug python soma configuration py line in editionwidget live live file volatile development svn brainvisa bioproj brainvisa build trunk ubuntu debug python brainvisa configuration spm configuration py line in editionwidget self defaultwidget self defaultgui editionwidget value parent widget live true file volatile development svn brainvisa bioproj brainvisa build trunk ubuntu debug python soma signature signature py line in editionwidget return hassignatureeditionwidget self object parent name live file volatile development svn brainvisa bioproj brainvisa build trunk ubuntu debug python soma signature signature py line in init self createsignaturewidgets object live file volatile development svn brainvisa bioproj brainvisa build trunk ubuntu debug python soma signature signature py line in createsignaturewidgets live live file volatile development svn brainvisa bioproj brainvisa build trunk ubuntu debug python soma signature filename py line in editionwidget self lineedit timeredqlineedit file volatile development svn brainvisa bioproj brainvisa build trunk ubuntu debug python soma timered widgets py line in init timerinterval timerinterval file volatile development svn brainvisa bioproj brainvisa build trunk ubuntu debug python soma timered widgets py line in init self qlineedit lostfocus connect self nomoreusermodification attributeerror timeredqlineedit object has no attribute lostfocus
1
528,792
15,374,746,789
IssuesEvent
2021-03-02 14:11:25
enso-org/enso
https://api.github.com/repos/enso-org/enso
opened
Improved Error Message for Assignments Starting with Capital Letters
Category: Compiler Change: Non-Breaking Difficulty: Intermediate Priority: High Type: Enhancement
<!-- Please ensure that you check the latest version of Enso to see if your feature has been implemented. --> ### General Summary <!-- - Describe the feature you are requesting. --> Currently, when I have code that assigns a an expression to a name that starts with a capital letter, like `X = 42`, I get the error `The name X could not be found.`. That is extremely misleading, because since I'm defining a new value, it seems reasonable that it may not be *yet* declared. The error should instead be more specific, saying that names of local values should not start with capital letters. ### Motivation <!-- - A description of the motivation for adding this feature to Enso. - Ideally this would include use-cases that support the feature. --> The current error is misleading and looks like a bug unless one knows about identifier naming rules. It may cause confusion for users.
1.0
Improved Error Message for Assignments Starting with Capital Letters - <!-- Please ensure that you check the latest version of Enso to see if your feature has been implemented. --> ### General Summary <!-- - Describe the feature you are requesting. --> Currently, when I have code that assigns a an expression to a name that starts with a capital letter, like `X = 42`, I get the error `The name X could not be found.`. That is extremely misleading, because since I'm defining a new value, it seems reasonable that it may not be *yet* declared. The error should instead be more specific, saying that names of local values should not start with capital letters. ### Motivation <!-- - A description of the motivation for adding this feature to Enso. - Ideally this would include use-cases that support the feature. --> The current error is misleading and looks like a bug unless one knows about identifier naming rules. It may cause confusion for users.
non_defect
improved error message for assignments starting with capital letters please ensure that you check the latest version of enso to see if your feature has been implemented general summary describe the feature you are requesting currently when i have code that assigns a an expression to a name that starts with a capital letter like x i get the error the name x could not be found that is extremely misleading because since i m defining a new value it seems reasonable that it may not be yet declared the error should instead be more specific saying that names of local values should not start with capital letters motivation a description of the motivation for adding this feature to enso ideally this would include use cases that support the feature the current error is misleading and looks like a bug unless one knows about identifier naming rules it may cause confusion for users
0
76,606
9,473,314,753
IssuesEvent
2019-04-19 01:14:08
davidortinau/Xappy
https://api.github.com/repos/davidortinau/Xappy
opened
Controls Page: Details, XAML Viewer, Property Editor
help wanted pending design todo
# Description User can see a page with a canvas for a sample layout featuring the target control, and a property panel at the bottom with UI to edit all UI. - User can see and scroll content view at the top - User can scroll and hide the property inspector at the bottom - User can go to documentation view - User can edit properties in the inspector and see the changes immediately - User can view the XAML source ![ColorPicker](https://user-images.githubusercontent.com/41873/56399875-42bd1000-6216-11e9-9494-14ff084ff3db.png) ![PropertyPanel](https://user-images.githubusercontent.com/41873/56399876-4355a680-6216-11e9-990e-603666277cbd.png) See https://github.com/davidortinau/LilProppy ## Sub Tasks - [ ] Do This - [ ] Do That
1.0
Controls Page: Details, XAML Viewer, Property Editor - # Description User can see a page with a canvas for a sample layout featuring the target control, and a property panel at the bottom with UI to edit all UI. - User can see and scroll content view at the top - User can scroll and hide the property inspector at the bottom - User can go to documentation view - User can edit properties in the inspector and see the changes immediately - User can view the XAML source ![ColorPicker](https://user-images.githubusercontent.com/41873/56399875-42bd1000-6216-11e9-9494-14ff084ff3db.png) ![PropertyPanel](https://user-images.githubusercontent.com/41873/56399876-4355a680-6216-11e9-990e-603666277cbd.png) See https://github.com/davidortinau/LilProppy ## Sub Tasks - [ ] Do This - [ ] Do That
non_defect
controls page details xaml viewer property editor description user can see a page with a canvas for a sample layout featuring the target control and a property panel at the bottom with ui to edit all ui user can see and scroll content view at the top user can scroll and hide the property inspector at the bottom user can go to documentation view user can edit properties in the inspector and see the changes immediately user can view the xaml source see sub tasks do this do that
0
381,121
26,439,791,025
IssuesEvent
2023-01-15 20:46:41
IhorMalkov/homepage
https://api.github.com/repos/IhorMalkov/homepage
closed
Make an intro
documentation
Hi,I am Ihor and i am beginner web developer.I am learning some basics to become a full-stack developer.I want to improve my coding skills so i decided to enter bsa academy.
1.0
Make an intro - Hi,I am Ihor and i am beginner web developer.I am learning some basics to become a full-stack developer.I want to improve my coding skills so i decided to enter bsa academy.
non_defect
make an intro hi i am ihor and i am beginner web developer i am learning some basics to become a full stack developer i want to improve my coding skills so i decided to enter bsa academy
0
830,605
32,018,799,326
IssuesEvent
2023-09-22 01:29:52
steedos/steedos-platform
https://api.github.com/repos/steedos/steedos-platform
closed
[Bug]: 微页面-页面分配的移动端/桌面端配置不生效
bug done priority: High
### Description <img width="1208" alt="image" src="https://github.com/steedos/steedos-platform/assets/26241897/e91dd3c3-de0a-49f7-aac7-a547e27add2d"> ### Steps To Reproduce 重现步骤 配置微页面的页面分配 ### Version 版本 2.5.13-beta.21
1.0
[Bug]: 微页面-页面分配的移动端/桌面端配置不生效 - ### Description <img width="1208" alt="image" src="https://github.com/steedos/steedos-platform/assets/26241897/e91dd3c3-de0a-49f7-aac7-a547e27add2d"> ### Steps To Reproduce 重现步骤 配置微页面的页面分配 ### Version 版本 2.5.13-beta.21
non_defect
微页面 页面分配的移动端 桌面端配置不生效 description img width alt image src steps to reproduce 重现步骤 配置微页面的页面分配 version 版本 beta
0
23,947
7,433,999,235
IssuesEvent
2018-03-26 09:32:04
ShaikASK/Testing
https://api.github.com/repos/ShaikASK/Testing
opened
Safari (11x) :New Hire : Re Hire : UFD1 and UFD2 fields are not displaying saved data in edit mode
Build Version#12 Defect P3 SumFive Team
Steps : 1.Launch the URL 2.Sign in as HR admin user 3.Go to New Hire 4.Create New Hire 5.Enter all the possible fields even if it is not mandatory 6.Click on Save button 10.Edit the above created folder Experienced Behavior : Observed that UFD1 and UFD2 fields are not displaying saved data in edit mode in New Hire and Re Hire Experienced Behavior : Ensure that application should display all the fields in edit mode which was already saved
1.0
Safari (11x) :New Hire : Re Hire : UFD1 and UFD2 fields are not displaying saved data in edit mode - Steps : 1.Launch the URL 2.Sign in as HR admin user 3.Go to New Hire 4.Create New Hire 5.Enter all the possible fields even if it is not mandatory 6.Click on Save button 10.Edit the above created folder Experienced Behavior : Observed that UFD1 and UFD2 fields are not displaying saved data in edit mode in New Hire and Re Hire Experienced Behavior : Ensure that application should display all the fields in edit mode which was already saved
non_defect
safari new hire re hire and fields are not displaying saved data in edit mode steps launch the url sign in as hr admin user go to new hire create new hire enter all the possible fields even if it is not mandatory click on save button edit the above created folder experienced behavior observed that and fields are not displaying saved data in edit mode in new hire and re hire experienced behavior ensure that application should display all the fields in edit mode which was already saved
0
4,153
4,938,373,907
IssuesEvent
2016-11-29 10:57:55
subutai-io/base
https://api.github.com/repos/subutai-io/base
opened
SS not filters env names from Hub
security
If Hub user create environment with malformed name, SS will not filter it in its Web UI what leads to possible XSS attack: ![image](https://cloud.githubusercontent.com/assets/13515865/20706581/2e207ef6-b652-11e6-9155-ee0f6affe92d.png) such environment on Hub will cause following result on peer: ![image](https://cloud.githubusercontent.com/assets/13515865/20707159/a4c74376-b654-11e6-9337-602ad8317d5d.png)
True
SS not filters env names from Hub - If Hub user create environment with malformed name, SS will not filter it in its Web UI what leads to possible XSS attack: ![image](https://cloud.githubusercontent.com/assets/13515865/20706581/2e207ef6-b652-11e6-9155-ee0f6affe92d.png) such environment on Hub will cause following result on peer: ![image](https://cloud.githubusercontent.com/assets/13515865/20707159/a4c74376-b654-11e6-9337-602ad8317d5d.png)
non_defect
ss not filters env names from hub if hub user create environment with malformed name ss will not filter it in its web ui what leads to possible xss attack such environment on hub will cause following result on peer
0
795,627
28,079,757,624
IssuesEvent
2023-03-30 04:55:31
AY2223S2-CS2103T-T12-3/tp
https://api.github.com/repos/AY2223S2-CS2103T-T12-3/tp
closed
Delete commands bug
type.Bug priority.High
Probably the same thing as #103 and #105. Missing check where a person has borrowed book when deleted and vice versa.
1.0
Delete commands bug - Probably the same thing as #103 and #105. Missing check where a person has borrowed book when deleted and vice versa.
non_defect
delete commands bug probably the same thing as and missing check where a person has borrowed book when deleted and vice versa
0
475,472
13,710,955,558
IssuesEvent
2020-10-02 02:47:57
kubeflow/kubeflow
https://api.github.com/repos/kubeflow/kubeflow
closed
Seldon Serving with Cognito
area/seldon kind/bug lifecycle/stale priority/p2
/kind bug **What steps did you take and what happened:** using: `kfctl_aws_cognito.v1.0.0.yaml` I want to get some way to serve the models. I was going to use kf-serving but because of this issue, https://github.com/kubeflow/kfserving/issues/760 I am unable to progress unless a clear way forward is presented here. So then I tried looking at Seldon-Core and followed along here: I followed the steps outlined here: https://www.kubeflow.org/docs/components/serving/seldon/ **What did you expect to happen:** Most of the steps work, except I am not able to query the service. The error that I get is: Cannot POST /seldon/seldon-serve/seldon-model/api/v1.0/predictions With the namespace of where i deployed the model `seldon-serve` **Anything else you would like to add:** From here https://www.kubeflow.org/docs/components/central-dash/overview/#using-kubectl-and-port-forwarding it seems to suggest that port forwarding will not work with any authentication. Is there a way for me to get seldon or kf-serving working here with authentication? [Miscellaneous information that will assist in solving the issue.] **Environment:** - Kubeflow version: dev_local - kfctl version: kfctl v1.0-0-g94c35cf - Kubernetes platform: AWS (EKS) - Kubernetes version: 1.15 - OS: Linux (WSL)
1.0
Seldon Serving with Cognito - /kind bug **What steps did you take and what happened:** using: `kfctl_aws_cognito.v1.0.0.yaml` I want to get some way to serve the models. I was going to use kf-serving but because of this issue, https://github.com/kubeflow/kfserving/issues/760 I am unable to progress unless a clear way forward is presented here. So then I tried looking at Seldon-Core and followed along here: I followed the steps outlined here: https://www.kubeflow.org/docs/components/serving/seldon/ **What did you expect to happen:** Most of the steps work, except I am not able to query the service. The error that I get is: Cannot POST /seldon/seldon-serve/seldon-model/api/v1.0/predictions With the namespace of where i deployed the model `seldon-serve` **Anything else you would like to add:** From here https://www.kubeflow.org/docs/components/central-dash/overview/#using-kubectl-and-port-forwarding it seems to suggest that port forwarding will not work with any authentication. Is there a way for me to get seldon or kf-serving working here with authentication? [Miscellaneous information that will assist in solving the issue.] **Environment:** - Kubeflow version: dev_local - kfctl version: kfctl v1.0-0-g94c35cf - Kubernetes platform: AWS (EKS) - Kubernetes version: 1.15 - OS: Linux (WSL)
non_defect
seldon serving with cognito kind bug what steps did you take and what happened using kfctl aws cognito yaml i want to get some way to serve the models i was going to use kf serving but because of this issue i am unable to progress unless a clear way forward is presented here so then i tried looking at seldon core and followed along here i followed the steps outlined here what did you expect to happen most of the steps work except i am not able to query the service the error that i get is cannot post seldon seldon serve seldon model api predictions with the namespace of where i deployed the model seldon serve anything else you would like to add from here it seems to suggest that port forwarding will not work with any authentication is there a way for me to get seldon or kf serving working here with authentication environment kubeflow version dev local kfctl version kfctl kubernetes platform aws eks kubernetes version os linux wsl
0
24,085
4,057,311,957
IssuesEvent
2016-05-24 21:38:20
F5Networks/f5-common-python
https://api.github.com/repos/F5Networks/f5-common-python
closed
Clustering is needed for creating a device service group cluster of multiple BigIPs
enhancement feature request functional test unit test
We need this feature for several customers. Given multiple BigIP objects, the cluster will perform the following operations: * Make the BigIPs trusted peers of one another in preparation for clustering * Create a device service group (or device group in the SDK) to sync failover objects * Ensure each BigIP device is in the state that we expect it to be in after the previous steps
2.0
Clustering is needed for creating a device service group cluster of multiple BigIPs - We need this feature for several customers. Given multiple BigIP objects, the cluster will perform the following operations: * Make the BigIPs trusted peers of one another in preparation for clustering * Create a device service group (or device group in the SDK) to sync failover objects * Ensure each BigIP device is in the state that we expect it to be in after the previous steps
non_defect
clustering is needed for creating a device service group cluster of multiple bigips we need this feature for several customers given multiple bigip objects the cluster will perform the following operations make the bigips trusted peers of one another in preparation for clustering create a device service group or device group in the sdk to sync failover objects ensure each bigip device is in the state that we expect it to be in after the previous steps
0
267,422
28,509,020,898
IssuesEvent
2023-04-19 01:28:30
dpteam/RK3188_TABLET
https://api.github.com/repos/dpteam/RK3188_TABLET
closed
CVE-2013-1956 (Medium) detected in randomv3.0.66, linuxv3.0 - autoclosed
Mend: dependency security vulnerability
## CVE-2013-1956 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>randomv3.0.66</b>, <b>linuxv3.0</b></p></summary> <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> The create_user_ns function in kernel/user_namespace.c in the Linux kernel before 3.8.6 does not check whether a chroot directory exists that differs from the namespace root directory, which allows local users to bypass intended filesystem restrictions via a crafted clone system call. <p>Publish Date: 2013-04-24 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2013-1956>CVE-2013-1956</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>4.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - 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>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2013-1956">https://www.linuxkernelcves.com/cves/CVE-2013-1956</a></p> <p>Release Date: 2013-04-24</p> <p>Fix Resolution: v3.9-rc5</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-2013-1956 (Medium) detected in randomv3.0.66, linuxv3.0 - autoclosed - ## CVE-2013-1956 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>randomv3.0.66</b>, <b>linuxv3.0</b></p></summary> <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> The create_user_ns function in kernel/user_namespace.c in the Linux kernel before 3.8.6 does not check whether a chroot directory exists that differs from the namespace root directory, which allows local users to bypass intended filesystem restrictions via a crafted clone system call. <p>Publish Date: 2013-04-24 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2013-1956>CVE-2013-1956</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>4.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - 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>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2013-1956">https://www.linuxkernelcves.com/cves/CVE-2013-1956</a></p> <p>Release Date: 2013-04-24</p> <p>Fix Resolution: v3.9-rc5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in autoclosed cve medium severity vulnerability vulnerable libraries vulnerability details the create user ns function in kernel user namespace c in the linux kernel before does not check whether a chroot directory exists that differs from the namespace root directory which allows local users to bypass intended filesystem restrictions via a crafted clone system call publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
60,196
17,023,366,597
IssuesEvent
2021-07-03 01:39:07
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
[Openlayers] Tiles are scattered in Opera
Component: website Priority: major Resolution: duplicate Type: defect
**[Submitted to the original trac issue database at 8.53am, Sunday, 15th February 2009]** When moving and scaling the map in Opera, the tiles are not on it's place, but scattered around. It will take a while, until the tiles are loaded, and the map is readable again. This is not happening on <http://www.informationfreeway.org/>, which also uses Openlayers.
1.0
[Openlayers] Tiles are scattered in Opera - **[Submitted to the original trac issue database at 8.53am, Sunday, 15th February 2009]** When moving and scaling the map in Opera, the tiles are not on it's place, but scattered around. It will take a while, until the tiles are loaded, and the map is readable again. This is not happening on <http://www.informationfreeway.org/>, which also uses Openlayers.
defect
tiles are scattered in opera when moving and scaling the map in opera the tiles are not on it s place but scattered around it will take a while until the tiles are loaded and the map is readable again this is not happening on which also uses openlayers
1
804,527
29,491,564,206
IssuesEvent
2023-06-02 13:50:01
paulscherrerinstitute/scilog
https://api.github.com/repos/paulscherrerinstitute/scilog
closed
Display who is logged in top bar
frontend UX priority discussion easy
From Matthias M: Especially in a shared environment or when service accounts are used it is often important to know who is currently logged in. One idea would be that in addition to the accounts thumbnail picture in the top right corner the name is given in text form.
1.0
Display who is logged in top bar - From Matthias M: Especially in a shared environment or when service accounts are used it is often important to know who is currently logged in. One idea would be that in addition to the accounts thumbnail picture in the top right corner the name is given in text form.
non_defect
display who is logged in top bar from matthias m especially in a shared environment or when service accounts are used it is often important to know who is currently logged in one idea would be that in addition to the accounts thumbnail picture in the top right corner the name is given in text form
0
42,650
11,202,133,424
IssuesEvent
2020-01-04 09:55:51
hasse69/rar2fs
https://api.github.com/repos/hasse69/rar2fs
closed
Memory consumption with large archives
Defect Priority-Medium
My primary system has 8 GB of RAM, rar archive I am mounting has size of more than 350 GB. While `rar2fs` does not complain, any attempt to list mountpoint or change to it slowly consumes all available ram (w/o touching swap) and ultimately results in coredump. I'd like to learn if there is a way to overcome this issue e. g. at the expense of speed. Or at least how much memory is needed for large files.
1.0
Memory consumption with large archives - My primary system has 8 GB of RAM, rar archive I am mounting has size of more than 350 GB. While `rar2fs` does not complain, any attempt to list mountpoint or change to it slowly consumes all available ram (w/o touching swap) and ultimately results in coredump. I'd like to learn if there is a way to overcome this issue e. g. at the expense of speed. Or at least how much memory is needed for large files.
defect
memory consumption with large archives my primary system has gb of ram rar archive i am mounting has size of more than gb while does not complain any attempt to list mountpoint or change to it slowly consumes all available ram w o touching swap and ultimately results in coredump i d like to learn if there is a way to overcome this issue e g at the expense of speed or at least how much memory is needed for large files
1
27,926
5,134,697,937
IssuesEvent
2017-01-11 09:53:37
arescentral/antares
https://api.github.com/repos/arescentral/antares
opened
Supported OS X version mis-reported
Complexity:Low OS:Mac Priority:High Type:Defect
Antares should be built with -mmacosx-version-min=10.9. This got dropped in the gn migration. As a result, Antares 0.8.1 will only run on OS X 10.12. Also, Info.plist still claims OS X 10.7. If we can build for 10.7, that would be nice. If not, then the Info.plist should be updated to match reality.
1.0
Supported OS X version mis-reported - Antares should be built with -mmacosx-version-min=10.9. This got dropped in the gn migration. As a result, Antares 0.8.1 will only run on OS X 10.12. Also, Info.plist still claims OS X 10.7. If we can build for 10.7, that would be nice. If not, then the Info.plist should be updated to match reality.
defect
supported os x version mis reported antares should be built with mmacosx version min this got dropped in the gn migration as a result antares will only run on os x also info plist still claims os x if we can build for that would be nice if not then the info plist should be updated to match reality
1
91,233
18,393,799,843
IssuesEvent
2021-10-12 09:04:24
creativecommons/vocabulary
https://api.github.com/repos/creativecommons/vocabulary
opened
npm ERR! missing script: build
good first issue help wanted 🟧 priority: high 🚦 status: awaiting triage 🛠 goal: fix 💻 aspect: code 🤖 aspect: dx Hacktoberfest hacktoberfest-approved
Our CI pipeline is failing with the following error: > Run npm run lint > npm ERR! missing script: build ## Task - [ ] create or restore the `build` command so unit tests will run during pull requests - [ ] the `build` command should run all other build commands across the `fonts`, `vocabulary`, and `vue-vocabulary` packages where relevant
1.0
npm ERR! missing script: build - Our CI pipeline is failing with the following error: > Run npm run lint > npm ERR! missing script: build ## Task - [ ] create or restore the `build` command so unit tests will run during pull requests - [ ] the `build` command should run all other build commands across the `fonts`, `vocabulary`, and `vue-vocabulary` packages where relevant
non_defect
npm err missing script build our ci pipeline is failing with the following error run npm run lint npm err missing script build task create or restore the build command so unit tests will run during pull requests the build command should run all other build commands across the fonts vocabulary and vue vocabulary packages where relevant
0
12,049
9,558,136,101
IssuesEvent
2019-05-03 13:32:17
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
[Logs UI] Add documentation for column customization
:Logs UI :infrastructure [zube]: Ready docs v7.2.0 v8.0.0
The new column customization UI introduced in #34916 should be explained in the documentation. Aspects that are potentially worth mentioning: * Influences the main log view * Configured via the source configuration flyout, 2nd tab * Three column types: * built-in timestamp * built-in message * custom field from underlying document
1.0
[Logs UI] Add documentation for column customization - The new column customization UI introduced in #34916 should be explained in the documentation. Aspects that are potentially worth mentioning: * Influences the main log view * Configured via the source configuration flyout, 2nd tab * Three column types: * built-in timestamp * built-in message * custom field from underlying document
non_defect
add documentation for column customization the new column customization ui introduced in should be explained in the documentation aspects that are potentially worth mentioning influences the main log view configured via the source configuration flyout tab three column types built in timestamp built in message custom field from underlying document
0
10,123
6,575,778,631
IssuesEvent
2017-09-11 17:17:39
gctools-outilsgc/gcconnex
https://api.github.com/repos/gctools-outilsgc/gcconnex
closed
"Make Sticky" checkbox no longer available when editing post in Group Forum
Enhancement Usability
Below is a screen capture for a new topic that shows the “Sticky Topics” checkbox as expected. Next is a screen showing the topic displayed as a Sticky Topic, again as expected. Followed by editing of that topic where the Sticky Topics checkbox is not visible anymore. ![create forum topic](https://user-images.githubusercontent.com/23527358/27696019-8b6125c6-5cbe-11e7-8fa6-aa646ce837a4.jpg) ![shows as sticky](https://user-images.githubusercontent.com/23527358/27700657-3b63adb0-5ccc-11e7-9535-6b96c52ebccd.jpg) ![edit no sticky](https://user-images.githubusercontent.com/23527358/27700687-50fe790c-5ccc-11e7-94a1-2416aa2b4e64.jpg) As per Workforce management's request we removed this option for users posting in the Jobs Market place, however the feature was being used within group forums elsewhere on the site and users are requesting the feature to return in order to post priority/important items as "sticky" (top of page)
True
"Make Sticky" checkbox no longer available when editing post in Group Forum - Below is a screen capture for a new topic that shows the “Sticky Topics” checkbox as expected. Next is a screen showing the topic displayed as a Sticky Topic, again as expected. Followed by editing of that topic where the Sticky Topics checkbox is not visible anymore. ![create forum topic](https://user-images.githubusercontent.com/23527358/27696019-8b6125c6-5cbe-11e7-8fa6-aa646ce837a4.jpg) ![shows as sticky](https://user-images.githubusercontent.com/23527358/27700657-3b63adb0-5ccc-11e7-9535-6b96c52ebccd.jpg) ![edit no sticky](https://user-images.githubusercontent.com/23527358/27700687-50fe790c-5ccc-11e7-94a1-2416aa2b4e64.jpg) As per Workforce management's request we removed this option for users posting in the Jobs Market place, however the feature was being used within group forums elsewhere on the site and users are requesting the feature to return in order to post priority/important items as "sticky" (top of page)
non_defect
make sticky checkbox no longer available when editing post in group forum below is a screen capture for a new topic that shows the “sticky topics” checkbox as expected next is a screen showing the topic displayed as a sticky topic again as expected followed by editing of that topic where the sticky topics checkbox is not visible anymore as per workforce management s request we removed this option for users posting in the jobs market place however the feature was being used within group forums elsewhere on the site and users are requesting the feature to return in order to post priority important items as sticky top of page
0
111,846
11,743,202,555
IssuesEvent
2020-03-12 03:36:56
gatsbyjs/gatsby
https://api.github.com/repos/gatsbyjs/gatsby
closed
Tutorial Part Six Error: Cannot query field "frontmatter" on type "MarkdownRemark"
type: bug type: documentation
<!-- Please fill out each section below, otherwise, your issue will be closed. This info allows Gatsby maintainers to diagnose (and fix!) your issue as quickly as possible. Useful Links: - Documentation: https://www.gatsbyjs.org/docs/ - How to File an Issue: https://www.gatsbyjs.org/contributing/how-to-file-an-issue/ Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues --> ## Description Following [this step](https://www.gatsbyjs.org/tutorial/part-six/#create-a-list-of-your-sites-markdown-files-in-srcpagesindexjs) in Gatsby's official tutorial triggers this error: ``` Generating development JavaScript bundle failed src/pages/index.js 52:11 error Cannot query field "frontmatter" on type "MarkdownRemark" graphql/template-strings ``` GraphiQL shows no frontmatter field. ### Steps to reproduce 1. Clone [this test case repo](https://github.com/brimarq/gatsby-tutorial-part-six-bug-repro) 2. Run `npm install` 3. Run `gatsby develop` OR see [on CodeSandbox](https://codesandbox.io/s/github/brimarq/gatsby-tutorial-part-six-bug-repro) ### Expected result Project should build and display the `index.js` page. ### Actual result Build fails. ### Environment System: OS: macOS High Sierra 10.13.6 CPU: (4) x64 Intel(R) Core(TM) i5-2500S CPU @ 2.70GHz Shell: 3.2.57 - /bin/bash Binaries: Node: 12.16.1 - ~/.nvm/versions/node/v12.16.1/bin/node Yarn: 1.22.4 - ~/.nvm/versions/node/v12.16.1/bin/yarn npm: 6.14.2 - ~/.nvm/versions/node/v12.16.1/bin/npm Languages: Python: 2.7.17 - /usr/local/bin/python Browsers: Chrome: 80.0.3987.132 Firefox: 73.0.1 Safari: 13.0.5 npmPackages: gatsby: ^2.19.7 => 2.19.7 gatsby-plugin-emotion: ^4.1.24 => 4.1.24 gatsby-plugin-typography: ^2.3.24 => 2.3.24 gatsby-source-filesystem: ^2.1.53 => 2.1.53 gatsby-transformer-remark: ^2.6.58 => 2.6.58 npmGlobalPackages: gatsby-cli: 2.10.4
1.0
Tutorial Part Six Error: Cannot query field "frontmatter" on type "MarkdownRemark" - <!-- Please fill out each section below, otherwise, your issue will be closed. This info allows Gatsby maintainers to diagnose (and fix!) your issue as quickly as possible. Useful Links: - Documentation: https://www.gatsbyjs.org/docs/ - How to File an Issue: https://www.gatsbyjs.org/contributing/how-to-file-an-issue/ Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues --> ## Description Following [this step](https://www.gatsbyjs.org/tutorial/part-six/#create-a-list-of-your-sites-markdown-files-in-srcpagesindexjs) in Gatsby's official tutorial triggers this error: ``` Generating development JavaScript bundle failed src/pages/index.js 52:11 error Cannot query field "frontmatter" on type "MarkdownRemark" graphql/template-strings ``` GraphiQL shows no frontmatter field. ### Steps to reproduce 1. Clone [this test case repo](https://github.com/brimarq/gatsby-tutorial-part-six-bug-repro) 2. Run `npm install` 3. Run `gatsby develop` OR see [on CodeSandbox](https://codesandbox.io/s/github/brimarq/gatsby-tutorial-part-six-bug-repro) ### Expected result Project should build and display the `index.js` page. ### Actual result Build fails. ### Environment System: OS: macOS High Sierra 10.13.6 CPU: (4) x64 Intel(R) Core(TM) i5-2500S CPU @ 2.70GHz Shell: 3.2.57 - /bin/bash Binaries: Node: 12.16.1 - ~/.nvm/versions/node/v12.16.1/bin/node Yarn: 1.22.4 - ~/.nvm/versions/node/v12.16.1/bin/yarn npm: 6.14.2 - ~/.nvm/versions/node/v12.16.1/bin/npm Languages: Python: 2.7.17 - /usr/local/bin/python Browsers: Chrome: 80.0.3987.132 Firefox: 73.0.1 Safari: 13.0.5 npmPackages: gatsby: ^2.19.7 => 2.19.7 gatsby-plugin-emotion: ^4.1.24 => 4.1.24 gatsby-plugin-typography: ^2.3.24 => 2.3.24 gatsby-source-filesystem: ^2.1.53 => 2.1.53 gatsby-transformer-remark: ^2.6.58 => 2.6.58 npmGlobalPackages: gatsby-cli: 2.10.4
non_defect
tutorial part six error cannot query field frontmatter on type markdownremark please fill out each section below otherwise your issue will be closed this info allows gatsby maintainers to diagnose and fix your issue as quickly as possible useful links documentation how to file an issue before opening a new issue please search existing issues description following in gatsby s official tutorial triggers this error generating development javascript bundle failed src pages index js error cannot query field frontmatter on type markdownremark graphql template strings graphiql shows no frontmatter field steps to reproduce clone run npm install run gatsby develop or see expected result project should build and display the index js page actual result build fails environment system os macos high sierra cpu intel r core tm cpu shell bin bash binaries node nvm versions node bin node yarn nvm versions node bin yarn npm nvm versions node bin npm languages python usr local bin python browsers chrome firefox safari npmpackages gatsby gatsby plugin emotion gatsby plugin typography gatsby source filesystem gatsby transformer remark npmglobalpackages gatsby cli
0
12,797
2,717,689,345
IssuesEvent
2015-04-11 14:55:43
codenameone/CodenameOne
https://api.github.com/repos/codenameone/CodenameOne
closed
Some small code refactor:
Priority-Medium Type-Defect
Original [issue 251](https://code.google.com/p/codenameone/issues/detail?id=251) created by codenameone on 2012-07-11T12:27:46.000Z: private void updateCheckBoxConstants(UIManager m, boolean focus, String append) { Image checkSel = m.getThemeImageConstant(&quot;checkBoxChecked&quot; + append + &quot;Image&quot;); if(checkSel != null) { Image checkUnsel = m.getThemeImageConstant(&quot;checkBoxUnchecked&quot; + append + &quot;Image&quot;); if(checkUnsel != null) { Image disUnsel = m.getThemeImageConstant(&quot;checkBoxUncheckDis&quot; + append + &quot;Image&quot;); Image disSel = m.getThemeImageConstant(&quot;checkBoxCheckDis&quot; + append + &quot;Image&quot;); if(disSel == null) { disSel = checkSel; } if(disUnsel == null) { disUnsel = checkUnsel; } if(focus) { setCheckBoxFocusImages(checkSel, checkUnsel, disSel, disUnsel); } else { setCheckBoxImages(checkSel, checkUnsel, disSel, disUnsel); } } if(checkUnsel != null) { if(focus) { setCheckBoxFocusImages(checkSel, checkUnsel, checkSel, checkUnsel); } else { setCheckBoxImages(checkSel, checkUnsel); } } } } if(checkUnsel != null) { tested twice
1.0
Some small code refactor: - Original [issue 251](https://code.google.com/p/codenameone/issues/detail?id=251) created by codenameone on 2012-07-11T12:27:46.000Z: private void updateCheckBoxConstants(UIManager m, boolean focus, String append) { Image checkSel = m.getThemeImageConstant(&quot;checkBoxChecked&quot; + append + &quot;Image&quot;); if(checkSel != null) { Image checkUnsel = m.getThemeImageConstant(&quot;checkBoxUnchecked&quot; + append + &quot;Image&quot;); if(checkUnsel != null) { Image disUnsel = m.getThemeImageConstant(&quot;checkBoxUncheckDis&quot; + append + &quot;Image&quot;); Image disSel = m.getThemeImageConstant(&quot;checkBoxCheckDis&quot; + append + &quot;Image&quot;); if(disSel == null) { disSel = checkSel; } if(disUnsel == null) { disUnsel = checkUnsel; } if(focus) { setCheckBoxFocusImages(checkSel, checkUnsel, disSel, disUnsel); } else { setCheckBoxImages(checkSel, checkUnsel, disSel, disUnsel); } } if(checkUnsel != null) { if(focus) { setCheckBoxFocusImages(checkSel, checkUnsel, checkSel, checkUnsel); } else { setCheckBoxImages(checkSel, checkUnsel); } } } } if(checkUnsel != null) { tested twice
defect
some small code refactor original created by codenameone on private void updatecheckboxconstants uimanager m boolean focus string append image checksel m getthemeimageconstant quot checkboxchecked quot append quot image quot if checksel null image checkunsel m getthemeimageconstant quot checkboxunchecked quot append quot image quot if checkunsel null image disunsel m getthemeimageconstant quot checkboxuncheckdis quot append quot image quot image dissel m getthemeimageconstant quot checkboxcheckdis quot append quot image quot if dissel null dissel checksel if disunsel null disunsel checkunsel if focus setcheckboxfocusimages checksel checkunsel dissel disunsel else setcheckboximages checksel checkunsel dissel disunsel if checkunsel null if focus setcheckboxfocusimages checksel checkunsel checksel checkunsel else setcheckboximages checksel checkunsel if checkunsel null tested twice
1
195,272
14,711,257,874
IssuesEvent
2021-01-05 07:06:12
SAP/spartacus
https://api.github.com/repos/SAP/spartacus
closed
Run e2e tests against ng11 spartacus
e2e-tests ng11
We tested build command of spartacus in ng11 application. We also want to run all e2e tests against it to check if we have some work to do to make spartacus both ng10 and ng11 compatible.
1.0
Run e2e tests against ng11 spartacus - We tested build command of spartacus in ng11 application. We also want to run all e2e tests against it to check if we have some work to do to make spartacus both ng10 and ng11 compatible.
non_defect
run tests against spartacus we tested build command of spartacus in application we also want to run all tests against it to check if we have some work to do to make spartacus both and compatible
0
294,417
9,023,422,234
IssuesEvent
2019-02-07 07:08:23
JSConfArmenia/conf-19-react
https://api.github.com/repos/JSConfArmenia/conf-19-react
closed
Component: Implement reusable Button component
enhancement high priority
Implement button as a configurable styled component ![image](https://user-images.githubusercontent.com/3959008/51807344-1e006e80-229f-11e9-8f2e-38efeca96f2b.png) ![image](https://user-images.githubusercontent.com/3959008/51807348-23f64f80-229f-11e9-8033-e00d0e4414c8.png) ![image](https://user-images.githubusercontent.com/3959008/51807354-2eb0e480-229f-11e9-9432-2058f0440be0.png) ![image](https://user-images.githubusercontent.com/3959008/51807356-32dd0200-229f-11e9-92cf-ea5c55aadd54.png)
1.0
Component: Implement reusable Button component - Implement button as a configurable styled component ![image](https://user-images.githubusercontent.com/3959008/51807344-1e006e80-229f-11e9-8f2e-38efeca96f2b.png) ![image](https://user-images.githubusercontent.com/3959008/51807348-23f64f80-229f-11e9-8033-e00d0e4414c8.png) ![image](https://user-images.githubusercontent.com/3959008/51807354-2eb0e480-229f-11e9-9432-2058f0440be0.png) ![image](https://user-images.githubusercontent.com/3959008/51807356-32dd0200-229f-11e9-92cf-ea5c55aadd54.png)
non_defect
component implement reusable button component implement button as a configurable styled component
0
74,710
25,278,585,178
IssuesEvent
2022-11-16 14:19:25
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
ORA-00904: "v0"."GET_WKT": invalid identifier
T: Defect C: Functionality C: DB: Oracle P: Medium E: Professional Edition E: Enterprise Edition
Depending on how we compose functions, some Oracle calls of `Get_WKT()` and similar spatial functions on `SDO_GEOMETRY` types don't work. E.g. this query: ```sql select ( select xmlelement( name result, xmlagg(xmlelement( name record, xmlelement( name "v0", xmlattributes( case when "v0".Get_WKT() is null then 'true' end as "xsi:nil" ), "v0".Get_WKT() ) )) ) from ( select null "v0" from DUAL union all select sdo_geometry(wkt => 'point(1 1)', srid => null) "a" from DUAL ) "t" ) from DUAL ``` Is generated from a recently added `MULTISET` / `GEOMETRY` feature combination integration test (see https://github.com/jOOQ/jOOQ/issues/14195). And it produces this error: ``` org.jooq.exception.DataAccessException: SQL [select (select xmlelement(name result, xmlagg(xmlelement(name record, xmlelement(name "v0", xmlattributes(case when "v0".Get_WKT() is null then 'true' end as "xsi:nil"), "v0".Get_WKT())))) from (select ? "v0" from DUAL union all select sdo_geometry(wkt => ?, srid => null) "a" from DUAL) "t") from DUAL -- SQL rendered with a free trial version of jOOQ 3.18.0-SNAPSHOT]; ORA-00904: "v0"."GET_WKT": ungültige ID at org.jooq_3.18.0-SNAPSHOT.ORACLE21C.debug(Unknown Source) at org.jooq.impl.Tools.translate(Tools.java:3369) at org.jooq.impl.DefaultExecuteContext.sqlException(DefaultExecuteContext.java:746) at org.jooq.impl.AbstractQuery.execute(AbstractQuery.java:357) at org.jooq.impl.AbstractResultQuery.fetchLazy(AbstractResultQuery.java:301) at org.jooq.impl.AbstractResultQuery.fetchLazyNonAutoClosing(AbstractResultQuery.java:322) at org.jooq.impl.SelectImpl.fetchLazyNonAutoClosing(SelectImpl.java:2861) at org.jooq.impl.ResultQueryTrait.fetchOne(ResultQueryTrait.java:509) at org.jooq.impl.Tools.attach(Tools.java:1582) at org.jooq.impl.DefaultDSLContext.fetchOne(DefaultDSLContext.java:4672) at org.jooq.impl.DefaultDSLContext.lambda$55(DefaultDSLContext.java:4692) at org.jooq.impl.Tools.attach(Tools.java:1582) at org.jooq.impl.DefaultDSLContext.fetchValue(DefaultDSLContext.java:4692) at org.jooq.test.all.testcases.MultisetTests.lambda$211(MultisetTests.java:1531) at org.jooq.test.jOOQAbstractTest.withDSLContext(jOOQAbstractTest.java:2154) at org.jooq.test.jOOQAbstractTest.bindAndInlineWithDSLContexts(jOOQAbstractTest.java:2147) at org.jooq.test.BaseTest.bindAndInlineWithDSLContexts(BaseTest.java:1810) at org.jooq.test.all.testcases.MultisetTests.lambda$210(MultisetTests.java:1524) at org.jooq.test.all.testcases.MultisetTests.lambda$467(MultisetTests.java:3057) at org.jooq.test.all.testcases.MultisetTests.lambda$470(MultisetTests.java:3075) at org.jooq.test.all.testcases.MultisetTests.testRecordLevelListenerResults(MultisetTests.java:3114) at org.jooq.test.all.testcases.MultisetTests.testRecordLevelListenerResults(MultisetTests.java:3102) at org.jooq.test.all.testcases.MultisetTests.testMultisetEmulations(MultisetTests.java:3075) at org.jooq.test.all.testcases.MultisetTests.testMultisetEmulations(MultisetTests.java:3057) at org.jooq.test.all.testcases.MultisetTests.assertMultisetDataType(MultisetTests.java:1523) at org.jooq.test.all.testcases.MultisetTests.testMultisetProjectionDataTypeGeometry(MultisetTests.java:1731) at org.jooq.test.jOOQAbstractTest.testMultisetProjectionDataTypeGeometry(jOOQAbstractTest.java:5553) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:93) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:40) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:529) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:756) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:452) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:210) Caused by: java.sql.SQLSyntaxErrorException: ORA-00904: "v0"."GET_WKT": ungültige ID at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:629) at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:563) at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1230) at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:771) at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:298) at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:511) at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:162) at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:1009) at oracle.jdbc.driver.OracleStatement.prepareDefineBufferAndExecute(OracleStatement.java:1270) at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1148) at oracle.jdbc.driver.OracleStatement.executeSQLSelect(OracleStatement.java:1660) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1469) at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3760) at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:4135) at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1013) at org.jooq.tools.jdbc.DefaultPreparedStatement.execute(DefaultPreparedStatement.java:219) at org.jooq.tools.jdbc.DefaultPreparedStatement.execute(DefaultPreparedStatement.java:219) at org.jooq.impl.Tools.executeStatementAndGetFirstResultSet(Tools.java:4588) at org.jooq.impl.AbstractResultQuery.execute(AbstractResultQuery.java:236) at org.jooq.impl.AbstractQuery.execute(AbstractQuery.java:343) ... 55 more Caused by: Error : 904, Position : 170, Sql = select (select xmlelement(name result, xmlagg(xmlelement(name record, xmlelement(name "v0", xmlattributes(case when "v0".Get_WKT() is null then 'true' end as "xsi:nil"), "v0".Get_WKT())))) from (select :1 "v0" from DUAL union all select sdo_geometry(wkt => :2 , srid => null) "a" from DUAL) "t") from DUAL -- SQL rendered with a free trial version of jOOQ 3.18.0-SNAPSHOT, OriginalSql = select (select xmlelement(name result, xmlagg(xmlelement(name record, xmlelement(name "v0", xmlattributes(case when "v0".Get_WKT() is null then 'true' end as "xsi:nil"), "v0".Get_WKT())))) from (select ? "v0" from DUAL union all select sdo_geometry(wkt => ?, srid => null) "a" from DUAL) "t") from DUAL -- SQL rendered with a free trial version of jOOQ 3.18.0-SNAPSHOT, Error Msg = ORA-00904: "v0"."GET_WKT": ungültige ID at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:636) ... 74 more ``` The solution is to wrap `"v0"` as `("v0").Get_WKT()`
1.0
ORA-00904: "v0"."GET_WKT": invalid identifier - Depending on how we compose functions, some Oracle calls of `Get_WKT()` and similar spatial functions on `SDO_GEOMETRY` types don't work. E.g. this query: ```sql select ( select xmlelement( name result, xmlagg(xmlelement( name record, xmlelement( name "v0", xmlattributes( case when "v0".Get_WKT() is null then 'true' end as "xsi:nil" ), "v0".Get_WKT() ) )) ) from ( select null "v0" from DUAL union all select sdo_geometry(wkt => 'point(1 1)', srid => null) "a" from DUAL ) "t" ) from DUAL ``` Is generated from a recently added `MULTISET` / `GEOMETRY` feature combination integration test (see https://github.com/jOOQ/jOOQ/issues/14195). And it produces this error: ``` org.jooq.exception.DataAccessException: SQL [select (select xmlelement(name result, xmlagg(xmlelement(name record, xmlelement(name "v0", xmlattributes(case when "v0".Get_WKT() is null then 'true' end as "xsi:nil"), "v0".Get_WKT())))) from (select ? "v0" from DUAL union all select sdo_geometry(wkt => ?, srid => null) "a" from DUAL) "t") from DUAL -- SQL rendered with a free trial version of jOOQ 3.18.0-SNAPSHOT]; ORA-00904: "v0"."GET_WKT": ungültige ID at org.jooq_3.18.0-SNAPSHOT.ORACLE21C.debug(Unknown Source) at org.jooq.impl.Tools.translate(Tools.java:3369) at org.jooq.impl.DefaultExecuteContext.sqlException(DefaultExecuteContext.java:746) at org.jooq.impl.AbstractQuery.execute(AbstractQuery.java:357) at org.jooq.impl.AbstractResultQuery.fetchLazy(AbstractResultQuery.java:301) at org.jooq.impl.AbstractResultQuery.fetchLazyNonAutoClosing(AbstractResultQuery.java:322) at org.jooq.impl.SelectImpl.fetchLazyNonAutoClosing(SelectImpl.java:2861) at org.jooq.impl.ResultQueryTrait.fetchOne(ResultQueryTrait.java:509) at org.jooq.impl.Tools.attach(Tools.java:1582) at org.jooq.impl.DefaultDSLContext.fetchOne(DefaultDSLContext.java:4672) at org.jooq.impl.DefaultDSLContext.lambda$55(DefaultDSLContext.java:4692) at org.jooq.impl.Tools.attach(Tools.java:1582) at org.jooq.impl.DefaultDSLContext.fetchValue(DefaultDSLContext.java:4692) at org.jooq.test.all.testcases.MultisetTests.lambda$211(MultisetTests.java:1531) at org.jooq.test.jOOQAbstractTest.withDSLContext(jOOQAbstractTest.java:2154) at org.jooq.test.jOOQAbstractTest.bindAndInlineWithDSLContexts(jOOQAbstractTest.java:2147) at org.jooq.test.BaseTest.bindAndInlineWithDSLContexts(BaseTest.java:1810) at org.jooq.test.all.testcases.MultisetTests.lambda$210(MultisetTests.java:1524) at org.jooq.test.all.testcases.MultisetTests.lambda$467(MultisetTests.java:3057) at org.jooq.test.all.testcases.MultisetTests.lambda$470(MultisetTests.java:3075) at org.jooq.test.all.testcases.MultisetTests.testRecordLevelListenerResults(MultisetTests.java:3114) at org.jooq.test.all.testcases.MultisetTests.testRecordLevelListenerResults(MultisetTests.java:3102) at org.jooq.test.all.testcases.MultisetTests.testMultisetEmulations(MultisetTests.java:3075) at org.jooq.test.all.testcases.MultisetTests.testMultisetEmulations(MultisetTests.java:3057) at org.jooq.test.all.testcases.MultisetTests.assertMultisetDataType(MultisetTests.java:1523) at org.jooq.test.all.testcases.MultisetTests.testMultisetProjectionDataTypeGeometry(MultisetTests.java:1731) at org.jooq.test.jOOQAbstractTest.testMultisetProjectionDataTypeGeometry(jOOQAbstractTest.java:5553) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:93) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:40) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:529) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:756) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:452) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:210) Caused by: java.sql.SQLSyntaxErrorException: ORA-00904: "v0"."GET_WKT": ungültige ID at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:629) at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:563) at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1230) at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:771) at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:298) at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:511) at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:162) at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:1009) at oracle.jdbc.driver.OracleStatement.prepareDefineBufferAndExecute(OracleStatement.java:1270) at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1148) at oracle.jdbc.driver.OracleStatement.executeSQLSelect(OracleStatement.java:1660) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1469) at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3760) at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:4135) at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1013) at org.jooq.tools.jdbc.DefaultPreparedStatement.execute(DefaultPreparedStatement.java:219) at org.jooq.tools.jdbc.DefaultPreparedStatement.execute(DefaultPreparedStatement.java:219) at org.jooq.impl.Tools.executeStatementAndGetFirstResultSet(Tools.java:4588) at org.jooq.impl.AbstractResultQuery.execute(AbstractResultQuery.java:236) at org.jooq.impl.AbstractQuery.execute(AbstractQuery.java:343) ... 55 more Caused by: Error : 904, Position : 170, Sql = select (select xmlelement(name result, xmlagg(xmlelement(name record, xmlelement(name "v0", xmlattributes(case when "v0".Get_WKT() is null then 'true' end as "xsi:nil"), "v0".Get_WKT())))) from (select :1 "v0" from DUAL union all select sdo_geometry(wkt => :2 , srid => null) "a" from DUAL) "t") from DUAL -- SQL rendered with a free trial version of jOOQ 3.18.0-SNAPSHOT, OriginalSql = select (select xmlelement(name result, xmlagg(xmlelement(name record, xmlelement(name "v0", xmlattributes(case when "v0".Get_WKT() is null then 'true' end as "xsi:nil"), "v0".Get_WKT())))) from (select ? "v0" from DUAL union all select sdo_geometry(wkt => ?, srid => null) "a" from DUAL) "t") from DUAL -- SQL rendered with a free trial version of jOOQ 3.18.0-SNAPSHOT, Error Msg = ORA-00904: "v0"."GET_WKT": ungültige ID at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:636) ... 74 more ``` The solution is to wrap `"v0"` as `("v0").Get_WKT()`
defect
ora get wkt invalid identifier depending on how we compose functions some oracle calls of get wkt and similar spatial functions on sdo geometry types don t work e g this query sql select select xmlelement name result xmlagg xmlelement name record xmlelement name xmlattributes case when get wkt is null then true end as xsi nil get wkt from select null from dual union all select sdo geometry wkt point srid null a from dual t from dual is generated from a recently added multiset geometry feature combination integration test see and it produces this error org jooq exception dataaccessexception sql ora get wkt ungültige id at org jooq snapshot debug unknown source at org jooq impl tools translate tools java at org jooq impl defaultexecutecontext sqlexception defaultexecutecontext java at org jooq impl abstractquery execute abstractquery java at org jooq impl abstractresultquery fetchlazy abstractresultquery java at org jooq impl abstractresultquery fetchlazynonautoclosing abstractresultquery java at org jooq impl selectimpl fetchlazynonautoclosing selectimpl java at org jooq impl resultquerytrait fetchone resultquerytrait java at org jooq impl tools attach tools java at org jooq impl defaultdslcontext fetchone defaultdslcontext java at org jooq impl defaultdslcontext lambda defaultdslcontext java at org jooq impl tools attach tools java at org jooq impl defaultdslcontext fetchvalue defaultdslcontext java at org jooq test all testcases multisettests lambda multisettests java at org jooq test jooqabstracttest withdslcontext jooqabstracttest java at org jooq test jooqabstracttest bindandinlinewithdslcontexts jooqabstracttest java at org jooq test basetest bindandinlinewithdslcontexts basetest java at org jooq test all testcases multisettests lambda multisettests java at org jooq test all testcases multisettests lambda multisettests java at org jooq test all testcases multisettests lambda multisettests java at org jooq test all testcases multisettests testrecordlevellistenerresults multisettests java at org jooq test all testcases multisettests testrecordlevellistenerresults multisettests java at org jooq test all testcases multisettests testmultisetemulations multisettests java at org jooq test all testcases multisettests testmultisetemulations multisettests java at org jooq test all testcases multisettests assertmultisetdatatype multisettests java at org jooq test all testcases multisettests testmultisetprojectiondatatypegeometry multisettests java at org jooq test jooqabstracttest testmultisetprojectiondatatypegeometry jooqabstracttest java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit rules testwatcher evaluate testwatcher java at org junit rules testwatcher evaluate testwatcher java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org eclipse jdt internal runner run java at org eclipse jdt internal junit runner testexecution run testexecution java at org eclipse jdt internal junit runner remotetestrunner runtests remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner runtests remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner run remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner main remotetestrunner java caused by java sql sqlsyntaxerrorexception ora get wkt ungültige id at oracle jdbc driver processerror java at oracle jdbc driver processerror java at oracle jdbc driver processerror java at oracle jdbc driver receive java at oracle jdbc driver dorpc java at oracle jdbc driver dooall java at oracle jdbc driver java at oracle jdbc driver executefordescribe java at oracle jdbc driver oraclestatement preparedefinebufferandexecute oraclestatement java at oracle jdbc driver oraclestatement executemaybedescribe oraclestatement java at oracle jdbc driver oraclestatement executesqlselect oraclestatement java at oracle jdbc driver oraclestatement doexecutewithtimeout oraclestatement java at oracle jdbc driver oraclepreparedstatement executeinternal oraclepreparedstatement java at oracle jdbc driver oraclepreparedstatement execute oraclepreparedstatement java at oracle jdbc driver oraclepreparedstatementwrapper execute oraclepreparedstatementwrapper java at org jooq tools jdbc defaultpreparedstatement execute defaultpreparedstatement java at org jooq tools jdbc defaultpreparedstatement execute defaultpreparedstatement java at org jooq impl tools executestatementandgetfirstresultset tools java at org jooq impl abstractresultquery execute abstractresultquery java at org jooq impl abstractquery execute abstractquery java more caused by error position sql select select xmlelement name result xmlagg xmlelement name record xmlelement name xmlattributes case when get wkt is null then true end as xsi nil get wkt from select from dual union all select sdo geometry wkt srid null a from dual t from dual sql rendered with a free trial version of jooq snapshot originalsql select select xmlelement name result xmlagg xmlelement name record xmlelement name xmlattributes case when get wkt is null then true end as xsi nil get wkt from select from dual union all select sdo geometry wkt srid null a from dual t from dual sql rendered with a free trial version of jooq snapshot error msg ora get wkt ungültige id at oracle jdbc driver processerror java more the solution is to wrap as get wkt
1
27,967
5,145,686,732
IssuesEvent
2017-01-12 22:18:54
cakephp/migrations
https://api.github.com/repos/cakephp/migrations
closed
inconsistencies between bake migration and migrations create
Defect On hold
_From @nbj on September 30, 2016 10:39_ This is a (multiple allowed): - [x] bug - [ ] enhancement - [ ] feature-discussion (RFC) - CakePHP Version: 3.3. - Platform and Target: Vagrant, ubuntu 14.04, php 7. ### What you did 1. cake bake migration CreateUsers 2. cake migrations create CreateUsersTable ### Expected Behavior 1. new migration file: <timestamp>_create_users_table.php 2. new migration file: <timestamp>_create_users_table.php ### Actual Behavior 1. new migration file: <timestamp>_CreateUsersTable.php 2. new migration file: <timestamp>_create_users_table.php P.S. Remember, an issue is not the place to ask questions. You can use [Stack Overflow](http://stackoverflow.com/questions/tagged/cakephp) for that or join the #cakephp channel on irc.freenode.net, where we will be more than happy to help answer your questions. Before you open an issue, please check if a similar issue already exists or has been closed before. _Copied from original issue: cakephp/cakephp#9546_
1.0
inconsistencies between bake migration and migrations create - _From @nbj on September 30, 2016 10:39_ This is a (multiple allowed): - [x] bug - [ ] enhancement - [ ] feature-discussion (RFC) - CakePHP Version: 3.3. - Platform and Target: Vagrant, ubuntu 14.04, php 7. ### What you did 1. cake bake migration CreateUsers 2. cake migrations create CreateUsersTable ### Expected Behavior 1. new migration file: <timestamp>_create_users_table.php 2. new migration file: <timestamp>_create_users_table.php ### Actual Behavior 1. new migration file: <timestamp>_CreateUsersTable.php 2. new migration file: <timestamp>_create_users_table.php P.S. Remember, an issue is not the place to ask questions. You can use [Stack Overflow](http://stackoverflow.com/questions/tagged/cakephp) for that or join the #cakephp channel on irc.freenode.net, where we will be more than happy to help answer your questions. Before you open an issue, please check if a similar issue already exists or has been closed before. _Copied from original issue: cakephp/cakephp#9546_
defect
inconsistencies between bake migration and migrations create from nbj on september this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target vagrant ubuntu php what you did cake bake migration createusers cake migrations create createuserstable expected behavior new migration file create users table php new migration file create users table php actual behavior new migration file createuserstable php new migration file create users table php p s remember an issue is not the place to ask questions you can use for that or join the cakephp channel on irc freenode net where we will be more than happy to help answer your questions before you open an issue please check if a similar issue already exists or has been closed before copied from original issue cakephp cakephp
1
43,260
12,975,159,783
IssuesEvent
2020-07-21 16:31:52
WordPress/WordPress-Coding-Standards
https://api.github.com/repos/WordPress/WordPress-Coding-Standards
opened
WP 5.5: allow for esc_xml()
Focus: Security Type: Enhancement
WP 5.5 will introduce a new `esc_xml()` escaping function. At a later point in time (not in WP 5.5), it is expected that the I18n variants `esc_xml__()` and `esc_xml_e()` will be added. The WPCS sniffs which examine output for being escaped should be updated to allow for escaping using `esc_xml()`. Note: as this function won't be available until WP 5.5, we may need to take the minimum supported WP version into account when sniffing this for the time being.
True
WP 5.5: allow for esc_xml() - WP 5.5 will introduce a new `esc_xml()` escaping function. At a later point in time (not in WP 5.5), it is expected that the I18n variants `esc_xml__()` and `esc_xml_e()` will be added. The WPCS sniffs which examine output for being escaped should be updated to allow for escaping using `esc_xml()`. Note: as this function won't be available until WP 5.5, we may need to take the minimum supported WP version into account when sniffing this for the time being.
non_defect
wp allow for esc xml wp will introduce a new esc xml escaping function at a later point in time not in wp it is expected that the variants esc xml and esc xml e will be added the wpcs sniffs which examine output for being escaped should be updated to allow for escaping using esc xml note as this function won t be available until wp we may need to take the minimum supported wp version into account when sniffing this for the time being
0
505,446
14,633,151,790
IssuesEvent
2020-12-24 00:52:05
aims-group/metagrid
https://api.github.com/repos/aims-group/metagrid
closed
Update and fix pre-commit hooks
Priority: Low Type: DevOps
**Describe the solution you'd like** A clear and concise description of what you want to happen. - [x] Add language agonistic hooks for pre-commit - end-of-file-fixer - check-yaml - [x] Organize order of hooks by side of stack - [x] Add `precommit` script in package.json - This runs eslint without using `--fix` - https://stackoverflow.com/questions/51158815/running-eslint-in-precommit-does-not-stop-on-warnings#comment113030006_52896278 - [x] Add `--max-warnings=0` flag to `lint` and `precommit` scripts - [x] Update `flake8` hook to use remote repo - [x] Update `flake8` and `black` to use local repository config files - [x] Run pre-commit check on all files and push fixes
1.0
Update and fix pre-commit hooks - **Describe the solution you'd like** A clear and concise description of what you want to happen. - [x] Add language agonistic hooks for pre-commit - end-of-file-fixer - check-yaml - [x] Organize order of hooks by side of stack - [x] Add `precommit` script in package.json - This runs eslint without using `--fix` - https://stackoverflow.com/questions/51158815/running-eslint-in-precommit-does-not-stop-on-warnings#comment113030006_52896278 - [x] Add `--max-warnings=0` flag to `lint` and `precommit` scripts - [x] Update `flake8` hook to use remote repo - [x] Update `flake8` and `black` to use local repository config files - [x] Run pre-commit check on all files and push fixes
non_defect
update and fix pre commit hooks describe the solution you d like a clear and concise description of what you want to happen add language agonistic hooks for pre commit end of file fixer check yaml organize order of hooks by side of stack add precommit script in package json this runs eslint without using fix add max warnings flag to lint and precommit scripts update hook to use remote repo update and black to use local repository config files run pre commit check on all files and push fixes
0
81,256
30,771,303,032
IssuesEvent
2023-07-30 23:34:18
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Sometimes profile pictures aren't shown in places they should be
T-Defect
### Steps to reproduce 1. Open Element 2. Click on a room ![Element PFP Issue](https://github.com/vector-im/element-web/assets/114635931/62aa30a5-f910-4388-84b9-b19e454aafc9) ### Outcome #### What did you expect? The profile pictures to be shown #### What happened instead? They were not shown ### Operating system Fedora 38 Workstation ### Browser information Firefox 115.0.2 ### URL for webapp https://chat.tchncs.de/#/room/!DjyDIsUHDKPqOMGJPg:tchncs.de ### Application version Element version: 1.11.36 Olm version: 3.2.14 ### Homeserver chat.tchncs.de ### Will you send logs? Yes
1.0
Sometimes profile pictures aren't shown in places they should be - ### Steps to reproduce 1. Open Element 2. Click on a room ![Element PFP Issue](https://github.com/vector-im/element-web/assets/114635931/62aa30a5-f910-4388-84b9-b19e454aafc9) ### Outcome #### What did you expect? The profile pictures to be shown #### What happened instead? They were not shown ### Operating system Fedora 38 Workstation ### Browser information Firefox 115.0.2 ### URL for webapp https://chat.tchncs.de/#/room/!DjyDIsUHDKPqOMGJPg:tchncs.de ### Application version Element version: 1.11.36 Olm version: 3.2.14 ### Homeserver chat.tchncs.de ### Will you send logs? Yes
defect
sometimes profile pictures aren t shown in places they should be steps to reproduce open element click on a room outcome what did you expect the profile pictures to be shown what happened instead they were not shown operating system fedora workstation browser information firefox url for webapp application version element version olm version homeserver chat tchncs de will you send logs yes
1
261,350
27,809,742,288
IssuesEvent
2023-03-18 01:36:15
madhans23/linux-4.1.15
https://api.github.com/repos/madhans23/linux-4.1.15
closed
CVE-2020-26088 (Medium) detected in linux-stable-rtv4.1.33 - autoclosed
Mend: dependency security vulnerability
## CVE-2020-26088 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/madhans23/linux-4.1.15/commit/f9d19044b0eef1965f9bc412d7d9e579b74ec968">f9d19044b0eef1965f9bc412d7d9e579b74ec968</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/nfc/rawsock.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/nfc/rawsock.c</b> </p> </details> <p></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 missing CAP_NET_RAW check in NFC socket creation in net/nfc/rawsock.c in the Linux kernel before 5.8.2 could be used by local attackers to create raw sockets, bypassing security mechanisms, aka CID-26896f01467a. <p>Publish Date: 2020-09-24 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-26088>CVE-2020-26088</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>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - 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://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.2">https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.2</a></p> <p>Release Date: 2020-09-24</p> <p>Fix Resolution: v4.4.233,v4.9.233,v4.14.194,v4.19.140,v5.4.59,v5.7.16,v5.8.2,v5.9-rc1</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-2020-26088 (Medium) detected in linux-stable-rtv4.1.33 - autoclosed - ## CVE-2020-26088 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/madhans23/linux-4.1.15/commit/f9d19044b0eef1965f9bc412d7d9e579b74ec968">f9d19044b0eef1965f9bc412d7d9e579b74ec968</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/nfc/rawsock.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/nfc/rawsock.c</b> </p> </details> <p></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 missing CAP_NET_RAW check in NFC socket creation in net/nfc/rawsock.c in the Linux kernel before 5.8.2 could be used by local attackers to create raw sockets, bypassing security mechanisms, aka CID-26896f01467a. <p>Publish Date: 2020-09-24 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-26088>CVE-2020-26088</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>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - 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://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.2">https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8.2</a></p> <p>Release Date: 2020-09-24</p> <p>Fix Resolution: v4.4.233,v4.9.233,v4.14.194,v4.19.140,v5.4.59,v5.7.16,v5.8.2,v5.9-rc1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in linux stable autoclosed cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files net nfc rawsock c net nfc rawsock c vulnerability details a missing cap net raw check in nfc socket creation in net nfc rawsock c in the linux kernel before could be used by local attackers to create raw sockets bypassing security mechanisms aka cid publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
710,284
24,413,318,010
IssuesEvent
2022-10-05 14:05:01
twigjs/twig.js
https://api.github.com/repos/twigjs/twig.js
closed
Re-rendering a template using `{% embed %}` fails
priority - high type - bug / bugfix triaged pending - needs review
## Problem description When using `{% embed %}`, re-rendering the template causes a `Cannot extend an inline template` error. `allowInlineIncludes` is enabled. ## Expected behaviour The render function can be called multiple times to re-render the template. ## Detailed bug description and possible fixes The bug is caused by assigning the resolved template as `parentTemplate` on the first render: [twig.core.js, line 1360](https://github.com/twigjs/twig.js/blob/071be04a7f0fa31ca313a3eebce1a275f6562308/src/twig.core.js#L1360). The second time the template is rendered, `template.parentTemplate` is already the assigned template object and could directly be used. However, `Twig.Templates.load()` is called again, this time with the object instead of the template path, returning `null`: [twig.core.js, line 1340](https://github.com/twigjs/twig.js/blob/071be04a7f0fa31ca313a3eebce1a275f6562308/src/twig.core.js#L1340). This results in an empty parentTemplate and thus a failing render. I found two possible fixes: 1. Remove the assignment in line 1360 1. Introduce a check in line 1340 whether `template.parentTemplate` is already the resolved object Is there any preference on one of the solutions? I am not sure which impact either of the solutions have. ## Reproducing the bug I've created an example repository to reproduce the bug: [barnslig/twigjs-embed-rerender-bug](https://github.com/barnslig/twigjs-embed-rerender-bug)
1.0
Re-rendering a template using `{% embed %}` fails - ## Problem description When using `{% embed %}`, re-rendering the template causes a `Cannot extend an inline template` error. `allowInlineIncludes` is enabled. ## Expected behaviour The render function can be called multiple times to re-render the template. ## Detailed bug description and possible fixes The bug is caused by assigning the resolved template as `parentTemplate` on the first render: [twig.core.js, line 1360](https://github.com/twigjs/twig.js/blob/071be04a7f0fa31ca313a3eebce1a275f6562308/src/twig.core.js#L1360). The second time the template is rendered, `template.parentTemplate` is already the assigned template object and could directly be used. However, `Twig.Templates.load()` is called again, this time with the object instead of the template path, returning `null`: [twig.core.js, line 1340](https://github.com/twigjs/twig.js/blob/071be04a7f0fa31ca313a3eebce1a275f6562308/src/twig.core.js#L1340). This results in an empty parentTemplate and thus a failing render. I found two possible fixes: 1. Remove the assignment in line 1360 1. Introduce a check in line 1340 whether `template.parentTemplate` is already the resolved object Is there any preference on one of the solutions? I am not sure which impact either of the solutions have. ## Reproducing the bug I've created an example repository to reproduce the bug: [barnslig/twigjs-embed-rerender-bug](https://github.com/barnslig/twigjs-embed-rerender-bug)
non_defect
re rendering a template using embed fails problem description when using embed re rendering the template causes a cannot extend an inline template error allowinlineincludes is enabled expected behaviour the render function can be called multiple times to re render the template detailed bug description and possible fixes the bug is caused by assigning the resolved template as parenttemplate on the first render the second time the template is rendered template parenttemplate is already the assigned template object and could directly be used however twig templates load is called again this time with the object instead of the template path returning null this results in an empty parenttemplate and thus a failing render i found two possible fixes remove the assignment in line introduce a check in line whether template parenttemplate is already the resolved object is there any preference on one of the solutions i am not sure which impact either of the solutions have reproducing the bug i ve created an example repository to reproduce the bug
0
23,567
6,438,257,535
IssuesEvent
2017-08-11 03:11:27
CUAHSI/HydroDesktop
https://api.github.com/repos/CUAHSI/HydroDesktop
opened
Not showing the Sample Medium or Method
CodePlex
<b>RussNelson[CodePlex]</b> <br />Time Series window- can we show more fields? for example sample medium. When time series of both air and water temperature are plotted via hydrodesktop, it just displays temperature and so, users will not be able to differentiate whether it is air temperature or water temperature. Same thing for the chart legend. If I display air vs water temperature, they both get labeled as quottemperaturequot. Same thing for the chart titles. Also .... you're not showing the MethodDescription. We have several sites where we measure the same thing using duplicate sensors (they're cheap and they can break, so we put two in). The only difference between them is in the MethodDescription. Can you show that as a first-class entity along with VariableName? Please don't make this a setting, where people have to select what attributes of the data they can see. If it's different from one SeriesCatalog entry to the next, show it!
1.0
Not showing the Sample Medium or Method - <b>RussNelson[CodePlex]</b> <br />Time Series window- can we show more fields? for example sample medium. When time series of both air and water temperature are plotted via hydrodesktop, it just displays temperature and so, users will not be able to differentiate whether it is air temperature or water temperature. Same thing for the chart legend. If I display air vs water temperature, they both get labeled as quottemperaturequot. Same thing for the chart titles. Also .... you're not showing the MethodDescription. We have several sites where we measure the same thing using duplicate sensors (they're cheap and they can break, so we put two in). The only difference between them is in the MethodDescription. Can you show that as a first-class entity along with VariableName? Please don't make this a setting, where people have to select what attributes of the data they can see. If it's different from one SeriesCatalog entry to the next, show it!
non_defect
not showing the sample medium or method russnelson time series window can we show more fields for example sample medium when time series of both air and water temperature are plotted via hydrodesktop it just displays temperature and so users will not be able to differentiate whether it is air temperature or water temperature same thing for the chart legend if i display air vs water temperature they both get labeled as quottemperaturequot same thing for the chart titles also you re not showing the methoddescription we have several sites where we measure the same thing using duplicate sensors they re cheap and they can break so we put two in the only difference between them is in the methoddescription can you show that as a first class entity along with variablename please don t make this a setting where people have to select what attributes of the data they can see if it s different from one seriescatalog entry to the next show it
0
180,677
14,790,974,736
IssuesEvent
2021-01-12 12:51:17
epelaaez/QuantumLibrary
https://api.github.com/repos/epelaaez/QuantumLibrary
closed
Explain differences between simulating and running on real hardware
documentation
Some circuits don't behave the same way when simulating them and when running them in real hardware (in this case IBM's quantum computers). The following additions need to be done to the README files of each circuit mentioned: - [x] [Swap test](https://github.com/epelaaez/QuantumCircuits/tree/master/algorithms/swap_test): explain why it doesn't work as reliable when run on real hardware and the alternatives there are to counter this. - [x] [Teleportation](https://github.com/epelaaez/QuantumCircuits/tree/master/algorithms/teleportation): explain the modifications that need to be done in order to run this circuit in IBM's hardware. - [x] [Phase kickback](https://github.com/epelaaez/QuantumCircuits/tree/master/algorithms/basic_phase_kickback): explain why we running it on real hardware won't give us the same insights we can get when using Qiskit's statevector simulator.
1.0
Explain differences between simulating and running on real hardware - Some circuits don't behave the same way when simulating them and when running them in real hardware (in this case IBM's quantum computers). The following additions need to be done to the README files of each circuit mentioned: - [x] [Swap test](https://github.com/epelaaez/QuantumCircuits/tree/master/algorithms/swap_test): explain why it doesn't work as reliable when run on real hardware and the alternatives there are to counter this. - [x] [Teleportation](https://github.com/epelaaez/QuantumCircuits/tree/master/algorithms/teleportation): explain the modifications that need to be done in order to run this circuit in IBM's hardware. - [x] [Phase kickback](https://github.com/epelaaez/QuantumCircuits/tree/master/algorithms/basic_phase_kickback): explain why we running it on real hardware won't give us the same insights we can get when using Qiskit's statevector simulator.
non_defect
explain differences between simulating and running on real hardware some circuits don t behave the same way when simulating them and when running them in real hardware in this case ibm s quantum computers the following additions need to be done to the readme files of each circuit mentioned explain why it doesn t work as reliable when run on real hardware and the alternatives there are to counter this explain the modifications that need to be done in order to run this circuit in ibm s hardware explain why we running it on real hardware won t give us the same insights we can get when using qiskit s statevector simulator
0
394,809
27,041,163,119
IssuesEvent
2023-02-13 05:31:04
3KeyCompany/CZERTAINLY-Documentation
https://api.github.com/repos/3KeyCompany/CZERTAINLY-Documentation
closed
Add documentation about Cryptography provider
documentation
Add documentation for Cryptography provider - description of objects (resources) provider works with - description of processes that can be triggered and performed by provider
1.0
Add documentation about Cryptography provider - Add documentation for Cryptography provider - description of objects (resources) provider works with - description of processes that can be triggered and performed by provider
non_defect
add documentation about cryptography provider add documentation for cryptography provider description of objects resources provider works with description of processes that can be triggered and performed by provider
0
74,940
25,446,625,026
IssuesEvent
2022-11-24 06:50:28
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
BUG: solve_ivp fails to solve Possion-Nernst-Planck Equation but ode15s of MATLAB does
defect scipy.integrate
### Describe your issue. I am trying to solve pne dimensional Possion-Nernst-Planck (PNP) Equation with solve_ivp, it looks like ![AA](https://user-images.githubusercontent.com/23021127/202996762-3e51b897-c148-42bc-a1ae-c09f4104ca42.png) Here, $\psi$ is electrode potential, $c_i$ are concentrations of ions. Here is an example in matlab. [matlab_cc.txt](https://github.com/scipy/scipy/files/10054581/matlab_cc.txt) The function **current** calculate the currenr density of a reaction. The result will be used to calculate the Robin condition of left boundary. It's a little complex, but **jr** should decrease during the integration of equation. And ode15s can reach the end of the time span I want to calculate. I also write a Python version and use solve_ivp to solve this equation. [mkm_electro4.py.txt](https://github.com/scipy/scipy/files/10054615/mkm_electro4.py.txt) However, the current density jr decrease slowly. If you print the **t** variable in **ions_conc_equ**, you will find the time step is very small, t can only reach 8.0e-7. I tried BDF, LSODA solver, but both of them can not reach the end of the time span I want to calculate. In short, PNP equation is a stiff equation, but BDF or LSODA solver fail to solve it. ### Reproducing Code Example ```python See the attachment ``` ### Error message ```shell See the attachment ``` ### SciPy/NumPy/Python version information 1.7.1 1.21.2 sys.version_info(major=3, minor=8, micro=10, releaselevel='final', serial=0)
1.0
BUG: solve_ivp fails to solve Possion-Nernst-Planck Equation but ode15s of MATLAB does - ### Describe your issue. I am trying to solve pne dimensional Possion-Nernst-Planck (PNP) Equation with solve_ivp, it looks like ![AA](https://user-images.githubusercontent.com/23021127/202996762-3e51b897-c148-42bc-a1ae-c09f4104ca42.png) Here, $\psi$ is electrode potential, $c_i$ are concentrations of ions. Here is an example in matlab. [matlab_cc.txt](https://github.com/scipy/scipy/files/10054581/matlab_cc.txt) The function **current** calculate the currenr density of a reaction. The result will be used to calculate the Robin condition of left boundary. It's a little complex, but **jr** should decrease during the integration of equation. And ode15s can reach the end of the time span I want to calculate. I also write a Python version and use solve_ivp to solve this equation. [mkm_electro4.py.txt](https://github.com/scipy/scipy/files/10054615/mkm_electro4.py.txt) However, the current density jr decrease slowly. If you print the **t** variable in **ions_conc_equ**, you will find the time step is very small, t can only reach 8.0e-7. I tried BDF, LSODA solver, but both of them can not reach the end of the time span I want to calculate. In short, PNP equation is a stiff equation, but BDF or LSODA solver fail to solve it. ### Reproducing Code Example ```python See the attachment ``` ### Error message ```shell See the attachment ``` ### SciPy/NumPy/Python version information 1.7.1 1.21.2 sys.version_info(major=3, minor=8, micro=10, releaselevel='final', serial=0)
defect
bug solve ivp fails to solve possion nernst planck equation but of matlab does describe your issue i am trying to solve pne dimensional possion nernst planck pnp equation with solve ivp it looks like here psi is electrode potential c i are concentrations of ions here is an example in matlab the function current calculate the currenr density of a reaction the result will be used to calculate the robin condition of left boundary it s a little complex but jr should decrease during the integration of equation and can reach the end of the time span i want to calculate i also write a python version and use solve ivp to solve this equation however the current density jr decrease slowly if you print the t variable in ions conc equ you will find the time step is very small t can only reach i tried bdf lsoda solver but both of them can not reach the end of the time span i want to calculate in short pnp equation is a stiff equation but bdf or lsoda solver fail to solve it reproducing code example python see the attachment error message shell see the attachment scipy numpy python version information sys version info major minor micro releaselevel final serial
1
7,128
2,610,328,395
IssuesEvent
2015-02-26 19:45:49
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Hammer Picket
auto-migrated Priority-Medium Type-Defect
``` Shots fired at the Hammer Picket go underneath it. ``` ----- Original issue reported on code.google.com by `KillerHurdz@netscape.net` on 11 Jun 2011 at 9:02
1.0
Hammer Picket - ``` Shots fired at the Hammer Picket go underneath it. ``` ----- Original issue reported on code.google.com by `KillerHurdz@netscape.net` on 11 Jun 2011 at 9:02
defect
hammer picket shots fired at the hammer picket go underneath it original issue reported on code google com by killerhurdz netscape net on jun at
1
302,876
22,915,790,441
IssuesEvent
2022-07-17 00:16:19
CrisAlbornoz/git_web_practice
https://api.github.com/repos/CrisAlbornoz/git_web_practice
closed
Un commit que no sigue la convención de código o FIX a realizar
documentation
La convención del mensaje del último commit no es la esperada: `Corrigiendo página 3 y 5` Recuerde que debe tener el siguiente formato: `<Identificador de la corrección>: <Comentario>` Para realizar la corrección del mensaje de commit ejecute los comandos `git commit --amend` y `git push -f` Este issue es solo un recordatorio de la convención de comentarios en los commits y puede ser cerrado.
1.0
Un commit que no sigue la convención de código o FIX a realizar - La convención del mensaje del último commit no es la esperada: `Corrigiendo página 3 y 5` Recuerde que debe tener el siguiente formato: `<Identificador de la corrección>: <Comentario>` Para realizar la corrección del mensaje de commit ejecute los comandos `git commit --amend` y `git push -f` Este issue es solo un recordatorio de la convención de comentarios en los commits y puede ser cerrado.
non_defect
un commit que no sigue la convención de código o fix a realizar la convención del mensaje del último commit no es la esperada corrigiendo página y recuerde que debe tener el siguiente formato para realizar la corrección del mensaje de commit ejecute los comandos git commit amend y git push f este issue es solo un recordatorio de la convención de comentarios en los commits y puede ser cerrado
0
39,426
9,457,500,965
IssuesEvent
2019-04-17 00:44:44
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
Can only have one registerMooseObjectRenamed(app, orig_class, time, new_class) in application
T: defect
## Bug Description I am trying to deprecate 4 postprocessors by renaming them but want the old names to still work for some time to give users the ability to change to the new syntax. I am using ``` registerMooseObjectRenamed("MyApp", orig_class_name1, time, new_class_name1) registerMooseObjectRenamed("MyApp", orig_class_name2, time, new_class_name2) registerMooseObjectRenamed("MyApp", orig_class_name3, time, new_class_name3) registerMooseObjectRenamed("MyApp", orig_class_name4, time, new_class_name4) ``` In each of the new classes but get a compiler error like the following: `error: redefinition of 'dummyvar_for_registering_obj_orig_name19'` even when the class names are completely different. ## Steps to Reproduce Add more than one call in your application to registerMooseObjectRenamed. ## Impact This is preventing proper deprecation of multiple classes at once in where they are only renamed to something new.
1.0
Can only have one registerMooseObjectRenamed(app, orig_class, time, new_class) in application - ## Bug Description I am trying to deprecate 4 postprocessors by renaming them but want the old names to still work for some time to give users the ability to change to the new syntax. I am using ``` registerMooseObjectRenamed("MyApp", orig_class_name1, time, new_class_name1) registerMooseObjectRenamed("MyApp", orig_class_name2, time, new_class_name2) registerMooseObjectRenamed("MyApp", orig_class_name3, time, new_class_name3) registerMooseObjectRenamed("MyApp", orig_class_name4, time, new_class_name4) ``` In each of the new classes but get a compiler error like the following: `error: redefinition of 'dummyvar_for_registering_obj_orig_name19'` even when the class names are completely different. ## Steps to Reproduce Add more than one call in your application to registerMooseObjectRenamed. ## Impact This is preventing proper deprecation of multiple classes at once in where they are only renamed to something new.
defect
can only have one registermooseobjectrenamed app orig class time new class in application bug description i am trying to deprecate postprocessors by renaming them but want the old names to still work for some time to give users the ability to change to the new syntax i am using registermooseobjectrenamed myapp orig class time new class registermooseobjectrenamed myapp orig class time new class registermooseobjectrenamed myapp orig class time new class registermooseobjectrenamed myapp orig class time new class in each of the new classes but get a compiler error like the following error redefinition of dummyvar for registering obj orig even when the class names are completely different steps to reproduce add more than one call in your application to registermooseobjectrenamed impact this is preventing proper deprecation of multiple classes at once in where they are only renamed to something new
1
8,177
3,144,455,648
IssuesEvent
2015-09-14 13:33:38
sass/node-sass
https://api.github.com/repos/sass/node-sass
opened
Clearly document our environment variables
Community - Documentation Community - Help Wanted
Inspired by #1106 (and others I can't remember atm). We have a handful of really useful environment variables, with subtly different behaviour. These are currently poorly, or undocumented which leads to people not knowing they exist, or how they work. **We need to document theses** Off the top of my head we ENV variables for installing/downloading the binaries, as well compiling the binary in dev mode. Below is some, but not all, of the ENV variables that directly affect node-sass. ``` SASS_BINARY_NAME SASS_BINARY_SITE SASS_BINARY_PATH ```
1.0
Clearly document our environment variables - Inspired by #1106 (and others I can't remember atm). We have a handful of really useful environment variables, with subtly different behaviour. These are currently poorly, or undocumented which leads to people not knowing they exist, or how they work. **We need to document theses** Off the top of my head we ENV variables for installing/downloading the binaries, as well compiling the binary in dev mode. Below is some, but not all, of the ENV variables that directly affect node-sass. ``` SASS_BINARY_NAME SASS_BINARY_SITE SASS_BINARY_PATH ```
non_defect
clearly document our environment variables inspired by and others i can t remember atm we have a handful of really useful environment variables with subtly different behaviour these are currently poorly or undocumented which leads to people not knowing they exist or how they work we need to document theses off the top of my head we env variables for installing downloading the binaries as well compiling the binary in dev mode below is some but not all of the env variables that directly affect node sass sass binary name sass binary site sass binary path
0
34,262
7,431,749,031
IssuesEvent
2018-03-25 17:43:53
Yahkal/replicaisland
https://api.github.com/repos/Yahkal/replicaisland
closed
Going through the ground
Priority-Medium Type-Defect auto-migrated
``` Hello ! I've been playing and finishing this game during my holidays, and I had no connection at this time to post bugs, so I'm doing this now. A few times during the game (I think at least twice), I happened to see the Droid going through the ground. This was while flying, when the ground goes up, with a 45 degree angle. I was flying forward near to the ground, and due to bad control I hit it, but instead of being stopped and landing, I went through it. I couldn't then kind of "move" through the solid blocks. I haven't been able to reproduce this bug "on purpose", it only occurred randomly. ``` Original issue reported on code.google.com by `py.ricau` on 21 Jul 2010 at 8:46
1.0
Going through the ground - ``` Hello ! I've been playing and finishing this game during my holidays, and I had no connection at this time to post bugs, so I'm doing this now. A few times during the game (I think at least twice), I happened to see the Droid going through the ground. This was while flying, when the ground goes up, with a 45 degree angle. I was flying forward near to the ground, and due to bad control I hit it, but instead of being stopped and landing, I went through it. I couldn't then kind of "move" through the solid blocks. I haven't been able to reproduce this bug "on purpose", it only occurred randomly. ``` Original issue reported on code.google.com by `py.ricau` on 21 Jul 2010 at 8:46
defect
going through the ground hello i ve been playing and finishing this game during my holidays and i had no connection at this time to post bugs so i m doing this now a few times during the game i think at least twice i happened to see the droid going through the ground this was while flying when the ground goes up with a degree angle i was flying forward near to the ground and due to bad control i hit it but instead of being stopped and landing i went through it i couldn t then kind of move through the solid blocks i haven t been able to reproduce this bug on purpose it only occurred randomly original issue reported on code google com by py ricau on jul at
1
39,907
9,742,521,710
IssuesEvent
2019-06-02 17:49:57
techo/voluntariado-eventual
https://api.github.com/repos/techo/voluntariado-eventual
closed
BE: No aparecen las Provincia (Punto de Encuentro)
Defecto
**Describí el error** en el Punto de Encuentro: empiezo a cargar por "Punto de Encuentro" y no aparecen las Provincia y por consiguiente, las localidades. **Para reproducirlo** Pasos para reproducir el comportamiento: -. TESTING -. Me logueo como ADMINISTRADOR -. Menu: ADMIN - Mis Actividades -. Creo una actividad: Crear Nueva Actividad -. Solapa "General": - Empiezo a cargar "Punto de Encuentro": - "Pais": "Argentina" (esta pre-defenido) - "Provincia": en el combo no me aparecen las provincias - "Localidad": en el combo no me aparecen las localidades **Comportamiento esperando** -. TESTING -. Me logueo como ADMINISTRADOR -. Menu: ADMIN - Mis Actividades -. Creo una actividad: Crear Nueva Actividad -. Solapa "General": - Empiezo a cargar "Punto de Encuentro": - "Pais": "Argentina" (esta pre-definido) - "Provincia": en el combo me aparecen las provincias - "Localidad": en el combo me aparecen las localidades **Capturas de pantalla** ![20181228 - punto de encuentro - no aparecen las provincias](https://user-images.githubusercontent.com/43036107/50517379-e7141e80-0a8e-11e9-8250-95b979db9c31.jpg) **Si estás en una computadora (por favor completá la siguiente información):** - Navegador : chrome **Smartphone (completá la siguiente informaicón):** - Dispositivo: [por ejemplo: Huawei GW, iPhone6, Samsung J2] - Sistema operativo: [por ejemplo: Android4, iOS8.1] - Navegador [por ejemplo: navegador del celu, Chrome, Safari] **Contexto adicional** Toda otra cosa que ayude a explicar lo que pasó.
1.0
BE: No aparecen las Provincia (Punto de Encuentro) - **Describí el error** en el Punto de Encuentro: empiezo a cargar por "Punto de Encuentro" y no aparecen las Provincia y por consiguiente, las localidades. **Para reproducirlo** Pasos para reproducir el comportamiento: -. TESTING -. Me logueo como ADMINISTRADOR -. Menu: ADMIN - Mis Actividades -. Creo una actividad: Crear Nueva Actividad -. Solapa "General": - Empiezo a cargar "Punto de Encuentro": - "Pais": "Argentina" (esta pre-defenido) - "Provincia": en el combo no me aparecen las provincias - "Localidad": en el combo no me aparecen las localidades **Comportamiento esperando** -. TESTING -. Me logueo como ADMINISTRADOR -. Menu: ADMIN - Mis Actividades -. Creo una actividad: Crear Nueva Actividad -. Solapa "General": - Empiezo a cargar "Punto de Encuentro": - "Pais": "Argentina" (esta pre-definido) - "Provincia": en el combo me aparecen las provincias - "Localidad": en el combo me aparecen las localidades **Capturas de pantalla** ![20181228 - punto de encuentro - no aparecen las provincias](https://user-images.githubusercontent.com/43036107/50517379-e7141e80-0a8e-11e9-8250-95b979db9c31.jpg) **Si estás en una computadora (por favor completá la siguiente información):** - Navegador : chrome **Smartphone (completá la siguiente informaicón):** - Dispositivo: [por ejemplo: Huawei GW, iPhone6, Samsung J2] - Sistema operativo: [por ejemplo: Android4, iOS8.1] - Navegador [por ejemplo: navegador del celu, Chrome, Safari] **Contexto adicional** Toda otra cosa que ayude a explicar lo que pasó.
defect
be no aparecen las provincia punto de encuentro describí el error en el punto de encuentro empiezo a cargar por punto de encuentro y no aparecen las provincia y por consiguiente las localidades para reproducirlo pasos para reproducir el comportamiento testing me logueo como administrador menu admin mis actividades creo una actividad crear nueva actividad solapa general empiezo a cargar punto de encuentro pais argentina esta pre defenido provincia en el combo no me aparecen las provincias localidad en el combo no me aparecen las localidades comportamiento esperando testing me logueo como administrador menu admin mis actividades creo una actividad crear nueva actividad solapa general empiezo a cargar punto de encuentro pais argentina esta pre definido provincia en el combo me aparecen las provincias localidad en el combo me aparecen las localidades capturas de pantalla si estás en una computadora por favor completá la siguiente información navegador chrome smartphone completá la siguiente informaicón dispositivo sistema operativo navegador contexto adicional toda otra cosa que ayude a explicar lo que pasó
1
16,086
2,870,874,575
IssuesEvent
2015-06-07 16:18:00
kubilus1/gendev
https://api.github.com/repos/kubilus1/gendev
closed
Build failed
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1 $ svn checkout http://gendev.googlecode.com/svn/trunk/ gendev-read-only 2 $ cd gendev-read-only 3 $ make What is the expected output? What do you see instead? > if [ xinfo = xinfo ]; then \ > makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.5.2/gcc/doc \ > -I ../../gcc-4.5.2/gcc/doc/include -o doc/cpp.info ../.. gcc-4.5.2/gcc/doc/cpp.texi; \ > fi >../../gcc-4.5.2/gcc/doc/cppopts.texi:763: @itemx must follow @item What version of the product are you using? On what operating system? gendev rev 46 Debian Jessie, x86 texinfo 5.2.0.dfsg.1-1 ``` Original issue reported on code.google.com by `s1n....@gmail.com` on 27 Oct 2013 at 7:48
1.0
Build failed - ``` What steps will reproduce the problem? 1 $ svn checkout http://gendev.googlecode.com/svn/trunk/ gendev-read-only 2 $ cd gendev-read-only 3 $ make What is the expected output? What do you see instead? > if [ xinfo = xinfo ]; then \ > makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.5.2/gcc/doc \ > -I ../../gcc-4.5.2/gcc/doc/include -o doc/cpp.info ../.. gcc-4.5.2/gcc/doc/cpp.texi; \ > fi >../../gcc-4.5.2/gcc/doc/cppopts.texi:763: @itemx must follow @item What version of the product are you using? On what operating system? gendev rev 46 Debian Jessie, x86 texinfo 5.2.0.dfsg.1-1 ``` Original issue reported on code.google.com by `s1n....@gmail.com` on 27 Oct 2013 at 7:48
defect
build failed what steps will reproduce the problem svn checkout gendev read only cd gendev read only make what is the expected output what do you see instead if then makeinfo split size split size no split i i gcc gcc doc i gcc gcc doc include o doc cpp info gcc gcc doc cpp texi fi gcc gcc doc cppopts texi itemx must follow item what version of the product are you using on what operating system gendev rev debian jessie texinfo dfsg original issue reported on code google com by gmail com on oct at
1
60,307
17,023,392,883
IssuesEvent
2021-07-03 01:47:39
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Potlatch tests
Component: potlatch (flash editor) Priority: critical Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 6.55pm, Sunday, 26th April 2009]** ``` smsm1 RichardF: if you run the tests you'll get the list of errors like on http://cruise.shaunmcdonald.me.uk/builds/osmapi-postgres/14758 [17:51:51]smsm1 RichardF: for the failing test test_whichways_badlat [17:53:07]smsm1 RichardF: you'll see the code at http://trac.openstreetmap.org/browser/sites/rails_port/test/functional/amf_controller_test.rb#L106 [17:53:24]smsm1 RichardF: the failing test is an assertion at line 144 [17:54:38]smsm1 RichardF: it looks like you have customised the boundary error, to be more specific [17:55:50]smsm1 RichardF: so changing that error message will be required [17:56:35]RichardF smsm1: cool - when I've got the db working and have got the urgent Potlatch stuff done then I can take a look at that [17:57:47]smsm1 RichardF: due to the customisation of the error message, it also looks like you will need to duplicate that test method based on whether the min and max lat is the right way around. smsm1 http://trac.openstreetmap.org/browser/sites/rails_port/test/functional/amf_controller_test.rb#L106 ```
1.0
Potlatch tests - **[Submitted to the original trac issue database at 6.55pm, Sunday, 26th April 2009]** ``` smsm1 RichardF: if you run the tests you'll get the list of errors like on http://cruise.shaunmcdonald.me.uk/builds/osmapi-postgres/14758 [17:51:51]smsm1 RichardF: for the failing test test_whichways_badlat [17:53:07]smsm1 RichardF: you'll see the code at http://trac.openstreetmap.org/browser/sites/rails_port/test/functional/amf_controller_test.rb#L106 [17:53:24]smsm1 RichardF: the failing test is an assertion at line 144 [17:54:38]smsm1 RichardF: it looks like you have customised the boundary error, to be more specific [17:55:50]smsm1 RichardF: so changing that error message will be required [17:56:35]RichardF smsm1: cool - when I've got the db working and have got the urgent Potlatch stuff done then I can take a look at that [17:57:47]smsm1 RichardF: due to the customisation of the error message, it also looks like you will need to duplicate that test method based on whether the min and max lat is the right way around. smsm1 http://trac.openstreetmap.org/browser/sites/rails_port/test/functional/amf_controller_test.rb#L106 ```
defect
potlatch tests richardf if you run the tests you ll get the list of errors like on richardf for the failing test test whichways badlat richardf you ll see the code at richardf the failing test is an assertion at line richardf it looks like you have customised the boundary error to be more specific richardf so changing that error message will be required richardf cool when i ve got the db working and have got the urgent potlatch stuff done then i can take a look at that richardf due to the customisation of the error message it also looks like you will need to duplicate that test method based on whether the min and max lat is the right way around
1
62,776
17,194,125,727
IssuesEvent
2021-07-16 14:56:38
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
508-defect-2 [SCREENREADER, COGNITION]: Images of the facilities should not be links
508-defect-2 508-issue-cognition 508-issue-screenreader 508/Accessibility frontend stretch-goal vet-center vsa vsa-facilities
# [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context [KEYBOARD]: Add another user link will not receive keyboard focus [AXE-CORE]: Heading levels should increase by one [COGNITION]: Error messages should be more specific [COLOR]: Blue button on blue background does not have sufficient contrast ratio --- --> <!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. --> ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Definition of done 1. Review and acknowledge feedback. 1. Fix and/or document decisions made. 1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix. ## Point of Contact <!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. --> **VFS Point of Contact:** Josh ## User Story or Problem Statement As a screen reader user, I want to know the purpose and destination of a link. As a keyboard user, I want to know why an image is receiving focus and where it will direct me to. ## Details Images on the locations page all contain blank links. For screen reader users, that means alt text describing the facilities will populate their screenreader's link list which can be disorientating as alt text describing a facility will not describe where they will be linked to. For keyboard users, that means trying to figure out _why_ an image is linked to begin with. Without any contextual information around it, they will not understand the purpose or target. ## Acceptance Criteria - [x] Images of facilities are not links ## Proposed Solution If there's no particular intent behind the links on the images, they should be removed. ## Screenshots or Trace Logs https://user-images.githubusercontent.com/14154792/119010093-b552c980-b961-11eb-96d6-13b67988264f.mov
1.0
508-defect-2 [SCREENREADER, COGNITION]: Images of the facilities should not be links - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context [KEYBOARD]: Add another user link will not receive keyboard focus [AXE-CORE]: Heading levels should increase by one [COGNITION]: Error messages should be more specific [COLOR]: Blue button on blue background does not have sufficient contrast ratio --- --> <!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. --> ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Definition of done 1. Review and acknowledge feedback. 1. Fix and/or document decisions made. 1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix. ## Point of Contact <!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. --> **VFS Point of Contact:** Josh ## User Story or Problem Statement As a screen reader user, I want to know the purpose and destination of a link. As a keyboard user, I want to know why an image is receiving focus and where it will direct me to. ## Details Images on the locations page all contain blank links. For screen reader users, that means alt text describing the facilities will populate their screenreader's link list which can be disorientating as alt text describing a facility will not describe where they will be linked to. For keyboard users, that means trying to figure out _why_ an image is linked to begin with. Without any contextual information around it, they will not understand the purpose or target. ## Acceptance Criteria - [x] Images of facilities are not links ## Proposed Solution If there's no particular intent behind the links on the images, they should be removed. ## Screenshots or Trace Logs https://user-images.githubusercontent.com/14154792/119010093-b552c980-b961-11eb-96d6-13b67988264f.mov
defect
defect images of the facilities should not be links enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages should be more specific blue button on blue background does not have sufficient contrast ratio feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix and or document decisions made accessibility specialist will close ticket after reviewing documented decisions validating fix point of contact vfs point of contact josh user story or problem statement as a screen reader user i want to know the purpose and destination of a link as a keyboard user i want to know why an image is receiving focus and where it will direct me to details images on the locations page all contain blank links for screen reader users that means alt text describing the facilities will populate their screenreader s link list which can be disorientating as alt text describing a facility will not describe where they will be linked to for keyboard users that means trying to figure out why an image is linked to begin with without any contextual information around it they will not understand the purpose or target acceptance criteria images of facilities are not links proposed solution if there s no particular intent behind the links on the images they should be removed screenshots or trace logs
1
412,619
12,053,256,386
IssuesEvent
2020-04-15 09:04:59
luna/ide
https://api.github.com/repos/luna/ide
closed
Refactor IDE to use much less RefCells
Category: IDE Change: Non-Breaking Difficulty: Core Contributor Priority: High Type: Enhancement Type: Research Needed
## Summary Now IDE controllers are designed in a OOP way, which is not desirable, as it requires extensive usage of RefCells and shared! macro. The better way is to think about controllers as an "set of operations" instead of "objects", and limit RefCells only to the data which is actually shared between different places of our application (like from different js/ensogl callbacks).
1.0
Refactor IDE to use much less RefCells - ## Summary Now IDE controllers are designed in a OOP way, which is not desirable, as it requires extensive usage of RefCells and shared! macro. The better way is to think about controllers as an "set of operations" instead of "objects", and limit RefCells only to the data which is actually shared between different places of our application (like from different js/ensogl callbacks).
non_defect
refactor ide to use much less refcells summary now ide controllers are designed in a oop way which is not desirable as it requires extensive usage of refcells and shared macro the better way is to think about controllers as an set of operations instead of objects and limit refcells only to the data which is actually shared between different places of our application like from different js ensogl callbacks
0
187,096
22,031,529,991
IssuesEvent
2022-05-28 00:38:49
vincenzodistasio97/Slack-Clone
https://api.github.com/repos/vincenzodistasio97/Slack-Clone
closed
CVE-2018-20834 (High) detected in tar-2.2.1.tgz - autoclosed
security vulnerability
## CVE-2018-20834 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.1.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.1.tgz">https://registry.npmjs.org/tar/-/tar-2.2.1.tgz</a></p> <p>Path to dependency file: /client/package.json</p> <p>Path to vulnerable library: /client/node_modules/npm/node_modules/node-gyp/node_modules/tar/package.json,/server/node_modules/npm/node_modules/node-gyp/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - npm-6.4.1.tgz (Root Library) - node-gyp-3.8.0.tgz - :x: **tar-2.2.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/vincenzodistasio97/Slack-Clone/commit/125be6381c29e8f8e1d4b2fed216db288fad9798">125be6381c29e8f8e1d4b2fed216db288fad9798</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 vulnerability was found in node-tar before version 4.4.2 (excluding version 2.2.2). An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the existing file content. A patch has been applied to node-tar v2.2.2). <p>Publish Date: 2019-04-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20834>CVE-2018-20834</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: None - Integrity Impact: High - 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-2017-16082">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16082</a></p> <p>Release Date: 2019-04-30</p> <p>Fix Resolution (tar): 2.2.2</p> <p>Direct dependency fix Resolution (npm): 8.7.0</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-2018-20834 (High) detected in tar-2.2.1.tgz - autoclosed - ## CVE-2018-20834 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.1.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.1.tgz">https://registry.npmjs.org/tar/-/tar-2.2.1.tgz</a></p> <p>Path to dependency file: /client/package.json</p> <p>Path to vulnerable library: /client/node_modules/npm/node_modules/node-gyp/node_modules/tar/package.json,/server/node_modules/npm/node_modules/node-gyp/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - npm-6.4.1.tgz (Root Library) - node-gyp-3.8.0.tgz - :x: **tar-2.2.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/vincenzodistasio97/Slack-Clone/commit/125be6381c29e8f8e1d4b2fed216db288fad9798">125be6381c29e8f8e1d4b2fed216db288fad9798</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 vulnerability was found in node-tar before version 4.4.2 (excluding version 2.2.2). An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the existing file content. A patch has been applied to node-tar v2.2.2). <p>Publish Date: 2019-04-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20834>CVE-2018-20834</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: None - Integrity Impact: High - 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-2017-16082">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16082</a></p> <p>Release Date: 2019-04-30</p> <p>Fix Resolution (tar): 2.2.2</p> <p>Direct dependency fix Resolution (npm): 8.7.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in tar tgz autoclosed cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href path to dependency file client package json path to vulnerable library client node modules npm node modules node gyp node modules tar package json server node modules npm node modules node gyp node modules tar package json dependency hierarchy npm tgz root library node gyp tgz x tar tgz vulnerable library found in head commit a href found in base branch master vulnerability details a vulnerability was found in node tar before version excluding version an arbitrary file overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system in conjunction with a later plain file with the same name as the hardlink this plain file content replaces the existing file content a patch has been applied to node tar 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 none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tar direct dependency fix resolution npm step up your open source security game with whitesource
0
47,134
13,056,038,648
IssuesEvent
2020-07-30 03:28:05
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
Include latest dataclasses in release (Trac #44)
Migrated from Trac defect offline-software
New crunchies from olivas needed for simulation: I3MCHit : 1)Added HitSource enum enum HitSource{ UNKNOWN = 0, SPE = 10, RANDOM = 20, AFTER_PULSE = 30, PRE_PULSE = 40, LATE_PULSE = 50 }; 2) Updated constructor accordingly ( initialize source_(UNKNOWN) ) 3) Added access methods SetHitSource and GetHitSource 4) Updated the serialize method 5) Incremented the boost version to 2 I3Particle : IsCascade - Added checks for pi0, p+, p-, and mu+mu-. My guess for why this is more cascade-like is because the photon propagator goes like 1/q2. This makes it more likely to produce low energy pairs. This is on the trunk of dataclasses now. Alex. Migrated from https://code.icecube.wisc.edu/ticket/44 ```json { "status": "closed", "changetime": "2007-11-11T03:51:18", "description": "New crunchies from olivas needed for simulation:\n\nI3MCHit :\n 1)Added HitSource enum\n\n enum HitSource{\n UNKNOWN = 0,\n SPE = 10,\n RANDOM = 20,\n AFTER_PULSE = 30,\n PRE_PULSE = 40,\n LATE_PULSE = 50\n };\n\n\n2) Updated constructor accordingly ( initialize source_(UNKNOWN) )\n3) Added access methods SetHitSource and GetHitSource\n4) Updated the serialize method\n5) Incremented the boost version to 2\n\nI3Particle :\n IsCascade - Added checks for pi0, p+, p-, and mu+mu-. My guess for why this is more\n cascade-like is because the photon propagator goes like 1/q2. This makes it more likely\n to produce low energy pairs.\n\nThis is on the trunk of dataclasses now.\nAlex. ", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1194753078000000", "component": "offline-software", "summary": "Include latest dataclasses in release", "priority": "normal", "keywords": "", "time": "2007-06-06T01:47:20", "milestone": "", "owner": "", "type": "defect" } ```
1.0
Include latest dataclasses in release (Trac #44) - New crunchies from olivas needed for simulation: I3MCHit : 1)Added HitSource enum enum HitSource{ UNKNOWN = 0, SPE = 10, RANDOM = 20, AFTER_PULSE = 30, PRE_PULSE = 40, LATE_PULSE = 50 }; 2) Updated constructor accordingly ( initialize source_(UNKNOWN) ) 3) Added access methods SetHitSource and GetHitSource 4) Updated the serialize method 5) Incremented the boost version to 2 I3Particle : IsCascade - Added checks for pi0, p+, p-, and mu+mu-. My guess for why this is more cascade-like is because the photon propagator goes like 1/q2. This makes it more likely to produce low energy pairs. This is on the trunk of dataclasses now. Alex. Migrated from https://code.icecube.wisc.edu/ticket/44 ```json { "status": "closed", "changetime": "2007-11-11T03:51:18", "description": "New crunchies from olivas needed for simulation:\n\nI3MCHit :\n 1)Added HitSource enum\n\n enum HitSource{\n UNKNOWN = 0,\n SPE = 10,\n RANDOM = 20,\n AFTER_PULSE = 30,\n PRE_PULSE = 40,\n LATE_PULSE = 50\n };\n\n\n2) Updated constructor accordingly ( initialize source_(UNKNOWN) )\n3) Added access methods SetHitSource and GetHitSource\n4) Updated the serialize method\n5) Incremented the boost version to 2\n\nI3Particle :\n IsCascade - Added checks for pi0, p+, p-, and mu+mu-. My guess for why this is more\n cascade-like is because the photon propagator goes like 1/q2. This makes it more likely\n to produce low energy pairs.\n\nThis is on the trunk of dataclasses now.\nAlex. ", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1194753078000000", "component": "offline-software", "summary": "Include latest dataclasses in release", "priority": "normal", "keywords": "", "time": "2007-06-06T01:47:20", "milestone": "", "owner": "", "type": "defect" } ```
defect
include latest dataclasses in release trac new crunchies from olivas needed for simulation added hitsource enum enum hitsource unknown spe random after pulse pre pulse late pulse updated constructor accordingly initialize source unknown added access methods sethitsource and gethitsource updated the serialize method incremented the boost version to iscascade added checks for p p and mu mu my guess for why this is more cascade like is because the photon propagator goes like this makes it more likely to produce low energy pairs this is on the trunk of dataclasses now alex migrated from json status closed changetime description new crunchies from olivas needed for simulation n n added hitsource enum n n enum hitsource n unknown n spe n random n after pulse n pre pulse n late pulse n n n updated constructor accordingly initialize source unknown added access methods sethitsource and gethitsource updated the serialize method incremented the boost version to n n iscascade added checks for p p and mu mu my guess for why this is more n cascade like is because the photon propagator goes like this makes it more likely n to produce low energy pairs n nthis is on the trunk of dataclasses now nalex reporter blaufuss cc resolution fixed ts component offline software summary include latest dataclasses in release priority normal keywords time milestone owner type defect
1
235,226
25,915,085,170
IssuesEvent
2022-12-15 16:43:20
hugh-mend/juice-shop
https://api.github.com/repos/hugh-mend/juice-shop
closed
CVE-2022-36313 (Medium) detected in file-type-16.5.3.tgz - autoclosed
security vulnerability
## CVE-2022-36313 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>file-type-16.5.3.tgz</b></p></summary> <p>Detect the file type of a Buffer/Uint8Array/ArrayBuffer</p> <p>Library home page: <a href="https://registry.npmjs.org/file-type/-/file-type-16.5.3.tgz">https://registry.npmjs.org/file-type/-/file-type-16.5.3.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/file-type/package.json</p> <p> Dependency Hierarchy: - :x: **file-type-16.5.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/hugh-whitesource/juice-shop/commit/602a5c1544c16c3db419c42316d76dbc7be9e7e6">602a5c1544c16c3db419c42316d76dbc7be9e7e6</a></p> <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> An issue was discovered in the file-type package before 16.5.4 and 17.x before 17.1.3 for Node.js. A malformed MKV file could cause the file type detector to get caught in an infinite loop. This would make the application become unresponsive and could be used to cause a DoS attack. <p>Publish Date: 2022-07-21 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-36313>CVE-2022-36313</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>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - 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>Release Date: 2022-07-21</p> <p>Fix Resolution: 16.5.4</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
True
CVE-2022-36313 (Medium) detected in file-type-16.5.3.tgz - autoclosed - ## CVE-2022-36313 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>file-type-16.5.3.tgz</b></p></summary> <p>Detect the file type of a Buffer/Uint8Array/ArrayBuffer</p> <p>Library home page: <a href="https://registry.npmjs.org/file-type/-/file-type-16.5.3.tgz">https://registry.npmjs.org/file-type/-/file-type-16.5.3.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/file-type/package.json</p> <p> Dependency Hierarchy: - :x: **file-type-16.5.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/hugh-whitesource/juice-shop/commit/602a5c1544c16c3db419c42316d76dbc7be9e7e6">602a5c1544c16c3db419c42316d76dbc7be9e7e6</a></p> <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> An issue was discovered in the file-type package before 16.5.4 and 17.x before 17.1.3 for Node.js. A malformed MKV file could cause the file type detector to get caught in an infinite loop. This would make the application become unresponsive and could be used to cause a DoS attack. <p>Publish Date: 2022-07-21 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-36313>CVE-2022-36313</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>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - 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>Release Date: 2022-07-21</p> <p>Fix Resolution: 16.5.4</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
non_defect
cve medium detected in file type tgz autoclosed cve medium severity vulnerability vulnerable library file type tgz detect the file type of a buffer arraybuffer library home page a href path to dependency file package json path to vulnerable library node modules file type package json dependency hierarchy x file type tgz vulnerable library found in head commit a href found in base branch master vulnerability details an issue was discovered in the file type package before and x before for node js a malformed mkv file could cause the file type detector to get caught in an infinite loop this would make the application become unresponsive and could be used to cause a dos attack publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution rescue worker helmet automatic remediation is available for this issue
0
46,591
13,055,941,928
IssuesEvent
2020-07-30 03:11:12
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[documentation] 403 - Forbidden (Trac #1523)
Incomplete Migration Migrated from Trac defect other
Migrated from https://code.icecube.wisc.edu/ticket/1523 ```json { "status": "closed", "changetime": "2016-02-15T22:22:18", "description": "403 - Forbidden for \nhttp://software.icecube.wisc.edu/simulation_trunk/\nhttp://software.icecube.wisc.edu/offline_trunk/\nhttp://software.icecube.wisc.edu/icerec_trunk/\n\n...the nightly builds of the trunk.", "reporter": "olivas", "cc": "", "resolution": "wontfix", "_ts": "1455574938071235", "component": "other", "summary": "[documentation] 403 - Forbidden", "priority": "major", "keywords": "", "time": "2016-01-22T05:48:52", "milestone": "Long-Term Future", "owner": "nega", "type": "defect" } ```
1.0
[documentation] 403 - Forbidden (Trac #1523) - Migrated from https://code.icecube.wisc.edu/ticket/1523 ```json { "status": "closed", "changetime": "2016-02-15T22:22:18", "description": "403 - Forbidden for \nhttp://software.icecube.wisc.edu/simulation_trunk/\nhttp://software.icecube.wisc.edu/offline_trunk/\nhttp://software.icecube.wisc.edu/icerec_trunk/\n\n...the nightly builds of the trunk.", "reporter": "olivas", "cc": "", "resolution": "wontfix", "_ts": "1455574938071235", "component": "other", "summary": "[documentation] 403 - Forbidden", "priority": "major", "keywords": "", "time": "2016-01-22T05:48:52", "milestone": "Long-Term Future", "owner": "nega", "type": "defect" } ```
defect
forbidden trac migrated from json status closed changetime description forbidden for n nightly builds of the trunk reporter olivas cc resolution wontfix ts component other summary forbidden priority major keywords time milestone long term future owner nega type defect
1
59,852
17,023,266,355
IssuesEvent
2021-07-03 01:08:00
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
areacenter doesn't handle two-node "areas"
Component: osmarender Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 9.11pm, Tuesday, 1st July 2008]** A small OSM file illustrating the problem (with only one way) is attached to this message. It is taken from: http://api.openstreetmap.org/api/0.5/map?bbox=5.31123,52.3975,5.31779,52.40068 The road is tagges as 'highway=residential', but also as 'landuse=residential', obviously, this does not make much sense, but it leads to a corrupt SVG file if rendered with: osmarender -r osm-map-features-z17.xml Because of the landuse=residential, it will add a label. It's too hard for me to understand the XSLT trickery. Ideally maps do not contain such errors, but since humans are prone to make them, I think it would be better to change the transformation rules such that the SVG outputted is at least valid (a strict renderer such as Batik will not accept it).
1.0
areacenter doesn't handle two-node "areas" - **[Submitted to the original trac issue database at 9.11pm, Tuesday, 1st July 2008]** A small OSM file illustrating the problem (with only one way) is attached to this message. It is taken from: http://api.openstreetmap.org/api/0.5/map?bbox=5.31123,52.3975,5.31779,52.40068 The road is tagges as 'highway=residential', but also as 'landuse=residential', obviously, this does not make much sense, but it leads to a corrupt SVG file if rendered with: osmarender -r osm-map-features-z17.xml Because of the landuse=residential, it will add a label. It's too hard for me to understand the XSLT trickery. Ideally maps do not contain such errors, but since humans are prone to make them, I think it would be better to change the transformation rules such that the SVG outputted is at least valid (a strict renderer such as Batik will not accept it).
defect
areacenter doesn t handle two node areas a small osm file illustrating the problem with only one way is attached to this message it is taken from the road is tagges as highway residential but also as landuse residential obviously this does not make much sense but it leads to a corrupt svg file if rendered with osmarender r osm map features xml because of the landuse residential it will add a label it s too hard for me to understand the xslt trickery ideally maps do not contain such errors but since humans are prone to make them i think it would be better to change the transformation rules such that the svg outputted is at least valid a strict renderer such as batik will not accept it
1
12,380
2,694,263,871
IssuesEvent
2015-04-01 19:16:20
google/google-api-go-client
https://api.github.com/repos/google/google-api-go-client
opened
Support for push notifications
new priority-medium type-defect
**imjasonh** on 22 May 2013 at 3:25: ``` API Push Notifications were recently announced and demoed at I/O (http://www.youtube.com/watch?v=NlZZghBnfdM) It would be great to have some of these common parts done by Go library code, so a developer could skip having to rewrite the protocol code each time. If the Discovery document exposes the requisite information, Go code could be generated to allow developers to write something like: svc.Playlists.Watch(playlistId).Do() svc.Playlists.HandleNotification("/notifications", func(w http.ResponseWriter, r *http.Request, p youtube.Playlist, s common.StateChange) { // Do something with the updated playlist // stateChange is an enum describing whether it's an insertion, update, or deletion operation }) This would register a http.HandleFunc that parses the request headers to determine the StateChange being described, and decode the JSON body into the Playlist, and pass it to the func. I'm not sure if Discovery documents expose enough information for this to be possible, or if this is a good API surface, but it's worth looking into at least. ```
1.0
Support for push notifications - **imjasonh** on 22 May 2013 at 3:25: ``` API Push Notifications were recently announced and demoed at I/O (http://www.youtube.com/watch?v=NlZZghBnfdM) It would be great to have some of these common parts done by Go library code, so a developer could skip having to rewrite the protocol code each time. If the Discovery document exposes the requisite information, Go code could be generated to allow developers to write something like: svc.Playlists.Watch(playlistId).Do() svc.Playlists.HandleNotification("/notifications", func(w http.ResponseWriter, r *http.Request, p youtube.Playlist, s common.StateChange) { // Do something with the updated playlist // stateChange is an enum describing whether it's an insertion, update, or deletion operation }) This would register a http.HandleFunc that parses the request headers to determine the StateChange being described, and decode the JSON body into the Playlist, and pass it to the func. I'm not sure if Discovery documents expose enough information for this to be possible, or if this is a good API surface, but it's worth looking into at least. ```
defect
support for push notifications imjasonh on may at api push notifications were recently announced and demoed at i o it would be great to have some of these common parts done by go library code so a developer could skip having to rewrite the protocol code each time if the discovery document exposes the requisite information go code could be generated to allow developers to write something like svc playlists watch playlistid do svc playlists handlenotification notifications func w http responsewriter r http request p youtube playlist s common statechange do something with the updated playlist statechange is an enum describing whether it s an insertion update or deletion operation this would register a http handlefunc that parses the request headers to determine the statechange being described and decode the json body into the playlist and pass it to the func i m not sure if discovery documents expose enough information for this to be possible or if this is a good api surface but it s worth looking into at least
1
103,444
11,356,561,587
IssuesEvent
2020-01-24 23:10:24
sylabs/singularity
https://api.github.com/repos/sylabs/singularity
closed
Update 3.x documentation to include singularity security approach
Documentation
## Version of Singularity: 3.x documentation ### Expected behavior Expect a description of singularity's approach to security ### Actual behavior It hasn't been ported forward since [2.6](https://www.sylabs.io/guides/2.6/user-guide/introduction.html#security-and-privilege-escalation) Probably also the general intro from 2.6 should be ported forward.
1.0
Update 3.x documentation to include singularity security approach - ## Version of Singularity: 3.x documentation ### Expected behavior Expect a description of singularity's approach to security ### Actual behavior It hasn't been ported forward since [2.6](https://www.sylabs.io/guides/2.6/user-guide/introduction.html#security-and-privilege-escalation) Probably also the general intro from 2.6 should be ported forward.
non_defect
update x documentation to include singularity security approach version of singularity x documentation expected behavior expect a description of singularity s approach to security actual behavior it hasn t been ported forward since probably also the general intro from should be ported forward
0
199,811
15,076,206,541
IssuesEvent
2021-02-05 04:03:10
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Some HTTP & TLS test are failing on Insider Preview Windows build
area-System.Net.Security in pr os-windows test bug test-run-core
example like: ``` System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_SslProtocols_Test.GetAsync_AllowedSSLVersion_Succeeds(acceptedProtocol: Tls13, requestOnlyThisProtocol: False) [FAIL] System.AggregateException : One or more errors occurred. (One or more errors occurred. (Authentication failed, see inner exception.)) (One or more errors occurred. (The SSL connection could not be established, see inner exception.)) ---- System.AggregateException : One or more errors occurred. (Authentication failed, see inner exception.) -------- System.Security.Authentication.AuthenticationException : Authentication failed, see inner exception. ------------ System.ComponentModel.Win32Exception : The client and server cannot communicate, because they do not possess a common algorithm. ---- System.AggregateException : One or more errors occurred. (The SSL connection could not be established, see inner exception.) -------- System.Net.Http.HttpRequestException : The SSL connection could not be established, see inner exception. ------------ System.Security.Authentication.AuthenticationException : Authentication failed because the remote party sent a TLS alert: 'ProtocolVersion'. ---------------- System.ComponentModel.Win32Exception : The message received was unexpected or badly formatted. ``` There is some optimization in Windows that breaks the handshake in some uncommon cases. Following sequence will fail in step 3 if same SNI (e.g. TargetName) is used. ``` 1) Client SslProtocol.None -> Server SslProtocol.Tls13 2) Client SslProtocol.None -> Server SslProtocol.Tls12 3) Client SslProtocol.None -> Server SslProtocol.Tls13 ``` While this is not great, it seems like Windows is not going to be changed. To stabilize our tests we can use distinct SNI for each protocol version (or GUID)
2.0
Some HTTP & TLS test are failing on Insider Preview Windows build - example like: ``` System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_SslProtocols_Test.GetAsync_AllowedSSLVersion_Succeeds(acceptedProtocol: Tls13, requestOnlyThisProtocol: False) [FAIL] System.AggregateException : One or more errors occurred. (One or more errors occurred. (Authentication failed, see inner exception.)) (One or more errors occurred. (The SSL connection could not be established, see inner exception.)) ---- System.AggregateException : One or more errors occurred. (Authentication failed, see inner exception.) -------- System.Security.Authentication.AuthenticationException : Authentication failed, see inner exception. ------------ System.ComponentModel.Win32Exception : The client and server cannot communicate, because they do not possess a common algorithm. ---- System.AggregateException : One or more errors occurred. (The SSL connection could not be established, see inner exception.) -------- System.Net.Http.HttpRequestException : The SSL connection could not be established, see inner exception. ------------ System.Security.Authentication.AuthenticationException : Authentication failed because the remote party sent a TLS alert: 'ProtocolVersion'. ---------------- System.ComponentModel.Win32Exception : The message received was unexpected or badly formatted. ``` There is some optimization in Windows that breaks the handshake in some uncommon cases. Following sequence will fail in step 3 if same SNI (e.g. TargetName) is used. ``` 1) Client SslProtocol.None -> Server SslProtocol.Tls13 2) Client SslProtocol.None -> Server SslProtocol.Tls12 3) Client SslProtocol.None -> Server SslProtocol.Tls13 ``` While this is not great, it seems like Windows is not going to be changed. To stabilize our tests we can use distinct SNI for each protocol version (or GUID)
non_defect
some http tls test are failing on insider preview windows build example like system net http functional tests socketshttphandler httpclienthandler sslprotocols test getasync allowedsslversion succeeds acceptedprotocol requestonlythisprotocol false system aggregateexception one or more errors occurred one or more errors occurred authentication failed see inner exception one or more errors occurred the ssl connection could not be established see inner exception system aggregateexception one or more errors occurred authentication failed see inner exception system security authentication authenticationexception authentication failed see inner exception system componentmodel the client and server cannot communicate because they do not possess a common algorithm system aggregateexception one or more errors occurred the ssl connection could not be established see inner exception system net http httprequestexception the ssl connection could not be established see inner exception system security authentication authenticationexception authentication failed because the remote party sent a tls alert protocolversion system componentmodel the message received was unexpected or badly formatted there is some optimization in windows that breaks the handshake in some uncommon cases following sequence will fail in step if same sni e g targetname is used client sslprotocol none server sslprotocol client sslprotocol none server sslprotocol client sslprotocol none server sslprotocol while this is not great it seems like windows is not going to be changed to stabilize our tests we can use distinct sni for each protocol version or guid
0
86,126
15,755,364,487
IssuesEvent
2021-03-31 01:38:48
forse01/CVE-2020-25213-Wordpress
https://api.github.com/repos/forse01/CVE-2020-25213-Wordpress
opened
CVE-2015-9251 (Medium) detected in multiple libraries
security vulnerability
## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.11.1.min.js</b>, <b>jquery-2.1.4.min.js</b>, <b>jquery-1.12.4.js</b></p></summary> <p> <details><summary><b>jquery-1.11.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js</a></p> <p>Path to dependency file: CVE-2020-25213-Wordpress/wp-content/plugins/wp-file-manager/lib/codemirror/mode/slim/index.html</p> <p>Path to vulnerable library: CVE-2020-25213-Wordpress/wp-content/plugins/wp-file-manager/lib/codemirror/mode/slim/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.11.1.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-2.1.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p> <p>Path to dependency file: CVE-2020-25213-Wordpress/wp-content/themes/twentynineteen/node_modules/js-base64/.attic/test-moment/index.html</p> <p>Path to vulnerable library: CVE-2020-25213-Wordpress/wp-content/themes/twentynineteen/node_modules/js-base64/.attic/test-moment/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-2.1.4.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.12.4.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.js</a></p> <p>Path to vulnerable library: CVE-2020-25213-Wordpress/wp-content/plugins/wp-file-manager/lib/jquery/jquery-1.12.4.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.12.4.js** (Vulnerable Library) </details> <p>Found in base branch: <b>main</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> jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-9251>CVE-2015-9251</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>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-9251">https://nvd.nist.gov/vuln/detail/CVE-2015-9251</a></p> <p>Release Date: 2018-01-18</p> <p>Fix Resolution: jQuery - v3.0.0</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-2015-9251 (Medium) detected in multiple libraries - ## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.11.1.min.js</b>, <b>jquery-2.1.4.min.js</b>, <b>jquery-1.12.4.js</b></p></summary> <p> <details><summary><b>jquery-1.11.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js</a></p> <p>Path to dependency file: CVE-2020-25213-Wordpress/wp-content/plugins/wp-file-manager/lib/codemirror/mode/slim/index.html</p> <p>Path to vulnerable library: CVE-2020-25213-Wordpress/wp-content/plugins/wp-file-manager/lib/codemirror/mode/slim/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.11.1.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-2.1.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p> <p>Path to dependency file: CVE-2020-25213-Wordpress/wp-content/themes/twentynineteen/node_modules/js-base64/.attic/test-moment/index.html</p> <p>Path to vulnerable library: CVE-2020-25213-Wordpress/wp-content/themes/twentynineteen/node_modules/js-base64/.attic/test-moment/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-2.1.4.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-1.12.4.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.js</a></p> <p>Path to vulnerable library: CVE-2020-25213-Wordpress/wp-content/plugins/wp-file-manager/lib/jquery/jquery-1.12.4.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.12.4.js** (Vulnerable Library) </details> <p>Found in base branch: <b>main</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> jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-9251>CVE-2015-9251</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>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2015-9251">https://nvd.nist.gov/vuln/detail/CVE-2015-9251</a></p> <p>Release Date: 2018-01-18</p> <p>Fix Resolution: jQuery - v3.0.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery js jquery min js javascript library for dom operations library home page a href path to dependency file cve wordpress wp content plugins wp file manager lib codemirror mode slim index html path to vulnerable library cve wordpress wp content plugins wp file manager lib codemirror mode slim index html dependency hierarchy x jquery min js vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file cve wordpress wp content themes twentynineteen node modules js attic test moment index html path to vulnerable library cve wordpress wp content themes twentynineteen node modules js attic test moment index html dependency hierarchy x jquery min js vulnerable library jquery js javascript library for dom operations library home page a href path to vulnerable library cve wordpress wp content plugins wp file manager lib jquery jquery js dependency hierarchy x jquery js vulnerable library found in base branch main vulnerability details jquery before is vulnerable to cross site scripting xss attacks when a cross domain ajax request is performed without the datatype option causing text javascript responses to be executed 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 origin a href release date fix resolution jquery step up your open source security game with whitesource
0