You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/08/07 05:34:44 UTC

[GitHub] [incubator-superset] PhucNgo1711 opened a new issue #10547: Cannot login using default username and password

PhucNgo1711 opened a new issue #10547:
URL: https://github.com/apache/incubator-superset/issues/10547


   A clear and concise description of what the bug is.
   
   This is my first time using Superset and I followed the instructions here 
   https://superset.apache.org/installation.html#start-with-docker
   
   ### Expected results
   I was able to clone and run `docker-compose up` successfully. 
   I opened `http://localhost:8088` on my browser and entered `admin` for both username and password. 
   
   ### Actual results
   
   I got an `Invalid login. Please try again.` message
   
   #### Screenshots
   
   ![Screen Shot 2020-08-07 at 1 31 18 AM](https://user-images.githubusercontent.com/14838084/89612407-be006600-d84d-11ea-98d4-408581d12662.png)
   
   #### How to reproduce the bug
   
   I followed https://superset.apache.org/installation.html#start-with-docker
   
   ### Environment
   
   - superset version: `NA`
   - python version: `3.7.3`
   - node.js version: `11.0..0`
   - npm version: `6.14.4`
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] PhucNgo1711 commented on issue #10547: Cannot login using default username and password

Posted by GitBox <gi...@apache.org>.
PhucNgo1711 commented on issue #10547:
URL: https://github.com/apache/incubator-superset/issues/10547#issuecomment-670727991


   Ah this is a duplicate of #10149.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] PhucNgo1711 commented on issue #10547: Cannot login using default username and password

Posted by GitBox <gi...@apache.org>.
PhucNgo1711 commented on issue #10547:
URL: https://github.com/apache/incubator-superset/issues/10547#issuecomment-670653261


   I have this issue on `macOS`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] llxnqueen commented on issue #10547: Cannot login using default username and password

Posted by GitBox <gi...@apache.org>.
llxnqueen commented on issue #10547:
URL: https://github.com/apache/incubator-superset/issues/10547#issuecomment-670387699


   same problem, hope for an answer soon!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] skorski commented on issue #10547: Cannot login using default username and password

Posted by GitBox <gi...@apache.org>.
skorski commented on issue #10547:
URL: https://github.com/apache/incubator-superset/issues/10547#issuecomment-670503692


   Ditto.  I'm wondering if something happened to the docker file.  I tried running the superset-init script but got:
   
   ```
   ‘bash\r’: No such file or directory
   ```
   
   Would love to help put in  PR if someone could give me more direction.  I'm new to this repo.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #10547: Cannot login using default username and password

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #10547:
URL: https://github.com/apache/incubator-superset/issues/10547#issuecomment-670334675


   Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.65. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] PhucNgo1711 edited a comment on issue #10547: Cannot login using default username and password

Posted by GitBox <gi...@apache.org>.
PhucNgo1711 edited a comment on issue #10547:
URL: https://github.com/apache/incubator-superset/issues/10547#issuecomment-670653261


   I have this issue on `macOS`
   
   **EDIT:** 
   I was able to fix the `'bash\r': No such file or directory` issue using @rgarci comment and [this](https://github.com/clean-docker/Magento2/issues/27)
   
   But then I got this error
   ```
   superset_init            | Traceback (most recent call last):
   superset_init            |   File "/usr/local/bin/superset", line 6, in <module>
   superset_init            |     with open(__file__) as f:
   superset_init            | FileNotFoundError: [Errno 2] No such file or directory: '/app/superset/bin/superset'
   superset_init exited with code 1
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] PhucNgo1711 closed issue #10547: Cannot login using default username and password

Posted by GitBox <gi...@apache.org>.
PhucNgo1711 closed issue #10547:
URL: https://github.com/apache/incubator-superset/issues/10547


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] rgarci commented on issue #10547: Cannot login using default username and password

Posted by GitBox <gi...@apache.org>.
rgarci commented on issue #10547:
URL: https://github.com/apache/incubator-superset/issues/10547#issuecomment-670646339


   I guess you're running on windows, this is a problem caused by git cause it has a default configuration that changes Unix-style line breaks to windows ones, in order to surpass this you need to:
   
   - delete your current repo
   - apply `git config --global core.autocrlf false` so it doesn't change the line breaks
   - clone the repo again
   Now you won't be seing this error
   
   checkout : https://stackoverflow.com/questions/29045140/env-bash-r-no-such-file-or-directory


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org