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 855 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 13 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 240k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
770,609 | 27,047,413,301 | IssuesEvent | 2023-02-13 10:45:52 | oceanprotocol/df-web | https://api.github.com/repos/oceanprotocol/df-web | opened | Highlight publishers and publisher rewards | enhancement Priority: High | -Add more informations about assets publisher inside DF table
-Highlight published assets and publisher rewards | 1.0 | Highlight publishers and publisher rewards - -Add more informations about assets publisher inside DF table
-Highlight published assets and publisher rewards | priority | highlight publishers and publisher rewards add more informations about assets publisher inside df table highlight published assets and publisher rewards | 1 |
176,164 | 6,556,972,100 | IssuesEvent | 2017-09-06 15:45:28 | buttercup/buttercup-mobile | https://api.github.com/repos/buttercup/buttercup-mobile | opened | Rebuild archive contents with tableview | Effort: High Priority: High Status: Available Type: Enhancement | The contents of archives should be a table view page, not the current accordion. | 1.0 | Rebuild archive contents with tableview - The contents of archives should be a table view page, not the current accordion. | priority | rebuild archive contents with tableview the contents of archives should be a table view page not the current accordion | 1 |
31,566 | 2,734,013,069 | IssuesEvent | 2015-04-17 17:14:29 | Esri/environmental-impact | https://api.github.com/repos/Esri/environmental-impact | closed | Quick summary and in-app report measurements incorrect | bug Priority - High | Using Florida Managed Areas as an example:
Looking [at the webmap](http://www.arcgis.com/home/webmap/viewer.html?webmap=f4d5400279f747f6a571194dd592dd55), the table for the Florida Managed Areas shows the Shape_Area field, which is in meters:

However, on the report tab and in the quick summary report, these same area numbers are reported, despite being in acres rather than meters.

It appears as if the units are not being read from the service correctly, which in turn is causing measurements to be incorrect in the in-app and quick summary reports.
The Bull Creek Scrub Florida Managed Area is 3.146 square kilometers in area, but the in-app report and quick summary report show it as 12,735.413 square kilometers/3,146,989.139 acres.
@jessnoo
| 1.0 | Quick summary and in-app report measurements incorrect - Using Florida Managed Areas as an example:
Looking [at the webmap](http://www.arcgis.com/home/webmap/viewer.html?webmap=f4d5400279f747f6a571194dd592dd55), the table for the Florida Managed Areas shows the Shape_Area field, which is in meters:

However, on the report tab and in the quick summary report, these same area numbers are reported, despite being in acres rather than meters.

It appears as if the units are not being read from the service correctly, which in turn is causing measurements to be incorrect in the in-app and quick summary reports.
The Bull Creek Scrub Florida Managed Area is 3.146 square kilometers in area, but the in-app report and quick summary report show it as 12,735.413 square kilometers/3,146,989.139 acres.
@jessnoo
| priority | quick summary and in app report measurements incorrect using florida managed areas as an example looking the table for the florida managed areas shows the shape area field which is in meters however on the report tab and in the quick summary report these same area numbers are reported despite being in acres rather than meters it appears as if the units are not being read from the service correctly which in turn is causing measurements to be incorrect in the in app and quick summary reports the bull creek scrub florida managed area is square kilometers in area but the in app report and quick summary report show it as square kilometers acres jessnoo | 1 |
693,547 | 23,781,031,814 | IssuesEvent | 2022-09-02 04:51:06 | younginnovations/iatipublisher | https://api.github.com/repos/younginnovations/iatipublisher | opened | Bug : UI issue | priority: high Frontend | - [ ] **Issue 1 : Core element icon is missing from collaboration-type.** @jenishshrestha
Actual Result

Expected Result
- Core element icon should be present
- [ ] **issue 2: Hyphen should be used instead of underscore** @jenishshrestha
Actual Result

- [ ] **Issue 4 : UI breakdown**

- [ ] **Issue 5 : Spacing is needed**

- [ ] **Issue 6: #420 issue 3**
- [ ] **Issue 7: Unwanted space in participating-org and location **
Actual Result

Excepted Result
- Spacing should be reduced
- [ ] **Issue 8: Unaligned show period list button**
Actual Result

Expected Result
- show period list button should be aligned
| 1.0 | Bug : UI issue - - [ ] **Issue 1 : Core element icon is missing from collaboration-type.** @jenishshrestha
Actual Result

Expected Result
- Core element icon should be present
- [ ] **issue 2: Hyphen should be used instead of underscore** @jenishshrestha
Actual Result

- [ ] **Issue 4 : UI breakdown**

- [ ] **Issue 5 : Spacing is needed**

- [ ] **Issue 6: #420 issue 3**
- [ ] **Issue 7: Unwanted space in participating-org and location **
Actual Result

Excepted Result
- Spacing should be reduced
- [ ] **Issue 8: Unaligned show period list button**
Actual Result

Expected Result
- show period list button should be aligned
| priority | bug ui issue issue core element icon is missing from collaboration type jenishshrestha actual result expected result core element icon should be present issue hyphen should be used instead of underscore jenishshrestha actual result issue ui breakdown issue spacing is needed issue issue issue unwanted space in participating org and location actual result excepted result spacing should be reduced issue unaligned show period list button actual result expected result show period list button should be aligned | 1 |
130,066 | 5,108,924,584 | IssuesEvent | 2017-01-05 19:12:50 | meumobi/sitebuilder | https://api.github.com/repos/meumobi/sitebuilder | closed | remove android_icon property on pushwoosh payload | bug high priority push notification | The correct property is android_custom_icon as described on [meumobi issue](https://github.com/meumobi/sitebuilder/issues/290) a
android_icon MUST be use without extension and is the name of icon inside App, not remote.
> you can use Remote API and set the "android_icon" parameter value to the icon image (without file extension).
Source: http://docs.pushwoosh.com/docs/android-faq
> // Android related
> "android_root_params": {"key": "value"}, // custom key-value object. root level parameters for the android payload recipients
> "android_sound" : "soundfile", // Optional. No file extension
> "android_header":"header", // Optional. Android notification header
> "android_icon": "icon",
> "android_custom_icon": "http://example.com/image.png", // Optional. Full path URL to the image file
Source: http://docs.pushwoosh.com/docs/createmessage
On current version I suppose it doesn't raise any bug because we use always both, so the custom icon has priority, but it's wrong and unnecessary to also set android_icon
| 1.0 | remove android_icon property on pushwoosh payload - The correct property is android_custom_icon as described on [meumobi issue](https://github.com/meumobi/sitebuilder/issues/290) a
android_icon MUST be use without extension and is the name of icon inside App, not remote.
> you can use Remote API and set the "android_icon" parameter value to the icon image (without file extension).
Source: http://docs.pushwoosh.com/docs/android-faq
> // Android related
> "android_root_params": {"key": "value"}, // custom key-value object. root level parameters for the android payload recipients
> "android_sound" : "soundfile", // Optional. No file extension
> "android_header":"header", // Optional. Android notification header
> "android_icon": "icon",
> "android_custom_icon": "http://example.com/image.png", // Optional. Full path URL to the image file
Source: http://docs.pushwoosh.com/docs/createmessage
On current version I suppose it doesn't raise any bug because we use always both, so the custom icon has priority, but it's wrong and unnecessary to also set android_icon
| priority | remove android icon property on pushwoosh payload the correct property is android custom icon as described on a android icon must be use without extension and is the name of icon inside app not remote you can use remote api and set the android icon parameter value to the icon image without file extension source android related android root params key value custom key value object root level parameters for the android payload recipients android sound soundfile optional no file extension android header header optional android notification header android icon icon android custom icon optional full path url to the image file source on current version i suppose it doesn t raise any bug because we use always both so the custom icon has priority but it s wrong and unnecessary to also set android icon | 1 |
655,401 | 21,689,093,271 | IssuesEvent | 2022-05-09 13:56:45 | CityOfDetroit/bloom | https://api.github.com/repos/CityOfDetroit/bloom | closed | Detroit - Resources Page Update | needs review(s) high priority | **Notes**
* Update description copy under category header
* Add 4 more resources just titles + links, they're in yellow at the bottom of the page, we're still waiting on URLs
https://docs.google.com/spreadsheets/d/1KmIs93OKQIDsKyay90MLWmItLVBCyAytJJ8s5p-_Zm8/edit#gid=421985547 | 1.0 | Detroit - Resources Page Update - **Notes**
* Update description copy under category header
* Add 4 more resources just titles + links, they're in yellow at the bottom of the page, we're still waiting on URLs
https://docs.google.com/spreadsheets/d/1KmIs93OKQIDsKyay90MLWmItLVBCyAytJJ8s5p-_Zm8/edit#gid=421985547 | priority | detroit resources page update notes update description copy under category header add more resources just titles links they re in yellow at the bottom of the page we re still waiting on urls | 1 |
156,474 | 5,969,964,268 | IssuesEvent | 2017-05-30 21:27:18 | griffithlab/dgi-db | https://api.github.com/repos/griffithlab/dgi-db | closed | Review sources for additional metadata | curation high priority | We should start by examining our CIViC importer, but also look through our other importers for metadata that might have been missed/added since the original importers were written. | 1.0 | Review sources for additional metadata - We should start by examining our CIViC importer, but also look through our other importers for metadata that might have been missed/added since the original importers were written. | priority | review sources for additional metadata we should start by examining our civic importer but also look through our other importers for metadata that might have been missed added since the original importers were written | 1 |
723,457 | 24,897,727,755 | IssuesEvent | 2022-10-28 17:27:37 | sharanoth/guidedflame | https://api.github.com/repos/sharanoth/guidedflame | closed | invokeMenu() breaks | bug priority:high | **Bug description**
The main menu doesn't get invoked.
**Relevant information:**
- OS: Fedora
- Browser: Firefox
**To Reproduce**
Steps to reproduce the behavior:
1. Click on the landing text.
**Expected behavior**
For the main menu to show up.
**[Optional] Additional context**
N/A.
| 1.0 | invokeMenu() breaks - **Bug description**
The main menu doesn't get invoked.
**Relevant information:**
- OS: Fedora
- Browser: Firefox
**To Reproduce**
Steps to reproduce the behavior:
1. Click on the landing text.
**Expected behavior**
For the main menu to show up.
**[Optional] Additional context**
N/A.
| priority | invokemenu breaks bug description the main menu doesn t get invoked relevant information os fedora browser firefox to reproduce steps to reproduce the behavior click on the landing text expected behavior for the main menu to show up additional context n a | 1 |
797,828 | 28,181,274,132 | IssuesEvent | 2023-04-04 02:47:23 | ch3njust1n/generative-api | https://api.github.com/repos/ch3njust1n/generative-api | opened | Better fallback when unknown commands come back | medium high priority android | Right now the app crashes a lot with output it doesn't know how to handle. We should try and log a bit more and try and have a graceful response when it doesn't know what to do. | 1.0 | Better fallback when unknown commands come back - Right now the app crashes a lot with output it doesn't know how to handle. We should try and log a bit more and try and have a graceful response when it doesn't know what to do. | priority | better fallback when unknown commands come back right now the app crashes a lot with output it doesn t know how to handle we should try and log a bit more and try and have a graceful response when it doesn t know what to do | 1 |
495,063 | 14,271,682,106 | IssuesEvent | 2020-11-21 13:38:42 | bounswe/bounswe2020group3 | https://api.github.com/repos/bounswe/bounswe2020group3 | closed | Middle name shouldn't be required while registering | Backend Priority: High Type: Bug | **Project: BACKEND**
**This is a: BUG REPORT**
**Description of the issue**
While registering, the middle name shouldn't be required
**Explanation of how to reproduce the bug, and what was the expected behaviour.**
When you send blank for the 'middle_name' field, it gives error
**Expected behaviour:** It shouldn't give error and save the profile without a middle name
**Deadline for resolution:**
22.11.2020 | 1.0 | Middle name shouldn't be required while registering - **Project: BACKEND**
**This is a: BUG REPORT**
**Description of the issue**
While registering, the middle name shouldn't be required
**Explanation of how to reproduce the bug, and what was the expected behaviour.**
When you send blank for the 'middle_name' field, it gives error
**Expected behaviour:** It shouldn't give error and save the profile without a middle name
**Deadline for resolution:**
22.11.2020 | priority | middle name shouldn t be required while registering project backend this is a bug report description of the issue while registering the middle name shouldn t be required explanation of how to reproduce the bug and what was the expected behaviour when you send blank for the middle name field it gives error expected behaviour it shouldn t give error and save the profile without a middle name deadline for resolution | 1 |
683,160 | 23,370,267,887 | IssuesEvent | 2022-08-10 19:08:05 | obfuscatedgenerated/vscode-aura | https://api.github.com/repos/obfuscatedgenerated/vscode-aura | closed | Users can enter negative values for number inputs | bug priority: high | This likely would cause an error, can add a check to the number validation method. | 1.0 | Users can enter negative values for number inputs - This likely would cause an error, can add a check to the number validation method. | priority | users can enter negative values for number inputs this likely would cause an error can add a check to the number validation method | 1 |
237,903 | 7,767,959,182 | IssuesEvent | 2018-06-03 12:59:02 | UnknownShadow200/ClassicalSharp | https://api.github.com/repos/UnknownShadow200/ClassicalSharp | closed | Game is unresponsive during connect | bug high priority | *What I did:*
Attempted direct-connecting to a non-existent server in my LAN.
*What I expected:*
Responsive game window, displaying a loading screen saying `Connecting to 123.123.123.123:12345..`
*What I got:*
The game is unresponsive, the client area of the window is blank.
---
Possible solution would be making the connection to the server asynchronous (i.e. use [`Socket.BeginConnect`](https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.socket.beginconnect?view=netframework-4.7.2) instead of [`Socket.Connect`](https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.socket.connect?view=netframework-4.7.2))
| 1.0 | Game is unresponsive during connect - *What I did:*
Attempted direct-connecting to a non-existent server in my LAN.
*What I expected:*
Responsive game window, displaying a loading screen saying `Connecting to 123.123.123.123:12345..`
*What I got:*
The game is unresponsive, the client area of the window is blank.
---
Possible solution would be making the connection to the server asynchronous (i.e. use [`Socket.BeginConnect`](https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.socket.beginconnect?view=netframework-4.7.2) instead of [`Socket.Connect`](https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.socket.connect?view=netframework-4.7.2))
| priority | game is unresponsive during connect what i did attempted direct connecting to a non existent server in my lan what i expected responsive game window displaying a loading screen saying connecting to what i got the game is unresponsive the client area of the window is blank possible solution would be making the connection to the server asynchronous i e use instead of | 1 |
486,980 | 14,017,400,133 | IssuesEvent | 2020-10-29 15:36:40 | Haivision/srt | https://api.github.com/repos/Haivision/srt | closed | [BUG] Potential leak of TSBPD thread | Priority: High Type: Bug [core] | The `join()` operation on the TSBPD thread may be missed if `CUDT::releaseSynch()` finishes its execution while the receiving thread is still active and is **only about to create** this thread (see `StartThread(m_RcvTsbPdThread, CUDT::tsbpd, ...)` in `CUDT::processData(..)`)..
It can only happen if a socket was closed right before the very first DATA packet has arrived.
The issue does not happen if the reception has already started.
This issue was reported through #1606.
The potential TSBPD thread leak existed in previous versions as well and is not something introduced in v1.4.2.
However, only C++11 threads throw an exception from the destructor if the thread is still joinable (see [~thread()](http://www.cplusplus.com/reference/thread/thread/~thread/)).
**On Windows:**
- When C++11 threads are used, the std::thread's destructor throws an exception if the thread is still joinable (no one waited for it to complete).
- When pthread wrapping library is used, no exception is thrown. Hopefully, the leaking thread is then cleaned up by pthread's garbage collector.
**On Linux:**
- Using C++11 thread throws an exception if thread leaked (`-DENABLE_STDCXX_SYNC=ON`).
- Using pthreads does not throw an exception (`-DENABLE_STDCXX_SYNC=OFF`).
```c++
void CUDT::releaseSynch()
{
// ...
enterCS(m_RecvDataLock);
if (m_RcvTsbPdThread.joinable())
{
m_RcvTsbPdThread.join();
}
leaveCS(m_RecvDataLock);
// ...
}
``` | 1.0 | [BUG] Potential leak of TSBPD thread - The `join()` operation on the TSBPD thread may be missed if `CUDT::releaseSynch()` finishes its execution while the receiving thread is still active and is **only about to create** this thread (see `StartThread(m_RcvTsbPdThread, CUDT::tsbpd, ...)` in `CUDT::processData(..)`)..
It can only happen if a socket was closed right before the very first DATA packet has arrived.
The issue does not happen if the reception has already started.
This issue was reported through #1606.
The potential TSBPD thread leak existed in previous versions as well and is not something introduced in v1.4.2.
However, only C++11 threads throw an exception from the destructor if the thread is still joinable (see [~thread()](http://www.cplusplus.com/reference/thread/thread/~thread/)).
**On Windows:**
- When C++11 threads are used, the std::thread's destructor throws an exception if the thread is still joinable (no one waited for it to complete).
- When pthread wrapping library is used, no exception is thrown. Hopefully, the leaking thread is then cleaned up by pthread's garbage collector.
**On Linux:**
- Using C++11 thread throws an exception if thread leaked (`-DENABLE_STDCXX_SYNC=ON`).
- Using pthreads does not throw an exception (`-DENABLE_STDCXX_SYNC=OFF`).
```c++
void CUDT::releaseSynch()
{
// ...
enterCS(m_RecvDataLock);
if (m_RcvTsbPdThread.joinable())
{
m_RcvTsbPdThread.join();
}
leaveCS(m_RecvDataLock);
// ...
}
``` | priority | potential leak of tsbpd thread the join operation on the tsbpd thread may be missed if cudt releasesynch finishes its execution while the receiving thread is still active and is only about to create this thread see startthread m rcvtsbpdthread cudt tsbpd in cudt processdata it can only happen if a socket was closed right before the very first data packet has arrived the issue does not happen if the reception has already started this issue was reported through the potential tsbpd thread leak existed in previous versions as well and is not something introduced in however only c threads throw an exception from the destructor if the thread is still joinable see on windows when c threads are used the std thread s destructor throws an exception if the thread is still joinable no one waited for it to complete when pthread wrapping library is used no exception is thrown hopefully the leaking thread is then cleaned up by pthread s garbage collector on linux using c thread throws an exception if thread leaked denable stdcxx sync on using pthreads does not throw an exception denable stdcxx sync off c void cudt releasesynch entercs m recvdatalock if m rcvtsbpdthread joinable m rcvtsbpdthread join leavecs m recvdatalock | 1 |
674,463 | 23,051,532,660 | IssuesEvent | 2022-07-24 17:54:39 | wfau/aglais | https://api.github.com/repos/wfau/aglais | closed | create-linux-user adds duplicate keys | bug high priority live-20220725 | The code in `create-linux-user` doesn't check to see if a key has already been added, causing duplicate entries.
This is made worse since we moved the home directories to a CephFS share because the duplicate entries persist over multiple deployments. | 1.0 | create-linux-user adds duplicate keys - The code in `create-linux-user` doesn't check to see if a key has already been added, causing duplicate entries.
This is made worse since we moved the home directories to a CephFS share because the duplicate entries persist over multiple deployments. | priority | create linux user adds duplicate keys the code in create linux user doesn t check to see if a key has already been added causing duplicate entries this is made worse since we moved the home directories to a cephfs share because the duplicate entries persist over multiple deployments | 1 |
271,886 | 8,491,841,774 | IssuesEvent | 2018-10-27 16:59:00 | bounswe/bounswe2018group3 | https://api.github.com/repos/bounswe/bounswe2018group3 | opened | ForgotPasswordSuccess and RegisterSuccess pages | Frontend priority : high type : frontend | - [ ] ForgotPasswordSuccess page to show reset password email has been sent
- [ ] RegisterSuccess page to show confirmation mail has been sent | 1.0 | ForgotPasswordSuccess and RegisterSuccess pages - - [ ] ForgotPasswordSuccess page to show reset password email has been sent
- [ ] RegisterSuccess page to show confirmation mail has been sent | priority | forgotpasswordsuccess and registersuccess pages forgotpasswordsuccess page to show reset password email has been sent registersuccess page to show confirmation mail has been sent | 1 |
535,849 | 15,699,801,134 | IssuesEvent | 2021-03-26 09:00:51 | RHEAGROUP/DEHP-STEPAP242 | https://api.github.com/repos/RHEAGROUP/DEHP-STEPAP242 | closed | DST-GR-090: compute net change on the target model | DEHP-AP242 priority-high | The software shall compute net change on the target model based on the selection of changes in the source model without applying the actual changes.
#### Technical issue
Due to the impossibility to perform a merge into a STEP-AP242 target file (see #5 [comment](https://github.com/RHEAGROUP/DEHP-STEPAP242/issues/5#issuecomment-745411758)), the merge is performed only at E-TM-10-25 level, and the STEP file is uploaded/downloaded as one piece. | 1.0 | DST-GR-090: compute net change on the target model - The software shall compute net change on the target model based on the selection of changes in the source model without applying the actual changes.
#### Technical issue
Due to the impossibility to perform a merge into a STEP-AP242 target file (see #5 [comment](https://github.com/RHEAGROUP/DEHP-STEPAP242/issues/5#issuecomment-745411758)), the merge is performed only at E-TM-10-25 level, and the STEP file is uploaded/downloaded as one piece. | priority | dst gr compute net change on the target model the software shall compute net change on the target model based on the selection of changes in the source model without applying the actual changes technical issue due to the impossibility to perform a merge into a step target file see the merge is performed only at e tm level and the step file is uploaded downloaded as one piece | 1 |
546,526 | 16,013,982,235 | IssuesEvent | 2021-04-20 14:02:09 | networkservicemesh/sdk | https://api.github.com/repos/networkservicemesh/sdk | opened | Interdomain support | enhancement high priority | ## Overview
See description in o the Google Docs document.
Plan:
1. Check current interdomain realization and suggest improvements. I.e. find bugs and create issues. ~3d
2. And apply fixes for step1. 1w
3. Update all interdomain apps to the latest changes. 4h
4. Add a separate repository for interdomain testing and implement the first version of interdomain CI testing in the new repository from step 5. 4d
5. Add interdomain tests into deployments k8s + testing. 3d
## Link to the Google Docs document
https://docs.google.com/document/d/1QjdJbYvzzsn6ARFq2iQcdBG9RN9m-Lx9kOq53sasnH8/edit#
## References
https://github.com/networkservicemesh/sdk/issues/816 | 1.0 | Interdomain support - ## Overview
See description in o the Google Docs document.
Plan:
1. Check current interdomain realization and suggest improvements. I.e. find bugs and create issues. ~3d
2. And apply fixes for step1. 1w
3. Update all interdomain apps to the latest changes. 4h
4. Add a separate repository for interdomain testing and implement the first version of interdomain CI testing in the new repository from step 5. 4d
5. Add interdomain tests into deployments k8s + testing. 3d
## Link to the Google Docs document
https://docs.google.com/document/d/1QjdJbYvzzsn6ARFq2iQcdBG9RN9m-Lx9kOq53sasnH8/edit#
## References
https://github.com/networkservicemesh/sdk/issues/816 | priority | interdomain support overview see description in o the google docs document plan check current interdomain realization and suggest improvements i e find bugs and create issues and apply fixes for update all interdomain apps to the latest changes add a separate repository for interdomain testing and implement the first version of interdomain ci testing in the new repository from step add interdomain tests into deployments testing link to the google docs document references | 1 |
688,532 | 23,586,575,559 | IssuesEvent | 2022-08-23 12:09:02 | aleksbobic/csx | https://api.github.com/repos/aleksbobic/csx | opened | Layout algorithms | enhancement priority:high Complexity:low | NetworkX provides a variety of layout algorithms. It would be useful to provide the users with an option to change the layout on the fly and not have to wait for the frontend to run the force directed layout every time. | 1.0 | Layout algorithms - NetworkX provides a variety of layout algorithms. It would be useful to provide the users with an option to change the layout on the fly and not have to wait for the frontend to run the force directed layout every time. | priority | layout algorithms networkx provides a variety of layout algorithms it would be useful to provide the users with an option to change the layout on the fly and not have to wait for the frontend to run the force directed layout every time | 1 |
539,653 | 15,792,601,813 | IssuesEvent | 2021-04-02 07:25:33 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | closed | Product API revision dropdown not working | API-M 4.0.0 Priority/High React-UI Type/Bug | ### Description:
Create API product and deploy
Go to the overview page and change it to the revision view
Error occurs while changing it to revision view
| 1.0 | Product API revision dropdown not working - ### Description:
Create API product and deploy
Go to the overview page and change it to the revision view
Error occurs while changing it to revision view
| priority | product api revision dropdown not working description create api product and deploy go to the overview page and change it to the revision view error occurs while changing it to revision view | 1 |
503,854 | 14,599,199,464 | IssuesEvent | 2020-12-21 03:27:27 | spesmilo/electrum | https://api.github.com/repos/spesmilo/electrum | reopened | TypeError: 'NoneType' object is not iterable | bug 🐞 priority-high |
Crash Report
============
This crash report was reported through the automatic crash reporting system 🤖
Traceback
--------------
```Python traceback
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/main_window.py", line 536, in wrapper
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/main_window.py", line 590, in on_start
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/main_window.py", line 645, in load_wallet_by_name
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/main_window.py", line 642, in launch_wizard
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/uix/dialogs/password_dialog.py", line 329, in __init__
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/uix/dialogs/password_dialog.py", line 351, in init_storage_from_path
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 72, in __init__
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 105, in load_data
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/util.py", line 390, in <lambda>
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/util.py", line 386, in do_profile
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 184, in upgrade
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 188, in _after_upgrade_tasks
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/util.py", line 390, in <lambda>
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/util.py", line 386, in do_profile
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 1127, in _load_transactions
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/json_db.py", line 79, in __init__
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/json_db.py", line 44, in wrapper
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/json_db.py", line 105, in __setitem__
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 1170, in _convert_dict
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 1170, in <genexpr>
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/invoices.py", line 110, in from_json
File "<attrs generated init electrum.invoices.OnchainInvoice>", line 8, in __init__
self.outputs = __attr_converter_outputs(outputs)
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/invoices.py", line 66, in _decode_outputs
TypeError: 'NoneType' object is not iterable
```
Reporter
------------
This issue was reported by 157 user(s):
| Electrum Version | Python Version | Operating System | Wallet Type | Locale | Stack |
|---|---|---|---|---|---|
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWEML (EML-L29 9.1.0.387(C432E10R1P12)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13130) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWEML (EML-L29 9.1.0.387(C432E10R1P12)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13135) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on Xiaomi nitrogen (QKQ1.190910.002 release-keys) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13138) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on bq bardock (2.11.0_20191121-1509) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13139) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWVOG (VOG-L29 10.1.0.123(C431E19R2P5)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13143) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWVOG (VOG-L04 10.0.0.203(C605E19R1P3)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13144) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13145) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWEML (EML-L29 9.1.0.387(C432E10R1P12)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13146) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWEML (EML-L29 9.1.0.387(C432E10R1P12)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13147) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0q (QP1A.190711.020.G970USQU3DTE8) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13148) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2qltesq (QP1A.190711.020.G965USQS7DTE1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13156) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2qltesq (QP1A.190711.020.G965USQS7DTE1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13158) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2qltesq (QP1A.190711.020.G965USQS7DTE1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13159) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2qltesq (QP1A.190711.020.G965USQS7DTE1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13160) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2qltesq (QP1A.190711.020.G965USQS7DTE1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13165) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung starqltechn (QP1A.190711.020.G9600ZHS6DTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13166) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung starqltechn (QP1A.190711.020.G9600ZHS6DTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13167) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0q (QP1A.190711.020.G970WVLU3DTE8) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13169) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google flame (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13172) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google flame (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13173) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on xiaomi whyred (OPM1.171019.011) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13174) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.0 on lge mlv5 (NRD90U) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13175) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google flame (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13176) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on motorola hannah (OCPS27.91-150-11-9) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13177) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on motorola cedric (OPP28.85-19-4-2) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13179) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung gts3lwifi (PPR1.180610.011.T820XXU3CTD5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13182) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung gts3lwifi (PPR1.180610.011.T820XXU3CTD5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13184) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung gts3lwifi (PPR1.180610.011.T820XXU3CTD5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13185) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google blueline (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13186) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google taimen (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13188) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13189) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13190) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.0 on HUAWEI HWBLN-H (BLL-L22C636B396) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13191) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.0 on HUAWEI HWBLN-H (BLL-L22C636B396) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13192) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13193) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 5.1.1 on samsung j3xlte (LMY47V.J320FXXU0AQL1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13199) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 5.1.1 on samsung j3xlte (LMY47V.J320FXXU0AQL1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13200) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 5.1.1 on samsung j3xlte (LMY47V.J320FXXU0AQL1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13203) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on samsung gtaxlwifi (M1AJQ.T580XXS5CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13204) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on asus ASUS_X018_1 (WW_Phone-15.02.1904.453-20190509) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13205) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0 (QP1A.190711.020.G970FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13206) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung d2q (QP1A.190711.020.N9750ZSU2CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13209) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung d2q (QP1A.190711.020.N9750ZSU2CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13210) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13212) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13213) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung j7y17lte (PPR1.180610.011.J730FXXS6CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13214) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung x1q (QP1A.190711.020.G981USQU1ATFD) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13215) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung x1q (QP1A.190711.020.G981USQU1ATFD) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13216) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google flame (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13217) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on asus ASUS_Z01R_1 (QKQ1.191008.001.WW_user_100.10.107.87_20200520 release-keys) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13218) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung greatlte (PPR1.180610.011.N950FXXSADTC4) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13219) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.1.1 on Xiaomi oxygen (NMF26F) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13221) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13222) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13223) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung starlte (QP1A.190711.020.G960FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13224) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google taimen (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13225) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on Sony G3121 (48.1.A.2.112) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13226) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung a10s (QP1A.190711.020.A107FXXU6BTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13228) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on asus ASUS_X018_1 (WW_Phone-15.02.1904.453-20190509) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13230) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWSNE (SNE-LX1 10.0.0.203(C432E10R1P1)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13231) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWSNE (SNE-LX1 10.0.0.203(C432E10R1P1)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13232) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWCLT (CLT-L29 9.1.0.387(C432E8R1P11)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13236) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on OnePlus OnePlus7T (HD1903_14_200327) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13237) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung z3s (QP1A.190711.020.G988BXXU3ATFG) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13240) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung herolte (R16NW.G930FXXS8ETC6) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13241) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on OUKITEL OUKITEL_WP1 (P7TMFFF.OQ.O1.HDJ.D3D6PA.0908.V3.05) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13243) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on OnePlus OnePlus5T (ONEPLUS A5010_43_200224) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13245) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13246) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on bq bardock (2.11.0_20191121-1509) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13247) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on motorola foles (QDFS30.130-42-1-2) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13251) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on motorola foles (QDFS30.130-42-1-2) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13252) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13258) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWFIG-H (FIG-LX1 9.1.0.175(C432E8R1P5)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13259) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung herolte (R16NW.G930FXXS8ETC6) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13260) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWVOG (VOG-L29 10.1.0.126(C10E11R2P5)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13261) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung gts3llte (PPR1.180610.011.T825XXU3CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13263) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google taimen (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13265) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung z3s (QP1A.190711.020.G988BXXU3ATFG) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13266) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXUECTDA) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13267) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXUECTDA) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13268) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google walleye (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13269) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWCLT (CLT-L29 10.0.0.161(C432E3R1P3)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13271) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on xiaomi onc (PKQ1.181021.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13273) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWSNE (SNE-LX1 10.0.0.192(C782E5R1P1)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13275) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung y2q (QP1A.190711.020.G986USQU1ATFD) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13276) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung y2q (QP1A.190711.020.G986USQU1ATFD) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13277) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond2 (QP1A.190711.020.G975FXXS4BTB3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13278) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond2 (QP1A.190711.020.G975FXXS4BTB3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13280) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on xiaomi onc (PKQ1.181021.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13281) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung j7y17lte (PPR1.180610.011.J730FXXS6CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13287) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung j7y17lte (PPR1.180610.011.J730FXXS6CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13288) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on OnePlus OnePlus7TTMO (HD1907_14_200511) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13289) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on OnePlus OnePlus7TTMO (HD1907_14_200511) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13291) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung crownlte (QP1A.190711.020.N960FXXU4DTB3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13294) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13295) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13296) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13297) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 5.1.1 on Amazon suez (LVY48F) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13302) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond2 (QP1A.190711.020.G975FXXS4BTB3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13304) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0 (QP1A.190711.020.G970FXXS5CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13314) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0 (QP1A.190711.020.G970FXXS5CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13316) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0 (QP1A.190711.020.G970FXXS5CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13317) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0 (QP1A.190711.020.G970FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13318) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung a50 (QP1A.190711.020.A505GUBS5BTF3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13322) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13323) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung a50 (QP1A.190711.020.A505GUBS5BTF3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13324) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXS4BTB3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13328) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXS4BTB3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13329) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung d1q (QP1A.190711.020.N970USQU3CTE7) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13333) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.1.1 on samsung gtesqlteusc (NMF26X.T377R4TYU1CQI4) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13348) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung j7topeltespr (PPR1.180610.011.J737PVPU7BTE1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13349) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.0 on samsung zeroflte (NRD90M.G920FXXU5EQH6) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13354) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.0 on samsung zeroflte (NRD90M.G920FXXU5EQH6) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13355) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung heroqltetmo (R16NW.G930TUVSBCTA2) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13366) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13371) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0.1 on htc htc_a16ul (MMB29M release-keys) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13410) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWVOG (VOG-L29 10.1.0.126(C636E11R1P3)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13451) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dream2qlteue (PPR1.180610.011.G955U1UES7DTC1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13493) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWLON (LON-L29 9.1.0.254(C432E7R1P6)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13530) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWLON (LON-L29 9.1.0.254(C432E7R1P6)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13541) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXUECTDA) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13558) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXUECTDA) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13559) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXUECTDA) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13560) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung herolte (R16NW.G930FXXS8ETC6) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13561) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXUECTDA) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13564) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0 on Xiaomi nikel (MRA58K) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13568) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0 on Xiaomi nikel (MRA58K) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13594) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0 on Xiaomi nikel (MRA58K) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13595) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0 on Lenovo TB3-X70F (TB3-X70F_S000008_180326_ROW_P) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13621) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dreamqlteue (PPR1.180610.011.G950U1UEU7DTF4) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13770) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0 on Xiaomi nikel (MRA58K) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13781) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0.1 on samsung a5y17lte (MMB29K.A520FXXU2AQF6) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13790) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0.1 on asus ASUS_Z00L_93 (MMB29P.WW_user_21.40.1220.2196_20180308) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13811) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dreamlte (PPR1.180610.011.G950FXXU9DTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/14001) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dreamlte (PPR1.180610.011.G950FXXU9DTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/14002) |
| 4.0.2 | 3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 09:44:33) [MSC v.1900 32 bit (Intel)] | Windows-10-10.0.19041-SP0 | standard | de_DE | [ℹ](https://crashhub.electrum.org//crash/14266) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dream2lte (PPR1.180610.011.G955FXXU9DTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/14355) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on Verizon heroqltevzw (R16NW.G930VVRSBCTC1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/14435) |
| 4.0.3 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0.1 on HUAWEI HWH1611-Q (H1611C07B130) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/14635) |
| 4.0.3 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXSFCTG8) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/14765) |
| 4.0.3 | 3.7.9 (default, Jun 28 2018, 19:01:02) [GCC 5.4.0 20160609] | Linux-4.15.0-112-generic-x86_64-with-debian-buster-sid | imported | en_US | [ℹ](https://crashhub.electrum.org//crash/14937) |
| 4.0.3 | 3.7.9 (default, Jun 28 2018, 19:01:02) [GCC 5.4.0 20160609] | Linux-4.15.0-112-generic-x86_64-with-debian-buster-sid | imported | en_US | [ℹ](https://crashhub.electrum.org//crash/14938) |
| 4.0.3 | 3.7.5 (default, Apr 19 2020, 20:18:17) [GCC 9.2.1 20191008] | Linux-5.3.0-64-generic-x86_64-with-Ubuntu-19.10-eoan | standard | ru_UA | [ℹ](https://crashhub.electrum.org//crash/14996) |
| 4.0.3 | 3.7.5 (default, Apr 19 2020, 20:18:17) [GCC 9.2.1 20191008] | Linux-5.3.0-64-generic-x86_64-with-Ubuntu-19.10-eoan | imported,standard | ru_UA | [ℹ](https://crashhub.electrum.org//crash/14997) |
| 4.0.3 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dream2lte (PPR1.180610.011.G955FXXSADTI1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15017) |
| 4.0.3 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWMHA (MHA-L29 9.1.0.275(C432E7R1P8)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15041) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung heroqltetmo (R16NW.G930TUVSBCTA2) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15122) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dream2qltesq (PPR1.180610.011.G955USQU8DTI3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15204) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:44:16) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0.1 on google hammerhead (M4B30Z) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15530) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:44:16) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0.1 on google hammerhead (M4B30Z) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15531) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dream2lte (PPR1.180610.011.G955FXXSBDTJ1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15632) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dream2lte (PPR1.180610.011.G955FXXSBDTJ1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15633) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:44:16) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a3y17lte (R16NW.A320FLXXS7CTG2) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15641) |
| 4.0.3 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on Sony G8441 (47.2.A.4.45) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15938) |
| 4.0.3 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on Sony G8441 (47.2.A.4.45) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15939) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung greatlte (PPR1.180610.011.N950FXXSDDTJ1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/16425) |
| 4.0.9 | 3.7.9 (default, Nov 18 2020, 18:29:29) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung greatlte (PPR1.180610.011.N950FXXSDDTJ1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/16428) |
Additional Information
------------------------
> wont open
---
> cant open wallet btc gone
>
---
> I updated via google playstore and tried to open the app, then it crashed.
---
> what
---
> the Wallet wont open and cant axcess BTC
---
> wallet wont open and cant axcess btc
>
---
> merly opening the app. crash after load
---
> Opened app after PlayStore update. App crashes and repeatedly crashes on subsequent opens.
---
> not starting app
>
> 0
---
> crash before it opens
---
> no idea
---
> ok
---
> program don't open after updade
---
> its not opening i dont know why
---
> not allowing me to open wallet at all
---
> no wallet
---
> after update my wallet not working
---
> dhdhsjsh
---
> update
---
> i just tried to open electrum and an error occurred
---
> hi
---
> just start application..
---
> just open up the app
---
> all righte
---
> latest version of app upgrade has caused the error
---
> cant open
>
>
---
> doesnt open i didnt change anything please help
---
> crashed upon opening
---
> tried opening the wallet
---
> hhhjk
---
> electrum wont load!
---
> app will not open
---
> app would not start all of a sudden
---
> opening the app after not doing so for a while
---
> what happen ?
---
> its crashing before the app even opens. i get the splash and then straight to report window. should be considered a cold boot too asni havent ran it since last phone restart
---
> Hi, unable to open wallet.
---
> opening the app
---
> Unknown reason for error
---
> I attempted to open the app.
---
> jdjdjrj
---
> Just opening the wallet on an old test phone. Haven't opened it in many months.
---
> can't open wallet of previous version
---
> ?
---
| 1.0 | TypeError: 'NoneType' object is not iterable -
Crash Report
============
This crash report was reported through the automatic crash reporting system 🤖
Traceback
--------------
```Python traceback
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/main_window.py", line 536, in wrapper
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/main_window.py", line 590, in on_start
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/main_window.py", line 645, in load_wallet_by_name
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/main_window.py", line 642, in launch_wizard
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/uix/dialogs/password_dialog.py", line 329, in __init__
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/gui/kivy/uix/dialogs/password_dialog.py", line 351, in init_storage_from_path
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 72, in __init__
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 105, in load_data
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/util.py", line 390, in <lambda>
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/util.py", line 386, in do_profile
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 184, in upgrade
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 188, in _after_upgrade_tasks
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/util.py", line 390, in <lambda>
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/util.py", line 386, in do_profile
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 1127, in _load_transactions
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/json_db.py", line 79, in __init__
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/json_db.py", line 44, in wrapper
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/json_db.py", line 105, in __setitem__
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 1170, in _convert_dict
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/wallet_db.py", line 1170, in <genexpr>
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/invoices.py", line 110, in from_json
File "<attrs generated init electrum.invoices.OnchainInvoice>", line 8, in __init__
self.outputs = __attr_converter_outputs(outputs)
File "/home/user/wspace/electrum/.buildozer/android/app/electrum/invoices.py", line 66, in _decode_outputs
TypeError: 'NoneType' object is not iterable
```
Reporter
------------
This issue was reported by 157 user(s):
| Electrum Version | Python Version | Operating System | Wallet Type | Locale | Stack |
|---|---|---|---|---|---|
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWEML (EML-L29 9.1.0.387(C432E10R1P12)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13130) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWEML (EML-L29 9.1.0.387(C432E10R1P12)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13135) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on Xiaomi nitrogen (QKQ1.190910.002 release-keys) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13138) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on bq bardock (2.11.0_20191121-1509) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13139) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWVOG (VOG-L29 10.1.0.123(C431E19R2P5)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13143) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWVOG (VOG-L04 10.0.0.203(C605E19R1P3)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13144) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13145) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWEML (EML-L29 9.1.0.387(C432E10R1P12)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13146) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWEML (EML-L29 9.1.0.387(C432E10R1P12)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13147) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0q (QP1A.190711.020.G970USQU3DTE8) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13148) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2qltesq (QP1A.190711.020.G965USQS7DTE1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13156) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2qltesq (QP1A.190711.020.G965USQS7DTE1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13158) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2qltesq (QP1A.190711.020.G965USQS7DTE1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13159) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2qltesq (QP1A.190711.020.G965USQS7DTE1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13160) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2qltesq (QP1A.190711.020.G965USQS7DTE1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13165) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung starqltechn (QP1A.190711.020.G9600ZHS6DTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13166) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung starqltechn (QP1A.190711.020.G9600ZHS6DTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13167) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0q (QP1A.190711.020.G970WVLU3DTE8) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13169) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google flame (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13172) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google flame (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13173) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on xiaomi whyred (OPM1.171019.011) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13174) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.0 on lge mlv5 (NRD90U) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13175) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google flame (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13176) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on motorola hannah (OCPS27.91-150-11-9) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13177) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on motorola cedric (OPP28.85-19-4-2) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13179) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung gts3lwifi (PPR1.180610.011.T820XXU3CTD5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13182) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung gts3lwifi (PPR1.180610.011.T820XXU3CTD5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13184) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung gts3lwifi (PPR1.180610.011.T820XXU3CTD5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13185) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google blueline (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13186) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google taimen (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13188) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13189) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13190) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.0 on HUAWEI HWBLN-H (BLL-L22C636B396) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13191) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.0 on HUAWEI HWBLN-H (BLL-L22C636B396) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13192) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13193) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 5.1.1 on samsung j3xlte (LMY47V.J320FXXU0AQL1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13199) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 5.1.1 on samsung j3xlte (LMY47V.J320FXXU0AQL1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13200) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 5.1.1 on samsung j3xlte (LMY47V.J320FXXU0AQL1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13203) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on samsung gtaxlwifi (M1AJQ.T580XXS5CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13204) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on asus ASUS_X018_1 (WW_Phone-15.02.1904.453-20190509) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13205) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0 (QP1A.190711.020.G970FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13206) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung d2q (QP1A.190711.020.N9750ZSU2CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13209) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung d2q (QP1A.190711.020.N9750ZSU2CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13210) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13212) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13213) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung j7y17lte (PPR1.180610.011.J730FXXS6CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13214) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung x1q (QP1A.190711.020.G981USQU1ATFD) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13215) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung x1q (QP1A.190711.020.G981USQU1ATFD) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13216) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google flame (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13217) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on asus ASUS_Z01R_1 (QKQ1.191008.001.WW_user_100.10.107.87_20200520 release-keys) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13218) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung greatlte (PPR1.180610.011.N950FXXSADTC4) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13219) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.1.1 on Xiaomi oxygen (NMF26F) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13221) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13222) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13223) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung starlte (QP1A.190711.020.G960FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13224) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google taimen (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13225) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on Sony G3121 (48.1.A.2.112) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13226) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung a10s (QP1A.190711.020.A107FXXU6BTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13228) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on asus ASUS_X018_1 (WW_Phone-15.02.1904.453-20190509) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13230) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWSNE (SNE-LX1 10.0.0.203(C432E10R1P1)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13231) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWSNE (SNE-LX1 10.0.0.203(C432E10R1P1)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13232) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWCLT (CLT-L29 9.1.0.387(C432E8R1P11)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13236) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on OnePlus OnePlus7T (HD1903_14_200327) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13237) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung z3s (QP1A.190711.020.G988BXXU3ATFG) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13240) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung herolte (R16NW.G930FXXS8ETC6) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13241) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on OUKITEL OUKITEL_WP1 (P7TMFFF.OQ.O1.HDJ.D3D6PA.0908.V3.05) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13243) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on OnePlus OnePlus5T (ONEPLUS A5010_43_200224) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13245) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13246) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.1.0 on bq bardock (2.11.0_20191121-1509) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13247) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on motorola foles (QDFS30.130-42-1-2) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13251) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on motorola foles (QDFS30.130-42-1-2) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13252) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13258) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWFIG-H (FIG-LX1 9.1.0.175(C432E8R1P5)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13259) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung herolte (R16NW.G930FXXS8ETC6) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13260) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWVOG (VOG-L29 10.1.0.126(C10E11R2P5)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13261) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung gts3llte (PPR1.180610.011.T825XXU3CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13263) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google taimen (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13265) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung z3s (QP1A.190711.020.G988BXXU3ATFG) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13266) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXUECTDA) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13267) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXUECTDA) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13268) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on google walleye (QQ3A.200605.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13269) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWCLT (CLT-L29 10.0.0.161(C432E3R1P3)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13271) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on xiaomi onc (PKQ1.181021.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13273) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWSNE (SNE-LX1 10.0.0.192(C782E5R1P1)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13275) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung y2q (QP1A.190711.020.G986USQU1ATFD) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13276) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung y2q (QP1A.190711.020.G986USQU1ATFD) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13277) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond2 (QP1A.190711.020.G975FXXS4BTB3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13278) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond2 (QP1A.190711.020.G975FXXS4BTB3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13280) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on xiaomi onc (PKQ1.181021.001) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13281) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung j7y17lte (PPR1.180610.011.J730FXXS6CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13287) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung j7y17lte (PPR1.180610.011.J730FXXS6CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13288) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on OnePlus OnePlus7TTMO (HD1907_14_200511) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13289) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on OnePlus OnePlus7TTMO (HD1907_14_200511) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13291) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung crownlte (QP1A.190711.020.N960FXXU4DTB3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13294) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13295) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13296) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung star2lte (QP1A.190711.020.G965FXXU9ETF5) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13297) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 5.1.1 on Amazon suez (LVY48F) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13302) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond2 (QP1A.190711.020.G975FXXS4BTB3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13304) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0 (QP1A.190711.020.G970FXXS5CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13314) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0 (QP1A.190711.020.G970FXXS5CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13316) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0 (QP1A.190711.020.G970FXXS5CTD1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13317) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond0 (QP1A.190711.020.G970FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13318) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung a50 (QP1A.190711.020.A505GUBS5BTF3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13322) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13323) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung a50 (QP1A.190711.020.A505GUBS5BTF3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13324) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXS4BTB3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13328) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXS4BTB3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13329) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung d1q (QP1A.190711.020.N970USQU3CTE7) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13333) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.1.1 on samsung gtesqlteusc (NMF26X.T377R4TYU1CQI4) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13348) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung j7topeltespr (PPR1.180610.011.J737PVPU7BTE1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13349) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.0 on samsung zeroflte (NRD90M.G920FXXU5EQH6) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13354) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 7.0 on samsung zeroflte (NRD90M.G920FXXU5EQH6) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13355) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung heroqltetmo (R16NW.G930TUVSBCTA2) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13366) |
| 4.0.1 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on samsung beyond1 (QP1A.190711.020.G973FXXU7CTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13371) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 15:54:52) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0.1 on htc htc_a16ul (MMB29M release-keys) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13410) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 10 on HUAWEI HWVOG (VOG-L29 10.1.0.126(C636E11R1P3)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13451) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dream2qlteue (PPR1.180610.011.G955U1UES7DTC1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13493) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWLON (LON-L29 9.1.0.254(C432E7R1P6)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13530) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWLON (LON-L29 9.1.0.254(C432E7R1P6)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13541) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXUECTDA) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13558) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXUECTDA) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13559) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXUECTDA) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13560) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung herolte (R16NW.G930FXXS8ETC6) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13561) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXUECTDA) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13564) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0 on Xiaomi nikel (MRA58K) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13568) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0 on Xiaomi nikel (MRA58K) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13594) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0 on Xiaomi nikel (MRA58K) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13595) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0 on Lenovo TB3-X70F (TB3-X70F_S000008_180326_ROW_P) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13621) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dreamqlteue (PPR1.180610.011.G950U1UEU7DTF4) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13770) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0 on Xiaomi nikel (MRA58K) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13781) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0.1 on samsung a5y17lte (MMB29K.A520FXXU2AQF6) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13790) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0.1 on asus ASUS_Z00L_93 (MMB29P.WW_user_21.40.1220.2196_20180308) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/13811) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dreamlte (PPR1.180610.011.G950FXXU9DTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/14001) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dreamlte (PPR1.180610.011.G950FXXU9DTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/14002) |
| 4.0.2 | 3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 09:44:33) [MSC v.1900 32 bit (Intel)] | Windows-10-10.0.19041-SP0 | standard | de_DE | [ℹ](https://crashhub.electrum.org//crash/14266) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dream2lte (PPR1.180610.011.G955FXXU9DTF1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/14355) |
| 4.0.2 | 3.7.7 (default, Jul 3 2020, 14:24:30) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on Verizon heroqltevzw (R16NW.G930VVRSBCTC1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/14435) |
| 4.0.3 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0.1 on HUAWEI HWH1611-Q (H1611C07B130) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/14635) |
| 4.0.3 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a5y17lte (R16NW.A520FXXSFCTG8) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/14765) |
| 4.0.3 | 3.7.9 (default, Jun 28 2018, 19:01:02) [GCC 5.4.0 20160609] | Linux-4.15.0-112-generic-x86_64-with-debian-buster-sid | imported | en_US | [ℹ](https://crashhub.electrum.org//crash/14937) |
| 4.0.3 | 3.7.9 (default, Jun 28 2018, 19:01:02) [GCC 5.4.0 20160609] | Linux-4.15.0-112-generic-x86_64-with-debian-buster-sid | imported | en_US | [ℹ](https://crashhub.electrum.org//crash/14938) |
| 4.0.3 | 3.7.5 (default, Apr 19 2020, 20:18:17) [GCC 9.2.1 20191008] | Linux-5.3.0-64-generic-x86_64-with-Ubuntu-19.10-eoan | standard | ru_UA | [ℹ](https://crashhub.electrum.org//crash/14996) |
| 4.0.3 | 3.7.5 (default, Apr 19 2020, 20:18:17) [GCC 9.2.1 20191008] | Linux-5.3.0-64-generic-x86_64-with-Ubuntu-19.10-eoan | imported,standard | ru_UA | [ℹ](https://crashhub.electrum.org//crash/14997) |
| 4.0.3 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dream2lte (PPR1.180610.011.G955FXXSADTI1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15017) |
| 4.0.3 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on HUAWEI HWMHA (MHA-L29 9.1.0.275(C432E7R1P8)) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15041) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung heroqltetmo (R16NW.G930TUVSBCTA2) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15122) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dream2qltesq (PPR1.180610.011.G955USQU8DTI3) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15204) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:44:16) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0.1 on google hammerhead (M4B30Z) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15530) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:44:16) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 6.0.1 on google hammerhead (M4B30Z) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15531) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dream2lte (PPR1.180610.011.G955FXXSBDTJ1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15632) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung dream2lte (PPR1.180610.011.G955FXXSBDTJ1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15633) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:44:16) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 8.0.0 on samsung a3y17lte (R16NW.A320FLXXS7CTG2) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15641) |
| 4.0.3 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on Sony G8441 (47.2.A.4.45) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15938) |
| 4.0.3 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on Sony G8441 (47.2.A.4.45) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/15939) |
| 4.0.4 | 3.7.9 (default, Sep 11 2020, 13:56:22) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung greatlte (PPR1.180610.011.N950FXXSDDTJ1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/16425) |
| 4.0.9 | 3.7.9 (default, Nov 18 2020, 18:29:29) [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462 | Android 9 on samsung greatlte (PPR1.180610.011.N950FXXSDDTJ1) | unknown | en_US | [ℹ](https://crashhub.electrum.org//crash/16428) |
Additional Information
------------------------
> wont open
---
> cant open wallet btc gone
>
---
> I updated via google playstore and tried to open the app, then it crashed.
---
> what
---
> the Wallet wont open and cant axcess BTC
---
> wallet wont open and cant axcess btc
>
---
> merly opening the app. crash after load
---
> Opened app after PlayStore update. App crashes and repeatedly crashes on subsequent opens.
---
> not starting app
>
> 0
---
> crash before it opens
---
> no idea
---
> ok
---
> program don't open after updade
---
> its not opening i dont know why
---
> not allowing me to open wallet at all
---
> no wallet
---
> after update my wallet not working
---
> dhdhsjsh
---
> update
---
> i just tried to open electrum and an error occurred
---
> hi
---
> just start application..
---
> just open up the app
---
> all righte
---
> latest version of app upgrade has caused the error
---
> cant open
>
>
---
> doesnt open i didnt change anything please help
---
> crashed upon opening
---
> tried opening the wallet
---
> hhhjk
---
> electrum wont load!
---
> app will not open
---
> app would not start all of a sudden
---
> opening the app after not doing so for a while
---
> what happen ?
---
> its crashing before the app even opens. i get the splash and then straight to report window. should be considered a cold boot too asni havent ran it since last phone restart
---
> Hi, unable to open wallet.
---
> opening the app
---
> Unknown reason for error
---
> I attempted to open the app.
---
> jdjdjrj
---
> Just opening the wallet on an old test phone. Haven't opened it in many months.
---
> can't open wallet of previous version
---
> ?
---
| priority | typeerror nonetype object is not iterable crash report this crash report was reported through the automatic crash reporting system 🤖 traceback python traceback file home user wspace electrum buildozer android app electrum gui kivy main window py line in wrapper file home user wspace electrum buildozer android app electrum gui kivy main window py line in on start file home user wspace electrum buildozer android app electrum gui kivy main window py line in load wallet by name file home user wspace electrum buildozer android app electrum gui kivy main window py line in launch wizard file home user wspace electrum buildozer android app electrum gui kivy uix dialogs password dialog py line in init file home user wspace electrum buildozer android app electrum gui kivy uix dialogs password dialog py line in init storage from path file home user wspace electrum buildozer android app electrum wallet db py line in init file home user wspace electrum buildozer android app electrum wallet db py line in load data file home user wspace electrum buildozer android app electrum util py line in file home user wspace electrum buildozer android app electrum util py line in do profile file home user wspace electrum buildozer android app electrum wallet db py line in upgrade file home user wspace electrum buildozer android app electrum wallet db py line in after upgrade tasks file home user wspace electrum buildozer android app electrum util py line in file home user wspace electrum buildozer android app electrum util py line in do profile file home user wspace electrum buildozer android app electrum wallet db py line in load transactions file home user wspace electrum buildozer android app electrum json db py line in init file home user wspace electrum buildozer android app electrum json db py line in wrapper file home user wspace electrum buildozer android app electrum json db py line in setitem file home user wspace electrum buildozer android app electrum wallet db py line in convert dict file home user wspace electrum buildozer android app electrum wallet db py line in file home user wspace electrum buildozer android app electrum invoices py line in from json file line in init self outputs attr converter outputs outputs file home user wspace electrum buildozer android app electrum invoices py line in decode outputs typeerror nonetype object is not iterable reporter this issue was reported by user s electrum version python version operating system wallet type locale stack default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul default jul tags mar windows standard de de default jul default jul default sep default sep default jun linux generic with debian buster sid imported en us default jun linux generic with debian buster sid imported en us default apr linux generic with ubuntu eoan standard ru ua default apr linux generic with ubuntu eoan imported standard ru ua default sep default sep default sep default sep default sep default sep default sep default sep default sep default sep default sep default sep default nov additional information wont open cant open wallet btc gone i updated via google playstore and tried to open the app then it crashed what the wallet wont open and cant axcess btc wallet wont open and cant axcess btc merly opening the app crash after load opened app after playstore update app crashes and repeatedly crashes on subsequent opens not starting app crash before it opens no idea ok program don t open after updade its not opening i dont know why not allowing me to open wallet at all no wallet after update my wallet not working dhdhsjsh update i just tried to open electrum and an error occurred hi just start application just open up the app all righte latest version of app upgrade has caused the error cant open doesnt open i didnt change anything please help crashed upon opening tried opening the wallet hhhjk electrum wont load app will not open app would not start all of a sudden opening the app after not doing so for a while what happen its crashing before the app even opens i get the splash and then straight to report window should be considered a cold boot too asni havent ran it since last phone restart hi unable to open wallet opening the app unknown reason for error i attempted to open the app jdjdjrj just opening the wallet on an old test phone haven t opened it in many months can t open wallet of previous version | 1 |
492,157 | 14,178,078,932 | IssuesEvent | 2020-11-13 03:52:49 | gambitph/Stackable | https://api.github.com/repos/gambitph/Stackable | closed | shadow is not working for Vertical, Vertical Inverse and Background Layouts | [block] team member bug high priority | shadow is not working for Vertical, Vertical Inverse and Background Layouts

| 1.0 | shadow is not working for Vertical, Vertical Inverse and Background Layouts - shadow is not working for Vertical, Vertical Inverse and Background Layouts

| priority | shadow is not working for vertical vertical inverse and background layouts shadow is not working for vertical vertical inverse and background layouts | 1 |
750,815 | 26,219,156,067 | IssuesEvent | 2023-01-04 13:32:51 | politics-rewired/Spoke | https://api.github.com/repos/politics-rewired/Spoke | opened | Add email subscription management footer to all outbound emails. | platform: node :low_brightness: experience: ux :bust_in_silhouette: priority: high | **Is your feature request related to a problem? Please describe.**
Emails do not currently contain language around unsubscribing or managing email notification settings. This means that the easiest path available to recipients to stop future messages is to flag the message as spam. This can negatively impact deliverability for all other emails.
**Describe the solution you'd like**
All emails should include a footer with one or both of the following options a) unsubscribe from all and b) manage notification settings from user settings page.
**Describe alternatives you've considered**
N/A
**Additional context**
N/A
| 1.0 | Add email subscription management footer to all outbound emails. - **Is your feature request related to a problem? Please describe.**
Emails do not currently contain language around unsubscribing or managing email notification settings. This means that the easiest path available to recipients to stop future messages is to flag the message as spam. This can negatively impact deliverability for all other emails.
**Describe the solution you'd like**
All emails should include a footer with one or both of the following options a) unsubscribe from all and b) manage notification settings from user settings page.
**Describe alternatives you've considered**
N/A
**Additional context**
N/A
| priority | add email subscription management footer to all outbound emails is your feature request related to a problem please describe emails do not currently contain language around unsubscribing or managing email notification settings this means that the easiest path available to recipients to stop future messages is to flag the message as spam this can negatively impact deliverability for all other emails describe the solution you d like all emails should include a footer with one or both of the following options a unsubscribe from all and b manage notification settings from user settings page describe alternatives you ve considered n a additional context n a | 1 |
194,662 | 6,897,431,115 | IssuesEvent | 2017-11-24 02:26:45 | xcat2/xcat-core | https://api.github.com/repos/xcat2/xcat-core | closed | [automation] "makentp -a" failed in sles12.2 hierarchical environment | priority:high sprint1 type:bug | ``makentp -a`` failed in sles12.2 hierarchical environment.
The output of ``makentp -a`` is:
```
RUN:makentp -a [Wed Nov 22 01:50:53 2017]
ElapsedTime:139 sec
RETURN rc = 1
OUTPUT:
configuring management node: c910f03c09k09.
configuring service nodes: c910f03c09k10
c910f03c09k10: vpdupdate is not supported on the pSeries KVM Guest platform
c910f03c09k10: xcatdsklspost: updating VPD database
c910f03c09k10: xcatdsklspost: downloaded postscripts successfully
c910f03c09k10: Wed Nov 22 06:50:55 EST 2017 Running postscript: setupntp
c910f03c09k10: inactive
c910f03c09k10: Created symlink from /etc/systemd/system/multi-user.target.wants/ntpd.service to /usr/lib/systemd/system/ntpd.service.
c910f03c09k10: postscript: setupntp exited with code 1
c910f03c09k10: Running of postscripts has completed.
```
It seems sync time timeout.
```
Nov 22 01:50:56 c910f03c09k10 xcat: setting current time
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: ntpd 4.2.8p8@1.3265-o Mon Jun 6 08:12:00 UTC 2016 (1): Starting
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Command line: ntpd -gq
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: proto: precision = 0.082 usec (-23)
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen and drop on 0 v6wildcard [::]:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen normally on 2 lo 127.0.0.1:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen normally on 3 eth2 10.3.9.10:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen normally on 4 lo [::1]:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen normally on 5 eth0 [fe80::4024:aff:fe03:90a%2]:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen normally on 6 eth1 [fe80::4001:aff:fe03:90a%3]:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen normally on 7 eth2 [fe80::402a:aff:fe03:90a%4]:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listening on routing socket on fd #24 for interface updates
Nov 22 01:51:00 c910f03c09k10 ntpd[7761]: receive: KoD packet from 10.3.9.9 has inconsistent xmt/org/rec timestamps. Ignoring.
Nov 22 01:52:56 c910f03c09k10 ntpd[7761]: receive: KoD packet from 10.3.9.9 has inconsistent xmt/org/rec timestamps. Ignoring.
Nov 22 01:52:56 c910f03c09k10 ntpd[7761]: ntpd exiting on signal 15 (Terminated)
Nov 22 01:52:56 c910f03c09k10 ntpd[7761]: 10.3.9.9 local addr 10.3.9.10 -> <null>
Nov 22 01:53:11 c910f03c09k10 xcat: WARNING: NTP Sync Failed!!
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Starting NTP Server Daemon...
Nov 22 01:53:12 c910f03c09k10 sntp[7830]: sntp 4.2.8p8@1.3265-o Mon Jun 6 08:11:46 UTC 2016 (1)
Nov 22 01:53:12 c910f03c09k10 sntp[7830]: sock_cb: 10.3.9.9 not in sync, skipping this server
Nov 22 01:53:12 c910f03c09k10 start-ntpd[7791]: Time could not be synchronized
Nov 22 01:53:12 c910f03c09k10 ntpd[7832]: ntpd 4.2.8p8@1.3265-o Mon Jun 6 08:12:00 UTC 2016 (1): Starting
Nov 22 01:53:12 c910f03c09k10 ntpd[7832]: Command line: /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -c /etc/ntp.conf
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: proto: precision = 0.080 usec (-23)
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen and drop on 0 v6wildcard [::]:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen normally on 2 lo 127.0.0.1:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen normally on 3 eth2 10.3.9.10:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen normally on 4 lo [::1]:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen normally on 5 eth0 [fe80::4024:aff:fe03:90a%2]:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen normally on 6 eth1 [fe80::4001:aff:fe03:90a%3]:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen normally on 7 eth2 [fe80::402a:aff:fe03:90a%4]:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listening on routing socket on fd #24 for interface updates
Nov 22 01:53:12 c910f03c09k10 start-ntpd[7791]: Starting network time protocol daemon (NTPD)
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Started NTP Server Daemon.
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Reloading.
Nov 22 01:53:12 c910f03c09k10 systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Reloading.
Nov 22 01:53:12 c910f03c09k10 systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
Nov 22 01:53:12 c910f03c09k10 xcat Wed Nov 22 06:53:11 EST 2017 postscript setupntp return with 1
Nov 22 01:53:12 c910f03c09k10 xcat returned from postscript
Nov 22 01:53:12 c910f03c09k10 sshd[7586]: Received disconnect from 10.3.9.9 port 39892:11: disconnected by user
Nov 22 01:53:12 c910f03c09k10 sshd[7586]: Disconnected from 10.3.9.9 port 39892
Nov 22 01:53:12 c910f03c09k10 sshd[7586]: pam_unix(sshd:session): session closed for user root
Nov 22 01:53:12 c910f03c09k10 systemd-logind[2840]: Removed session 13.
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Stopping User Manager for UID 0...
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Stopped target Default.
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Stopped target Basic System.
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Stopped target Sockets.
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Reached target Shutdown.
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Stopped target Timers.
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Stopped target Paths.
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Starting Exit the Session...
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Received SIGRTMIN+24 from PID 7904 (kill).
Nov 22 01:53:12 c910f03c09k10 systemd: pam_unix(systemd-user:session): session closed for user root
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Stopped User Manager for UID 0.
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Removed slice User Slice of root.
Nov 22 01:53:13 c910f03c09k10 ntpd[7833]: receive: KoD packet from 10.3.9.9 has inconsistent xmt/org/rec timestamps. Ignoring.
[root@c910f02c02p30 277]#
```
It should not be a common timeout, when the ntp service in MN and SN restart at same time, some ntp operation in SN could not done due to there is no ntp service in MN.
| 1.0 | [automation] "makentp -a" failed in sles12.2 hierarchical environment - ``makentp -a`` failed in sles12.2 hierarchical environment.
The output of ``makentp -a`` is:
```
RUN:makentp -a [Wed Nov 22 01:50:53 2017]
ElapsedTime:139 sec
RETURN rc = 1
OUTPUT:
configuring management node: c910f03c09k09.
configuring service nodes: c910f03c09k10
c910f03c09k10: vpdupdate is not supported on the pSeries KVM Guest platform
c910f03c09k10: xcatdsklspost: updating VPD database
c910f03c09k10: xcatdsklspost: downloaded postscripts successfully
c910f03c09k10: Wed Nov 22 06:50:55 EST 2017 Running postscript: setupntp
c910f03c09k10: inactive
c910f03c09k10: Created symlink from /etc/systemd/system/multi-user.target.wants/ntpd.service to /usr/lib/systemd/system/ntpd.service.
c910f03c09k10: postscript: setupntp exited with code 1
c910f03c09k10: Running of postscripts has completed.
```
It seems sync time timeout.
```
Nov 22 01:50:56 c910f03c09k10 xcat: setting current time
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: ntpd 4.2.8p8@1.3265-o Mon Jun 6 08:12:00 UTC 2016 (1): Starting
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Command line: ntpd -gq
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: proto: precision = 0.082 usec (-23)
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen and drop on 0 v6wildcard [::]:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen normally on 2 lo 127.0.0.1:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen normally on 3 eth2 10.3.9.10:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen normally on 4 lo [::1]:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen normally on 5 eth0 [fe80::4024:aff:fe03:90a%2]:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen normally on 6 eth1 [fe80::4001:aff:fe03:90a%3]:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listen normally on 7 eth2 [fe80::402a:aff:fe03:90a%4]:123
Nov 22 01:50:56 c910f03c09k10 ntpd[7761]: Listening on routing socket on fd #24 for interface updates
Nov 22 01:51:00 c910f03c09k10 ntpd[7761]: receive: KoD packet from 10.3.9.9 has inconsistent xmt/org/rec timestamps. Ignoring.
Nov 22 01:52:56 c910f03c09k10 ntpd[7761]: receive: KoD packet from 10.3.9.9 has inconsistent xmt/org/rec timestamps. Ignoring.
Nov 22 01:52:56 c910f03c09k10 ntpd[7761]: ntpd exiting on signal 15 (Terminated)
Nov 22 01:52:56 c910f03c09k10 ntpd[7761]: 10.3.9.9 local addr 10.3.9.10 -> <null>
Nov 22 01:53:11 c910f03c09k10 xcat: WARNING: NTP Sync Failed!!
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Starting NTP Server Daemon...
Nov 22 01:53:12 c910f03c09k10 sntp[7830]: sntp 4.2.8p8@1.3265-o Mon Jun 6 08:11:46 UTC 2016 (1)
Nov 22 01:53:12 c910f03c09k10 sntp[7830]: sock_cb: 10.3.9.9 not in sync, skipping this server
Nov 22 01:53:12 c910f03c09k10 start-ntpd[7791]: Time could not be synchronized
Nov 22 01:53:12 c910f03c09k10 ntpd[7832]: ntpd 4.2.8p8@1.3265-o Mon Jun 6 08:12:00 UTC 2016 (1): Starting
Nov 22 01:53:12 c910f03c09k10 ntpd[7832]: Command line: /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -c /etc/ntp.conf
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: proto: precision = 0.080 usec (-23)
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen and drop on 0 v6wildcard [::]:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen normally on 2 lo 127.0.0.1:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen normally on 3 eth2 10.3.9.10:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen normally on 4 lo [::1]:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen normally on 5 eth0 [fe80::4024:aff:fe03:90a%2]:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen normally on 6 eth1 [fe80::4001:aff:fe03:90a%3]:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listen normally on 7 eth2 [fe80::402a:aff:fe03:90a%4]:123
Nov 22 01:53:12 c910f03c09k10 ntpd[7833]: Listening on routing socket on fd #24 for interface updates
Nov 22 01:53:12 c910f03c09k10 start-ntpd[7791]: Starting network time protocol daemon (NTPD)
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Started NTP Server Daemon.
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Reloading.
Nov 22 01:53:12 c910f03c09k10 systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Reloading.
Nov 22 01:53:12 c910f03c09k10 systemd[1]: nss-lookup.target: Dependency Before=nss-lookup.target dropped
Nov 22 01:53:12 c910f03c09k10 xcat Wed Nov 22 06:53:11 EST 2017 postscript setupntp return with 1
Nov 22 01:53:12 c910f03c09k10 xcat returned from postscript
Nov 22 01:53:12 c910f03c09k10 sshd[7586]: Received disconnect from 10.3.9.9 port 39892:11: disconnected by user
Nov 22 01:53:12 c910f03c09k10 sshd[7586]: Disconnected from 10.3.9.9 port 39892
Nov 22 01:53:12 c910f03c09k10 sshd[7586]: pam_unix(sshd:session): session closed for user root
Nov 22 01:53:12 c910f03c09k10 systemd-logind[2840]: Removed session 13.
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Stopping User Manager for UID 0...
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Stopped target Default.
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Stopped target Basic System.
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Stopped target Sockets.
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Reached target Shutdown.
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Stopped target Timers.
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Stopped target Paths.
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Starting Exit the Session...
Nov 22 01:53:12 c910f03c09k10 systemd[7592]: Received SIGRTMIN+24 from PID 7904 (kill).
Nov 22 01:53:12 c910f03c09k10 systemd: pam_unix(systemd-user:session): session closed for user root
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Stopped User Manager for UID 0.
Nov 22 01:53:12 c910f03c09k10 systemd[1]: Removed slice User Slice of root.
Nov 22 01:53:13 c910f03c09k10 ntpd[7833]: receive: KoD packet from 10.3.9.9 has inconsistent xmt/org/rec timestamps. Ignoring.
[root@c910f02c02p30 277]#
```
It should not be a common timeout, when the ntp service in MN and SN restart at same time, some ntp operation in SN could not done due to there is no ntp service in MN.
| priority | makentp a failed in hierarchical environment makentp a failed in hierarchical environment the output of makentp a is run makentp a elapsedtime sec return rc output configuring management node configuring service nodes vpdupdate is not supported on the pseries kvm guest platform xcatdsklspost updating vpd database xcatdsklspost downloaded postscripts successfully wed nov est running postscript setupntp inactive created symlink from etc systemd system multi user target wants ntpd service to usr lib systemd system ntpd service postscript setupntp exited with code running of postscripts has completed it seems sync time timeout nov xcat setting current time nov ntpd ntpd o mon jun utc starting nov ntpd command line ntpd gq nov ntpd proto precision usec nov ntpd listen and drop on nov ntpd listen and drop on nov ntpd listen normally on lo nov ntpd listen normally on nov ntpd listen normally on lo nov ntpd listen normally on nov ntpd listen normally on nov ntpd listen normally on nov ntpd listening on routing socket on fd for interface updates nov ntpd receive kod packet from has inconsistent xmt org rec timestamps ignoring nov ntpd receive kod packet from has inconsistent xmt org rec timestamps ignoring nov ntpd ntpd exiting on signal terminated nov ntpd local addr nov xcat warning ntp sync failed nov systemd starting ntp server daemon nov sntp sntp o mon jun utc nov sntp sock cb not in sync skipping this server nov start ntpd time could not be synchronized nov ntpd ntpd o mon jun utc starting nov ntpd command line usr sbin ntpd p var run ntp ntpd pid g u ntp ntp c etc ntp conf nov ntpd proto precision usec nov ntpd listen and drop on nov ntpd listen and drop on nov ntpd listen normally on lo nov ntpd listen normally on nov ntpd listen normally on lo nov ntpd listen normally on nov ntpd listen normally on nov ntpd listen normally on nov ntpd listening on routing socket on fd for interface updates nov start ntpd starting network time protocol daemon ntpd nov systemd started ntp server daemon nov systemd reloading nov systemd nss lookup target dependency before nss lookup target dropped nov systemd reloading nov systemd nss lookup target dependency before nss lookup target dropped nov xcat wed nov est postscript setupntp return with nov xcat returned from postscript nov sshd received disconnect from port disconnected by user nov sshd disconnected from port nov sshd pam unix sshd session session closed for user root nov systemd logind removed session nov systemd stopping user manager for uid nov systemd stopped target default nov systemd stopped target basic system nov systemd stopped target sockets nov systemd reached target shutdown nov systemd stopped target timers nov systemd stopped target paths nov systemd starting exit the session nov systemd received sigrtmin from pid kill nov systemd pam unix systemd user session session closed for user root nov systemd stopped user manager for uid nov systemd removed slice user slice of root nov ntpd receive kod packet from has inconsistent xmt org rec timestamps ignoring it should not be a common timeout when the ntp service in mn and sn restart at same time some ntp operation in sn could not done due to there is no ntp service in mn | 1 |
134,967 | 5,240,958,811 | IssuesEvent | 2017-01-31 14:35:10 | metasfresh/metasfresh-webui-frontend | https://api.github.com/repos/metasfresh/metasfresh-webui-frontend | opened | Focus when "new" works - but does not let you unfocus anymore | bug High priority | Focus when "new" works - but does not let you unfocus anymore
- Tries with Business partner Window and Product. Create New. The Focus is on first field. Not able to get our that field anymore, nor with Mouse nor with keyboard.
- Same for not new Records. Open a record from Grid View. Try to focus with mouse on second field. Not possible.
**Please fix quickly w/ highest prio. Cannot test w/ this bug.**

| 1.0 | Focus when "new" works - but does not let you unfocus anymore - Focus when "new" works - but does not let you unfocus anymore
- Tries with Business partner Window and Product. Create New. The Focus is on first field. Not able to get our that field anymore, nor with Mouse nor with keyboard.
- Same for not new Records. Open a record from Grid View. Try to focus with mouse on second field. Not possible.
**Please fix quickly w/ highest prio. Cannot test w/ this bug.**

| priority | focus when new works but does not let you unfocus anymore focus when new works but does not let you unfocus anymore tries with business partner window and product create new the focus is on first field not able to get our that field anymore nor with mouse nor with keyboard same for not new records open a record from grid view try to focus with mouse on second field not possible please fix quickly w highest prio cannot test w this bug | 1 |
317,941 | 9,671,394,782 | IssuesEvent | 2019-05-21 22:40:30 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Type conversion from float64 to float32 (cpu) sometimes crashes | high priority module: operators triaged | ```python
import torch
a = torch.rand(3, 3, dtype = torch.float64)
print(a.dtype, a.device) # torch.float64 cpu
c = a.to(torch.float32)
#works
b = torch.load('bug.pt')
print(b.dtype, b.device) # torch.float64 cpu
c = b.to(torch.float32)
# RuntimeError: expected scalar type Float but found Double
d = b.clone().to(torch.float32)
# works
```
[bug.zip](https://github.com/pytorch/pytorch/files/3202664/bug.zip)
| 1.0 | Type conversion from float64 to float32 (cpu) sometimes crashes - ```python
import torch
a = torch.rand(3, 3, dtype = torch.float64)
print(a.dtype, a.device) # torch.float64 cpu
c = a.to(torch.float32)
#works
b = torch.load('bug.pt')
print(b.dtype, b.device) # torch.float64 cpu
c = b.to(torch.float32)
# RuntimeError: expected scalar type Float but found Double
d = b.clone().to(torch.float32)
# works
```
[bug.zip](https://github.com/pytorch/pytorch/files/3202664/bug.zip)
| priority | type conversion from to cpu sometimes crashes python import torch a torch rand dtype torch print a dtype a device torch cpu c a to torch works b torch load bug pt print b dtype b device torch cpu c b to torch runtimeerror expected scalar type float but found double d b clone to torch works | 1 |
127,526 | 5,031,877,443 | IssuesEvent | 2016-12-16 09:12:02 | kulish-alina/HR_Project | https://api.github.com/repos/kulish-alina/HR_Project | closed | Optional stages and comments | bug enhancement frontend high priority ui/ux | Not all comments to stages are required.
Some stages are optional.
For Hire candidate all **required** stages have to be passed. Also all required comments have to be done for required stages and passed optional stages.
_So,_
**For stage pass:**
if comment is required for stage -> without comment stage can not be pass;
if comment isn't required for stage -> stage can be passed without comment;
**For Hire:**
if stage is required and not passed -> candidate can not be hired;
if stage isn't required and not passed -> candidate can be hired;
Pool – комментарий не нужен
Selected – комментарий не нужен
HR Interview – комментарий обязательный
Test task – стадия необязательная – комментарий обязательный
Tech Interview– комментарий обязательный
Additional interview – стадия необязательная – комментарий обязательный
Final Interview– комментарий обязательный
Job Offer Issued–комментарий необязательный
Job Offer Accepted– стадия зависит от того, не был ли отклонен офер – комментарий необязательный
Hired – стадия зависит от того, не был ли отклонен кандидат – комментарий необязательный
Job Offer Rejected – стадия зависит от того, был ли нанят кандидат – комментарий обязательный
Rejected by Company – стадия зависит от того, кем был отклонен кандидат – комментарий обязательный
Rejected by Candidate – стадия зависит от того, кем был отклонен кандидат – комментарий обязательный | 1.0 | Optional stages and comments - Not all comments to stages are required.
Some stages are optional.
For Hire candidate all **required** stages have to be passed. Also all required comments have to be done for required stages and passed optional stages.
_So,_
**For stage pass:**
if comment is required for stage -> without comment stage can not be pass;
if comment isn't required for stage -> stage can be passed without comment;
**For Hire:**
if stage is required and not passed -> candidate can not be hired;
if stage isn't required and not passed -> candidate can be hired;
Pool – комментарий не нужен
Selected – комментарий не нужен
HR Interview – комментарий обязательный
Test task – стадия необязательная – комментарий обязательный
Tech Interview– комментарий обязательный
Additional interview – стадия необязательная – комментарий обязательный
Final Interview– комментарий обязательный
Job Offer Issued–комментарий необязательный
Job Offer Accepted– стадия зависит от того, не был ли отклонен офер – комментарий необязательный
Hired – стадия зависит от того, не был ли отклонен кандидат – комментарий необязательный
Job Offer Rejected – стадия зависит от того, был ли нанят кандидат – комментарий обязательный
Rejected by Company – стадия зависит от того, кем был отклонен кандидат – комментарий обязательный
Rejected by Candidate – стадия зависит от того, кем был отклонен кандидат – комментарий обязательный | priority | optional stages and comments not all comments to stages are required some stages are optional for hire candidate all required stages have to be passed also all required comments have to be done for required stages and passed optional stages so for stage pass if comment is required for stage without comment stage can not be pass if comment isn t required for stage stage can be passed without comment for hire if stage is required and not passed candidate can not be hired if stage isn t required and not passed candidate can be hired pool – комментарий не нужен selected – комментарий не нужен hr interview – комментарий обязательный test task – стадия необязательная – комментарий обязательный tech interview– комментарий обязательный additional interview – стадия необязательная – комментарий обязательный final interview– комментарий обязательный job offer issued–комментарий необязательный job offer accepted– стадия зависит от того не был ли отклонен офер – комментарий необязательный hired – стадия зависит от того не был ли отклонен кандидат – комментарий необязательный job offer rejected – стадия зависит от того был ли нанят кандидат – комментарий обязательный rejected by company – стадия зависит от того кем был отклонен кандидат – комментарий обязательный rejected by candidate – стадия зависит от того кем был отклонен кандидат – комментарий обязательный | 1 |
255,011 | 8,102,435,885 | IssuesEvent | 2018-08-13 01:39:07 | steedos/mini-vip | https://api.github.com/repos/steedos/mini-vip | closed | marching 缘分圈 | fix:Done priority:High | 显示姓名、昵称、相互匹配值,按时间倒序
如果对方没有答题,匹配度显示问号,点击提醒他转发给好友,让他答题
如果没有好友,提示他邀请好友,进入“test 测试好友缘分" 页面 | 1.0 | marching 缘分圈 - 显示姓名、昵称、相互匹配值,按时间倒序
如果对方没有答题,匹配度显示问号,点击提醒他转发给好友,让他答题
如果没有好友,提示他邀请好友,进入“test 测试好友缘分" 页面 | priority | marching 缘分圈 显示姓名、昵称、相互匹配值,按时间倒序 如果对方没有答题,匹配度显示问号,点击提醒他转发给好友,让他答题 如果没有好友,提示他邀请好友,进入“test 测试好友缘分 页面 | 1 |
332,933 | 10,112,848,425 | IssuesEvent | 2019-07-30 15:27:55 | djjd47130/GitHubBackup | https://api.github.com/repos/djjd47130/GitHubBackup | closed | Wrap GitHub API in its own unit | api enhancement priority high | Already created JD.GitHub.pas but logic is still scattered. Create a single object used for all API access. | 1.0 | Wrap GitHub API in its own unit - Already created JD.GitHub.pas but logic is still scattered. Create a single object used for all API access. | priority | wrap github api in its own unit already created jd github pas but logic is still scattered create a single object used for all api access | 1 |
534,812 | 15,649,639,835 | IssuesEvent | 2021-03-23 07:53:34 | AuthGuard/AuthGuard | https://api.github.com/repos/AuthGuard/AuthGuard | closed | Access token restrictions are ignored after refresh | bug high priority | If an access token was created with restricted access, those restrictions are removed after the refresh. | 1.0 | Access token restrictions are ignored after refresh - If an access token was created with restricted access, those restrictions are removed after the refresh. | priority | access token restrictions are ignored after refresh if an access token was created with restricted access those restrictions are removed after the refresh | 1 |
298,798 | 9,201,417,482 | IssuesEvent | 2019-03-07 19:34:53 | mangadventure/MangAdventure | https://api.github.com/repos/mangadventure/MangAdventure | closed | Internal server error in API | Priority: High Status: In Progress Type: Bug | ## Description
Requesting an invalid chapter in the API results in an internal server error.
Example: https://arc-relight.site/api/v1/series/merry-christmas/0/1
## Expected Behavior
The API should respond with `404: Not found`.
## Actual Behavior
The API responds with `500: Internal server error`.
## Possible Fix
Catch the `Chapter.DoesNotExist` exception.
## Your Environment
* MangAdventure version: `v0.4.3`
* Python version: `Python 3.5.2`
* Link to your website: https://arc-relight.site
| 1.0 | Internal server error in API - ## Description
Requesting an invalid chapter in the API results in an internal server error.
Example: https://arc-relight.site/api/v1/series/merry-christmas/0/1
## Expected Behavior
The API should respond with `404: Not found`.
## Actual Behavior
The API responds with `500: Internal server error`.
## Possible Fix
Catch the `Chapter.DoesNotExist` exception.
## Your Environment
* MangAdventure version: `v0.4.3`
* Python version: `Python 3.5.2`
* Link to your website: https://arc-relight.site
| priority | internal server error in api description requesting an invalid chapter in the api results in an internal server error example expected behavior the api should respond with not found actual behavior the api responds with internal server error possible fix catch the chapter doesnotexist exception your environment mangadventure version python version python link to your website | 1 |
59,186 | 3,103,906,676 | IssuesEvent | 2015-08-31 13:12:23 | centreon/centreon-clapi | https://api.github.com/repos/centreon/centreon-clapi | closed | Missing functionality: [ADD] Multiple Service templates into Service template Object | invalid Priority: High | ---
Author Name: **christophe demoire** (christophe demoire)
Original Redmine Issue: 1886, https://forge.centreon.com/issues/1886
Original Date: 2010-08-02
Original Assignee: Julien Mathis
---
I can add one service template but not more into the Service template Object
| 1.0 | Missing functionality: [ADD] Multiple Service templates into Service template Object - ---
Author Name: **christophe demoire** (christophe demoire)
Original Redmine Issue: 1886, https://forge.centreon.com/issues/1886
Original Date: 2010-08-02
Original Assignee: Julien Mathis
---
I can add one service template but not more into the Service template Object
| priority | missing functionality multiple service templates into service template object author name christophe demoire christophe demoire original redmine issue original date original assignee julien mathis i can add one service template but not more into the service template object | 1 |
423,451 | 12,296,970,388 | IssuesEvent | 2020-05-11 08:00:30 | ahmedkaludi/accelerated-mobile-pages | https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages | closed | Need to add end point in lincence key for agency users | Urgent [Priority: HIGH] enhancement | @amer07 commented on [Sat Apr 25 2020](https://github.com/ahmedkaludi/pwa-for-wp/issues/369)
Case 1: https://secure.helpscout.net/conversation/1142996369/124250?folderId=2770543
---
@ahmedkaludi commented on [Sun Apr 26 2020](https://github.com/ahmedkaludi/pwa-for-wp/issues/369#issuecomment-619452927)
This needs to be built into AMPforWP
| 1.0 | Need to add end point in lincence key for agency users - @amer07 commented on [Sat Apr 25 2020](https://github.com/ahmedkaludi/pwa-for-wp/issues/369)
Case 1: https://secure.helpscout.net/conversation/1142996369/124250?folderId=2770543
---
@ahmedkaludi commented on [Sun Apr 26 2020](https://github.com/ahmedkaludi/pwa-for-wp/issues/369#issuecomment-619452927)
This needs to be built into AMPforWP
| priority | need to add end point in lincence key for agency users commented on case ahmedkaludi commented on this needs to be built into ampforwp | 1 |
287,318 | 8,809,139,380 | IssuesEvent | 2018-12-27 18:01:57 | FormidableLabs/spectacle | https://api.github.com/repos/FormidableLabs/spectacle | closed | `CodePane` throws when using `lang="java"` | high priority in progress | Repository to reproduce: https://github.com/rainboxx/spectacle-issue
It seems that loading all language files, as of now, doesn't have any impact because `react-live` [loads Prism itself and only 4 language](https://github.com/FormidableLabs/react-live/blob/d71d13d079fc99cafcb65ec19ec057fc54a3492a/src/utils/prism.js.) files. The language files ([see Java for example](https://github.com/PrismJS/prism/blob/master/components/prism-java.js)) itself expects a global called `Prism`, so I interpret that reloading Prism removes all previously loaded language files. | 1.0 | `CodePane` throws when using `lang="java"` - Repository to reproduce: https://github.com/rainboxx/spectacle-issue
It seems that loading all language files, as of now, doesn't have any impact because `react-live` [loads Prism itself and only 4 language](https://github.com/FormidableLabs/react-live/blob/d71d13d079fc99cafcb65ec19ec057fc54a3492a/src/utils/prism.js.) files. The language files ([see Java for example](https://github.com/PrismJS/prism/blob/master/components/prism-java.js)) itself expects a global called `Prism`, so I interpret that reloading Prism removes all previously loaded language files. | priority | codepane throws when using lang java repository to reproduce it seems that loading all language files as of now doesn t have any impact because react live files the language files itself expects a global called prism so i interpret that reloading prism removes all previously loaded language files | 1 |
670,266 | 22,682,725,336 | IssuesEvent | 2022-07-04 11:23:09 | gama-platform/gama | https://api.github.com/repos/gama-platform/gama | closed | The access to doc.gama-platform.org impossible on macOS M1 from the welcome page | 😱 Bug OS macOS About Doc Priority High | **Describe the bug**
When clicking on the "Documentation" button from the welcome HTML page, the following error appears:
<img width="510" alt="dddddd - - Gama (runtime) 2022-07-03 11-10-09" src="https://user-images.githubusercontent.com/579256/177024243-83495ebc-1522-413d-b958-18ae4ff060dd.png">
**Desktop (please complete the following information):**
- OS: masOS Monterey
- PC Model: MBP 16" (M1)
- GAMA version: git
| 1.0 | The access to doc.gama-platform.org impossible on macOS M1 from the welcome page - **Describe the bug**
When clicking on the "Documentation" button from the welcome HTML page, the following error appears:
<img width="510" alt="dddddd - - Gama (runtime) 2022-07-03 11-10-09" src="https://user-images.githubusercontent.com/579256/177024243-83495ebc-1522-413d-b958-18ae4ff060dd.png">
**Desktop (please complete the following information):**
- OS: masOS Monterey
- PC Model: MBP 16" (M1)
- GAMA version: git
| priority | the access to doc gama platform org impossible on macos from the welcome page describe the bug when clicking on the documentation button from the welcome html page the following error appears img width alt dddddd gama runtime src desktop please complete the following information os masos monterey pc model mbp gama version git | 1 |
548,608 | 16,067,517,226 | IssuesEvent | 2021-04-23 21:57:10 | Felipe2102/Assistente-Escolar | https://api.github.com/repos/Felipe2102/Assistente-Escolar | closed | Add, Edit and Delete commitments not working | Ready for launch high priority | Fazer essas funções funcionar para ter grande parte do programa de testes concluido | 1.0 | Add, Edit and Delete commitments not working - Fazer essas funções funcionar para ter grande parte do programa de testes concluido | priority | add edit and delete commitments not working fazer essas funções funcionar para ter grande parte do programa de testes concluido | 1 |
672,291 | 22,820,318,957 | IssuesEvent | 2022-07-12 01:07:45 | cybozu-go/coil | https://api.github.com/repos/cybozu-go/coil | closed | Enhance CNI delete delay implementation | high priority | ## What
Currently, Coil waits for the 30s before destroying the pod network in the CNI delete operation. Why Coil is doing so is to keep connectivity for network components that need time to gracefully shut down active TCP connections. For example, Envoy waits for TCP connections to drain in its preStop hook before shutting down. The CNI delete is called as soon as the pod has the deletion timestamp, and destroying the pod network disrupts connections to Envoy and breaks the graceful shutdown assumption.
However, this implementation forces all pods including those that don't need such delay to wait in the CNI delete operation. For instance, the nat pods derived from coil Egress which only receive connection-less UDP packets have to wait for the 30s even though it's not necessary.
EDIT:
We later found out that k8s calls the StopSandbox API of the container runtime after killing container processes. So coil doesn't need to sleep in its delete implementation.
https://github.com/kubernetes/kubernetes/blob/02f9b2240814d2e952eaf7dca3a665a675004f21/pkg/kubelet/kuberuntime/kuberuntime_manager.go#L979
related to https://github.com/cybozu-go/coil/pull/164
## How
Options
- Check if all the container processes have gracefully shutdown, and proceed delete operation instead of waiting for a fixed time.
- Provide an annotation that allows pods to opt out of the delay in the CNI delete operation.
## Checklist
- [x] Finish implentation of the issue
- [x] Test all functions
- [x] Have enough logs to trace activities
- [x] Notify developers of necessary actions
| 1.0 | Enhance CNI delete delay implementation - ## What
Currently, Coil waits for the 30s before destroying the pod network in the CNI delete operation. Why Coil is doing so is to keep connectivity for network components that need time to gracefully shut down active TCP connections. For example, Envoy waits for TCP connections to drain in its preStop hook before shutting down. The CNI delete is called as soon as the pod has the deletion timestamp, and destroying the pod network disrupts connections to Envoy and breaks the graceful shutdown assumption.
However, this implementation forces all pods including those that don't need such delay to wait in the CNI delete operation. For instance, the nat pods derived from coil Egress which only receive connection-less UDP packets have to wait for the 30s even though it's not necessary.
EDIT:
We later found out that k8s calls the StopSandbox API of the container runtime after killing container processes. So coil doesn't need to sleep in its delete implementation.
https://github.com/kubernetes/kubernetes/blob/02f9b2240814d2e952eaf7dca3a665a675004f21/pkg/kubelet/kuberuntime/kuberuntime_manager.go#L979
related to https://github.com/cybozu-go/coil/pull/164
## How
Options
- Check if all the container processes have gracefully shutdown, and proceed delete operation instead of waiting for a fixed time.
- Provide an annotation that allows pods to opt out of the delay in the CNI delete operation.
## Checklist
- [x] Finish implentation of the issue
- [x] Test all functions
- [x] Have enough logs to trace activities
- [x] Notify developers of necessary actions
| priority | enhance cni delete delay implementation what currently coil waits for the before destroying the pod network in the cni delete operation why coil is doing so is to keep connectivity for network components that need time to gracefully shut down active tcp connections for example envoy waits for tcp connections to drain in its prestop hook before shutting down the cni delete is called as soon as the pod has the deletion timestamp and destroying the pod network disrupts connections to envoy and breaks the graceful shutdown assumption however this implementation forces all pods including those that don t need such delay to wait in the cni delete operation for instance the nat pods derived from coil egress which only receive connection less udp packets have to wait for the even though it s not necessary edit we later found out that calls the stopsandbox api of the container runtime after killing container processes so coil doesn t need to sleep in its delete implementation related to how options check if all the container processes have gracefully shutdown and proceed delete operation instead of waiting for a fixed time provide an annotation that allows pods to opt out of the delay in the cni delete operation checklist finish implentation of the issue test all functions have enough logs to trace activities notify developers of necessary actions | 1 |
283,200 | 8,717,761,971 | IssuesEvent | 2018-12-07 18:11:38 | Text-Mining/Persian-NER | https://api.github.com/repos/Text-Mining/Persian-NER | closed | Use Ajax for getting new sentence | Effort: Low Priority: High Product: Web App Type: enhancement | clicking on getting a new sentence button shouldn't refresh the page | 1.0 | Use Ajax for getting new sentence - clicking on getting a new sentence button shouldn't refresh the page | priority | use ajax for getting new sentence clicking on getting a new sentence button shouldn t refresh the page | 1 |
328,537 | 9,996,190,518 | IssuesEvent | 2019-07-11 22:29:09 | emory-libraries/ezpaarse-platforms | https://api.github.com/repos/emory-libraries/ezpaarse-platforms | closed | O'Reilly | Add Parser High Priority | ### Example:star::star: :
https://learning-oreilly-com.proxy.library.emory.edu
### Priority:
Medium
### Subscriber (Library):
Woodruff
### ezPAARSE
Analysis: None
Trello: None
### Notes:
Formerly Safari Ebooks: https://github.com/emory-libraries/ezpaarse-platforms/issues/74
Nothing on AnalogIST as of 4/24/2019. | 1.0 | O'Reilly - ### Example:star::star: :
https://learning-oreilly-com.proxy.library.emory.edu
### Priority:
Medium
### Subscriber (Library):
Woodruff
### ezPAARSE
Analysis: None
Trello: None
### Notes:
Formerly Safari Ebooks: https://github.com/emory-libraries/ezpaarse-platforms/issues/74
Nothing on AnalogIST as of 4/24/2019. | priority | o reilly example star star priority medium subscriber library woodruff ezpaarse analysis none trello none notes formerly safari ebooks nothing on analogist as of | 1 |
364,003 | 10,757,691,466 | IssuesEvent | 2019-10-31 13:44:47 | AY1920S1-CS2113T-F09-4/main | https://api.github.com/repos/AY1920S1-CS2113T-F09-4/main | opened | Ui for DeleteBarCommand bug | priority.High severity.Medium type.Bug | The Ui message of DeleteBarCommand is not showing the correct bar index of the bar being deleted at times. | 1.0 | Ui for DeleteBarCommand bug - The Ui message of DeleteBarCommand is not showing the correct bar index of the bar being deleted at times. | priority | ui for deletebarcommand bug the ui message of deletebarcommand is not showing the correct bar index of the bar being deleted at times | 1 |
292,117 | 8,953,296,408 | IssuesEvent | 2019-01-25 19:01:51 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Server Restart causes all Permissions to be reset | D3nnis3n's List Fixed High Priority | After our daily server restart all given permission vanished, even shops were no longer public but only accessable by owner. Same for Storage and deeds and other tables. | 1.0 | Server Restart causes all Permissions to be reset - After our daily server restart all given permission vanished, even shops were no longer public but only accessable by owner. Same for Storage and deeds and other tables. | priority | server restart causes all permissions to be reset after our daily server restart all given permission vanished even shops were no longer public but only accessable by owner same for storage and deeds and other tables | 1 |
598,121 | 18,237,306,210 | IssuesEvent | 2021-10-01 08:36:21 | bryntum/support | https://api.github.com/repos/bryntum/support | closed | Expanding last node sometimes doesn't increase scroll size | bug resolved high-priority premium forum | Easy to repro in gantt docs:
1. Expand API docs
2. Expand SchedulerPro - no scrollbar update
<img width="302" alt="Screenshot 2021-08-10 at 09 05 01" src="https://user-images.githubusercontent.com/218570/128823201-d33460a9-769b-4ac9-9ad0-9a67799665fc.png">
[Forum post](https://www.bryntum.com/forum/viewtopic.php?f=51&t=18413&p=90969#p90969)
Using the advanced demo, collapse all tasks.
Then expand each and every node in the tree,
e.g. 1, then 1.1, then 1.2 and every child node in the tree
On expanding the last node, the scroll bar doesn't change size and you cannot scroll down to the newly opened tasks without first scrolling up. | 1.0 | Expanding last node sometimes doesn't increase scroll size - Easy to repro in gantt docs:
1. Expand API docs
2. Expand SchedulerPro - no scrollbar update
<img width="302" alt="Screenshot 2021-08-10 at 09 05 01" src="https://user-images.githubusercontent.com/218570/128823201-d33460a9-769b-4ac9-9ad0-9a67799665fc.png">
[Forum post](https://www.bryntum.com/forum/viewtopic.php?f=51&t=18413&p=90969#p90969)
Using the advanced demo, collapse all tasks.
Then expand each and every node in the tree,
e.g. 1, then 1.1, then 1.2 and every child node in the tree
On expanding the last node, the scroll bar doesn't change size and you cannot scroll down to the newly opened tasks without first scrolling up. | priority | expanding last node sometimes doesn t increase scroll size easy to repro in gantt docs expand api docs expand schedulerpro no scrollbar update img width alt screenshot at src using the advanced demo collapse all tasks then expand each and every node in the tree e g then then and every child node in the tree on expanding the last node the scroll bar doesn t change size and you cannot scroll down to the newly opened tasks without first scrolling up | 1 |
95,326 | 3,945,841,894 | IssuesEvent | 2016-04-28 00:09:23 | sullic7/woofer | https://api.github.com/repos/sullic7/woofer | closed | Date and time forms have no helper text | High priority | When being asked to enter a date or time since we don't have a chooser we need to specify how the user is expected to enter in the text. | 1.0 | Date and time forms have no helper text - When being asked to enter a date or time since we don't have a chooser we need to specify how the user is expected to enter in the text. | priority | date and time forms have no helper text when being asked to enter a date or time since we don t have a chooser we need to specify how the user is expected to enter in the text | 1 |
826,281 | 31,563,526,189 | IssuesEvent | 2023-09-03 14:36:54 | taku1417/nullpo-bot | https://api.github.com/repos/taku1417/nullpo-bot | closed | ステージチャンネルへの入退室をlogに残さないようにする | change working L3: Priority High | vc入退室logにおいて、隠れて入室が出来るステージチャンネルの意味が無くなってしまうと同時に、ワンボタンで入れる仕様故に入室ミスが起きて通知数が増える可能性があるため。
管理用のログでもちょくちょく見かける。
具体的には、ステージチャンネルへの入室・移動・退出を全て除外する。ステージチャンネルからの移動は除外せず、そのまま通知する。
出来るのであればステージチャンネルからの移動を移動先への入室にしてしまえば完璧。 | 1.0 | ステージチャンネルへの入退室をlogに残さないようにする - vc入退室logにおいて、隠れて入室が出来るステージチャンネルの意味が無くなってしまうと同時に、ワンボタンで入れる仕様故に入室ミスが起きて通知数が増える可能性があるため。
管理用のログでもちょくちょく見かける。
具体的には、ステージチャンネルへの入室・移動・退出を全て除外する。ステージチャンネルからの移動は除外せず、そのまま通知する。
出来るのであればステージチャンネルからの移動を移動先への入室にしてしまえば完璧。 | priority | ステージチャンネルへの入退室をlogに残さないようにする vc入退室logにおいて、隠れて入室が出来るステージチャンネルの意味が無くなってしまうと同時に、ワンボタンで入れる仕様故に入室ミスが起きて通知数が増える可能性があるため。 管理用のログでもちょくちょく見かける。 具体的には、ステージチャンネルへの入室・移動・退出を全て除外する。ステージチャンネルからの移動は除外せず、そのまま通知する。 出来るのであればステージチャンネルからの移動を移動先への入室にしてしまえば完璧。 | 1 |
550,507 | 16,114,391,082 | IssuesEvent | 2021-04-28 04:38:26 | calyco-yale/calyco | https://api.github.com/repos/calyco-yale/calyco | closed | Add Push Notifications | priority: high | Notify users whenever an invite or friend request is sent to them, and (by default) 10 minutes prior to the event. | 1.0 | Add Push Notifications - Notify users whenever an invite or friend request is sent to them, and (by default) 10 minutes prior to the event. | priority | add push notifications notify users whenever an invite or friend request is sent to them and by default minutes prior to the event | 1 |
223,470 | 7,457,214,621 | IssuesEvent | 2018-03-30 02:40:30 | CS2103JAN2018-F14-B2/main | https://api.github.com/repos/CS2103JAN2018-F14-B2/main | closed | Update JUnit tests for adding of Persons to support new syntax | priority.high type.task | - JUnit tests will fail because of the new syntax we have adopted
- Update to ensure that Persons can be added without failing tests
Refer to #87. | 1.0 | Update JUnit tests for adding of Persons to support new syntax - - JUnit tests will fail because of the new syntax we have adopted
- Update to ensure that Persons can be added without failing tests
Refer to #87. | priority | update junit tests for adding of persons to support new syntax junit tests will fail because of the new syntax we have adopted update to ensure that persons can be added without failing tests refer to | 1 |
596,277 | 18,101,720,222 | IssuesEvent | 2021-09-22 14:50:04 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Fix autograd engine checks | high priority module: autograd triaged module: meta tensors module: __torch_dispatch__ | When you accumulate gradient into a tensor with a custom tensor subclass that doesn't match the base tensor (e.g., think sparse gradients), we will fail you:
```
RuntimeError: Function AddBackward0 returned an invalid gradient at index 0 - expected type TensorOptions(dtype=float, device=meta, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt)) but got TensorOptions(dtype=float, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt))
```
This issue is to relax the checks.
cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @albanD @gqchen @pearu @nikitaved @soulitzer @Lezcano @Varal7 | 1.0 | Fix autograd engine checks - When you accumulate gradient into a tensor with a custom tensor subclass that doesn't match the base tensor (e.g., think sparse gradients), we will fail you:
```
RuntimeError: Function AddBackward0 returned an invalid gradient at index 0 - expected type TensorOptions(dtype=float, device=meta, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt)) but got TensorOptions(dtype=float, device=cpu, layout=Strided, requires_grad=false (default), pinned_memory=false (default), memory_format=(nullopt))
```
This issue is to relax the checks.
cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @albanD @gqchen @pearu @nikitaved @soulitzer @Lezcano @Varal7 | priority | fix autograd engine checks when you accumulate gradient into a tensor with a custom tensor subclass that doesn t match the base tensor e g think sparse gradients we will fail you runtimeerror function returned an invalid gradient at index expected type tensoroptions dtype float device meta layout strided requires grad false default pinned memory false default memory format nullopt but got tensoroptions dtype float device cpu layout strided requires grad false default pinned memory false default memory format nullopt this issue is to relax the checks cc ezyang gchanan bdhirsh jbschlosser alband gqchen pearu nikitaved soulitzer lezcano | 1 |
209,855 | 7,180,504,881 | IssuesEvent | 2018-01-31 23:36:26 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Model memory leak according to `torch.cuda.memory_allocated` but no matching tracked objects (with example) | bug high priority | This memory issue seems to double the required memory for a model but does so without leaving an obvious trace as to where that memory goes. This is doubly confusing as to double the model size would require doubling the model's weights too. The [example code](https://github.com/Smerity/examples/blob/wlm_memory_bug/word_language_model/main.py#L172) demonstrates this issue using a minimally modified word language modeling example with both LSTM and QRNN (i.e. non-cuDNN based) RNNs.
LSTM:
```
/home/smerity/smer-examples/word_language_model# python main.py --cuda --emsize 2800 --nhid 2800 --nlayers 3 --dropout 0.65 --epochs 40 --tied
Before model run: 1098
Before model run: 2173
Before model run: 2173
```
QRNN (shows issue is independent of cuDNN RNN):
```
/home/smerity/smer-examples/word_language_model# python main.py --cuda --emsize 2800 --nhid 2800 --nlayers 3 --dropout 0.65 --epochs 40 --tied --model QRNN
Before model run: 645
Before model run: 1270
Before model run: 1270
```
When using a helpful [object tree](https://github.com/Smerity/examples/blob/wlm_memory_bug/word_language_model/memtree.py) written by @jekbradbury, we can see (log at bottom) that no extra Python objects are added that refer to tensors or Variables, yet the memory still increases, even when calling `torch.cuda.empty_cache` immediately beforehand.
The example is minimally changed from the Word Language Modeling example and was constructed from a larger model which has the same issue. The changes involve (a) adding QRNN for a non-cuDNN example, (b) moving training of a single batch into its own function so Python objects would be guaranteed to fall out of scope and cause CUDA deletions, and (c) memory diagnostics code.
At this stage I believe something iffy is going on, though at which level I'm not certain, and I also don't rule out my own stupidity :) I also looked at the memory usage before and after every forward/backward via registering a hook and can see these are not buffers that are reused as the memory increases from the "new" baseline, returning to that baseline later.
Happy to help work the issue with anyone who is interested in solving it. Thanks! <3
---
Object tree code (which is commented out by default due to verbosity):
```
/home/smerity/smer-examples/word_language_model# python main.py --cuda --emsize 2800 --nhid 2800 --nlayers 3 --dropout 0.65 --epochs 40 --tied --model QRNN
140349451688920 Parameter of size (8400, 2800) with references held by:
140348625257064 OrderedDict in which its key is weight
140348625607560 cell
140348625230328 Parameter of size (8400, 2800) with references held by:
140348625258696 OrderedDict in which its key is weight
140348625607560 cell
140348625230568 Parameter of size (8400, 2800) with references held by:
140348625260328 OrderedDict in which its key is weight
140348625607560 cell
140348625245256 FloatTensor of size (33278, 2800) with references held by:
140348625607560 cell
140349451687640 Parameter of size (33278, 2800)
140349451877832 FloatTensor of size (8400, 2800) with references held by:
140349451688920 Parameter of size (8400, 2800)
140348625607560 cell
140348625731848 FloatTensor of size (8400, 2800) with references held by:
140348625230328 Parameter of size (8400, 2800)
140348625607560 cell
140348625733064 FloatTensor of size (8400, 2800) with references held by:
140348625230568 Parameter of size (8400, 2800)
140348625607560 cell
140349451876168 LongTensor of size (2088628,) with references held by:
140348625607560 cell
140349451835504 dict in which its key is train
140349451876552 LongTensor of size (104431, 20) with references held by:
140348625607560 cell
140350689706200 dict in which its key is train_data
140349451687640 Parameter of size (33278, 2800) with references held by:
140348625298840 OrderedDict in which its key is weight
140348625607560 cell
140349451881464 OrderedDict in which its key is weight
Before model run: 645
After model run: 1270
Before model run: 2173
140349451688920 Parameter of size (8400, 2800) with references held by:
140348625257064 OrderedDict in which its key is weight
140348625607656 cell
140348625230328 Parameter of size (8400, 2800) with references held by:
140348625258696 OrderedDict in which its key is weight
140348625607656 cell
140348625230568 Parameter of size (8400, 2800) with references held by:
140348625260328 OrderedDict in which its key is weight
140348625607656 cell
140348625245256 FloatTensor of size (33278, 2800) with references held by:
140348625607656 cell
140349451687640 Parameter of size (33278, 2800)
140349451877832 FloatTensor of size (8400, 2800) with references held by:
140349451688920 Parameter of size (8400, 2800)
140348625607656 cell
140348625731848 FloatTensor of size (8400, 2800) with references held by:
140348625230328 Parameter of size (8400, 2800)
140348625607656 cell
140348625733064 FloatTensor of size (8400, 2800) with references held by:
140348625230568 Parameter of size (8400, 2800)
140348625607656 cell
140349451876168 LongTensor of size (2088628,) with references held by:
140348625607656 cell
140349451835504 dict in which its key is train
140349451876552 LongTensor of size (104431, 20) with references held by:
140348625607656 cell
140350689706200 dict in which its key is train_data
140349451687640 Parameter of size (33278, 2800) with references held by:
140348625298840 OrderedDict in which its key is weight
140348625607656 cell
140349451881464 OrderedDict in which its key is weight
Before model run: 1270
After model run: 1270
```
---
The Docker image was built recently (last day or two) from `docker build -t pytorch/pytorch9 -f tools/docker/Dockerfile9 .`
- OS: Linux (Ubuntu)
- PyTorch version: 0.4.0a0+0844b5b
- How you installed PyTorch (conda, pip, source): source
- Python version: 3.6
- CUDA/cuDNN version: release 9.0, V9.0.176
- GPU models and configuration: NVIDIA Volta
- GCC version (if compiling from source): gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) | 1.0 | Model memory leak according to `torch.cuda.memory_allocated` but no matching tracked objects (with example) - This memory issue seems to double the required memory for a model but does so without leaving an obvious trace as to where that memory goes. This is doubly confusing as to double the model size would require doubling the model's weights too. The [example code](https://github.com/Smerity/examples/blob/wlm_memory_bug/word_language_model/main.py#L172) demonstrates this issue using a minimally modified word language modeling example with both LSTM and QRNN (i.e. non-cuDNN based) RNNs.
LSTM:
```
/home/smerity/smer-examples/word_language_model# python main.py --cuda --emsize 2800 --nhid 2800 --nlayers 3 --dropout 0.65 --epochs 40 --tied
Before model run: 1098
Before model run: 2173
Before model run: 2173
```
QRNN (shows issue is independent of cuDNN RNN):
```
/home/smerity/smer-examples/word_language_model# python main.py --cuda --emsize 2800 --nhid 2800 --nlayers 3 --dropout 0.65 --epochs 40 --tied --model QRNN
Before model run: 645
Before model run: 1270
Before model run: 1270
```
When using a helpful [object tree](https://github.com/Smerity/examples/blob/wlm_memory_bug/word_language_model/memtree.py) written by @jekbradbury, we can see (log at bottom) that no extra Python objects are added that refer to tensors or Variables, yet the memory still increases, even when calling `torch.cuda.empty_cache` immediately beforehand.
The example is minimally changed from the Word Language Modeling example and was constructed from a larger model which has the same issue. The changes involve (a) adding QRNN for a non-cuDNN example, (b) moving training of a single batch into its own function so Python objects would be guaranteed to fall out of scope and cause CUDA deletions, and (c) memory diagnostics code.
At this stage I believe something iffy is going on, though at which level I'm not certain, and I also don't rule out my own stupidity :) I also looked at the memory usage before and after every forward/backward via registering a hook and can see these are not buffers that are reused as the memory increases from the "new" baseline, returning to that baseline later.
Happy to help work the issue with anyone who is interested in solving it. Thanks! <3
---
Object tree code (which is commented out by default due to verbosity):
```
/home/smerity/smer-examples/word_language_model# python main.py --cuda --emsize 2800 --nhid 2800 --nlayers 3 --dropout 0.65 --epochs 40 --tied --model QRNN
140349451688920 Parameter of size (8400, 2800) with references held by:
140348625257064 OrderedDict in which its key is weight
140348625607560 cell
140348625230328 Parameter of size (8400, 2800) with references held by:
140348625258696 OrderedDict in which its key is weight
140348625607560 cell
140348625230568 Parameter of size (8400, 2800) with references held by:
140348625260328 OrderedDict in which its key is weight
140348625607560 cell
140348625245256 FloatTensor of size (33278, 2800) with references held by:
140348625607560 cell
140349451687640 Parameter of size (33278, 2800)
140349451877832 FloatTensor of size (8400, 2800) with references held by:
140349451688920 Parameter of size (8400, 2800)
140348625607560 cell
140348625731848 FloatTensor of size (8400, 2800) with references held by:
140348625230328 Parameter of size (8400, 2800)
140348625607560 cell
140348625733064 FloatTensor of size (8400, 2800) with references held by:
140348625230568 Parameter of size (8400, 2800)
140348625607560 cell
140349451876168 LongTensor of size (2088628,) with references held by:
140348625607560 cell
140349451835504 dict in which its key is train
140349451876552 LongTensor of size (104431, 20) with references held by:
140348625607560 cell
140350689706200 dict in which its key is train_data
140349451687640 Parameter of size (33278, 2800) with references held by:
140348625298840 OrderedDict in which its key is weight
140348625607560 cell
140349451881464 OrderedDict in which its key is weight
Before model run: 645
After model run: 1270
Before model run: 2173
140349451688920 Parameter of size (8400, 2800) with references held by:
140348625257064 OrderedDict in which its key is weight
140348625607656 cell
140348625230328 Parameter of size (8400, 2800) with references held by:
140348625258696 OrderedDict in which its key is weight
140348625607656 cell
140348625230568 Parameter of size (8400, 2800) with references held by:
140348625260328 OrderedDict in which its key is weight
140348625607656 cell
140348625245256 FloatTensor of size (33278, 2800) with references held by:
140348625607656 cell
140349451687640 Parameter of size (33278, 2800)
140349451877832 FloatTensor of size (8400, 2800) with references held by:
140349451688920 Parameter of size (8400, 2800)
140348625607656 cell
140348625731848 FloatTensor of size (8400, 2800) with references held by:
140348625230328 Parameter of size (8400, 2800)
140348625607656 cell
140348625733064 FloatTensor of size (8400, 2800) with references held by:
140348625230568 Parameter of size (8400, 2800)
140348625607656 cell
140349451876168 LongTensor of size (2088628,) with references held by:
140348625607656 cell
140349451835504 dict in which its key is train
140349451876552 LongTensor of size (104431, 20) with references held by:
140348625607656 cell
140350689706200 dict in which its key is train_data
140349451687640 Parameter of size (33278, 2800) with references held by:
140348625298840 OrderedDict in which its key is weight
140348625607656 cell
140349451881464 OrderedDict in which its key is weight
Before model run: 1270
After model run: 1270
```
---
The Docker image was built recently (last day or two) from `docker build -t pytorch/pytorch9 -f tools/docker/Dockerfile9 .`
- OS: Linux (Ubuntu)
- PyTorch version: 0.4.0a0+0844b5b
- How you installed PyTorch (conda, pip, source): source
- Python version: 3.6
- CUDA/cuDNN version: release 9.0, V9.0.176
- GPU models and configuration: NVIDIA Volta
- GCC version (if compiling from source): gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) | priority | model memory leak according to torch cuda memory allocated but no matching tracked objects with example this memory issue seems to double the required memory for a model but does so without leaving an obvious trace as to where that memory goes this is doubly confusing as to double the model size would require doubling the model s weights too the demonstrates this issue using a minimally modified word language modeling example with both lstm and qrnn i e non cudnn based rnns lstm home smerity smer examples word language model python main py cuda emsize nhid nlayers dropout epochs tied before model run before model run before model run qrnn shows issue is independent of cudnn rnn home smerity smer examples word language model python main py cuda emsize nhid nlayers dropout epochs tied model qrnn before model run before model run before model run when using a helpful written by jekbradbury we can see log at bottom that no extra python objects are added that refer to tensors or variables yet the memory still increases even when calling torch cuda empty cache immediately beforehand the example is minimally changed from the word language modeling example and was constructed from a larger model which has the same issue the changes involve a adding qrnn for a non cudnn example b moving training of a single batch into its own function so python objects would be guaranteed to fall out of scope and cause cuda deletions and c memory diagnostics code at this stage i believe something iffy is going on though at which level i m not certain and i also don t rule out my own stupidity i also looked at the memory usage before and after every forward backward via registering a hook and can see these are not buffers that are reused as the memory increases from the new baseline returning to that baseline later happy to help work the issue with anyone who is interested in solving it thanks object tree code which is commented out by default due to verbosity home smerity smer examples word language model python main py cuda emsize nhid nlayers dropout epochs tied model qrnn parameter of size with references held by ordereddict in which its key is weight cell parameter of size with references held by ordereddict in which its key is weight cell parameter of size with references held by ordereddict in which its key is weight cell floattensor of size with references held by cell parameter of size floattensor of size with references held by parameter of size cell floattensor of size with references held by parameter of size cell floattensor of size with references held by parameter of size cell longtensor of size with references held by cell dict in which its key is train longtensor of size with references held by cell dict in which its key is train data parameter of size with references held by ordereddict in which its key is weight cell ordereddict in which its key is weight before model run after model run before model run parameter of size with references held by ordereddict in which its key is weight cell parameter of size with references held by ordereddict in which its key is weight cell parameter of size with references held by ordereddict in which its key is weight cell floattensor of size with references held by cell parameter of size floattensor of size with references held by parameter of size cell floattensor of size with references held by parameter of size cell floattensor of size with references held by parameter of size cell longtensor of size with references held by cell dict in which its key is train longtensor of size with references held by cell dict in which its key is train data parameter of size with references held by ordereddict in which its key is weight cell ordereddict in which its key is weight before model run after model run the docker image was built recently last day or two from docker build t pytorch f tools docker os linux ubuntu pytorch version how you installed pytorch conda pip source source python version cuda cudnn version release gpu models and configuration nvidia volta gcc version if compiling from source gcc version ubuntu | 1 |
293,401 | 8,983,606,812 | IssuesEvent | 2019-01-31 07:43:57 | BuckleScript/bucklescript | https://api.github.com/repos/BuckleScript/bucklescript | closed | namespace in bsconfig should can be named. | PRIORITY:HIGH discussion | now bs namespace is force bind with npm package name, it‘s a trouble.
example, I want to create a bs lib project "bs-demo", it has much more module, one of them called "Utils". I hope I can use it in other project like this:
```
let value = Demo.Utils.value;
```
I have not idea to do that 😂
if I set ```namespace: true```, the namespace will be "BsDemo", nobody like it. If I not use namespace, I must write all code in a single file "demo.re", it is not friendly to big project.
for sub module I will write it in a other file and reference it in parent module, like this:
make submodule file "Utils_Pi.re", and write it in "Utils.re":
```
module Pi = Utils_Pi;
```
in fact, most npm package is not bs project, bind npm package name to namespace is not necessary. | 1.0 | namespace in bsconfig should can be named. - now bs namespace is force bind with npm package name, it‘s a trouble.
example, I want to create a bs lib project "bs-demo", it has much more module, one of them called "Utils". I hope I can use it in other project like this:
```
let value = Demo.Utils.value;
```
I have not idea to do that 😂
if I set ```namespace: true```, the namespace will be "BsDemo", nobody like it. If I not use namespace, I must write all code in a single file "demo.re", it is not friendly to big project.
for sub module I will write it in a other file and reference it in parent module, like this:
make submodule file "Utils_Pi.re", and write it in "Utils.re":
```
module Pi = Utils_Pi;
```
in fact, most npm package is not bs project, bind npm package name to namespace is not necessary. | priority | namespace in bsconfig should can be named now bs namespace is force bind with npm package name it‘s a trouble example i want to create a bs lib project bs demo it has much more module one of them called utils i hope i can use it in other project like this let value demo utils value i have not idea to do that 😂 if i set namespace true the namespace will be bsdemo nobody like it if i not use namespace i must write all code in a single file demo re it is not friendly to big project for sub module i will write it in a other file and reference it in parent module like this make submodule file utils pi re and write it in utils re module pi utils pi in fact most npm package is not bs project bind npm package name to namespace is not necessary | 1 |
543,231 | 15,879,054,262 | IssuesEvent | 2021-04-09 11:55:49 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Per SP consent management support | Component/Consent Priority/High Severity/Major improvement | Consent management should be able to enable/disable at SP level. | 1.0 | Per SP consent management support - Consent management should be able to enable/disable at SP level. | priority | per sp consent management support consent management should be able to enable disable at sp level | 1 |
211,647 | 7,203,196,925 | IssuesEvent | 2018-02-06 08:17:12 | kubermatic/machine-controller | https://api.github.com/repos/kubermatic/machine-controller | closed | simple e2e test tool | good first issue priority/high review | having a simple command line tool that would verify whether a node has been created serves not only as a good warm up exercise but also as a handy test tool.
the idea is that we would have a list of predefined machine manifests that would need some customisation in terms of credentials. The credentials could be accepted as a command line arguments and passed all the way down to the manifests. After POST'ing the given manifests to the `kube-api` server the test tool would read the current cluster state in order to determine the correctness of `machine-controller`
the test tool would use the standard `client-go` library to talk to the `api` server and would read the `kubeconfig` configuration file to discover where the cluster is actually located.
assumptions:
- cluster was created manually
- `kube config` is accessible
- there is a list of predefined machine manifests
for example, running the following command: `verify -input path_to_manifest -parameters key=value, key2=value` would print `a machine "node-docker" has been crated` to stdout.
| 1.0 | simple e2e test tool - having a simple command line tool that would verify whether a node has been created serves not only as a good warm up exercise but also as a handy test tool.
the idea is that we would have a list of predefined machine manifests that would need some customisation in terms of credentials. The credentials could be accepted as a command line arguments and passed all the way down to the manifests. After POST'ing the given manifests to the `kube-api` server the test tool would read the current cluster state in order to determine the correctness of `machine-controller`
the test tool would use the standard `client-go` library to talk to the `api` server and would read the `kubeconfig` configuration file to discover where the cluster is actually located.
assumptions:
- cluster was created manually
- `kube config` is accessible
- there is a list of predefined machine manifests
for example, running the following command: `verify -input path_to_manifest -parameters key=value, key2=value` would print `a machine "node-docker" has been crated` to stdout.
| priority | simple test tool having a simple command line tool that would verify whether a node has been created serves not only as a good warm up exercise but also as a handy test tool the idea is that we would have a list of predefined machine manifests that would need some customisation in terms of credentials the credentials could be accepted as a command line arguments and passed all the way down to the manifests after post ing the given manifests to the kube api server the test tool would read the current cluster state in order to determine the correctness of machine controller the test tool would use the standard client go library to talk to the api server and would read the kubeconfig configuration file to discover where the cluster is actually located assumptions cluster was created manually kube config is accessible there is a list of predefined machine manifests for example running the following command verify input path to manifest parameters key value value would print a machine node docker has been crated to stdout | 1 |
768,579 | 26,970,598,607 | IssuesEvent | 2023-02-09 04:18:07 | wso2/api-manager | https://api.github.com/repos/wso2/api-manager | closed | Bump Following versions In SI and SI Tooling | Priority/High Component/SI Component/SITooling 4.2.0-beta | Following Versions have to be bumped on SI Tooling to par with Streaming Integrator.
- Remove the following duplicate dependencies
- gson versions (2.2.4, 2.8.5)
- guava 23.0.0
- snakeyaml (1.19.0, 1.23.0, 1.31.0)
- Bump Siddhi version to latest.
- Bunp antler version to 4.11.1
| 1.0 | Bump Following versions In SI and SI Tooling - Following Versions have to be bumped on SI Tooling to par with Streaming Integrator.
- Remove the following duplicate dependencies
- gson versions (2.2.4, 2.8.5)
- guava 23.0.0
- snakeyaml (1.19.0, 1.23.0, 1.31.0)
- Bump Siddhi version to latest.
- Bunp antler version to 4.11.1
| priority | bump following versions in si and si tooling following versions have to be bumped on si tooling to par with streaming integrator remove the following duplicate dependencies gson versions guava snakeyaml bump siddhi version to latest bunp antler version to | 1 |
720,124 | 24,780,016,332 | IssuesEvent | 2022-10-24 03:22:46 | opendatahub-io/odh-dashboard | https://api.github.com/repos/opendatahub-io/odh-dashboard | closed | [DSG]: Connect Existing Storages to Existing Workspaces | kind/enhancement priority/high feature/dsg | ### Feature description
There is a desire to be able to reuse existing storages with a wide variety of potential workspaces.
Add a modal to do so.
### Describe alternatives you've considered
_No response_
### Anything else?
Mocks - https://marvelapp.com/prototype/afa716d/screen/88397562 | 1.0 | [DSG]: Connect Existing Storages to Existing Workspaces - ### Feature description
There is a desire to be able to reuse existing storages with a wide variety of potential workspaces.
Add a modal to do so.
### Describe alternatives you've considered
_No response_
### Anything else?
Mocks - https://marvelapp.com/prototype/afa716d/screen/88397562 | priority | connect existing storages to existing workspaces feature description there is a desire to be able to reuse existing storages with a wide variety of potential workspaces add a modal to do so describe alternatives you ve considered no response anything else mocks | 1 |
463,360 | 13,263,840,783 | IssuesEvent | 2020-08-21 01:48:59 | EarthJournalismNetwork/jeo-theme | https://api.github.com/repos/EarthJournalismNetwork/jeo-theme | closed | [ Social Media ] How post's info must be shared in main social media | priority: high | ### TWITTER
- [x] tweet for video posts
Twitter Player Card for video posts: The theme can benefit from Twitter's Player Card to show embedded video on Twitter if the post type is a video.
Example: https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/player-card
A video post:

If it is shared, the tweet must render only the video as player card. Currently, the featured photo is shown

- [x] Tweets’ attribution: If posts authors have their Twitter handles in their WordPress profiles, clicking to share a post on Twitter will also add authors’ Twitter handles in the tweet.
Example
https://theintercept.com/2020/07/07/startup-imoveis-loft-apartamento-idosa/

- [x] If the post has the field "show-author-bio" = "false", no nicknames must appear in tweet.
- [x] Post's title must be render all its special characters correctly
Bug

Fix

**Result**
URL: https://twitter.com/intent/tweet?text=Exchange+of+maritime+boundaries+data+to+boost+fisheries+monitoring%2C+control+and+surveillance+in+region+https%3A%2F%2Fpasifika-jeo.hacklab.com.br%2Fpacifika-news%2F2020%2F07%2F07%2Fexchange-of-maritime-boundaries-data-to-boost-fisheries-monitoring-control-and-surveillance-in-region%2F%2C+by+%40crs_pamela+and+%40galocd

- [x] Author without twitter must be replaced by display name

| 1.0 | [ Social Media ] How post's info must be shared in main social media - ### TWITTER
- [x] tweet for video posts
Twitter Player Card for video posts: The theme can benefit from Twitter's Player Card to show embedded video on Twitter if the post type is a video.
Example: https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/player-card
A video post:

If it is shared, the tweet must render only the video as player card. Currently, the featured photo is shown

- [x] Tweets’ attribution: If posts authors have their Twitter handles in their WordPress profiles, clicking to share a post on Twitter will also add authors’ Twitter handles in the tweet.
Example
https://theintercept.com/2020/07/07/startup-imoveis-loft-apartamento-idosa/

- [x] If the post has the field "show-author-bio" = "false", no nicknames must appear in tweet.
- [x] Post's title must be render all its special characters correctly
Bug

Fix

**Result**
URL: https://twitter.com/intent/tweet?text=Exchange+of+maritime+boundaries+data+to+boost+fisheries+monitoring%2C+control+and+surveillance+in+region+https%3A%2F%2Fpasifika-jeo.hacklab.com.br%2Fpacifika-news%2F2020%2F07%2F07%2Fexchange-of-maritime-boundaries-data-to-boost-fisheries-monitoring-control-and-surveillance-in-region%2F%2C+by+%40crs_pamela+and+%40galocd

- [x] Author without twitter must be replaced by display name

| priority | how post s info must be shared in main social media twitter tweet for video posts twitter player card for video posts the theme can benefit from twitter s player card to show embedded video on twitter if the post type is a video example a video post if it is shared the tweet must render only the video as player card currently the featured photo is shown tweets’ attribution if posts authors have their twitter handles in their wordpress profiles clicking to share a post on twitter will also add authors’ twitter handles in the tweet example if the post has the field show author bio false no nicknames must appear in tweet post s title must be render all its special characters correctly bug fix result url author without twitter must be replaced by display name | 1 |
278,802 | 8,650,511,001 | IssuesEvent | 2018-11-26 22:48:52 | clojerl/clojerl | https://api.github.com/repos/clojerl/clojerl | closed | Memory leak when using clj_rt:print/1 | bug high priority | The function sometimes creates an `erlang.io.StringWriter` which needs to be closed afterwards, otherwise the underlying related process is left hanging around. | 1.0 | Memory leak when using clj_rt:print/1 - The function sometimes creates an `erlang.io.StringWriter` which needs to be closed afterwards, otherwise the underlying related process is left hanging around. | priority | memory leak when using clj rt print the function sometimes creates an erlang io stringwriter which needs to be closed afterwards otherwise the underlying related process is left hanging around | 1 |
253,896 | 8,067,082,169 | IssuesEvent | 2018-08-05 01:09:41 | apollographql/apollo-client | https://api.github.com/repos/apollographql/apollo-client | closed | [2.0] subscribeToMore unsubscribe after first data | bug | high-priority | I have simple react component with graphql decorator. When component was mounted I am doing subscribeToMore. I will receive first data but immediately after that subscription it stoped working. Component was not unmounted. Am I doing something wrong @jbaxleyiii ? Thank you
```js
@graphql(gql`
query getUserQuestions($username: String!) {
user(username: $username) {
id
questions {
edges {
node {
id
question
}
}
}
}
}
`, {
options: ({ match: { params: { username } } }) => ({
variables: {
username,
},
}),
})
class Test extends Component {
componentWillMount() {
const { subscribeToMore, user } = this.props.data;
this.subscription = subscribeToMore({
document: SubscribeQuestionAddedQuery,
variables: {
username: user.username,
},
updateQuery: (prev, { subscriptionData }) => {
const { data } = subscriptionData;
if (data && data.questionAdded) {
this.questionAdded(data.questionAdded);
}
return prev;
},
});
console.log(this.subscription);
}
...
}
```
Here you can see frames from websocket:

As you can see command "stop" is send after first data. Component was not unmount.
```js
"apollo-cache-inmemory": "^1.1.1",
"apollo-client": "^2.0.3",
"apollo-link": "^1.0.3",
"apollo-link-http": "^1.2.0",
"apollo-link-batch-http": "^1.0.1",
"apollo-link-retry": "^1.0.1",
"apollo-link-dedup": "^1.0.2",
"apollo-link-ws": "^1.0.1",
"apollo-utilities": "^1.0.2",
``` | 1.0 | [2.0] subscribeToMore unsubscribe after first data | bug - I have simple react component with graphql decorator. When component was mounted I am doing subscribeToMore. I will receive first data but immediately after that subscription it stoped working. Component was not unmounted. Am I doing something wrong @jbaxleyiii ? Thank you
```js
@graphql(gql`
query getUserQuestions($username: String!) {
user(username: $username) {
id
questions {
edges {
node {
id
question
}
}
}
}
}
`, {
options: ({ match: { params: { username } } }) => ({
variables: {
username,
},
}),
})
class Test extends Component {
componentWillMount() {
const { subscribeToMore, user } = this.props.data;
this.subscription = subscribeToMore({
document: SubscribeQuestionAddedQuery,
variables: {
username: user.username,
},
updateQuery: (prev, { subscriptionData }) => {
const { data } = subscriptionData;
if (data && data.questionAdded) {
this.questionAdded(data.questionAdded);
}
return prev;
},
});
console.log(this.subscription);
}
...
}
```
Here you can see frames from websocket:

As you can see command "stop" is send after first data. Component was not unmount.
```js
"apollo-cache-inmemory": "^1.1.1",
"apollo-client": "^2.0.3",
"apollo-link": "^1.0.3",
"apollo-link-http": "^1.2.0",
"apollo-link-batch-http": "^1.0.1",
"apollo-link-retry": "^1.0.1",
"apollo-link-dedup": "^1.0.2",
"apollo-link-ws": "^1.0.1",
"apollo-utilities": "^1.0.2",
``` | priority | subscribetomore unsubscribe after first data bug i have simple react component with graphql decorator when component was mounted i am doing subscribetomore i will receive first data but immediately after that subscription it stoped working component was not unmounted am i doing something wrong jbaxleyiii thank you js graphql gql query getuserquestions username string user username username id questions edges node id question options match params username variables username class test extends component componentwillmount const subscribetomore user this props data this subscription subscribetomore document subscribequestionaddedquery variables username user username updatequery prev subscriptiondata const data subscriptiondata if data data questionadded this questionadded data questionadded return prev console log this subscription here you can see frames from websocket as you can see command stop is send after first data component was not unmount js apollo cache inmemory apollo client apollo link apollo link http apollo link batch http apollo link retry apollo link dedup apollo link ws apollo utilities | 1 |
49,493 | 3,002,951,096 | IssuesEvent | 2015-07-24 20:17:50 | IQSS/dataverse | https://api.github.com/repos/IQSS/dataverse | opened | MyData - card attributes | Component: API Component: Search/Browse Component: UX & Upgrade Priority: High Status: Dev Type: Feature | - [ ] Add file tags to final cards
- [ ] Add affiliations to final dataverse card -- **single query** to grab all dataverse affiliations.
- [ ] logic for displaying correct icons for file cards | 1.0 | MyData - card attributes - - [ ] Add file tags to final cards
- [ ] Add affiliations to final dataverse card -- **single query** to grab all dataverse affiliations.
- [ ] logic for displaying correct icons for file cards | priority | mydata card attributes add file tags to final cards add affiliations to final dataverse card single query to grab all dataverse affiliations logic for displaying correct icons for file cards | 1 |
244,372 | 7,874,613,565 | IssuesEvent | 2018-06-25 17:38:57 | poanetwork/bridge-nodejs | https://api.github.com/repos/poanetwork/bridge-nodejs | closed | HTTPS must be forced for RPC connections | high priority review | As per recommendation from a team provided security audit for POA bridge it is needed to force https connection for RPC communications.
In other words RPC connection must not succeed if HTTP is used and the bridge instance must stop.
In order to simplify configuration of testing environment and to allow to use plain HTTP requests, a new parameter like `FORCE_HTTPS` should be introduced in the configuration file. It's value should be considered as `yes` by default (even if the parameter is not pointed out in the configuration file). So, If a developer would like to use plain HTTP connection instead of HTTPS, the parameter needs to be set to `no`. | 1.0 | HTTPS must be forced for RPC connections - As per recommendation from a team provided security audit for POA bridge it is needed to force https connection for RPC communications.
In other words RPC connection must not succeed if HTTP is used and the bridge instance must stop.
In order to simplify configuration of testing environment and to allow to use plain HTTP requests, a new parameter like `FORCE_HTTPS` should be introduced in the configuration file. It's value should be considered as `yes` by default (even if the parameter is not pointed out in the configuration file). So, If a developer would like to use plain HTTP connection instead of HTTPS, the parameter needs to be set to `no`. | priority | https must be forced for rpc connections as per recommendation from a team provided security audit for poa bridge it is needed to force https connection for rpc communications in other words rpc connection must not succeed if http is used and the bridge instance must stop in order to simplify configuration of testing environment and to allow to use plain http requests a new parameter like force https should be introduced in the configuration file it s value should be considered as yes by default even if the parameter is not pointed out in the configuration file so if a developer would like to use plain http connection instead of https the parameter needs to be set to no | 1 |
675,600 | 23,099,291,245 | IssuesEvent | 2022-07-26 23:43:50 | tgstation/tgstation | https://api.github.com/repos/tgstation/tgstation | closed | Buying the failsafe code for you uplink does not update the traitor panel with the failsafe code info | Bug Priority: High | Reporting client version: 514.1584
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID:
[186906](https://scrubby.melonmesa.com/round/186906)
<!--- **INCLUDE THE ROUND ID**
If you discovered this issue from playing tgstation hosted servers:
[Round ID]: # (It can be found in the Status panel or retrieved from https://sb.atlantaned.space/rounds ! The round id let's us look up valuable information and logs for the round the bug happened.)-->
## Testmerges:
- [Removes requirements from most midround rulesets, and lowers their minimum population to run, because nobody knows what it means](https://www.github.com/tgstation/tgstation/pull/68571)
- [Removes Internals HUD element](https://www.github.com/tgstation/tgstation/pull/68523)
<!-- If you're certain the issue is to be caused by a test merge [OOC tab -> Show Server Revision], report it in the pull request's comment section rather than on the tracker(If you're unsure you can refer to the issue number by prefixing said number with #. The issue number can be found beside the title after submitting it to the tracker).If no testmerges are active, feel free to remove this section. -->
## Reproduction:
How i tested it was:
Give yourself traitor, see that the traitor panel gives you a uplink code, buy the failsafe and see it deducts 1TC, traitor panel does not get updated with failsafe code info.
<!-- Explain your issue in detail, including the steps to reproduce it. Issues without proper reproduction steps or explanation are open to being ignored/closed by maintainers.-->
<!-- **For Admins:** Oddities induced by var-edits and other admin tools are not necessarily bugs. Verify that your issues occur under regular circumstances before reporting them. -->
| 1.0 | Buying the failsafe code for you uplink does not update the traitor panel with the failsafe code info - Reporting client version: 514.1584
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID:
[186906](https://scrubby.melonmesa.com/round/186906)
<!--- **INCLUDE THE ROUND ID**
If you discovered this issue from playing tgstation hosted servers:
[Round ID]: # (It can be found in the Status panel or retrieved from https://sb.atlantaned.space/rounds ! The round id let's us look up valuable information and logs for the round the bug happened.)-->
## Testmerges:
- [Removes requirements from most midround rulesets, and lowers their minimum population to run, because nobody knows what it means](https://www.github.com/tgstation/tgstation/pull/68571)
- [Removes Internals HUD element](https://www.github.com/tgstation/tgstation/pull/68523)
<!-- If you're certain the issue is to be caused by a test merge [OOC tab -> Show Server Revision], report it in the pull request's comment section rather than on the tracker(If you're unsure you can refer to the issue number by prefixing said number with #. The issue number can be found beside the title after submitting it to the tracker).If no testmerges are active, feel free to remove this section. -->
## Reproduction:
How i tested it was:
Give yourself traitor, see that the traitor panel gives you a uplink code, buy the failsafe and see it deducts 1TC, traitor panel does not get updated with failsafe code info.
<!-- Explain your issue in detail, including the steps to reproduce it. Issues without proper reproduction steps or explanation are open to being ignored/closed by maintainers.-->
<!-- **For Admins:** Oddities induced by var-edits and other admin tools are not necessarily bugs. Verify that your issues occur under regular circumstances before reporting them. -->
| priority | buying the failsafe code for you uplink does not update the traitor panel with the failsafe code info reporting client version round id include the round id if you discovered this issue from playing tgstation hosted servers it can be found in the status panel or retrieved from the round id let s us look up valuable information and logs for the round the bug happened testmerges reproduction how i tested it was give yourself traitor see that the traitor panel gives you a uplink code buy the failsafe and see it deducts traitor panel does not get updated with failsafe code info | 1 |
225,632 | 7,493,878,536 | IssuesEvent | 2018-04-07 01:48:56 | Marri/glowfic | https://api.github.com/repos/Marri/glowfic | opened | Warn users when uploading icons over 100x100 | 2. high priority 8. medium type: enhancement | Possibly only warn when over 200x200, for reasons of high density screens? We should warn if they are Very Large, though. | 1.0 | Warn users when uploading icons over 100x100 - Possibly only warn when over 200x200, for reasons of high density screens? We should warn if they are Very Large, though. | priority | warn users when uploading icons over possibly only warn when over for reasons of high density screens we should warn if they are very large though | 1 |
480,883 | 13,877,967,204 | IssuesEvent | 2020-10-17 07:07:02 | AY2021S1-CS2103T-W15-4/tp | https://api.github.com/repos/AY2021S1-CS2103T-W15-4/tp | opened | As a zookeeper, I can search for a specific animal | priority.High type.Story | ... so that I can quickly filter through the large numbers of animals. (Search by name) | 1.0 | As a zookeeper, I can search for a specific animal - ... so that I can quickly filter through the large numbers of animals. (Search by name) | priority | as a zookeeper i can search for a specific animal so that i can quickly filter through the large numbers of animals search by name | 1 |
423,282 | 12,293,846,477 | IssuesEvent | 2020-05-10 20:53:21 | sarpik/turbo-schedule | https://api.github.com/repos/sarpik/turbo-schedule | closed | Teachers/rooms are incorrectly parsed from lessons | bug priority/high upstream | Contains newline instead of separate items - upstream might've updated. | 1.0 | Teachers/rooms are incorrectly parsed from lessons - Contains newline instead of separate items - upstream might've updated. | priority | teachers rooms are incorrectly parsed from lessons contains newline instead of separate items upstream might ve updated | 1 |
504,308 | 14,616,602,270 | IssuesEvent | 2020-12-22 13:31:24 | gnosis/conditional-tokens-explorer | https://api.github.com/repos/gnosis/conditional-tokens-explorer | opened | Complex split: an additional token's amount is taken from the wallet when split position | High priority bug cpk | 1. Create C1 condition with 2 outcomes 0xa13fcebd772593e0e7ee223c591557993b902d0e22fae8b9ffe936fb1022c2ad
C1P1 - 0x23dfb7be214f92efff17ae577f26a652f4226b84532d1637a9fc64a9c3e49fe8 - 3 ZRX
C1P2- 0xc515d872bd01f009ed9fd1aceb52fa359f2efa25da44c62dfd7db2d398c2200c - 3 ZRX
---> **wallet amount for ZRX is reduced on 3 ZRX**
2. Create C2 condition with 3 outcomes 0x20c5b4853008b74f874b03728d2726914f0c352e5f319a4438b6b5a1e3f4863c
split C1P1 with C2, split amount = 1 ZRX from the position (not the whole)
3. Verify wallet balance for ZRX
**AR:** wallet balance is reduces on 1 ZRX
**ER:** wallet balance remains the same. 1 ZRX is reduced from the C1P1 balance
| 1.0 | Complex split: an additional token's amount is taken from the wallet when split position - 1. Create C1 condition with 2 outcomes 0xa13fcebd772593e0e7ee223c591557993b902d0e22fae8b9ffe936fb1022c2ad
C1P1 - 0x23dfb7be214f92efff17ae577f26a652f4226b84532d1637a9fc64a9c3e49fe8 - 3 ZRX
C1P2- 0xc515d872bd01f009ed9fd1aceb52fa359f2efa25da44c62dfd7db2d398c2200c - 3 ZRX
---> **wallet amount for ZRX is reduced on 3 ZRX**
2. Create C2 condition with 3 outcomes 0x20c5b4853008b74f874b03728d2726914f0c352e5f319a4438b6b5a1e3f4863c
split C1P1 with C2, split amount = 1 ZRX from the position (not the whole)
3. Verify wallet balance for ZRX
**AR:** wallet balance is reduces on 1 ZRX
**ER:** wallet balance remains the same. 1 ZRX is reduced from the C1P1 balance
| priority | complex split an additional token s amount is taken from the wallet when split position create condition with outcomes zrx zrx wallet amount for zrx is reduced on zrx create condition with outcomes split with split amount zrx from the position not the whole verify wallet balance for zrx ar wallet balance is reduces on zrx er wallet balance remains the same zrx is reduced from the balance | 1 |
31,567 | 2,734,027,696 | IssuesEvent | 2015-04-17 17:20:13 | gambitph/Page-Builder-Sandwich | https://api.github.com/repos/gambitph/Page-Builder-Sandwich | closed | Empty Paragraph Tags Being Added | bug high priority | As you can see, I highlighted the yellow paragraph `<p>` tags in the image below. The empty yellow boxes are extra, empty paragraph tags that were added to my content (ignore the circles / dots all over the place).
Is this a glitch that can be fixed?

Also, I have <a href="https://wordpress.org/support/topic/remove-disable-post-elements">another issue</a> and a <a href="https://wordpress.org/support/topic/vertical-align-center">possible bug fix</a> with this plugin on the <a href="http://wordpress.org/">WordPress</a> site. Would you prefer that I transfer those to GitHub?
Thank you! | 1.0 | Empty Paragraph Tags Being Added - As you can see, I highlighted the yellow paragraph `<p>` tags in the image below. The empty yellow boxes are extra, empty paragraph tags that were added to my content (ignore the circles / dots all over the place).
Is this a glitch that can be fixed?

Also, I have <a href="https://wordpress.org/support/topic/remove-disable-post-elements">another issue</a> and a <a href="https://wordpress.org/support/topic/vertical-align-center">possible bug fix</a> with this plugin on the <a href="http://wordpress.org/">WordPress</a> site. Would you prefer that I transfer those to GitHub?
Thank you! | priority | empty paragraph tags being added as you can see i highlighted the yellow paragraph tags in the image below the empty yellow boxes are extra empty paragraph tags that were added to my content ignore the circles dots all over the place is this a glitch that can be fixed also i have and a with this plugin on the a href site would you prefer that i transfer those to github thank you | 1 |
367,963 | 10,863,603,129 | IssuesEvent | 2019-11-14 15:24:35 | scalableinternetservices/whispr | https://api.github.com/repos/scalableinternetservices/whispr | closed | Merge Master with add_providers2 | devops high priority | `add_providers2` smooths how providers and users are linked, and may address many of the issues in #25. Merge them, and evaluate from there. | 1.0 | Merge Master with add_providers2 - `add_providers2` smooths how providers and users are linked, and may address many of the issues in #25. Merge them, and evaluate from there. | priority | merge master with add add smooths how providers and users are linked and may address many of the issues in merge them and evaluate from there | 1 |
184,133 | 6,705,938,062 | IssuesEvent | 2017-10-12 03:40:19 | zulip/zulip | https://api.github.com/repos/zulip/zulip | closed | `window.location.reload(true);` seems to sometimes not actually reload | area: misc bug in progress priority: high | We've had a few issues where a browser was continuing to run the Zulip presence/socket code, throwing lots of errors, after its event queue had been garbage-collected. The root problem seems to be that `window.location.reload(true)` was called, but didn't actually reload the browser. May be a new browser bug.
I say this on @brockwhittaker's machine running Chrome on Mac today; have seen a few copies of this in our browser errors reporting as well.
We should do something about this, even if it's just making sure we retry the reload when getting these errors rather than reporting them to the server. | 1.0 | `window.location.reload(true);` seems to sometimes not actually reload - We've had a few issues where a browser was continuing to run the Zulip presence/socket code, throwing lots of errors, after its event queue had been garbage-collected. The root problem seems to be that `window.location.reload(true)` was called, but didn't actually reload the browser. May be a new browser bug.
I say this on @brockwhittaker's machine running Chrome on Mac today; have seen a few copies of this in our browser errors reporting as well.
We should do something about this, even if it's just making sure we retry the reload when getting these errors rather than reporting them to the server. | priority | window location reload true seems to sometimes not actually reload we ve had a few issues where a browser was continuing to run the zulip presence socket code throwing lots of errors after its event queue had been garbage collected the root problem seems to be that window location reload true was called but didn t actually reload the browser may be a new browser bug i say this on brockwhittaker s machine running chrome on mac today have seen a few copies of this in our browser errors reporting as well we should do something about this even if it s just making sure we retry the reload when getting these errors rather than reporting them to the server | 1 |
54,630 | 3,070,533,902 | IssuesEvent | 2015-08-19 05:32:07 | HellscreamWoW/Tracker | https://api.github.com/repos/HellscreamWoW/Tracker | closed | Lockpicking | Priority-High Type-Spell | Something is wrong with lockpicking. My lv.51 rogue cannot lockpick([Pick Lock](http://www.wowhead.com/spell=1804)(1804)) a [Sturdy Junkbox](http://www.wowhead.com/item=16884)(16884). The skill level for a Sturdy Junkbox is 175, and a rogue's lockpicking skill *should be* (Level * 5), as advertised in the tooltip for the ability.
51*5=255
255 > 175
I should be able to pick a Sturdy Junkbox at level 51.
Note that Lockpicking is no longer a profession and does not require practice, rather the "skill" is always your level * 5. It's just an ability now. | 1.0 | Lockpicking - Something is wrong with lockpicking. My lv.51 rogue cannot lockpick([Pick Lock](http://www.wowhead.com/spell=1804)(1804)) a [Sturdy Junkbox](http://www.wowhead.com/item=16884)(16884). The skill level for a Sturdy Junkbox is 175, and a rogue's lockpicking skill *should be* (Level * 5), as advertised in the tooltip for the ability.
51*5=255
255 > 175
I should be able to pick a Sturdy Junkbox at level 51.
Note that Lockpicking is no longer a profession and does not require practice, rather the "skill" is always your level * 5. It's just an ability now. | priority | lockpicking something is wrong with lockpicking my lv rogue cannot lockpick a the skill level for a sturdy junkbox is and a rogue s lockpicking skill should be level as advertised in the tooltip for the ability i should be able to pick a sturdy junkbox at level note that lockpicking is no longer a profession and does not require practice rather the skill is always your level it s just an ability now | 1 |
203,521 | 7,065,293,696 | IssuesEvent | 2018-01-06 18:15:23 | mvegter/Depressurizer | https://api.github.com/repos/mvegter/Depressurizer | closed | Can't install .net 4.7 on W10 2015 LTSB | Priority: High Status: Completed Type: Bug | My version of Windows 10 is not supported by .net 4.7. This is more an issue in the .net framework (the LTSB is still supported as a major version), but I built Depressurizer using the 4.6.1 and it ran without issues.
I was instructed on Reddit to make an issue here. There don't seem to be any issues with the current source using .net 4.6.1 on my machine.
## Specifications
- Version: Current version of source, built in VS2017 targeting .net 4.6.1
- Operating System: Windows 10 Entprirse 2015 LTSB, build 10240
| 1.0 | Can't install .net 4.7 on W10 2015 LTSB - My version of Windows 10 is not supported by .net 4.7. This is more an issue in the .net framework (the LTSB is still supported as a major version), but I built Depressurizer using the 4.6.1 and it ran without issues.
I was instructed on Reddit to make an issue here. There don't seem to be any issues with the current source using .net 4.6.1 on my machine.
## Specifications
- Version: Current version of source, built in VS2017 targeting .net 4.6.1
- Operating System: Windows 10 Entprirse 2015 LTSB, build 10240
| priority | can t install net on ltsb my version of windows is not supported by net this is more an issue in the net framework the ltsb is still supported as a major version but i built depressurizer using the and it ran without issues i was instructed on reddit to make an issue here there don t seem to be any issues with the current source using net on my machine specifications version current version of source built in targeting net operating system windows entprirse ltsb build | 1 |
223,014 | 7,445,636,322 | IssuesEvent | 2018-03-28 05:54:11 | cilium/cilium | https://api.github.com/repos/cilium/cilium | closed | KNP: Egress default deny all does not work for world. | area/policy priority/1.0-blocker priority/high | List of endpoints:
```root@minikube:~# cilium endpoint list
ENDPOINT POLICY (ingress) POLICY (egress) IDENTITY LABELS (source:key[=value]) IPv6 IPv4 STATUS
ENFORCEMENT ENFORCEMENT
3365 Disabled Disabled 37299 k8s:id=app3 f00d::a0f:0:0:d25 10.15.191.0 ready
k8s:io.kubernetes.pod.namespace=default
11004 Disabled Disabled 60284 k8s:id=app1 f00d::a0f:0:0:2afc 10.15.54.125 ready
k8s:io.kubernetes.pod.namespace=default
29898 Disabled Disabled 39640 reserved:health f00d::a0f:0:0:74ca 10.15.242.54 ready
42910 Disabled Disabled 55717 k8s:id=app2 f00d::a0f:0:0:a79e 10.15.236.254 ready
k8s:io.kubernetes.pod.namespace=default
49508 Disabled Disabled 60284 k8s:id=app1 f00d::a0f:0:0:c164 10.15.114.197 ready
k8s:io.kubernetes.pod.namespace=default
```
Try to access `world` from pod
```
Manalis-MBP:cilium manalibhutiyani$ kubectl exec app2 sh -- -c "curl -s google.com"
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
```
Works as expected.
Applying `egress deny all`
```
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
#for k8s <1.7 use:
#apiVersion: extensions/v1beta1
metadata:
name: access-backend
spec:
podSelector: {}
policyTypes:
- Egress
```
State of cilium endpoints:
```
root@minikube:~# cilium endpoint list
ENDPOINT POLICY (ingress) POLICY (egress) IDENTITY LABELS (source:key[=value]) IPv6 IPv4 STATUS
ENFORCEMENT ENFORCEMENT
3365 Disabled Enabled 37299 k8s:id=app3 f00d::a0f:0:0:d25 10.15.191.0 ready
k8s:io.kubernetes.pod.namespace=default
11004 Disabled Enabled 60284 k8s:id=app1 f00d::a0f:0:0:2afc 10.15.54.125 ready
k8s:io.kubernetes.pod.namespace=default
29898 Disabled Disabled 39640 reserved:health f00d::a0f:0:0:74ca 10.15.242.54 ready
42910 Disabled Enabled 55717 k8s:id=app2 f00d::a0f:0:0:a79e 10.15.236.254 ready
k8s:io.kubernetes.pod.namespace=default
49508 Disabled Enabled 60284 k8s:id=app1 f00d::a0f:0:0:c164 10.15.114.197 ready
k8s:io.kubernetes.pod.namespace=default
root@minikube:~#
```
Try to access world again:
```
Manalis-MBP:cilium manalibhutiyani$ kubectl exec app2 sh -- -c "curl -s google.com"
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
Manalis-MBP:cilium manalibhutiyani$
```
| 2.0 | KNP: Egress default deny all does not work for world. - List of endpoints:
```root@minikube:~# cilium endpoint list
ENDPOINT POLICY (ingress) POLICY (egress) IDENTITY LABELS (source:key[=value]) IPv6 IPv4 STATUS
ENFORCEMENT ENFORCEMENT
3365 Disabled Disabled 37299 k8s:id=app3 f00d::a0f:0:0:d25 10.15.191.0 ready
k8s:io.kubernetes.pod.namespace=default
11004 Disabled Disabled 60284 k8s:id=app1 f00d::a0f:0:0:2afc 10.15.54.125 ready
k8s:io.kubernetes.pod.namespace=default
29898 Disabled Disabled 39640 reserved:health f00d::a0f:0:0:74ca 10.15.242.54 ready
42910 Disabled Disabled 55717 k8s:id=app2 f00d::a0f:0:0:a79e 10.15.236.254 ready
k8s:io.kubernetes.pod.namespace=default
49508 Disabled Disabled 60284 k8s:id=app1 f00d::a0f:0:0:c164 10.15.114.197 ready
k8s:io.kubernetes.pod.namespace=default
```
Try to access `world` from pod
```
Manalis-MBP:cilium manalibhutiyani$ kubectl exec app2 sh -- -c "curl -s google.com"
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
```
Works as expected.
Applying `egress deny all`
```
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
#for k8s <1.7 use:
#apiVersion: extensions/v1beta1
metadata:
name: access-backend
spec:
podSelector: {}
policyTypes:
- Egress
```
State of cilium endpoints:
```
root@minikube:~# cilium endpoint list
ENDPOINT POLICY (ingress) POLICY (egress) IDENTITY LABELS (source:key[=value]) IPv6 IPv4 STATUS
ENFORCEMENT ENFORCEMENT
3365 Disabled Enabled 37299 k8s:id=app3 f00d::a0f:0:0:d25 10.15.191.0 ready
k8s:io.kubernetes.pod.namespace=default
11004 Disabled Enabled 60284 k8s:id=app1 f00d::a0f:0:0:2afc 10.15.54.125 ready
k8s:io.kubernetes.pod.namespace=default
29898 Disabled Disabled 39640 reserved:health f00d::a0f:0:0:74ca 10.15.242.54 ready
42910 Disabled Enabled 55717 k8s:id=app2 f00d::a0f:0:0:a79e 10.15.236.254 ready
k8s:io.kubernetes.pod.namespace=default
49508 Disabled Enabled 60284 k8s:id=app1 f00d::a0f:0:0:c164 10.15.114.197 ready
k8s:io.kubernetes.pod.namespace=default
root@minikube:~#
```
Try to access world again:
```
Manalis-MBP:cilium manalibhutiyani$ kubectl exec app2 sh -- -c "curl -s google.com"
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
Manalis-MBP:cilium manalibhutiyani$
```
| priority | knp egress default deny all does not work for world list of endpoints root minikube cilium endpoint list endpoint policy ingress policy egress identity labels source key status enforcement enforcement disabled disabled id ready io kubernetes pod namespace default disabled disabled id ready io kubernetes pod namespace default disabled disabled reserved health ready disabled disabled id ready io kubernetes pod namespace default disabled disabled id ready io kubernetes pod namespace default try to access world from pod manalis mbp cilium manalibhutiyani kubectl exec sh c curl s google com moved moved the document has moved a href works as expected applying egress deny all kind networkpolicy apiversion networking io for use apiversion extensions metadata name access backend spec podselector policytypes egress state of cilium endpoints root minikube cilium endpoint list endpoint policy ingress policy egress identity labels source key status enforcement enforcement disabled enabled id ready io kubernetes pod namespace default disabled enabled id ready io kubernetes pod namespace default disabled disabled reserved health ready disabled enabled id ready io kubernetes pod namespace default disabled enabled id ready io kubernetes pod namespace default root minikube try to access world again manalis mbp cilium manalibhutiyani kubectl exec sh c curl s google com moved moved the document has moved a href manalis mbp cilium manalibhutiyani | 1 |
636,638 | 20,604,666,523 | IssuesEvent | 2022-03-06 19:58:34 | BlueCodeSystems/opensrp-client-ecap-chw | https://api.github.com/repos/BlueCodeSystems/opensrp-client-ecap-chw | closed | Change the "Add family member" form entirely to have appropriate fields. | enhancement High Priority | The fields should be close to what is in the primary tool;

Fields should be as detailed in the data dictionary under the "Add family member" tab. The data dictionary is here https://docs.google.com/spreadsheets/d/1NdECef3G8Cb4dHvzCwpNQib2kodiqDgG/edit#gid=321993077
- [ ] Implement the validations detailed in the data dictionary under the columns Required?, Constraints, Skip and Editable.
The fields below should only appear if family member's age is less than 5 under the label "Immunization Status"

- [ ] Add a field labeled "MUAC Score" at the end of the immunization status section taking a decimal (centimeters). This field only applies to family members under 5. | 1.0 | Change the "Add family member" form entirely to have appropriate fields. - The fields should be close to what is in the primary tool;

Fields should be as detailed in the data dictionary under the "Add family member" tab. The data dictionary is here https://docs.google.com/spreadsheets/d/1NdECef3G8Cb4dHvzCwpNQib2kodiqDgG/edit#gid=321993077
- [ ] Implement the validations detailed in the data dictionary under the columns Required?, Constraints, Skip and Editable.
The fields below should only appear if family member's age is less than 5 under the label "Immunization Status"

- [ ] Add a field labeled "MUAC Score" at the end of the immunization status section taking a decimal (centimeters). This field only applies to family members under 5. | priority | change the add family member form entirely to have appropriate fields the fields should be close to what is in the primary tool fields should be as detailed in the data dictionary under the add family member tab the data dictionary is here implement the validations detailed in the data dictionary under the columns required constraints skip and editable the fields below should only appear if family member s age is less than under the label immunization status add a field labeled muac score at the end of the immunization status section taking a decimal centimeters this field only applies to family members under | 1 |
200,265 | 7,002,276,004 | IssuesEvent | 2017-12-18 13:31:37 | forpdi/forpdi | https://api.github.com/repos/forpdi/forpdi | closed | Erro ao excluir elemento orçametário | bug highpriority | **Procedimento:**
Elementos Orçamentários >> excluir elemento orçamentário cadastrado.
**Erro:**
Após tentar excluir elemento orçamentário a seguinte mensagem é mostrada: ** Não foi possivél deletar, elemento orçamentario possui orçamento relacionado. **, sendo que o mesmo não esta relacionado a nenhum plano de metas.

| 1.0 | Erro ao excluir elemento orçametário - **Procedimento:**
Elementos Orçamentários >> excluir elemento orçamentário cadastrado.
**Erro:**
Após tentar excluir elemento orçamentário a seguinte mensagem é mostrada: ** Não foi possivél deletar, elemento orçamentario possui orçamento relacionado. **, sendo que o mesmo não esta relacionado a nenhum plano de metas.

| priority | erro ao excluir elemento orçametário procedimento elementos orçamentários excluir elemento orçamentário cadastrado erro após tentar excluir elemento orçamentário a seguinte mensagem é mostrada não foi possivél deletar elemento orçamentario possui orçamento relacionado sendo que o mesmo não esta relacionado a nenhum plano de metas | 1 |
171,937 | 6,497,041,945 | IssuesEvent | 2017-08-22 12:39:29 | OperationCode/operationcode_frontend | https://api.github.com/repos/OperationCode/operationcode_frontend | opened | Sentry is running in development environments | beginner friendly Epic Needs: Copy/Content Priority: High Status: Available Type: Bug | # Bug Report
## What is the current behavior?
Sentry is currently running in dev environments and reporting all dev related errors to production
## What is the expected behavior?
Sentry should not run in a dev environment
## What steps did you take to get this behavior?
You can check in #chatops to see if errors created locally are making their way to Sentry
## Additional Info
### Operating System
### Browser
### Screenshots
| 1.0 | Sentry is running in development environments - # Bug Report
## What is the current behavior?
Sentry is currently running in dev environments and reporting all dev related errors to production
## What is the expected behavior?
Sentry should not run in a dev environment
## What steps did you take to get this behavior?
You can check in #chatops to see if errors created locally are making their way to Sentry
## Additional Info
### Operating System
### Browser
### Screenshots
| priority | sentry is running in development environments bug report what is the current behavior sentry is currently running in dev environments and reporting all dev related errors to production what is the expected behavior sentry should not run in a dev environment what steps did you take to get this behavior you can check in chatops to see if errors created locally are making their way to sentry additional info operating system browser screenshots | 1 |
340,721 | 10,277,776,546 | IssuesEvent | 2019-08-25 08:22:00 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | qgis crashed in add field text | Attribute Table Bug Crash/Data Corruption Feedback High Priority | Author Name: **Niccolò Montorselli** (Niccolò Montorselli)
Original Redmine Issue: [21851](https://issues.qgis.org/issues/21851)
Affected QGIS version: 3.6.1
Redmine category:attribute_table
---
## User Feedback
I made the field text and the qgis crashed
## Report Details
*Crash ID*: dad62438aee5e342ba9b904a1da8f75528f08841
*Stack Trace*
```
memmove :
QSortFilterProxyModel::qt_metacast :
QSortFilterProxyModel::removeRows :
QSortFilterProxyModel::sortRole :
QSortFilterProxyModel::`default constructor closure' :
QMetaObject::activate :
QAbstractItemModel::beginRemoveRows :
QgsAttributeTableModel::removeRows :
QgsAttributeTableModel::loadLayer :
QMetaObject::activate :
QMetaObject::activate :
QgsVectorLayer::updateFields :
QgsVectorLayerUndoCommandAddAttribute::redo :
QUndoStack::push :
QgsVectorLayerEditBuffer::addAttribute :
QgsAttributeTableDialog::mActionAddAttribute_triggered :
QMetaObject::activate :
QAction::activate :
QAbstractButton::click :
QAbstractButton::mouseReleaseEvent :
QToolButton::mouseReleaseEvent :
QWidget::event :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QApplicationPrivate::sendMouseEvent :
QSizePolicy::QSizePolicy :
QSizePolicy::QSizePolicy :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QGuiApplicationPrivate::processMouseEvent :
QWindowSystemInterface::sendWindowSystemEvents :
QEventDispatcherWin32::processEvents :
DispatchMessageW :
DispatchMessageW :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QCoreApplication::exec :
main :
BaseThreadInitThunk :
RtlUserThreadStart :
```
*QGIS Info*
QGIS Version: 3.6.1-Noosa
QGIS code revision: 2468226bc9
Compiled against Qt: 5.11.2
Running against Qt: 5.11.2
Compiled against GDAL: 2.4.1
Running against GDAL: 2.4.1
*System Info*
CPU Type: x86_64
Kernel Type: winnt
Kernel Version: 10.0.17763
---
- [FPV_Calvana_002.zip](https://issues.qgis.org/attachments/download/14790/FPV_Calvana_002.zip) (Niccolò Montorselli) | 1.0 | qgis crashed in add field text - Author Name: **Niccolò Montorselli** (Niccolò Montorselli)
Original Redmine Issue: [21851](https://issues.qgis.org/issues/21851)
Affected QGIS version: 3.6.1
Redmine category:attribute_table
---
## User Feedback
I made the field text and the qgis crashed
## Report Details
*Crash ID*: dad62438aee5e342ba9b904a1da8f75528f08841
*Stack Trace*
```
memmove :
QSortFilterProxyModel::qt_metacast :
QSortFilterProxyModel::removeRows :
QSortFilterProxyModel::sortRole :
QSortFilterProxyModel::`default constructor closure' :
QMetaObject::activate :
QAbstractItemModel::beginRemoveRows :
QgsAttributeTableModel::removeRows :
QgsAttributeTableModel::loadLayer :
QMetaObject::activate :
QMetaObject::activate :
QgsVectorLayer::updateFields :
QgsVectorLayerUndoCommandAddAttribute::redo :
QUndoStack::push :
QgsVectorLayerEditBuffer::addAttribute :
QgsAttributeTableDialog::mActionAddAttribute_triggered :
QMetaObject::activate :
QAction::activate :
QAbstractButton::click :
QAbstractButton::mouseReleaseEvent :
QToolButton::mouseReleaseEvent :
QWidget::event :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QApplicationPrivate::sendMouseEvent :
QSizePolicy::QSizePolicy :
QSizePolicy::QSizePolicy :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QGuiApplicationPrivate::processMouseEvent :
QWindowSystemInterface::sendWindowSystemEvents :
QEventDispatcherWin32::processEvents :
DispatchMessageW :
DispatchMessageW :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QCoreApplication::exec :
main :
BaseThreadInitThunk :
RtlUserThreadStart :
```
*QGIS Info*
QGIS Version: 3.6.1-Noosa
QGIS code revision: 2468226bc9
Compiled against Qt: 5.11.2
Running against Qt: 5.11.2
Compiled against GDAL: 2.4.1
Running against GDAL: 2.4.1
*System Info*
CPU Type: x86_64
Kernel Type: winnt
Kernel Version: 10.0.17763
---
- [FPV_Calvana_002.zip](https://issues.qgis.org/attachments/download/14790/FPV_Calvana_002.zip) (Niccolò Montorselli) | priority | qgis crashed in add field text author name niccolò montorselli niccolò montorselli original redmine issue affected qgis version redmine category attribute table user feedback i made the field text and the qgis crashed report details crash id stack trace memmove qsortfilterproxymodel qt metacast qsortfilterproxymodel removerows qsortfilterproxymodel sortrole qsortfilterproxymodel default constructor closure qmetaobject activate qabstractitemmodel beginremoverows qgsattributetablemodel removerows qgsattributetablemodel loadlayer qmetaobject activate qmetaobject activate qgsvectorlayer updatefields qgsvectorlayerundocommandaddattribute redo qundostack push qgsvectorlayereditbuffer addattribute qgsattributetabledialog mactionaddattribute triggered qmetaobject activate qaction activate qabstractbutton click qabstractbutton mousereleaseevent qtoolbutton mousereleaseevent qwidget event qapplicationprivate notify helper qapplication notify qgsapplication notify qcoreapplication qapplicationprivate sendmouseevent qsizepolicy qsizepolicy qsizepolicy qsizepolicy qapplicationprivate notify helper qapplication notify qgsapplication notify qcoreapplication qguiapplicationprivate processmouseevent qwindowsysteminterface sendwindowsystemevents processevents dispatchmessagew dispatchmessagew processevents qt plugin query metadata qeventloop exec qcoreapplication exec main basethreadinitthunk rtluserthreadstart qgis info qgis version noosa qgis code revision compiled against qt running against qt compiled against gdal running against gdal system info cpu type kernel type winnt kernel version niccolò montorselli | 1 |
563,635 | 16,702,599,549 | IssuesEvent | 2021-06-09 05:55:54 | aaugustin/websockets | https://api.github.com/repos/aaugustin/websockets | closed | Common pattern for reconnections | enhancement high priority | In several projects of mines I do something like the following, in order to handle scenario that may happen with connection errors and reconnection attempts:
```
async def listen_forever(self):
while True:
# outer loop restarted every time the connection fails
try:
async with websockets.connect(self.url) as ws:
while True:
# listener loop
try:
reply = await asyncio.wait_for(ws.recv(), timeout=***)
except (asyncio.TimeoutError, websockets.exceptions.ConnectionClosed):
try:
pong = await ws.ping()
await asyncio.wait_for(pong, timeout=self.ping_timeout)
logger.debug('Ping OK, keeping connection alive...')
continue
except:
await asyncio.sleep(self.sleep_time)
break # inner loop
# do stuff with reply object
except socket.gaierror:
# log something
continue
except ConnectionRefusedError:
# log something else
continue
```
and I was wondering whether (1) this makes sense at all, and (2) there is any shortcut already provided in `websockets` to what seems quite a recurrent behavior (assuming that is correct!) | 1.0 | Common pattern for reconnections - In several projects of mines I do something like the following, in order to handle scenario that may happen with connection errors and reconnection attempts:
```
async def listen_forever(self):
while True:
# outer loop restarted every time the connection fails
try:
async with websockets.connect(self.url) as ws:
while True:
# listener loop
try:
reply = await asyncio.wait_for(ws.recv(), timeout=***)
except (asyncio.TimeoutError, websockets.exceptions.ConnectionClosed):
try:
pong = await ws.ping()
await asyncio.wait_for(pong, timeout=self.ping_timeout)
logger.debug('Ping OK, keeping connection alive...')
continue
except:
await asyncio.sleep(self.sleep_time)
break # inner loop
# do stuff with reply object
except socket.gaierror:
# log something
continue
except ConnectionRefusedError:
# log something else
continue
```
and I was wondering whether (1) this makes sense at all, and (2) there is any shortcut already provided in `websockets` to what seems quite a recurrent behavior (assuming that is correct!) | priority | common pattern for reconnections in several projects of mines i do something like the following in order to handle scenario that may happen with connection errors and reconnection attempts async def listen forever self while true outer loop restarted every time the connection fails try async with websockets connect self url as ws while true listener loop try reply await asyncio wait for ws recv timeout except asyncio timeouterror websockets exceptions connectionclosed try pong await ws ping await asyncio wait for pong timeout self ping timeout logger debug ping ok keeping connection alive continue except await asyncio sleep self sleep time break inner loop do stuff with reply object except socket gaierror log something continue except connectionrefusederror log something else continue and i was wondering whether this makes sense at all and there is any shortcut already provided in websockets to what seems quite a recurrent behavior assuming that is correct | 1 |
782,678 | 27,502,999,756 | IssuesEvent | 2023-03-05 22:09:40 | openmsupply/open-msupply | https://api.github.com/repos/openmsupply/open-msupply | closed | Sync stops entirely once it is interrupted | bug Priority: High | ## Issue Description
Once sync is interrupted, now the sync won't work at all.
## Steps I did
1. From omsupply, create a CI/Outbound Shipment.
2. Logged in desktop cloud and checked that CI.
3. Tried to sync from omsupply. This caused an error, since the transaction was locked (open in cloud)
4. But even after closing it in cloud, opting to Sync won't work anymore!
## Screenshots
<img width="591" alt="Screen Shot 2022-12-16 at 16 49 37" src="https://user-images.githubusercontent.com/59193490/208084890-e60e28ed-2144-4291-9f1d-f63db0109f64.png">
## Expected Behaviour
Like in mSupply Desktop, after unlocking the records (closing the transaction window elsewhere), sync should resume normally! | 1.0 | Sync stops entirely once it is interrupted - ## Issue Description
Once sync is interrupted, now the sync won't work at all.
## Steps I did
1. From omsupply, create a CI/Outbound Shipment.
2. Logged in desktop cloud and checked that CI.
3. Tried to sync from omsupply. This caused an error, since the transaction was locked (open in cloud)
4. But even after closing it in cloud, opting to Sync won't work anymore!
## Screenshots
<img width="591" alt="Screen Shot 2022-12-16 at 16 49 37" src="https://user-images.githubusercontent.com/59193490/208084890-e60e28ed-2144-4291-9f1d-f63db0109f64.png">
## Expected Behaviour
Like in mSupply Desktop, after unlocking the records (closing the transaction window elsewhere), sync should resume normally! | priority | sync stops entirely once it is interrupted issue description once sync is interrupted now the sync won t work at all steps i did from omsupply create a ci outbound shipment logged in desktop cloud and checked that ci tried to sync from omsupply this caused an error since the transaction was locked open in cloud but even after closing it in cloud opting to sync won t work anymore screenshots img width alt screen shot at src expected behaviour like in msupply desktop after unlocking the records closing the transaction window elsewhere sync should resume normally | 1 |
379,080 | 11,215,297,536 | IssuesEvent | 2020-01-07 01:37:09 | LiveSplit/livesplit-core | https://api.github.com/repos/LiveSplit/livesplit-core | closed | Implement a Custom Variable System | enhancement feature needs further discussion priority: high work in progress | We probably want to have a system that allows storing arbitrary key value pairs (probably both of type string initially). And then allow visualizing them as an info text component. The counter component can then use those to represent its inner state. The Run Editor can show them in the Metadata section. I'm guessing these variables should also have other information such as whether they are transient or are kept across attempts and whether they are read only in the Run Editor. Auto Splitters and components can provide them. | 1.0 | Implement a Custom Variable System - We probably want to have a system that allows storing arbitrary key value pairs (probably both of type string initially). And then allow visualizing them as an info text component. The counter component can then use those to represent its inner state. The Run Editor can show them in the Metadata section. I'm guessing these variables should also have other information such as whether they are transient or are kept across attempts and whether they are read only in the Run Editor. Auto Splitters and components can provide them. | priority | implement a custom variable system we probably want to have a system that allows storing arbitrary key value pairs probably both of type string initially and then allow visualizing them as an info text component the counter component can then use those to represent its inner state the run editor can show them in the metadata section i m guessing these variables should also have other information such as whether they are transient or are kept across attempts and whether they are read only in the run editor auto splitters and components can provide them | 1 |
581,531 | 17,295,825,666 | IssuesEvent | 2021-07-25 17:58:24 | Coders-Evoke-Community/CodersEvoke_website | https://api.github.com/repos/Coders-Evoke-Community/CodersEvoke_website | closed | Create about us page for Coders Evoke | DCP21 🟧 priority: high 🤩 Up for Grab | IF u want to work on this issue ....then u have to make a about us page ,just design it related to home page and don't add any details just design a demo page and make a PR and for more details DM me | 1.0 | Create about us page for Coders Evoke - IF u want to work on this issue ....then u have to make a about us page ,just design it related to home page and don't add any details just design a demo page and make a PR and for more details DM me | priority | create about us page for coders evoke if u want to work on this issue then u have to make a about us page just design it related to home page and don t add any details just design a demo page and make a pr and for more details dm me | 1 |
254,142 | 8,070,376,591 | IssuesEvent | 2018-08-06 09:32:53 | geosolutions-it/MapStore2-C027 | https://api.github.com/repos/geosolutions-it/MapStore2-C027 | opened | Verify ie11 closes issue | Priority: High Project: C027 task | Verify that the project is not affected by :
https://github.com/geosolutions-it/MapStore2/issues/3147
If affected, fix the buildConfig properly | 1.0 | Verify ie11 closes issue - Verify that the project is not affected by :
https://github.com/geosolutions-it/MapStore2/issues/3147
If affected, fix the buildConfig properly | priority | verify closes issue verify that the project is not affected by if affected fix the buildconfig properly | 1 |
175,287 | 6,549,171,985 | IssuesEvent | 2017-09-05 05:03:45 | angelleye/paypal-woocommerce | https://api.github.com/repos/angelleye/paypal-woocommerce | closed | Braintree - Kount - Revisit Advanced/Custom Integration | cleanup high priority needs doc | We added Kount in #751, but PayPal reps are a little bit confused about our Kount integration. Seems they think there should be more involved than just choosing "advanced" from a drop down. Somehow we need to tie in some custom options..??
| 1.0 | Braintree - Kount - Revisit Advanced/Custom Integration - We added Kount in #751, but PayPal reps are a little bit confused about our Kount integration. Seems they think there should be more involved than just choosing "advanced" from a drop down. Somehow we need to tie in some custom options..??
| priority | braintree kount revisit advanced custom integration we added kount in but paypal reps are a little bit confused about our kount integration seems they think there should be more involved than just choosing advanced from a drop down somehow we need to tie in some custom options | 1 |
393,985 | 11,627,720,991 | IssuesEvent | 2020-02-27 16:59:45 | AY1920S2-CS2103T-W12-1/main | https://api.github.com/repos/AY1920S2-CS2103T-W12-1/main | closed | Update User guide documentation for Import feature (Week 7) | priority.High type.UG | Update User guide documentation for Import feature by Week 7 | 1.0 | Update User guide documentation for Import feature (Week 7) - Update User guide documentation for Import feature by Week 7 | priority | update user guide documentation for import feature week update user guide documentation for import feature by week | 1 |
466,914 | 13,436,987,967 | IssuesEvent | 2020-09-07 15:11:30 | pevidex/projectPiteu-android-client | https://api.github.com/repos/pevidex/projectPiteu-android-client | closed | Bunch of fixes | High priority | - [x] botão do olho nas passwords do sign up - zeplin
- [x] dizer como devem ser as passwords - zeplin
- [x] ''invalid password'' e ''passwords must match'' warnings devem ser nativos da app e nao android
- [x] onboarding n deve ter scroll
- [x] tirar stroke dos botoes
- [x] por o facebook icon e google icon do mm tamanho
- [x] 4 passo do onboarding, ter o dropdown como desenhado
- [x] margens n estão como definido no feed
- [ ] reduzir utensilios
- [x] icon de add no search esta estranho (prov pixelizado)
- [x] icon de my ingredient não fica amarelo quando selecionado
- [x] icones do tempo e dificuldade da receita estão pixelizados
- [ ] botão das pessoas na receita n funciona
- [x] stroke do header e footer da dashboard n está com a cor correta
- [ ] rever comportamentos das drops no edit profile
- [x] save no edit profile está esticado
- [x] caso nao haja possibilidade de adicionar receitas, ter apenas ''Saved recipes'' no perfil
- [ ] infinite scroll through the app
- [x] botao de settings enorme
- [x] list button estranho nos meus ingredientes
- [x] botão de grid nos meus ingredients ainda está o antigo
- [x] rever margens nos ingredientes macro das categorias
- [x] titulos de receitas mudar para preto
- [x] rever tamanhos dos icons do footer e tamanho do footer | 1.0 | Bunch of fixes - - [x] botão do olho nas passwords do sign up - zeplin
- [x] dizer como devem ser as passwords - zeplin
- [x] ''invalid password'' e ''passwords must match'' warnings devem ser nativos da app e nao android
- [x] onboarding n deve ter scroll
- [x] tirar stroke dos botoes
- [x] por o facebook icon e google icon do mm tamanho
- [x] 4 passo do onboarding, ter o dropdown como desenhado
- [x] margens n estão como definido no feed
- [ ] reduzir utensilios
- [x] icon de add no search esta estranho (prov pixelizado)
- [x] icon de my ingredient não fica amarelo quando selecionado
- [x] icones do tempo e dificuldade da receita estão pixelizados
- [ ] botão das pessoas na receita n funciona
- [x] stroke do header e footer da dashboard n está com a cor correta
- [ ] rever comportamentos das drops no edit profile
- [x] save no edit profile está esticado
- [x] caso nao haja possibilidade de adicionar receitas, ter apenas ''Saved recipes'' no perfil
- [ ] infinite scroll through the app
- [x] botao de settings enorme
- [x] list button estranho nos meus ingredientes
- [x] botão de grid nos meus ingredients ainda está o antigo
- [x] rever margens nos ingredientes macro das categorias
- [x] titulos de receitas mudar para preto
- [x] rever tamanhos dos icons do footer e tamanho do footer | priority | bunch of fixes botão do olho nas passwords do sign up zeplin dizer como devem ser as passwords zeplin invalid password e passwords must match warnings devem ser nativos da app e nao android onboarding n deve ter scroll tirar stroke dos botoes por o facebook icon e google icon do mm tamanho passo do onboarding ter o dropdown como desenhado margens n estão como definido no feed reduzir utensilios icon de add no search esta estranho prov pixelizado icon de my ingredient não fica amarelo quando selecionado icones do tempo e dificuldade da receita estão pixelizados botão das pessoas na receita n funciona stroke do header e footer da dashboard n está com a cor correta rever comportamentos das drops no edit profile save no edit profile está esticado caso nao haja possibilidade de adicionar receitas ter apenas saved recipes no perfil infinite scroll through the app botao de settings enorme list button estranho nos meus ingredientes botão de grid nos meus ingredients ainda está o antigo rever margens nos ingredientes macro das categorias titulos de receitas mudar para preto rever tamanhos dos icons do footer e tamanho do footer | 1 |
498,681 | 14,428,692,430 | IssuesEvent | 2020-12-06 11:01:40 | sasjs/cli | https://api.github.com/repos/sasjs/cli | closed | sasjs flow | High Priority | The official SAS Job Flow creator is a licensed product and not all clients will have it available. So we need to create a rudimentary scheduler. This will take a JSON file as input, and submit all the jobs sequentially, logging the results to an output CSV.
If a job errors, then the flow stops.
The input JSON will look like this:
```
{
"name": "myAmazingFlow",
"flows": {
"firstflow": {
"jobs": [
{
"location": "/Projects/job1"
},
{
"location": "/Projects/job2"
},
{
"location": "/Projects/job3"
}
],
"predecessors": []
},
"secondflow": {
"jobs": [
{
"location": "/Projects/job11"
}
],
"predecessors": [
"firstflow"
]
},
"anotherflow": {
"jobs": [
{
"location": "/Public/job15"
}
],
"predecessors": [
"firstflow",
"secondflow"
]
}
},
"yetanotherflow": {
"jobs": [
{
"location": "/Public/job115"
}
],
"predecessors": []
}
}
}
```
This will contain a flow with 4 milestones:
1. firstflow (triggers 3 jobs at once, runs immediately as no predecessors
2. yetanotherflow (triggers 1 job, runs immediately as no predecesors)
3. secondflow (triggers as soon as firstflow is complete and ONLY if the jobs all finish with SUCCESS status)
4. anotherflow (triggers once firstflow and secondflow are complete, but ONLY if all finish with SUCCESS)
As soon as each job is complete, a CSV file is updated showing hte following attributes:
* jobLocation
* startTime
* endTime
* duration (formatted)
* logLocation
Syntax:
```
sasjs flow execute --source /local/flow.json --logFolder /local/log/folder --csvLocation /local/some.csv
``` | 1.0 | sasjs flow - The official SAS Job Flow creator is a licensed product and not all clients will have it available. So we need to create a rudimentary scheduler. This will take a JSON file as input, and submit all the jobs sequentially, logging the results to an output CSV.
If a job errors, then the flow stops.
The input JSON will look like this:
```
{
"name": "myAmazingFlow",
"flows": {
"firstflow": {
"jobs": [
{
"location": "/Projects/job1"
},
{
"location": "/Projects/job2"
},
{
"location": "/Projects/job3"
}
],
"predecessors": []
},
"secondflow": {
"jobs": [
{
"location": "/Projects/job11"
}
],
"predecessors": [
"firstflow"
]
},
"anotherflow": {
"jobs": [
{
"location": "/Public/job15"
}
],
"predecessors": [
"firstflow",
"secondflow"
]
}
},
"yetanotherflow": {
"jobs": [
{
"location": "/Public/job115"
}
],
"predecessors": []
}
}
}
```
This will contain a flow with 4 milestones:
1. firstflow (triggers 3 jobs at once, runs immediately as no predecessors
2. yetanotherflow (triggers 1 job, runs immediately as no predecesors)
3. secondflow (triggers as soon as firstflow is complete and ONLY if the jobs all finish with SUCCESS status)
4. anotherflow (triggers once firstflow and secondflow are complete, but ONLY if all finish with SUCCESS)
As soon as each job is complete, a CSV file is updated showing hte following attributes:
* jobLocation
* startTime
* endTime
* duration (formatted)
* logLocation
Syntax:
```
sasjs flow execute --source /local/flow.json --logFolder /local/log/folder --csvLocation /local/some.csv
``` | priority | sasjs flow the official sas job flow creator is a licensed product and not all clients will have it available so we need to create a rudimentary scheduler this will take a json file as input and submit all the jobs sequentially logging the results to an output csv if a job errors then the flow stops the input json will look like this name myamazingflow flows firstflow jobs location projects location projects location projects predecessors secondflow jobs location projects predecessors firstflow anotherflow jobs location public predecessors firstflow secondflow yetanotherflow jobs location public predecessors this will contain a flow with milestones firstflow triggers jobs at once runs immediately as no predecessors yetanotherflow triggers job runs immediately as no predecesors secondflow triggers as soon as firstflow is complete and only if the jobs all finish with success status anotherflow triggers once firstflow and secondflow are complete but only if all finish with success as soon as each job is complete a csv file is updated showing hte following attributes joblocation starttime endtime duration formatted loglocation syntax sasjs flow execute source local flow json logfolder local log folder csvlocation local some csv | 1 |
198,973 | 6,979,599,328 | IssuesEvent | 2017-12-12 21:38:20 | vmware/vic-ui | https://api.github.com/repos/vmware/vic-ui | closed | UI constructs incorrect request body when firewall policy is set on a container network | area/ui kind/bug priority/high team/lifecycle | **VIC version:**
v1.3.0-rc3-15260-19211b3
**Deployment details:**
N/A
**Steps to reproduce:**
Using the creation wizard, specify a container network with a firewall setting:

**Actual behavior:**
The creation fails with this error:
> parsing vch body from "" failed, because json: cannot unmarshal array into Go struct field ContainerNetwork.firewall of type string
**Expected behavior:**
Creation succeeds.
**Logs:**
N/A
**Additional details as necessary:**
The cause of this failure is in the way the UI constructs the request body. The firewall setting must be a string, not an array:
```
{
"name": "firewall-test",
"compute": {
"cpu": {
"limit": {
"units": "MHz",
"value": 0
}
},
"memory": {
"limit": {
"units": "MiB",
"value": 0
}
},
"resource": {
"name": "/dc1/host/cluster1"
}
},
"storage": {
"image_stores": [
"sharedVmfs-0"
],
"base_image_size": {
"units": "GiB",
"value": 8
}
},
"network": {
"bridge": {
"ip_range": "172.16.0.0/12",
"port_group": {
"name": "bridge"
}
},
"public": {
"port_group": {
"name": "PublicNetwork"
}
},
"container": [
{
"port_group": {
"name": "InternalNetwork"
},
"nameservers": [
"8.8.8.8"
],
"alias": "test",
"firewall": [ <---[ Problem here! ]---
"published"
]
}
]
},
"auth": {
"client": {
"certificate_authorities": []
},
"server": {
"generate": {
"size": {
"value": 2048,
"units": "bit"
},
"organization": [
"firewall-test"
],
"cname": "firewall-test"
}
}
},
"container": {},
"debug": 0,
"endpoint": {
"operations_credentials": {
"user": "administrator@vsphere.local",
"password": "Admin!23"
}
},
"registry": {}
}
```
**Impact:**
Because the firewall policy is always specified when creating a container network, this prevents container networks from being specified in the UI.
| 1.0 | UI constructs incorrect request body when firewall policy is set on a container network - **VIC version:**
v1.3.0-rc3-15260-19211b3
**Deployment details:**
N/A
**Steps to reproduce:**
Using the creation wizard, specify a container network with a firewall setting:

**Actual behavior:**
The creation fails with this error:
> parsing vch body from "" failed, because json: cannot unmarshal array into Go struct field ContainerNetwork.firewall of type string
**Expected behavior:**
Creation succeeds.
**Logs:**
N/A
**Additional details as necessary:**
The cause of this failure is in the way the UI constructs the request body. The firewall setting must be a string, not an array:
```
{
"name": "firewall-test",
"compute": {
"cpu": {
"limit": {
"units": "MHz",
"value": 0
}
},
"memory": {
"limit": {
"units": "MiB",
"value": 0
}
},
"resource": {
"name": "/dc1/host/cluster1"
}
},
"storage": {
"image_stores": [
"sharedVmfs-0"
],
"base_image_size": {
"units": "GiB",
"value": 8
}
},
"network": {
"bridge": {
"ip_range": "172.16.0.0/12",
"port_group": {
"name": "bridge"
}
},
"public": {
"port_group": {
"name": "PublicNetwork"
}
},
"container": [
{
"port_group": {
"name": "InternalNetwork"
},
"nameservers": [
"8.8.8.8"
],
"alias": "test",
"firewall": [ <---[ Problem here! ]---
"published"
]
}
]
},
"auth": {
"client": {
"certificate_authorities": []
},
"server": {
"generate": {
"size": {
"value": 2048,
"units": "bit"
},
"organization": [
"firewall-test"
],
"cname": "firewall-test"
}
}
},
"container": {},
"debug": 0,
"endpoint": {
"operations_credentials": {
"user": "administrator@vsphere.local",
"password": "Admin!23"
}
},
"registry": {}
}
```
**Impact:**
Because the firewall policy is always specified when creating a container network, this prevents container networks from being specified in the UI.
| priority | ui constructs incorrect request body when firewall policy is set on a container network vic version deployment details n a steps to reproduce using the creation wizard specify a container network with a firewall setting actual behavior the creation fails with this error parsing vch body from failed because json cannot unmarshal array into go struct field containernetwork firewall of type string expected behavior creation succeeds logs n a additional details as necessary the cause of this failure is in the way the ui constructs the request body the firewall setting must be a string not an array name firewall test compute cpu limit units mhz value memory limit units mib value resource name host storage image stores sharedvmfs base image size units gib value network bridge ip range port group name bridge public port group name publicnetwork container port group name internalnetwork nameservers alias test firewall published auth client certificate authorities server generate size value units bit organization firewall test cname firewall test container debug endpoint operations credentials user administrator vsphere local password admin registry impact because the firewall policy is always specified when creating a container network this prevents container networks from being specified in the ui | 1 |
33,039 | 2,761,716,098 | IssuesEvent | 2015-04-28 18:41:28 | Codewars/codewars.com | https://api.github.com/repos/Codewars/codewars.com | closed | User can disable the testing framework completely (JavaScript) | bug high priority | See http://www.codewars.com/kata/reviews/552253df667a8dbf76000447/groups/55365b9986b7406e5e000071#553c8adc60ed0b9bbc000037. I've tried that "solution" on a random other kata, and it worked. That's quite frustrating. | 1.0 | User can disable the testing framework completely (JavaScript) - See http://www.codewars.com/kata/reviews/552253df667a8dbf76000447/groups/55365b9986b7406e5e000071#553c8adc60ed0b9bbc000037. I've tried that "solution" on a random other kata, and it worked. That's quite frustrating. | priority | user can disable the testing framework completely javascript see i ve tried that solution on a random other kata and it worked that s quite frustrating | 1 |
616,551 | 19,305,745,813 | IssuesEvent | 2021-12-13 11:18:36 | PREreview/prereview | https://api.github.com/repos/PREreview/prereview | closed | Add PREreview button not showing in community page | bug high priority | A PREreviewer community moderator contacted us saying that the Add PREreview | Add request button does not show in their community page. See screenshot.
@thewilkybarkid any idea why this is happening. I can see it in my browser and with my account.
<img width="400" alt="Chrome Screen Shot 2021-12-06 at 11 50 52 PM" src="https://user-images.githubusercontent.com/13750121/145290037-ecd94e13-362a-40dc-a2cf-ae4c25b66ba1.png">
| 1.0 | Add PREreview button not showing in community page - A PREreviewer community moderator contacted us saying that the Add PREreview | Add request button does not show in their community page. See screenshot.
@thewilkybarkid any idea why this is happening. I can see it in my browser and with my account.
<img width="400" alt="Chrome Screen Shot 2021-12-06 at 11 50 52 PM" src="https://user-images.githubusercontent.com/13750121/145290037-ecd94e13-362a-40dc-a2cf-ae4c25b66ba1.png">
| priority | add prereview button not showing in community page a prereviewer community moderator contacted us saying that the add prereview add request button does not show in their community page see screenshot thewilkybarkid any idea why this is happening i can see it in my browser and with my account img width alt chrome screen shot at pm src | 1 |
382,026 | 11,299,795,596 | IssuesEvent | 2020-01-17 12:05:47 | Smithay/client-toolkit | https://api.github.com/repos/Smithay/client-toolkit | closed | SCTK API design reflexion | priority: high status: help wanted status: needs discussion type: improvement | Had been thinking about it for some time, so writing all this here for potential feedback.
Up to now, my main drive for SCTK was using it to implement winit's Wayland support. This has affected SCTK's development, in that I never really took time to do serious API design.
Currently, SCTK is just a pile of loosely coupled helpers to simplify writing Wayland apps, rather than an integrated toolkit. I've recently decided to [reduce my involvement in winit](https://github.com/rust-windowing/winit/issues/972) and focus back on Smithay and SCTK. Following this, I'd like to work into making SCTK into a proper toolkit for writing Wayland apps.
This issues will serve to collect design ideas in general, I don't have a lot to put in yet and any input of people using or willing to use SCTK would be welcome. | 1.0 | SCTK API design reflexion - Had been thinking about it for some time, so writing all this here for potential feedback.
Up to now, my main drive for SCTK was using it to implement winit's Wayland support. This has affected SCTK's development, in that I never really took time to do serious API design.
Currently, SCTK is just a pile of loosely coupled helpers to simplify writing Wayland apps, rather than an integrated toolkit. I've recently decided to [reduce my involvement in winit](https://github.com/rust-windowing/winit/issues/972) and focus back on Smithay and SCTK. Following this, I'd like to work into making SCTK into a proper toolkit for writing Wayland apps.
This issues will serve to collect design ideas in general, I don't have a lot to put in yet and any input of people using or willing to use SCTK would be welcome. | priority | sctk api design reflexion had been thinking about it for some time so writing all this here for potential feedback up to now my main drive for sctk was using it to implement winit s wayland support this has affected sctk s development in that i never really took time to do serious api design currently sctk is just a pile of loosely coupled helpers to simplify writing wayland apps rather than an integrated toolkit i ve recently decided to and focus back on smithay and sctk following this i d like to work into making sctk into a proper toolkit for writing wayland apps this issues will serve to collect design ideas in general i don t have a lot to put in yet and any input of people using or willing to use sctk would be welcome | 1 |
640,932 | 20,812,728,001 | IssuesEvent | 2022-03-18 06:08:46 | darealstyl/TeamJ-soen341project2022 | https://api.github.com/repos/darealstyl/TeamJ-soen341project2022 | closed | Even Distribution of Tasks | High-priority | Description: In a team project, the workload must be distributed evenly to enhance the individual team members' performance of each member and therefore benefit the whole group's performance. Moreover, all members **must** agree to the distribution of tasks and they **must** have the possibility to choose tasks that fit their skills and field of expertise.
Importance: It is a **high-priority** task. Therefore, appropriate actions should be performed to ensure that all members are satisfied with the distribution of the tasks
Countermeasure: To achieve a consensus, an important meeting will take place before the start of the sprint. Each member will have to read the set of guidelines on his own. When all team members will be done, the team leader or a volunteer will read the guidelines to the team. The team will discuss and ask questions on the requirements. The set of tasks will be then created and the number of tasks will be divided **evenly**. Each member will choose a certain amount of tasks that fit them. In the case where two-member want to work on the same task, the option to form a small team for that task will be given. Indeed, the goal is to minimize issues and keep the harmony of the team for a better teamwork and thus better results. | 1.0 | Even Distribution of Tasks - Description: In a team project, the workload must be distributed evenly to enhance the individual team members' performance of each member and therefore benefit the whole group's performance. Moreover, all members **must** agree to the distribution of tasks and they **must** have the possibility to choose tasks that fit their skills and field of expertise.
Importance: It is a **high-priority** task. Therefore, appropriate actions should be performed to ensure that all members are satisfied with the distribution of the tasks
Countermeasure: To achieve a consensus, an important meeting will take place before the start of the sprint. Each member will have to read the set of guidelines on his own. When all team members will be done, the team leader or a volunteer will read the guidelines to the team. The team will discuss and ask questions on the requirements. The set of tasks will be then created and the number of tasks will be divided **evenly**. Each member will choose a certain amount of tasks that fit them. In the case where two-member want to work on the same task, the option to form a small team for that task will be given. Indeed, the goal is to minimize issues and keep the harmony of the team for a better teamwork and thus better results. | priority | even distribution of tasks description in a team project the workload must be distributed evenly to enhance the individual team members performance of each member and therefore benefit the whole group s performance moreover all members must agree to the distribution of tasks and they must have the possibility to choose tasks that fit their skills and field of expertise importance it is a high priority task therefore appropriate actions should be performed to ensure that all members are satisfied with the distribution of the tasks countermeasure to achieve a consensus an important meeting will take place before the start of the sprint each member will have to read the set of guidelines on his own when all team members will be done the team leader or a volunteer will read the guidelines to the team the team will discuss and ask questions on the requirements the set of tasks will be then created and the number of tasks will be divided evenly each member will choose a certain amount of tasks that fit them in the case where two member want to work on the same task the option to form a small team for that task will be given indeed the goal is to minimize issues and keep the harmony of the team for a better teamwork and thus better results | 1 |
35,879 | 2,793,767,864 | IssuesEvent | 2015-05-11 13:19:25 | SarineTechnologies/sarine.viewer.templates | https://api.github.com/repos/SarineTechnologies/sarine.viewer.templates | opened | Widget graphics should be blue and not purple | High priority Template v.1.8.0 | Color theme should be blue (and not purple): all texts, question marks and squares (in the light scale).
Although the InVision design suggests it should be purple, our PM would like to see it in blue.
As a rule of thumb, all of the purple design should be blue from now on.
| 1.0 | Widget graphics should be blue and not purple - Color theme should be blue (and not purple): all texts, question marks and squares (in the light scale).
Although the InVision design suggests it should be purple, our PM would like to see it in blue.
As a rule of thumb, all of the purple design should be blue from now on.
| priority | widget graphics should be blue and not purple color theme should be blue and not purple all texts question marks and squares in the light scale although the invision design suggests it should be purple our pm would like to see it in blue as a rule of thumb all of the purple design should be blue from now on | 1 |
399,463 | 11,754,918,476 | IssuesEvent | 2020-03-13 08:22:50 | rrickfox/traffic-sim | https://api.github.com/repos/rrickfox/traffic-sim | closed | Probleme mit Gewichten | bug high priority | - Gewichte nehmen die Sortiertheit der routingTable Keys an, obwohl Dictionaries unsortiert sind
- derzeit hat man dies nicht bemerkt, da jeder EndPoint nur zu 1 anderen EndPoint führte
- Generell ist es für #62 unschön, wenn eine gewisse Reihenfolge der Vertices angenommen wird, da man diese dann auch in der YAML Datei beachten muss
- Vorschlag: nie nach index, sondern nach Value gehen (nach Vertex)
- d.h. in der YAML Datei würden die Gewichte für jeweils jeden anderen Vertex in nem Dictionary spezifiziert werden
- weights wäre dann nen Dictionary<IVertex, int>
- Alternative: weights entfernen (später wollen wir eh die routen nach Gefülltheit der Straßen der Route auswählen) | 1.0 | Probleme mit Gewichten - - Gewichte nehmen die Sortiertheit der routingTable Keys an, obwohl Dictionaries unsortiert sind
- derzeit hat man dies nicht bemerkt, da jeder EndPoint nur zu 1 anderen EndPoint führte
- Generell ist es für #62 unschön, wenn eine gewisse Reihenfolge der Vertices angenommen wird, da man diese dann auch in der YAML Datei beachten muss
- Vorschlag: nie nach index, sondern nach Value gehen (nach Vertex)
- d.h. in der YAML Datei würden die Gewichte für jeweils jeden anderen Vertex in nem Dictionary spezifiziert werden
- weights wäre dann nen Dictionary<IVertex, int>
- Alternative: weights entfernen (später wollen wir eh die routen nach Gefülltheit der Straßen der Route auswählen) | priority | probleme mit gewichten gewichte nehmen die sortiertheit der routingtable keys an obwohl dictionaries unsortiert sind derzeit hat man dies nicht bemerkt da jeder endpoint nur zu anderen endpoint führte generell ist es für unschön wenn eine gewisse reihenfolge der vertices angenommen wird da man diese dann auch in der yaml datei beachten muss vorschlag nie nach index sondern nach value gehen nach vertex d h in der yaml datei würden die gewichte für jeweils jeden anderen vertex in nem dictionary spezifiziert werden weights wäre dann nen dictionary alternative weights entfernen später wollen wir eh die routen nach gefülltheit der straßen der route auswählen | 1 |
554,706 | 16,436,503,120 | IssuesEvent | 2021-05-20 09:50:31 | MathiasReker/Delfinen | https://api.github.com/repos/MathiasReker/Delfinen | closed | Create Member UI functionality | feature request high priority required | Feature Request
- [x] The system prompts the user a unique ID a. If nothing is entered, the system assigns a unique id
- [x] system prompts for name, everything is accepted
- [x] The system prompts for gender
- [x] The system prompts for a birthdate a. Gives junior or senior membership
- [x] The system prompts for an email and phone
- [x] The system prompts for competitiveness level (Casual or competitor)
- [x] The system assigns a creation date
- [x] The system updates the member's file/DB | 1.0 | Create Member UI functionality - Feature Request
- [x] The system prompts the user a unique ID a. If nothing is entered, the system assigns a unique id
- [x] system prompts for name, everything is accepted
- [x] The system prompts for gender
- [x] The system prompts for a birthdate a. Gives junior or senior membership
- [x] The system prompts for an email and phone
- [x] The system prompts for competitiveness level (Casual or competitor)
- [x] The system assigns a creation date
- [x] The system updates the member's file/DB | priority | create member ui functionality feature request the system prompts the user a unique id a if nothing is entered the system assigns a unique id system prompts for name everything is accepted the system prompts for gender the system prompts for a birthdate a gives junior or senior membership the system prompts for an email and phone the system prompts for competitiveness level casual or competitor the system assigns a creation date the system updates the member s file db | 1 |
529,190 | 15,382,987,871 | IssuesEvent | 2021-03-03 01:50:29 | goharbor/harbor-operator | https://api.github.com/repos/goharbor/harbor-operator | closed | Fix golint issues | priority/high release/1.0 | @Ghostbaby @soulseen @wangcanfengxs @bitsf @heww @chlins
Please help to fix the golint issue related to the code you're owning.
Check golint report: https://github.com/goharbor/harbor-operator/pull/440/checks?check_run_id=1863335336
| 1.0 | Fix golint issues - @Ghostbaby @soulseen @wangcanfengxs @bitsf @heww @chlins
Please help to fix the golint issue related to the code you're owning.
Check golint report: https://github.com/goharbor/harbor-operator/pull/440/checks?check_run_id=1863335336
| priority | fix golint issues ghostbaby soulseen wangcanfengxs bitsf heww chlins please help to fix the golint issue related to the code you re owning check golint report | 1 |
231,654 | 7,641,722,559 | IssuesEvent | 2018-05-08 06:36:38 | wix/wix-ui | https://api.github.com/repos/wix/wix-ui | closed | AutoStory: setting defaultProps before propTypes breaks story | High Priority bug wix-storybook-utils | Issue: setting `defaultProps` before `propTypes` breaks the story, and results in an ambiguous error.
Example:
Using the VBox, if we set `defaultProps` and `propTypes` like so,
```
VBox.defaultProps = defaultProps;
VBox.propTypes = {
children: any,
horizontalAlignment: oneOf(['left', 'center', 'right']),
spacing: number
};
```
we get the following error in the story:
<img width="917" alt="screen shot 2018-04-30 at 13 37 27" src="https://user-images.githubusercontent.com/12984180/39423731-f5ad7076-4c7b-11e8-95e8-85dc566d0dde.png">
However, if we change the order of assignment to this,
```
VBox.propTypes = {
children: any,
horizontalAlignment: oneOf(['left', 'center', 'right']),
spacing: number
};
VBox.defaultProps = defaultProps;
```
the story works as intended.
Scope: Tested and confirmed on HBox and VBox only. | 1.0 | AutoStory: setting defaultProps before propTypes breaks story - Issue: setting `defaultProps` before `propTypes` breaks the story, and results in an ambiguous error.
Example:
Using the VBox, if we set `defaultProps` and `propTypes` like so,
```
VBox.defaultProps = defaultProps;
VBox.propTypes = {
children: any,
horizontalAlignment: oneOf(['left', 'center', 'right']),
spacing: number
};
```
we get the following error in the story:
<img width="917" alt="screen shot 2018-04-30 at 13 37 27" src="https://user-images.githubusercontent.com/12984180/39423731-f5ad7076-4c7b-11e8-95e8-85dc566d0dde.png">
However, if we change the order of assignment to this,
```
VBox.propTypes = {
children: any,
horizontalAlignment: oneOf(['left', 'center', 'right']),
spacing: number
};
VBox.defaultProps = defaultProps;
```
the story works as intended.
Scope: Tested and confirmed on HBox and VBox only. | priority | autostory setting defaultprops before proptypes breaks story issue setting defaultprops before proptypes breaks the story and results in an ambiguous error example using the vbox if we set defaultprops and proptypes like so vbox defaultprops defaultprops vbox proptypes children any horizontalalignment oneof spacing number we get the following error in the story img width alt screen shot at src however if we change the order of assignment to this vbox proptypes children any horizontalalignment oneof spacing number vbox defaultprops defaultprops the story works as intended scope tested and confirmed on hbox and vbox only | 1 |
370,119 | 10,925,578,506 | IssuesEvent | 2019-11-22 12:52:48 | ahmedkaludi/pwa-for-wp | https://api.github.com/repos/ahmedkaludi/pwa-for-wp | closed | Multiple issues related to PWA CTA | High Priority bug | - [x] Close Icon is not in correct posstion.
Screenshot: https://monosnap.com/file/5NsHiCZyZu6YpDT01z0SN8j9eYfaro
- [x] Make CTA Bar Smooth, scroll show and hide
- [x] After closing the CTA bar it should not show again. It should be cookie-based.
- [x] Custom add to the home banner "X" is not aligned properly.
Ref: https://secure.helpscout.net/conversation/988062529/94002?folderId=1060554 | 1.0 | Multiple issues related to PWA CTA - - [x] Close Icon is not in correct posstion.
Screenshot: https://monosnap.com/file/5NsHiCZyZu6YpDT01z0SN8j9eYfaro
- [x] Make CTA Bar Smooth, scroll show and hide
- [x] After closing the CTA bar it should not show again. It should be cookie-based.
- [x] Custom add to the home banner "X" is not aligned properly.
Ref: https://secure.helpscout.net/conversation/988062529/94002?folderId=1060554 | priority | multiple issues related to pwa cta close icon is not in correct posstion screenshot make cta bar smooth scroll show and hide after closing the cta bar it should not show again it should be cookie based custom add to the home banner x is not aligned properly ref | 1 |
442,631 | 12,748,434,260 | IssuesEvent | 2020-06-26 20:07:05 | abpframework/abp | https://api.github.com/repos/abpframework/abp | opened | Optimization on the application configuration endpoint while working with redis cache | abp-framework enhancement priority:high | We made two important optimizations; Got all permissions/settings/features in one database query and set the cache items in one call to the redis server. We can make further improvements;
The application configuration endpoint needs to get values for all permission/setting/features values in the cache. Currently, it makes a separate call to the redis service to get a permission/setting/features value. It would be perfect if we make a single call to the server to get all the values. With the current design, there is no direct way to communicate to the cache side from the application configuration endpoint, so cache side can not know that all permissions are needed in this request.
We can use ambient context pattern or some other way to optimize this cache calls. | 1.0 | Optimization on the application configuration endpoint while working with redis cache - We made two important optimizations; Got all permissions/settings/features in one database query and set the cache items in one call to the redis server. We can make further improvements;
The application configuration endpoint needs to get values for all permission/setting/features values in the cache. Currently, it makes a separate call to the redis service to get a permission/setting/features value. It would be perfect if we make a single call to the server to get all the values. With the current design, there is no direct way to communicate to the cache side from the application configuration endpoint, so cache side can not know that all permissions are needed in this request.
We can use ambient context pattern or some other way to optimize this cache calls. | priority | optimization on the application configuration endpoint while working with redis cache we made two important optimizations got all permissions settings features in one database query and set the cache items in one call to the redis server we can make further improvements the application configuration endpoint needs to get values for all permission setting features values in the cache currently it makes a separate call to the redis service to get a permission setting features value it would be perfect if we make a single call to the server to get all the values with the current design there is no direct way to communicate to the cache side from the application configuration endpoint so cache side can not know that all permissions are needed in this request we can use ambient context pattern or some other way to optimize this cache calls | 1 |
528,836 | 15,375,396,217 | IssuesEvent | 2021-03-02 14:53:24 | woocommerce/woocommerce-gutenberg-products-block | https://api.github.com/repos/woocommerce/woocommerce-gutenberg-products-block | closed | Full site editor renders blank page with WooCommerce activated | priority: high type: bug | Full Site Editor renders blank when WooCommerce is enabled. This issue was reported by a user in GB repo (https://github.com/WordPress/gutenberg/issues/27938) and according to the discussion there, the cause might be the work-around introduced in this PR: https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3219.
### Steps to reproduce
1. Install a FSE compatible theme (ie, [Armando](https://wordpress.org/themes/download/armando.1.0.0.zip?nostats=1)).
2. Enable Gutenberg and WooCommerce.
3. Click on the _Site Editor_ sidebar menu item.
4. Notice the page renders blank. | 1.0 | Full site editor renders blank page with WooCommerce activated - Full Site Editor renders blank when WooCommerce is enabled. This issue was reported by a user in GB repo (https://github.com/WordPress/gutenberg/issues/27938) and according to the discussion there, the cause might be the work-around introduced in this PR: https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3219.
### Steps to reproduce
1. Install a FSE compatible theme (ie, [Armando](https://wordpress.org/themes/download/armando.1.0.0.zip?nostats=1)).
2. Enable Gutenberg and WooCommerce.
3. Click on the _Site Editor_ sidebar menu item.
4. Notice the page renders blank. | priority | full site editor renders blank page with woocommerce activated full site editor renders blank when woocommerce is enabled this issue was reported by a user in gb repo and according to the discussion there the cause might be the work around introduced in this pr steps to reproduce install a fse compatible theme ie enable gutenberg and woocommerce click on the site editor sidebar menu item notice the page renders blank | 1 |
471,406 | 13,566,094,339 | IssuesEvent | 2020-09-18 12:47:18 | cloudfoundry-incubator/kubecf | https://api.github.com/repos/cloudfoundry-incubator/kubecf | closed | database-0 pod never getting ready | Priority: High Type: Bug | I've seen a number of bug reports on the SUSE mailing lists and chat systems about `database-0` pods not getting ready. I've also observed this in a live setup on a somewhat resource constrains Azure setup, and the issue was clearly that the pod got killed before the database was fully initialized.
The problem is that the liveness probe only has an `initialDelaySeconds` of 30 seconds. After that it tries 3 times to ping the database via `mysqladmin` in 10 second intervals, and after that the pod is restarted:
https://github.com/cloudfoundry-incubator/kubecf/blob/da9480a/deploy/helm/kubecf/templates/database.yaml#L281
I would recommend to increase the initial delay to at least 180s, or maybe even more. This should only be done for the liveness probe; it makes sense for the readiness probe to start after 30s so the pod can become ready earlier. | 1.0 | database-0 pod never getting ready - I've seen a number of bug reports on the SUSE mailing lists and chat systems about `database-0` pods not getting ready. I've also observed this in a live setup on a somewhat resource constrains Azure setup, and the issue was clearly that the pod got killed before the database was fully initialized.
The problem is that the liveness probe only has an `initialDelaySeconds` of 30 seconds. After that it tries 3 times to ping the database via `mysqladmin` in 10 second intervals, and after that the pod is restarted:
https://github.com/cloudfoundry-incubator/kubecf/blob/da9480a/deploy/helm/kubecf/templates/database.yaml#L281
I would recommend to increase the initial delay to at least 180s, or maybe even more. This should only be done for the liveness probe; it makes sense for the readiness probe to start after 30s so the pod can become ready earlier. | priority | database pod never getting ready i ve seen a number of bug reports on the suse mailing lists and chat systems about database pods not getting ready i ve also observed this in a live setup on a somewhat resource constrains azure setup and the issue was clearly that the pod got killed before the database was fully initialized the problem is that the liveness probe only has an initialdelayseconds of seconds after that it tries times to ping the database via mysqladmin in second intervals and after that the pod is restarted i would recommend to increase the initial delay to at least or maybe even more this should only be done for the liveness probe it makes sense for the readiness probe to start after so the pod can become ready earlier | 1 |
811,073 | 30,273,612,616 | IssuesEvent | 2023-07-07 17:28:41 | Steam-Headless/docker-steam-headless | https://api.github.com/repos/Steam-Headless/docker-steam-headless | closed | [Bug]: No Screens Found Error after Nvidia 530.41.03 | type:bug priority:high | ### Describe the Bug
I've switched steam headless from some old Nvidia 1070s to newer Nvidia A2000s. Getting this error now. I've tried plugging in displays as a test. Honestly one cable may be bad, so waiting on fake dongles. Though I thought it could run headless?
### Steps to Reproduce
1. Run steam headless with Nvidia a2000
2. Watch it startup
### Expected Behavior
X starts
### Screenshots
_No response_
### Relevant Settings
_No response_
### Version
Build: [2023-06-24 03:10:18] [master] [6a2d55196b5253fef520ca883391d783716b4d06]
### Platform
docker
6.1.35-1-lts
530
k8s with nvidia container toolkit
### Relevant log output
```Shell
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
Build Operating System: linux Debian
Current Operating System: Linux epyc-gigabyte 6.1.35-1-lts #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 15:54:02 +0000 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=5a04216e-d5fa-4737-971f-db34ed7c2552 rw loglevel=3 quiet
Build Date: 23 March 2023 10:25:56AM
xorg-server 2:1.20.11-1+deb11u6 (https://www.debian.org/support)
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.55.log", Time: Sat Jun 24 05:55:05 2023
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.55.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
Build Operating System: linux Debian
Current Operating System: Linux epyc-gigabyte 6.1.35-1-lts #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 15:54:02 +0000 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=5a04216e-d5fa-4737-971f-db34ed7c2552 rw loglevel=3 quiet
Build Date: 23 March 2023 10:25:56AM
xorg-server 2:1.20.11-1+deb11u6 (https://www.debian.org/support)
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.55.log", Time: Sat Jun 24 05:55:07 2023
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.55.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
Build Operating System: linux Debian
Current Operating System: Linux epyc-gigabyte 6.1.35-1-lts #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 15:54:02 +0000 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=5a04216e-d5fa-4737-971f-db34ed7c2552 rw loglevel=3 quiet
Build Date: 23 March 2023 10:25:56AM
xorg-server 2:1.20.11-1+deb11u6 (https://www.debian.org/support)
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.55.log", Time: Sat Jun 24 05:55:09 2023
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.55.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 371.789] Build Operating System: linux Debian
[ 371.789] Current Operating System: Linux epyc-gigabyte 6.1.35-1-lts #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 15:54:02 +0000 x86_64
[ 371.789] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=5a04216e-d5fa-4737-971f-db34ed7c2552 rw loglevel=3 quiet
[ 371.789] Build Date: 23 March 2023 10:25:56AM
[ 371.789] xorg-server 2:1.20.11-1+deb11u6 (https://www.debian.org/support)
[ 371.789] Current version of pixman: 0.40.0
[ 371.789] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 371.789] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 371.789] (==) Log file: "/var/log/Xorg.55.log", Time: Sat Jun 24 05:55:48 2023
[ 371.789] (==) Using config file: "/etc/X11/xorg.conf"
[ 371.789] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 371.789] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 371.790] (==) ServerLayout "Layout0"
[ 371.790] (**) |-->Screen "Screen0" (0)
[ 371.790] (**) | |-->Monitor "Monitor0"
[ 371.790] (**) | |-->Device "Device0"
[ 371.790] (**) |-->Input Device "Keyboard0"
[ 371.790] (**) |-->Input Device "Mouse0"
[ 371.790] (==) Automatically adding devices
[ 371.790] (==) Automatically enabling devices
[ 371.790] (==) Automatically adding GPU devices
[ 371.790] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 371.790] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 371.790] Entry deleted from font path.
[ 371.790] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 371.790] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 371.790] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 371.790] (WW) Disabling Keyboard0
[ 371.790] (WW) Disabling Mouse0
[ 371.790] (II) Loader magic: 0x55c20c64ce40
[ 371.790] (II) Module ABI versions:
[ 371.790] X.Org ANSI C Emulation: 0.4
[ 371.790] X.Org Video Driver: 24.1
[ 371.790] X.Org XInput driver : 24.1
[ 371.790] X.Org Server Extension : 10.0
[ 371.790] (++) using VT number 7
[ 371.790] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 371.791] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 371.791] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 371.791] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 371.798] (--) PCI:*(129@0:0:0) 10de:2531:10de:151d rev 161, Mem @ 0xf2000000/16777216, 0x20030000000/268435456, 0x20040000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[ 371.798] (--) PCI: (193@0:0:0) 10de:2531:10de:151d rev 161, Mem @ 0x9b000000/16777216, 0x18000000000/268435456, 0x18010000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[ 371.798] (--) PCI: (197@0:0:0) 1a03:2000:1458:1000 rev 65, Mem @ 0x98000000/33554432, 0x9a000000/131072, I/O @ 0x0000d000/128, BIOS @ 0x????????/131072
[ 371.798] (II) LoadModule: "glx"
[ 371.799] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 371.799] (II) Module glx: vendor="X.Org Foundation"
[ 371.799] compiled for 1.20.11, module version = 1.0.0
[ 371.799] ABI class: X.Org Server Extension, version 10.0
[ 371.799] (II) LoadModule: "nvidia"
[ 371.799] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 371.799] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 371.800] compiled for 1.6.99.901, module version = 1.0.0
[ 371.800] Module class: X.Org Video Driver
[ 371.800] (II) NVIDIA dlloader X Driver 535.54.03 Tue Jun 6 22:23:02 UTC 2023
[ 371.800] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 371.800] (II) Loading sub module "fb"
[ 371.800] (II) LoadModule: "fb"
[ 371.800] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 371.800] (II) Module fb: vendor="X.Org Foundation"
[ 371.800] compiled for 1.20.11, module version = 1.0.0
[ 371.800] ABI class: X.Org ANSI C Emulation, version 0.4
[ 371.800] (II) Loading sub module "wfb"
[ 371.800] (II) LoadModule: "wfb"
[ 371.800] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 371.800] (II) Module wfb: vendor="X.Org Foundation"
[ 371.800] compiled for 1.20.11, module version = 1.0.0
[ 371.800] ABI class: X.Org ANSI C Emulation, version 0.4
[ 371.800] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 371.800] (==) NVIDIA(0): RGB weight 888
[ 371.800] (==) NVIDIA(0): Default visual is TrueColor
[ 371.800] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 371.800] (**) NVIDIA(0): Option "ModeValidation" "NoMaxPClkCheck, NoEdidMaxPClkCheck, NoMaxSizeCheck, NoHorizSyncCheck, NoVertRefreshCheck, NoVirtualSizeCheck, NoExtendedGpuCapabilitiesCheck, NoTotalSizeCheck, NoDualLinkDVICheck, NoDisplayPortBandwidthCheck, AllowNon3DVisionModes, AllowNonHDMI3DModes, AllowNonEdidModes, NoEdidHDMI2Check, AllowDpInterlaced"
[ 371.800] (**) NVIDIA(0): Option "ProbeAllGpus" "False"
[ 371.800] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "True"
[ 371.800] (**) NVIDIA(0): Option "ConnectedMonitor" "DFP"
[ 371.800] (**) NVIDIA(0): Enabling 2D acceleration
[ 371.800] (**) NVIDIA(0): ConnectedMonitor string: "DFP"
[ 371.800] (II) Loading sub module "glxserver_nvidia"
[ 371.800] (II) LoadModule: "glxserver_nvidia"
[ 371.800] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[ 371.806] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 371.806] compiled for 1.6.99.901, module version = 1.0.0
[ 371.806] Module class: X.Org Server Extension
[ 371.806] (II) NVIDIA GLX Module 535.54.03 Tue Jun 6 22:23:41 UTC 2023
[ 371.806] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 371.942] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:129:0:0
[ 371.942] (--) NVIDIA(0): DFP-0
[ 371.942] (--) NVIDIA(0): DFP-1
[ 371.942] (--) NVIDIA(0): DFP-2
[ 371.942] (--) NVIDIA(0): DFP-3
[ 371.942] (--) NVIDIA(0): DFP-4
[ 371.942] (--) NVIDIA(0): DFP-5 (boot)
[ 371.942] (--) NVIDIA(0): DFP-6
[ 371.942] (--) NVIDIA(0): DFP-7
[ 371.943] (**) NVIDIA(0): Using ConnectedMonitor string "DFP-0".
[ 371.944] (II) NVIDIA(0): NVIDIA GPU NVIDIA RTX A2000 (GA106GL-A) at PCI:129:0:0
[ 371.944] (II) NVIDIA(0): (GPU-0)
[ 371.944] (--) NVIDIA(0): Memory: 6285312 kBytes
[ 371.944] (--) NVIDIA(0): VideoBIOS: 94.06.2c.00.01
[ 371.944] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 371.953] (--) NVIDIA(GPU-0): DFP-0: connected
[ 371.953] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 371.953] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 371.953] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 371.953] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 371.953] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 371.953] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 371.953] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 371.953] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 371.953] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (**) NVIDIA(GPU-0): Mode Validation Overrides for DFP-0:
[ 371.953] (**) NVIDIA(GPU-0): NoMaxSizeCheck
[ 371.953] (**) NVIDIA(GPU-0): NoVirtualSizeCheck
[ 371.953] (**) NVIDIA(GPU-0): NoMaxPClkCheck
[ 371.953] (**) NVIDIA(GPU-0): NoEdidMaxPClkCheck
[ 371.953] (**) NVIDIA(GPU-0): NoHorizSyncCheck
[ 371.953] (**) NVIDIA(GPU-0): NoVertRefreshCheck
[ 371.953] (**) NVIDIA(GPU-0): NoExtendedGpuCapabilitiesCheck
[ 371.953] (**) NVIDIA(GPU-0): NoTotalSizeCheck
[ 371.953] (**) NVIDIA(GPU-0): NoDualLinkDVICheck
[ 371.953] (**) NVIDIA(GPU-0): NoDisplayPortBandwidthCheck
[ 371.953] (**) NVIDIA(GPU-0): AllowNon3DVisionModes
[ 371.953] (**) NVIDIA(GPU-0): AllowNonEdidModes
[ 371.953] (**) NVIDIA(GPU-0): AllowNonHDMI3DModes
[ 371.953] (**) NVIDIA(GPU-0): NoEdidHDMI2Check
[ 371.953] (**) NVIDIA(GPU-0): AllowDpInterlaced
[ 371.954] (EE) NVIDIA(GPU-0): Unable to add conservative default mode "nvidia-auto-select".
[ 371.954] (EE) NVIDIA(GPU-0): Unable to add "nvidia-auto-select" mode to ModePool.
[ 371.954] (WW) NVIDIA(0): No valid modes for "DFP-0:1920x1080R"; removing.
[ 371.954] (WW) NVIDIA(0):
[ 371.954] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[ 371.954] (WW) NVIDIA(0): "nvidia-auto-select".
[ 371.954] (WW) NVIDIA(0):
[ 371.954] (WW) NVIDIA(0): No valid modes for "DFP-0:nvidia-auto-select"; removing.
[ 371.954] (EE) NVIDIA(0): Unable to use default mode "nvidia-auto-select".
[ 371.954] (EE) NVIDIA(0): Failing initialization of X screen
[ 372.086] (II) UnloadModule: "nvidia"
[ 372.086] (II) UnloadSubModule: "glxserver_nvidia"
[ 372.086] (II) Unloading glxserver_nvidia
[ 372.086] (II) UnloadSubModule: "wfb"
[ 372.086] (II) UnloadSubModule: "fb"
[ 372.086] (**) NVIDIA(G0): Depth 24, (--) framebuffer bpp 32
[ 372.086] (==) NVIDIA(G0): RGB weight 888
[ 372.086] (==) NVIDIA(G0): Default visual is TrueColor
[ 372.086] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 372.086] (**) NVIDIA(G0): Option "ProbeAllGpus" "False"
[ 372.086] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration" "True"
[ 372.086] (**) NVIDIA(G0): Enabling 2D acceleration
[ 372.086] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 372.275] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:193:0:0
[ 372.275] (--) NVIDIA(0): DFP-0
[ 372.275] (--) NVIDIA(0): DFP-1
[ 372.275] (--) NVIDIA(0): DFP-2
[ 372.275] (--) NVIDIA(0): DFP-3
[ 372.275] (--) NVIDIA(0): DFP-4
[ 372.275] (--) NVIDIA(0): DFP-5 (boot)
[ 372.275] (--) NVIDIA(0): DFP-6
[ 372.275] (--) NVIDIA(0): DFP-7
[ 372.276] (II) NVIDIA(G0): NVIDIA GPU NVIDIA RTX A2000 (GA106GL-A) at PCI:193:0:0
[ 372.276] (II) NVIDIA(G0): (GPU-1)
[ 372.276] (--) NVIDIA(G0): Memory: 6285312 kBytes
[ 372.276] (--) NVIDIA(G0): VideoBIOS: 94.06.2c.00.01
[ 372.276] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 372.276] (--) NVIDIA(GPU-1): DFP-0: disconnected
[ 372.276] (--) NVIDIA(GPU-1): DFP-0: Internal DisplayPort
[ 372.276] (--) NVIDIA(GPU-1): DFP-0: 2670.0 MHz maximum pixel clock
[ 372.276] (--) NVIDIA(GPU-1):
[ 372.277] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 372.277] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[ 372.277] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[ 372.277] (--) NVIDIA(GPU-1):
[ 372.277] (--) NVIDIA(GPU-1): DFP-2: disconnected
[ 372.277] (--) NVIDIA(GPU-1): DFP-2: Internal DisplayPort
[ 372.277] (--) NVIDIA(GPU-1): DFP-2: 2670.0 MHz maximum pixel clock
[ 372.277] (--) NVIDIA(GPU-1):
[ 372.277] (--) NVIDIA(GPU-1): DFP-3: disconnected
[ 372.277] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[ 372.277] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[ 372.277] (--) NVIDIA(GPU-1):
[ 372.277] (--) NVIDIA(GPU-1): DFP-4: disconnected
[ 372.277] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[ 372.277] (--) NVIDIA(GPU-1): DFP-4: 2670.0 MHz maximum pixel clock
[ 372.277] (--) NVIDIA(GPU-1):
[ 372.375] (--) NVIDIA(GPU-1): Tech Concepts 75R635 (DFP-5): connected
[ 372.375] (--) NVIDIA(GPU-1): Tech Concepts 75R635 (DFP-5): Internal TMDS
[ 372.375] (--) NVIDIA(GPU-1): Tech Concepts 75R635 (DFP-5): 165.0 MHz maximum pixel clock
[ 372.375] (--) NVIDIA(GPU-1):
[ 372.375] (--) NVIDIA(GPU-1): DFP-6: disconnected
[ 372.375] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[ 372.375] (--) NVIDIA(GPU-1): DFP-6: 2670.0 MHz maximum pixel clock
[ 372.375] (--) NVIDIA(GPU-1):
[ 372.375] (--) NVIDIA(GPU-1): DFP-7: disconnected
[ 372.375] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[ 372.375] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[ 372.375] (--) NVIDIA(GPU-1):
[ 372.459] (II) NVIDIA(G0): Validated MetaModes:
[ 372.459] (II) NVIDIA(G0): "NULL"
[ 372.459] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 372.794] (++) NVIDIA(G0): DPI set to (96, 96); computed from -dpi X commandline option
[ 372.794] (EE) Screen(s) found, but none have a usable configuration.
[ 372.794] (EE)
Fatal server error:
[ 372.794] (EE) no screens found(EE)
[ 372.794] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 372.794] (EE) Please also check the log file at "/var/log/Xorg.55.log" for additional information.
[ 372.794] (EE)
[ 372.794] (EE) Server terminated with error (1). Closing log file.
Build: [2023-06-24 03:10:18] [master] [6a2d55196b5253fef520ca883391d783716b4d06]
[ /etc/cont-init.d/10-setup_user.sh: executing... ]
**** Configure default user ****
Setting default user uid=1000(default) gid=1000(default)
usermod: no changes
Adding default user to video, audio, input and pulse groups
Adding default user to any additional required device groups
Adding user 'default' to group: 'user-gid-994' for device: /dev/input/event0
Adding user 'default' to group: 'user-gid-985' for device: /dev/dri/card0
Adding user 'default' to group: 'user-gid-989' for device: /dev/dri/renderD128
Setting umask to 000
Create the user XDG_RUNTIME_DIR path '/tmp/.X11-unix/run'
Adding default home directory template
Setting ownership of all log files in '/home/default/.cache/log'
Setting root password
Setting user password
DONE
[ /etc/cont-init.d/20-configre_sshd.sh: executing... ]
**** Configure SSH server ****
Disable SSH server
DONE
[ /etc/cont-init.d/30-configure_dbus.sh: executing... ]
**** Configure container dbus ****
Container configured to run its own dbus
DONE
[ /etc/cont-init.d/30-configure_udev.sh: executing... ]
**** Configure container to run udev management ****
**** Ensure the default user has permission to r/w on input devices ****
DONE
[ /etc/cont-init.d/40-setup_locale.sh: executing... ]
**** Locales already set correctly to en_US.UTF-8 UTF-8 ****
DONE
[ /etc/cont-init.d/50-configure_pulseaudio.sh: executing... ]
**** Configure pulseaudio ****
Configure pulseaudio to pipe audio to a socket
DONE
[ /etc/cont-init.d/60-configure_gpu_driver.sh: executing... ]
**** Found NVIDIA device 'NVIDIA RTX A2000' ****
Installing NVIDIA driver v535.54.03 to match what is running on the host
**** No Intel device found ****
**** No Intel device found ****
**** No AMD device found ****
DONE
[ /etc/cont-init.d/70-configure_xorg.sh: executing... ]
**** Generate NVIDIA xorg.conf ****
Configure Xwrapper.config
Configure container as primary the X server
Enabling evdev input class on pointers, keyboards, touchpads, touch screens, etc.
'/usr/share/X11/xorg.conf.d/10-evdev.conf' -> '/etc/X11/xorg.conf.d/10-evdev.conf'
Configuring X11 with GPU ID: 'GPU-d5495a99-109e-5f19-05d9-d718f1b35596'
Configuring X11 with PCI bus ID: 'PCI:129:0:0'
Writing X11 config with Modeline "1920x1080R" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync
WARNING: Unable to locate/open X configuration file.
Package xorg-server was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-server.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-server' found
Option "ProbeAllGpus" "False" added to Screen "Screen0".
Option "AllowEmptyInitialConfiguration" "True" added to Screen "Screen0".
New X configuration file written to '/etc/X11/xorg.conf'
DONE
[ /etc/cont-init.d/80-configure-dind.sh: executing... ]
**** Configure Dockerd ****
Enable Dockerd daemon
Add user 'default' to docker group for sudoless execution
DONE
[ /etc/cont-init.d/90-configure_neko.sh: executing... ]
**** Configure Neko ****
Disable Neko server
DONE
[ /etc/cont-init.d/90-configure_sunshine.sh: executing... ]
**** Configure Sunshine ****
Enable Sunshine server
DONE
[ /etc/cont-init.d/90-configure_vnc.sh: executing... ]
**** Configure VNC ****
Configure VNC service port '32036'
Configure noVNC service port '32037'
Configure audio websocket port '32038'
Configure pulseaudio encoded stream port '32039'
Enable VNC server
Patching noVNC with audio websocket
DONE
[ /etc/cont-init.d/95-configure_secondary.sh: executing... ]
DONE
**** Starting supervisord ****
Logging all root services to '/var/log/supervisor/'
Logging all user services to '/home/default/.cache/log/'
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/dbus.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/desktop.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/dind.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/neko.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/pulseaudio.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/sshd.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/steam.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/sunshine.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/udev.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/vnc-audio.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/vnc.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/xorg.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/xvfb.ini" during parsing
2023-06-24 05:53:55,765 INFO Set uid to user 0 succeeded
2023-06-24 05:53:55,768 INFO RPC interface 'supervisor' initialized
2023-06-24 05:53:55,768 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2023-06-24 05:53:55,768 INFO supervisord started with pid 1
2023-06-24 05:53:56,770 INFO spawned: 'dbus' with pid 391
2023-06-24 05:53:56,771 INFO spawned: 'udev' with pid 392
2023-06-24 05:53:56,772 INFO spawned: 'dind' with pid 393
2023-06-24 05:53:56,773 INFO spawned: 'xorg' with pid 394
2023-06-24 05:53:56,774 INFO spawned: 'audiostream' with pid 395
2023-06-24 05:53:56,776 INFO spawned: 'novnc' with pid 396
2023-06-24 05:53:56,777 INFO spawned: 'pulseaudio' with pid 397
2023-06-24 05:53:56,779 INFO spawned: 'vncproxy' with pid 399
2023-06-24 05:53:56,780 INFO spawned: 'x11vnc' with pid 400
2023-06-24 05:53:56,781 INFO spawned: 'audiowebsock' with pid 402
2023-06-24 05:53:56,782 INFO spawned: 'desktop' with pid 404
2023-06-24 05:53:56,784 INFO spawned: 'sunshine' with pid 406
2023-06-24 05:53:56,784 INFO success: vncproxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
PULSEAUDIO: Starting pulseaudio service
2023-06-24 05:53:56,820 INFO reaped unknown pid 433 (exit status 0)
2023-06-24 05:53:57,809 INFO success: dbus entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,809 INFO success: udev entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,809 INFO success: dind entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,809 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,809 INFO success: audiostream entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,809 INFO success: novnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,810 INFO success: pulseaudio entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,810 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,810 INFO success: audiowebsock entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,810 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,810 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:59,802 INFO exited: xorg (exit status 1; not expected)
2023-06-24 05:54:00,804 INFO spawned: 'xorg' with pid 1053
2023-06-24 05:54:01,803 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:54:01,815 INFO exited: xorg (exit status 1; not expected)
2023-06-24 05:54:01,820 INFO spawned: 'xorg' with pid 1062
2023-06-24 05:54:02,833 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:54:02,833 INFO exited: xorg (exit status 1; not expected)
2023-06-24 05:54:03,836 INFO spawned: 'xorg' with pid 1085
2023-06-24 05:54:04,849 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:54:04,903 INFO exited: xorg (exit status 1; not expected)
2023-06-24 05:54:05,906 INFO spawned: 'xorg' with pid 1105
2023-06-24 05:54:06,931 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:54:06,955 INFO exited: xorg (exit status 1; not expected)
```
| 1.0 | [Bug]: No Screens Found Error after Nvidia 530.41.03 - ### Describe the Bug
I've switched steam headless from some old Nvidia 1070s to newer Nvidia A2000s. Getting this error now. I've tried plugging in displays as a test. Honestly one cable may be bad, so waiting on fake dongles. Though I thought it could run headless?
### Steps to Reproduce
1. Run steam headless with Nvidia a2000
2. Watch it startup
### Expected Behavior
X starts
### Screenshots
_No response_
### Relevant Settings
_No response_
### Version
Build: [2023-06-24 03:10:18] [master] [6a2d55196b5253fef520ca883391d783716b4d06]
### Platform
docker
6.1.35-1-lts
530
k8s with nvidia container toolkit
### Relevant log output
```Shell
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
Build Operating System: linux Debian
Current Operating System: Linux epyc-gigabyte 6.1.35-1-lts #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 15:54:02 +0000 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=5a04216e-d5fa-4737-971f-db34ed7c2552 rw loglevel=3 quiet
Build Date: 23 March 2023 10:25:56AM
xorg-server 2:1.20.11-1+deb11u6 (https://www.debian.org/support)
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.55.log", Time: Sat Jun 24 05:55:05 2023
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.55.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
Build Operating System: linux Debian
Current Operating System: Linux epyc-gigabyte 6.1.35-1-lts #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 15:54:02 +0000 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=5a04216e-d5fa-4737-971f-db34ed7c2552 rw loglevel=3 quiet
Build Date: 23 March 2023 10:25:56AM
xorg-server 2:1.20.11-1+deb11u6 (https://www.debian.org/support)
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.55.log", Time: Sat Jun 24 05:55:07 2023
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.55.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
Build Operating System: linux Debian
Current Operating System: Linux epyc-gigabyte 6.1.35-1-lts #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 15:54:02 +0000 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=5a04216e-d5fa-4737-971f-db34ed7c2552 rw loglevel=3 quiet
Build Date: 23 March 2023 10:25:56AM
xorg-server 2:1.20.11-1+deb11u6 (https://www.debian.org/support)
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.55.log", Time: Sat Jun 24 05:55:09 2023
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.55.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 371.789] Build Operating System: linux Debian
[ 371.789] Current Operating System: Linux epyc-gigabyte 6.1.35-1-lts #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 15:54:02 +0000 x86_64
[ 371.789] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=5a04216e-d5fa-4737-971f-db34ed7c2552 rw loglevel=3 quiet
[ 371.789] Build Date: 23 March 2023 10:25:56AM
[ 371.789] xorg-server 2:1.20.11-1+deb11u6 (https://www.debian.org/support)
[ 371.789] Current version of pixman: 0.40.0
[ 371.789] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 371.789] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 371.789] (==) Log file: "/var/log/Xorg.55.log", Time: Sat Jun 24 05:55:48 2023
[ 371.789] (==) Using config file: "/etc/X11/xorg.conf"
[ 371.789] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 371.789] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 371.790] (==) ServerLayout "Layout0"
[ 371.790] (**) |-->Screen "Screen0" (0)
[ 371.790] (**) | |-->Monitor "Monitor0"
[ 371.790] (**) | |-->Device "Device0"
[ 371.790] (**) |-->Input Device "Keyboard0"
[ 371.790] (**) |-->Input Device "Mouse0"
[ 371.790] (==) Automatically adding devices
[ 371.790] (==) Automatically enabling devices
[ 371.790] (==) Automatically adding GPU devices
[ 371.790] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 371.790] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 371.790] Entry deleted from font path.
[ 371.790] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 371.790] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 371.790] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 371.790] (WW) Disabling Keyboard0
[ 371.790] (WW) Disabling Mouse0
[ 371.790] (II) Loader magic: 0x55c20c64ce40
[ 371.790] (II) Module ABI versions:
[ 371.790] X.Org ANSI C Emulation: 0.4
[ 371.790] X.Org Video Driver: 24.1
[ 371.790] X.Org XInput driver : 24.1
[ 371.790] X.Org Server Extension : 10.0
[ 371.790] (++) using VT number 7
[ 371.790] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 371.791] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 371.791] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 371.791] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 371.798] (--) PCI:*(129@0:0:0) 10de:2531:10de:151d rev 161, Mem @ 0xf2000000/16777216, 0x20030000000/268435456, 0x20040000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[ 371.798] (--) PCI: (193@0:0:0) 10de:2531:10de:151d rev 161, Mem @ 0x9b000000/16777216, 0x18000000000/268435456, 0x18010000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[ 371.798] (--) PCI: (197@0:0:0) 1a03:2000:1458:1000 rev 65, Mem @ 0x98000000/33554432, 0x9a000000/131072, I/O @ 0x0000d000/128, BIOS @ 0x????????/131072
[ 371.798] (II) LoadModule: "glx"
[ 371.799] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 371.799] (II) Module glx: vendor="X.Org Foundation"
[ 371.799] compiled for 1.20.11, module version = 1.0.0
[ 371.799] ABI class: X.Org Server Extension, version 10.0
[ 371.799] (II) LoadModule: "nvidia"
[ 371.799] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 371.799] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 371.800] compiled for 1.6.99.901, module version = 1.0.0
[ 371.800] Module class: X.Org Video Driver
[ 371.800] (II) NVIDIA dlloader X Driver 535.54.03 Tue Jun 6 22:23:02 UTC 2023
[ 371.800] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 371.800] (II) Loading sub module "fb"
[ 371.800] (II) LoadModule: "fb"
[ 371.800] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 371.800] (II) Module fb: vendor="X.Org Foundation"
[ 371.800] compiled for 1.20.11, module version = 1.0.0
[ 371.800] ABI class: X.Org ANSI C Emulation, version 0.4
[ 371.800] (II) Loading sub module "wfb"
[ 371.800] (II) LoadModule: "wfb"
[ 371.800] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 371.800] (II) Module wfb: vendor="X.Org Foundation"
[ 371.800] compiled for 1.20.11, module version = 1.0.0
[ 371.800] ABI class: X.Org ANSI C Emulation, version 0.4
[ 371.800] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 371.800] (==) NVIDIA(0): RGB weight 888
[ 371.800] (==) NVIDIA(0): Default visual is TrueColor
[ 371.800] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 371.800] (**) NVIDIA(0): Option "ModeValidation" "NoMaxPClkCheck, NoEdidMaxPClkCheck, NoMaxSizeCheck, NoHorizSyncCheck, NoVertRefreshCheck, NoVirtualSizeCheck, NoExtendedGpuCapabilitiesCheck, NoTotalSizeCheck, NoDualLinkDVICheck, NoDisplayPortBandwidthCheck, AllowNon3DVisionModes, AllowNonHDMI3DModes, AllowNonEdidModes, NoEdidHDMI2Check, AllowDpInterlaced"
[ 371.800] (**) NVIDIA(0): Option "ProbeAllGpus" "False"
[ 371.800] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "True"
[ 371.800] (**) NVIDIA(0): Option "ConnectedMonitor" "DFP"
[ 371.800] (**) NVIDIA(0): Enabling 2D acceleration
[ 371.800] (**) NVIDIA(0): ConnectedMonitor string: "DFP"
[ 371.800] (II) Loading sub module "glxserver_nvidia"
[ 371.800] (II) LoadModule: "glxserver_nvidia"
[ 371.800] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[ 371.806] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 371.806] compiled for 1.6.99.901, module version = 1.0.0
[ 371.806] Module class: X.Org Server Extension
[ 371.806] (II) NVIDIA GLX Module 535.54.03 Tue Jun 6 22:23:41 UTC 2023
[ 371.806] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 371.942] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:129:0:0
[ 371.942] (--) NVIDIA(0): DFP-0
[ 371.942] (--) NVIDIA(0): DFP-1
[ 371.942] (--) NVIDIA(0): DFP-2
[ 371.942] (--) NVIDIA(0): DFP-3
[ 371.942] (--) NVIDIA(0): DFP-4
[ 371.942] (--) NVIDIA(0): DFP-5 (boot)
[ 371.942] (--) NVIDIA(0): DFP-6
[ 371.942] (--) NVIDIA(0): DFP-7
[ 371.943] (**) NVIDIA(0): Using ConnectedMonitor string "DFP-0".
[ 371.944] (II) NVIDIA(0): NVIDIA GPU NVIDIA RTX A2000 (GA106GL-A) at PCI:129:0:0
[ 371.944] (II) NVIDIA(0): (GPU-0)
[ 371.944] (--) NVIDIA(0): Memory: 6285312 kBytes
[ 371.944] (--) NVIDIA(0): VideoBIOS: 94.06.2c.00.01
[ 371.944] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 371.953] (--) NVIDIA(GPU-0): DFP-0: connected
[ 371.953] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 371.953] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 371.953] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 371.953] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 371.953] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 371.953] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 371.953] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 371.953] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 371.953] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 371.953] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 371.953] (--) NVIDIA(GPU-0):
[ 371.953] (**) NVIDIA(GPU-0): Mode Validation Overrides for DFP-0:
[ 371.953] (**) NVIDIA(GPU-0): NoMaxSizeCheck
[ 371.953] (**) NVIDIA(GPU-0): NoVirtualSizeCheck
[ 371.953] (**) NVIDIA(GPU-0): NoMaxPClkCheck
[ 371.953] (**) NVIDIA(GPU-0): NoEdidMaxPClkCheck
[ 371.953] (**) NVIDIA(GPU-0): NoHorizSyncCheck
[ 371.953] (**) NVIDIA(GPU-0): NoVertRefreshCheck
[ 371.953] (**) NVIDIA(GPU-0): NoExtendedGpuCapabilitiesCheck
[ 371.953] (**) NVIDIA(GPU-0): NoTotalSizeCheck
[ 371.953] (**) NVIDIA(GPU-0): NoDualLinkDVICheck
[ 371.953] (**) NVIDIA(GPU-0): NoDisplayPortBandwidthCheck
[ 371.953] (**) NVIDIA(GPU-0): AllowNon3DVisionModes
[ 371.953] (**) NVIDIA(GPU-0): AllowNonEdidModes
[ 371.953] (**) NVIDIA(GPU-0): AllowNonHDMI3DModes
[ 371.953] (**) NVIDIA(GPU-0): NoEdidHDMI2Check
[ 371.953] (**) NVIDIA(GPU-0): AllowDpInterlaced
[ 371.954] (EE) NVIDIA(GPU-0): Unable to add conservative default mode "nvidia-auto-select".
[ 371.954] (EE) NVIDIA(GPU-0): Unable to add "nvidia-auto-select" mode to ModePool.
[ 371.954] (WW) NVIDIA(0): No valid modes for "DFP-0:1920x1080R"; removing.
[ 371.954] (WW) NVIDIA(0):
[ 371.954] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[ 371.954] (WW) NVIDIA(0): "nvidia-auto-select".
[ 371.954] (WW) NVIDIA(0):
[ 371.954] (WW) NVIDIA(0): No valid modes for "DFP-0:nvidia-auto-select"; removing.
[ 371.954] (EE) NVIDIA(0): Unable to use default mode "nvidia-auto-select".
[ 371.954] (EE) NVIDIA(0): Failing initialization of X screen
[ 372.086] (II) UnloadModule: "nvidia"
[ 372.086] (II) UnloadSubModule: "glxserver_nvidia"
[ 372.086] (II) Unloading glxserver_nvidia
[ 372.086] (II) UnloadSubModule: "wfb"
[ 372.086] (II) UnloadSubModule: "fb"
[ 372.086] (**) NVIDIA(G0): Depth 24, (--) framebuffer bpp 32
[ 372.086] (==) NVIDIA(G0): RGB weight 888
[ 372.086] (==) NVIDIA(G0): Default visual is TrueColor
[ 372.086] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 372.086] (**) NVIDIA(G0): Option "ProbeAllGpus" "False"
[ 372.086] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration" "True"
[ 372.086] (**) NVIDIA(G0): Enabling 2D acceleration
[ 372.086] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 372.275] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:193:0:0
[ 372.275] (--) NVIDIA(0): DFP-0
[ 372.275] (--) NVIDIA(0): DFP-1
[ 372.275] (--) NVIDIA(0): DFP-2
[ 372.275] (--) NVIDIA(0): DFP-3
[ 372.275] (--) NVIDIA(0): DFP-4
[ 372.275] (--) NVIDIA(0): DFP-5 (boot)
[ 372.275] (--) NVIDIA(0): DFP-6
[ 372.275] (--) NVIDIA(0): DFP-7
[ 372.276] (II) NVIDIA(G0): NVIDIA GPU NVIDIA RTX A2000 (GA106GL-A) at PCI:193:0:0
[ 372.276] (II) NVIDIA(G0): (GPU-1)
[ 372.276] (--) NVIDIA(G0): Memory: 6285312 kBytes
[ 372.276] (--) NVIDIA(G0): VideoBIOS: 94.06.2c.00.01
[ 372.276] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 372.276] (--) NVIDIA(GPU-1): DFP-0: disconnected
[ 372.276] (--) NVIDIA(GPU-1): DFP-0: Internal DisplayPort
[ 372.276] (--) NVIDIA(GPU-1): DFP-0: 2670.0 MHz maximum pixel clock
[ 372.276] (--) NVIDIA(GPU-1):
[ 372.277] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 372.277] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[ 372.277] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[ 372.277] (--) NVIDIA(GPU-1):
[ 372.277] (--) NVIDIA(GPU-1): DFP-2: disconnected
[ 372.277] (--) NVIDIA(GPU-1): DFP-2: Internal DisplayPort
[ 372.277] (--) NVIDIA(GPU-1): DFP-2: 2670.0 MHz maximum pixel clock
[ 372.277] (--) NVIDIA(GPU-1):
[ 372.277] (--) NVIDIA(GPU-1): DFP-3: disconnected
[ 372.277] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[ 372.277] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[ 372.277] (--) NVIDIA(GPU-1):
[ 372.277] (--) NVIDIA(GPU-1): DFP-4: disconnected
[ 372.277] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[ 372.277] (--) NVIDIA(GPU-1): DFP-4: 2670.0 MHz maximum pixel clock
[ 372.277] (--) NVIDIA(GPU-1):
[ 372.375] (--) NVIDIA(GPU-1): Tech Concepts 75R635 (DFP-5): connected
[ 372.375] (--) NVIDIA(GPU-1): Tech Concepts 75R635 (DFP-5): Internal TMDS
[ 372.375] (--) NVIDIA(GPU-1): Tech Concepts 75R635 (DFP-5): 165.0 MHz maximum pixel clock
[ 372.375] (--) NVIDIA(GPU-1):
[ 372.375] (--) NVIDIA(GPU-1): DFP-6: disconnected
[ 372.375] (--) NVIDIA(GPU-1): DFP-6: Internal DisplayPort
[ 372.375] (--) NVIDIA(GPU-1): DFP-6: 2670.0 MHz maximum pixel clock
[ 372.375] (--) NVIDIA(GPU-1):
[ 372.375] (--) NVIDIA(GPU-1): DFP-7: disconnected
[ 372.375] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[ 372.375] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[ 372.375] (--) NVIDIA(GPU-1):
[ 372.459] (II) NVIDIA(G0): Validated MetaModes:
[ 372.459] (II) NVIDIA(G0): "NULL"
[ 372.459] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 372.794] (++) NVIDIA(G0): DPI set to (96, 96); computed from -dpi X commandline option
[ 372.794] (EE) Screen(s) found, but none have a usable configuration.
[ 372.794] (EE)
Fatal server error:
[ 372.794] (EE) no screens found(EE)
[ 372.794] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 372.794] (EE) Please also check the log file at "/var/log/Xorg.55.log" for additional information.
[ 372.794] (EE)
[ 372.794] (EE) Server terminated with error (1). Closing log file.
Build: [2023-06-24 03:10:18] [master] [6a2d55196b5253fef520ca883391d783716b4d06]
[ /etc/cont-init.d/10-setup_user.sh: executing... ]
**** Configure default user ****
Setting default user uid=1000(default) gid=1000(default)
usermod: no changes
Adding default user to video, audio, input and pulse groups
Adding default user to any additional required device groups
Adding user 'default' to group: 'user-gid-994' for device: /dev/input/event0
Adding user 'default' to group: 'user-gid-985' for device: /dev/dri/card0
Adding user 'default' to group: 'user-gid-989' for device: /dev/dri/renderD128
Setting umask to 000
Create the user XDG_RUNTIME_DIR path '/tmp/.X11-unix/run'
Adding default home directory template
Setting ownership of all log files in '/home/default/.cache/log'
Setting root password
Setting user password
DONE
[ /etc/cont-init.d/20-configre_sshd.sh: executing... ]
**** Configure SSH server ****
Disable SSH server
DONE
[ /etc/cont-init.d/30-configure_dbus.sh: executing... ]
**** Configure container dbus ****
Container configured to run its own dbus
DONE
[ /etc/cont-init.d/30-configure_udev.sh: executing... ]
**** Configure container to run udev management ****
**** Ensure the default user has permission to r/w on input devices ****
DONE
[ /etc/cont-init.d/40-setup_locale.sh: executing... ]
**** Locales already set correctly to en_US.UTF-8 UTF-8 ****
DONE
[ /etc/cont-init.d/50-configure_pulseaudio.sh: executing... ]
**** Configure pulseaudio ****
Configure pulseaudio to pipe audio to a socket
DONE
[ /etc/cont-init.d/60-configure_gpu_driver.sh: executing... ]
**** Found NVIDIA device 'NVIDIA RTX A2000' ****
Installing NVIDIA driver v535.54.03 to match what is running on the host
**** No Intel device found ****
**** No Intel device found ****
**** No AMD device found ****
DONE
[ /etc/cont-init.d/70-configure_xorg.sh: executing... ]
**** Generate NVIDIA xorg.conf ****
Configure Xwrapper.config
Configure container as primary the X server
Enabling evdev input class on pointers, keyboards, touchpads, touch screens, etc.
'/usr/share/X11/xorg.conf.d/10-evdev.conf' -> '/etc/X11/xorg.conf.d/10-evdev.conf'
Configuring X11 with GPU ID: 'GPU-d5495a99-109e-5f19-05d9-d718f1b35596'
Configuring X11 with PCI bus ID: 'PCI:129:0:0'
Writing X11 config with Modeline "1920x1080R" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync
WARNING: Unable to locate/open X configuration file.
Package xorg-server was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-server.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-server' found
Option "ProbeAllGpus" "False" added to Screen "Screen0".
Option "AllowEmptyInitialConfiguration" "True" added to Screen "Screen0".
New X configuration file written to '/etc/X11/xorg.conf'
DONE
[ /etc/cont-init.d/80-configure-dind.sh: executing... ]
**** Configure Dockerd ****
Enable Dockerd daemon
Add user 'default' to docker group for sudoless execution
DONE
[ /etc/cont-init.d/90-configure_neko.sh: executing... ]
**** Configure Neko ****
Disable Neko server
DONE
[ /etc/cont-init.d/90-configure_sunshine.sh: executing... ]
**** Configure Sunshine ****
Enable Sunshine server
DONE
[ /etc/cont-init.d/90-configure_vnc.sh: executing... ]
**** Configure VNC ****
Configure VNC service port '32036'
Configure noVNC service port '32037'
Configure audio websocket port '32038'
Configure pulseaudio encoded stream port '32039'
Enable VNC server
Patching noVNC with audio websocket
DONE
[ /etc/cont-init.d/95-configure_secondary.sh: executing... ]
DONE
**** Starting supervisord ****
Logging all root services to '/var/log/supervisor/'
Logging all user services to '/home/default/.cache/log/'
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/dbus.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/desktop.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/dind.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/neko.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/pulseaudio.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/sshd.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/steam.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/sunshine.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/udev.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/vnc-audio.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/vnc.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/xorg.ini" during parsing
2023-06-24 05:53:55,765 INFO Included extra file "/etc/supervisor.d/xvfb.ini" during parsing
2023-06-24 05:53:55,765 INFO Set uid to user 0 succeeded
2023-06-24 05:53:55,768 INFO RPC interface 'supervisor' initialized
2023-06-24 05:53:55,768 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2023-06-24 05:53:55,768 INFO supervisord started with pid 1
2023-06-24 05:53:56,770 INFO spawned: 'dbus' with pid 391
2023-06-24 05:53:56,771 INFO spawned: 'udev' with pid 392
2023-06-24 05:53:56,772 INFO spawned: 'dind' with pid 393
2023-06-24 05:53:56,773 INFO spawned: 'xorg' with pid 394
2023-06-24 05:53:56,774 INFO spawned: 'audiostream' with pid 395
2023-06-24 05:53:56,776 INFO spawned: 'novnc' with pid 396
2023-06-24 05:53:56,777 INFO spawned: 'pulseaudio' with pid 397
2023-06-24 05:53:56,779 INFO spawned: 'vncproxy' with pid 399
2023-06-24 05:53:56,780 INFO spawned: 'x11vnc' with pid 400
2023-06-24 05:53:56,781 INFO spawned: 'audiowebsock' with pid 402
2023-06-24 05:53:56,782 INFO spawned: 'desktop' with pid 404
2023-06-24 05:53:56,784 INFO spawned: 'sunshine' with pid 406
2023-06-24 05:53:56,784 INFO success: vncproxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
PULSEAUDIO: Starting pulseaudio service
2023-06-24 05:53:56,820 INFO reaped unknown pid 433 (exit status 0)
2023-06-24 05:53:57,809 INFO success: dbus entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,809 INFO success: udev entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,809 INFO success: dind entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,809 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,809 INFO success: audiostream entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,809 INFO success: novnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,810 INFO success: pulseaudio entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,810 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,810 INFO success: audiowebsock entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,810 INFO success: desktop entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:57,810 INFO success: sunshine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:53:59,802 INFO exited: xorg (exit status 1; not expected)
2023-06-24 05:54:00,804 INFO spawned: 'xorg' with pid 1053
2023-06-24 05:54:01,803 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:54:01,815 INFO exited: xorg (exit status 1; not expected)
2023-06-24 05:54:01,820 INFO spawned: 'xorg' with pid 1062
2023-06-24 05:54:02,833 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:54:02,833 INFO exited: xorg (exit status 1; not expected)
2023-06-24 05:54:03,836 INFO spawned: 'xorg' with pid 1085
2023-06-24 05:54:04,849 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:54:04,903 INFO exited: xorg (exit status 1; not expected)
2023-06-24 05:54:05,906 INFO spawned: 'xorg' with pid 1105
2023-06-24 05:54:06,931 INFO success: xorg entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-06-24 05:54:06,955 INFO exited: xorg (exit status 1; not expected)
```
| priority | no screens found error after nvidia describe the bug i ve switched steam headless from some old nvidia to newer nvidia getting this error now i ve tried plugging in displays as a test honestly one cable may be bad so waiting on fake dongles though i thought it could run headless steps to reproduce run steam headless with nvidia watch it startup expected behavior x starts screenshots no response relevant settings no response version build platform docker lts with nvidia container toolkit relevant log output shell x org x server x protocol version revision build operating system linux debian current operating system linux epyc gigabyte lts smp preempt dynamic wed jun kernel command line boot image vmlinuz linux lts root uuid rw loglevel quiet build date march xorg server current version of pixman before reporting problems check to make sure that you have the latest version markers probed from config file default setting from command line notice ii informational ww warning ee error ni not implemented unknown log file var log xorg log time sat jun using config file etc xorg conf using config directory etc xorg conf d using system config directory usr share xorg conf d ee fatal server error ee no screens found ee ee please consult the the x org foundation support at for help ee please also check the log file at var log xorg log for additional information ee ee server terminated with error closing log file x org x server x protocol version revision build operating system linux debian current operating system linux epyc gigabyte lts smp preempt dynamic wed jun kernel command line boot image vmlinuz linux lts root uuid rw loglevel quiet build date march xorg server current version of pixman before reporting problems check to make sure that you have the latest version markers probed from config file default setting from command line notice ii informational ww warning ee error ni not implemented unknown log file var log xorg log time sat jun using config file etc xorg conf using config directory etc xorg conf d using system config directory usr share xorg conf d ee fatal server error ee no screens found ee ee please consult the the x org foundation support at for help ee please also check the log file at var log xorg log for additional information ee ee server terminated with error closing log file x org x server x protocol version revision build operating system linux debian current operating system linux epyc gigabyte lts smp preempt dynamic wed jun kernel command line boot image vmlinuz linux lts root uuid rw loglevel quiet build date march xorg server current version of pixman before reporting problems check to make sure that you have the latest version markers probed from config file default setting from command line notice ii informational ww warning ee error ni not implemented unknown log file var log xorg log time sat jun using config file etc xorg conf using config directory etc xorg conf d using system config directory usr share xorg conf d ee fatal server error ee no screens found ee ee please consult the the x org foundation support at for help ee please also check the log file at var log xorg log for additional information ee ee server terminated with error closing log file x org x server x protocol version revision build operating system linux debian current operating system linux epyc gigabyte lts smp preempt dynamic wed jun kernel command line boot image vmlinuz linux lts root uuid rw loglevel quiet build date march xorg server current version of pixman before reporting problems check to make sure that you have the latest version markers probed from config file default setting from command line notice ii informational ww warning ee error ni not implemented unknown log file var log xorg log time sat jun using config file etc xorg conf using config directory etc xorg conf d using system config directory usr share xorg conf d serverlayout screen monitor device input device input device automatically adding devices automatically enabling devices automatically adding gpu devices max clients allowed resource mask ww the directory usr share fonts cyrillic does not exist entry deleted from font path fontpath set to usr share fonts misc usr share fonts unscaled usr share fonts unscaled usr share fonts usr share fonts usr share fonts built ins modulepath set to usr lib xorg modules ww hotplugging is on devices using drivers kbd mouse or vmmouse will be disabled ww disabling ww disabling ii loader magic ii module abi versions x org ansi c emulation x org video driver x org xinput driver x org server extension using vt number ii systemd logind logind integration requires keeptty and keeptty was not provided disabling logind integration ii adding drm device dev dri ii adding drm device dev dri ii adding drm device dev dri pci rev mem i o bios pci rev mem i o bios pci rev mem i o bios ii loadmodule glx ii loading usr lib xorg modules extensions libglx so ii module glx vendor x org foundation compiled for module version abi class x org server extension version ii loadmodule nvidia ii loading usr lib xorg modules drivers nvidia drv so ii module nvidia vendor nvidia corporation compiled for module version module class x org video driver ii nvidia dlloader x driver tue jun utc ii nvidia unified driver for all supported nvidia gpus ii loading sub module fb ii loadmodule fb ii loading usr lib xorg modules libfb so ii module fb vendor x org foundation compiled for module version abi class x org ansi c emulation version ii loading sub module wfb ii loadmodule wfb ii loading usr lib xorg modules libwfb so ii module wfb vendor x org foundation compiled for module version abi class x org ansi c emulation version nvidia depth framebuffer bpp nvidia rgb weight nvidia default visual is truecolor nvidia using gamma correction nvidia option modevalidation nomaxpclkcheck noedidmaxpclkcheck nomaxsizecheck nohorizsynccheck novertrefreshcheck novirtualsizecheck noextendedgpucapabilitiescheck nototalsizecheck noduallinkdvicheck nodisplayportbandwidthcheck allownonedidmodes allowdpinterlaced nvidia option probeallgpus false nvidia option allowemptyinitialconfiguration true nvidia option connectedmonitor dfp nvidia enabling acceleration nvidia connectedmonitor string dfp ii loading sub module glxserver nvidia ii loadmodule glxserver nvidia ii loading usr lib xorg modules extensions libglxserver nvidia so ii module glxserver nvidia vendor nvidia corporation compiled for module version module class x org server extension ii nvidia glx module tue jun utc ii nvidia the x server supports prime render offload nvidia valid display device s on gpu at pci nvidia dfp nvidia dfp nvidia dfp nvidia dfp nvidia dfp nvidia dfp boot nvidia dfp nvidia dfp nvidia using connectedmonitor string dfp ii nvidia nvidia gpu nvidia rtx a at pci ii nvidia gpu nvidia memory kbytes nvidia videobios ii nvidia detected pci express link width nvidia gpu dfp connected nvidia gpu dfp internal displayport nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal tmds nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal displayport nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal tmds nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal displayport nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal tmds nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal displayport nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal tmds nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu mode validation overrides for dfp nvidia gpu nomaxsizecheck nvidia gpu novirtualsizecheck nvidia gpu nomaxpclkcheck nvidia gpu noedidmaxpclkcheck nvidia gpu nohorizsynccheck nvidia gpu novertrefreshcheck nvidia gpu noextendedgpucapabilitiescheck nvidia gpu nototalsizecheck nvidia gpu noduallinkdvicheck nvidia gpu nodisplayportbandwidthcheck nvidia gpu nvidia gpu allownonedidmodes nvidia gpu nvidia gpu nvidia gpu allowdpinterlaced ee nvidia gpu unable to add conservative default mode nvidia auto select ee nvidia gpu unable to add nvidia auto select mode to modepool ww nvidia no valid modes for dfp removing ww nvidia ww nvidia unable to validate any modes falling back to the default mode ww nvidia nvidia auto select ww nvidia ww nvidia no valid modes for dfp nvidia auto select removing ee nvidia unable to use default mode nvidia auto select ee nvidia failing initialization of x screen ii unloadmodule nvidia ii unloadsubmodule glxserver nvidia ii unloading glxserver nvidia ii unloadsubmodule wfb ii unloadsubmodule fb nvidia depth framebuffer bpp nvidia rgb weight nvidia default visual is truecolor nvidia using gamma correction nvidia option probeallgpus false nvidia option allowemptyinitialconfiguration true nvidia enabling acceleration ii nvidia the x server supports prime render offload nvidia valid display device s on gpu at pci nvidia dfp nvidia dfp nvidia dfp nvidia dfp nvidia dfp nvidia dfp boot nvidia dfp nvidia dfp ii nvidia nvidia gpu nvidia rtx a at pci ii nvidia gpu nvidia memory kbytes nvidia videobios ii nvidia detected pci express link width nvidia gpu dfp disconnected nvidia gpu dfp internal displayport nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal tmds nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal displayport nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal tmds nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal displayport nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu tech concepts dfp connected nvidia gpu tech concepts dfp internal tmds nvidia gpu tech concepts dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal displayport nvidia gpu dfp mhz maximum pixel clock nvidia gpu nvidia gpu dfp disconnected nvidia gpu dfp internal tmds nvidia gpu dfp mhz maximum pixel clock nvidia gpu ii nvidia validated metamodes ii nvidia null ii nvidia virtual screen size determined to be x nvidia dpi set to computed from dpi x commandline option ee screen s found but none have a usable configuration ee fatal server error ee no screens found ee ee please consult the the x org foundation support at for help ee please also check the log file at var log xorg log for additional information ee ee server terminated with error closing log file build configure default user setting default user uid default gid default usermod no changes adding default user to video audio input and pulse groups adding default user to any additional required device groups adding user default to group user gid for device dev input adding user default to group user gid for device dev dri adding user default to group user gid for device dev dri setting umask to create the user xdg runtime dir path tmp unix run adding default home directory template setting ownership of all log files in home default cache log setting root password setting user password done configure ssh server disable ssh server done configure container dbus container configured to run its own dbus done configure container to run udev management ensure the default user has permission to r w on input devices done locales already set correctly to en us utf utf done configure pulseaudio configure pulseaudio to pipe audio to a socket done found nvidia device nvidia rtx installing nvidia driver to match what is running on the host no intel device found no intel device found no amd device found done generate nvidia xorg conf configure xwrapper config configure container as primary the x server enabling evdev input class on pointers keyboards touchpads touch screens etc usr share xorg conf d evdev conf etc xorg conf d evdev conf configuring with gpu id gpu configuring with pci bus id pci writing config with modeline hsync vsync warning unable to locate open x configuration file package xorg server was not found in the pkg config search path perhaps you should add the directory containing xorg server pc to the pkg config path environment variable no package xorg server found option probeallgpus false added to screen option allowemptyinitialconfiguration true added to screen new x configuration file written to etc xorg conf done configure dockerd enable dockerd daemon add user default to docker group for sudoless execution done configure neko disable neko server done configure sunshine enable sunshine server done configure vnc configure vnc service port configure novnc service port configure audio websocket port configure pulseaudio encoded stream port enable vnc server patching novnc with audio websocket done done starting supervisord logging all root services to var log supervisor logging all user services to home default cache log info included extra file etc supervisor d dbus ini during parsing info included extra file etc supervisor d desktop ini during parsing info included extra file etc supervisor d dind ini during parsing info included extra file etc supervisor d neko ini during parsing info included extra file etc supervisor d pulseaudio ini during parsing info included extra file etc supervisor d sshd ini during parsing info included extra file etc supervisor d steam ini during parsing info included extra file etc supervisor d sunshine ini during parsing info included extra file etc supervisor d udev ini during parsing info included extra file etc supervisor d vnc audio ini during parsing info included extra file etc supervisor d vnc ini during parsing info included extra file etc supervisor d xorg ini during parsing info included extra file etc supervisor d xvfb ini during parsing info set uid to user succeeded info rpc interface supervisor initialized crit server unix http server running without any http authentication checking info supervisord started with pid info spawned dbus with pid info spawned udev with pid info spawned dind with pid info spawned xorg with pid info spawned audiostream with pid info spawned novnc with pid info spawned pulseaudio with pid info spawned vncproxy with pid info spawned with pid info spawned audiowebsock with pid info spawned desktop with pid info spawned sunshine with pid info success vncproxy entered running state process has stayed up for than seconds startsecs pulseaudio starting pulseaudio service info reaped unknown pid exit status info success dbus entered running state process has stayed up for than seconds startsecs info success udev entered running state process has stayed up for than seconds startsecs info success dind entered running state process has stayed up for than seconds startsecs info success xorg entered running state process has stayed up for than seconds startsecs info success audiostream entered running state process has stayed up for than seconds startsecs info success novnc entered running state process has stayed up for than seconds startsecs info success pulseaudio entered running state process has stayed up for than seconds startsecs info success entered running state process has stayed up for than seconds startsecs info success audiowebsock entered running state process has stayed up for than seconds startsecs info success desktop entered running state process has stayed up for than seconds startsecs info success sunshine entered running state process has stayed up for than seconds startsecs info exited xorg exit status not expected info spawned xorg with pid info success xorg entered running state process has stayed up for than seconds startsecs info exited xorg exit status not expected info spawned xorg with pid info success xorg entered running state process has stayed up for than seconds startsecs info exited xorg exit status not expected info spawned xorg with pid info success xorg entered running state process has stayed up for than seconds startsecs info exited xorg exit status not expected info spawned xorg with pid info success xorg entered running state process has stayed up for than seconds startsecs info exited xorg exit status not expected | 1 |
328,412 | 9,994,478,067 | IssuesEvent | 2019-07-11 17:46:33 | zeit/next.js | https://api.github.com/repos/zeit/next.js | closed | Serverless Next: make `next` dev-only dependency, introduce `next-server` for smaller builds and faster bootup | Feature: Serverless Type: Feature Request priority: high | The problem: when optimizing for a production build, invoking `next start` or using `require('next')` within a custom `server.js` involves bringing the entire set of `next` dependencies, including the ones related exclusively to development, such as `webpack`.
Not only is this problematic from a build image standpoint and download time performance when generating production builds, but it also likely hurts bootup time. _Note: This is lessened by the fact that we carefully lazily load heavy dependencies such as `webpack` in dev mode._
For the performance conscious and those sensitive to _cold start times_ (see for example: https://twitter.com/rauchg/status/990667331205447680), we can introduce a `next-server` package.
It would have the same capabilities as `require('next')` minus *all development-time settings*, plus a very small `next-server` CLI that can open a port and perform graceful shutdown.
What we want to optimize for:
- The total dependency set of `next-server` has to be **as small as possible**
- We must heavily optimize for bootup time to **start as quickly as possible**
Furthermore, we should provide an example in `examples/` of how to use `next-server` in combination with [`pkg`](https://github.com/zeit/pkg) to export your Next.js application as a **self-contained ELF binary**. | 1.0 | Serverless Next: make `next` dev-only dependency, introduce `next-server` for smaller builds and faster bootup - The problem: when optimizing for a production build, invoking `next start` or using `require('next')` within a custom `server.js` involves bringing the entire set of `next` dependencies, including the ones related exclusively to development, such as `webpack`.
Not only is this problematic from a build image standpoint and download time performance when generating production builds, but it also likely hurts bootup time. _Note: This is lessened by the fact that we carefully lazily load heavy dependencies such as `webpack` in dev mode._
For the performance conscious and those sensitive to _cold start times_ (see for example: https://twitter.com/rauchg/status/990667331205447680), we can introduce a `next-server` package.
It would have the same capabilities as `require('next')` minus *all development-time settings*, plus a very small `next-server` CLI that can open a port and perform graceful shutdown.
What we want to optimize for:
- The total dependency set of `next-server` has to be **as small as possible**
- We must heavily optimize for bootup time to **start as quickly as possible**
Furthermore, we should provide an example in `examples/` of how to use `next-server` in combination with [`pkg`](https://github.com/zeit/pkg) to export your Next.js application as a **self-contained ELF binary**. | priority | serverless next make next dev only dependency introduce next server for smaller builds and faster bootup the problem when optimizing for a production build invoking next start or using require next within a custom server js involves bringing the entire set of next dependencies including the ones related exclusively to development such as webpack not only is this problematic from a build image standpoint and download time performance when generating production builds but it also likely hurts bootup time note this is lessened by the fact that we carefully lazily load heavy dependencies such as webpack in dev mode for the performance conscious and those sensitive to cold start times see for example we can introduce a next server package it would have the same capabilities as require next minus all development time settings plus a very small next server cli that can open a port and perform graceful shutdown what we want to optimize for the total dependency set of next server has to be as small as possible we must heavily optimize for bootup time to start as quickly as possible furthermore we should provide an example in examples of how to use next server in combination with to export your next js application as a self contained elf binary | 1 |
93,745 | 3,908,905,456 | IssuesEvent | 2016-04-19 17:24:34 | Dolibarr/dolibarr | https://api.github.com/repos/Dolibarr/dolibarr | closed | Store the "vat code" with product prices | Priority High | So in a future we will be able to manage several vat with same rate, like we need to manage vat with NPR with OM-OMR and vat NPR without OM-OMR by keeping the vat combo box always visible. | 1.0 | Store the "vat code" with product prices - So in a future we will be able to manage several vat with same rate, like we need to manage vat with NPR with OM-OMR and vat NPR without OM-OMR by keeping the vat combo box always visible. | priority | store the vat code with product prices so in a future we will be able to manage several vat with same rate like we need to manage vat with npr with om omr and vat npr without om omr by keeping the vat combo box always visible | 1 |
240,249 | 7,800,718,368 | IssuesEvent | 2018-06-09 12:53:23 | tine20/Tine-2.0-Open-Source-Groupware-and-CRM | https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM | closed | 0011114:
multiple bugs in calendar js | Bug Calendar Mantis high priority | **Reported by sstamer on 2 Jul 2015 14:33**
**Version:** Elena (2015.07.1)
there are some Bugs in the Calendar (they happen more or less random)
1. Day view -> select Today (have events today) -> switch to week view -> the events are hovering above the week view
- Sometimes this happens after switching between views for some time
2. activate split and turn it off again -> change view -> sometimes the view buttons disappear and sometimes the whole view
3. activate split and turn it off again -> change view -> sometimes you see the split view for a brief moment
4. Uncaught TypeError: Cannot read property 'getHeight' of undefined
Tine.Calendar.CalendarPanelSplitPlugin.resizeWholeDayArea
5. year view + split view
- have two events
- you are organizer and attendee for both
- invite another person in one
- select the view for you and this person
-> Your Calendar will only show one event not both
| 1.0 | 0011114:
multiple bugs in calendar js - **Reported by sstamer on 2 Jul 2015 14:33**
**Version:** Elena (2015.07.1)
there are some Bugs in the Calendar (they happen more or less random)
1. Day view -> select Today (have events today) -> switch to week view -> the events are hovering above the week view
- Sometimes this happens after switching between views for some time
2. activate split and turn it off again -> change view -> sometimes the view buttons disappear and sometimes the whole view
3. activate split and turn it off again -> change view -> sometimes you see the split view for a brief moment
4. Uncaught TypeError: Cannot read property 'getHeight' of undefined
Tine.Calendar.CalendarPanelSplitPlugin.resizeWholeDayArea
5. year view + split view
- have two events
- you are organizer and attendee for both
- invite another person in one
- select the view for you and this person
-> Your Calendar will only show one event not both
| priority | multiple bugs in calendar js reported by sstamer on jul version elena there are some bugs in the calendar they happen more or less random day view gt select today have events today gt switch to week view gt the events are hovering above the week view sometimes this happens after switching between views for some time activate split and turn it off again gt change view gt sometimes the view buttons disappear and sometimes the whole view activate split and turn it off again gt change view gt sometimes you see the split view for a brief moment uncaught typeerror cannot read property getheight of undefined tine calendar calendarpanelsplitplugin resizewholedayarea year view split view have two events you are organizer and attendee for both invite another person in one select the view for you and this person gt your calendar will only show one event not both | 1 |
471,484 | 13,578,244,212 | IssuesEvent | 2020-09-20 06:36:01 | AY2021S1-CS2103T-W15-2/tp | https://api.github.com/repos/AY2021S1-CS2103T-W15-2/tp | opened | As a novice user, I want to be able to save meeting links for online lessons | priority.High type.Story | ... so that my students can join lessons even if they cannot make it physically. | 1.0 | As a novice user, I want to be able to save meeting links for online lessons - ... so that my students can join lessons even if they cannot make it physically. | priority | as a novice user i want to be able to save meeting links for online lessons so that my students can join lessons even if they cannot make it physically | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.