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 2022/11/22 05:38:53 UTC

[GitHub] [superset] mikri2017 opened a new issue, #22192: Don't working import dashboard by API in last master branch #bug

mikri2017 opened a new issue, #22192:
URL: https://github.com/apache/superset/issues/22192

   By swagger:
   ```
   curl -X 'POST' \
     'http://test-spsetdev.comandor.local:8088/api/v1/dashboard/import/' \
     -H 'accept: application/json' \
     -H 'Content-Type: multipart/form-data' \
     -F 'formData=@dashboard_export_20221122T043446.zip;type=application/zip' \
     -F 'overwrite=false' \
     -F 'passwords='
   ```
   Response:
   ```
   {
     "errors": [
       {
         "message": "Expecting value: line 1 column 1 (char 0)",
         "error_type": "GENERIC_BACKEND_ERROR",
         "level": "error",
         "extra": {
           "issue_codes": [
             {
               "code": 1011,
               "message": "Issue 1011 - Superset encountered an unexpected error."
             }
           ]
         }
       }
     ]
   }
   ```


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

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


Re: [I] Don't working import dashboard by API in last master branch #bug [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #22192:
URL: https://github.com/apache/superset/issues/22192#issuecomment-1977347963

   This version of Superset is no longer supported. If anyone is still encountering this in current versions (3.x) please open a new Issue or a PR to address the problem.  


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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


Re: [I] Don't working import dashboard by API in last master branch #bug [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed issue #22192: Don't working import dashboard by API in last master branch #bug
URL: https://github.com/apache/superset/issues/22192


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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] [superset] lucas1221 commented on issue #22192: Don't working import dashboard by API in last master branch #bug

Posted by "lucas1221 (via GitHub)" <gi...@apache.org>.
lucas1221 commented on issue #22192:
URL: https://github.com/apache/superset/issues/22192#issuecomment-1597527121

   Same here with Superset 2.1.0


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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