Git Product home page Git Product logo

mobdisttool's People

Contributors

gautamkrishnar avatar rgroult avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mobdisttool's Issues

404 and message: Not found

Hi,

I'm trying to implement

Retrieve Max Version for specific branch functionality

But I'm getting 404, below is my POST request

/api/applications/v1/app/44393c1b-ce62-4321-8f52-fb578ee15a58/maxversion/prod?hash=74ee52c130628d351008bed177a01fcf&branch=master&ts=1507262661283

And as you can see I've deployed the application on local machine
image

Trying to build a sample android app which can demonstrate this function.. I'll later do a pull request if this is successful. Thanks!!!

Force installation of APK

Is there any way to force the un-install / install of new apk on all devices that are registered?

Uploading huge IPA fails

Hi,

We're trying to upload a 1G ipa file (little over actually).

We have nginx in front of the docker containers to account for HTTPS.
Nginx limits are set to huge numbers but the upload does not go through... the same happens if I try to address the MobDistTool (on another port).

Is there any max file size baked into MobDistTool?

Unable to connect to MongoDB

Hi

Thank you for this great tool. ๐Ÿ‘
Apologies if this is a stupid question, I'm a bit of a noob with using these tools.

I'm trying to run mdt from docker but get this error:

Observatory listening on http://0.0.0.0:8181
[2017-01-10 03:10:09.748249] INFO RPC: MDT starting ...
[2017-01-10 03:10:09.755826] INFO RPC: logging file : mdt_logs_20170110.txt
[2017-01-10 03:10:09.758326] INFO RPC: mongo initializing on  mongodb://localhost:27017/mdt_dev
Unhandled exception:
SocketException: OS Error: Connection refused, errno = 111, address = localhost, port = 36890
#0      _ConnectionManager._connect.<_connect_async_body> (package:mongo_dart/src/network/connection_manager.dart)
#1      _asyncErrorWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:34)
#2      _RootZone.runBinary (dart:async/zone.dart:1210)
#3      _FutureListener.handleError (dart:async/future_impl.dart:146)
#4      _Future._propagateToListeners.handleError (dart:async/future_impl.dart:649)
#5      _Future._propagateToListeners (dart:async/future_impl.dart:671)
#6      _Future._completeError (dart:async/future_impl.dart:485)
#7      _Future._asyncCompleteError.<anonymous closure> (dart:async/future_impl.dart:537)
#8      _microtaskLoop (dart:async/schedule_microtask.dart:41)
#9      _startMicrotaskLoop (dart:async/schedule_microtask.dart:50)
#10     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:96)
#11     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:149)

Any ideas?

Docker Build Fail due to SocketException

Bonjour, I am really appreciating your works. I tried to deploy MobDistTool by docker in Digital Ocean. I used the docker pre-built images. However, a SocketException error occurs when initializing the mongodb.

capture

Could you help me with this error? Thanks in advance !

Can't run the docker container

Hi

I am having issues running the docker container.

I have already installed mongo and comment the bind ip setting, hence allowing the mongodb to be connected from all interfaces.

Appreciate the assitance

===== TERMINAL OUTPUT =====
[root@ip-10-0-0-121 ~]# docker run -i -t 6b2847c9dc09 /bin/bash
Observatory listening on http://0.0.0.0:8181/
[2017-07-11 08:56:29.439077] INFO RPC: MDT starting ...
[2017-07-11 08:56:29.444843] INFO RPC: logging file : mdt_logs_20170711.txt
[2017-07-11 08:56:29.446405] INFO RPC: mongo located on mongodb://localhost:27017/mdt_dev
[2017-07-11 08:56:29.447208] INFO RPC: mongo initializing...
[2017-07-11 08:56:29.472770] INFO RPC: mongo initializing failed [SocketException: OS Error: Connection refused, errno = 111, address = localhost, port = 49804], waiting 3 secs before next try ..
[2017-07-11 08:56:32.474346] INFO RPC: mongo located on mongodb://localhost:27017/mdt_dev
[2017-07-11 08:56:32.474780] INFO RPC: mongo initializing...
[2017-07-11 08:56:32.476917] INFO RPC: mongo initializing failed [SocketException: OS Error: Connection refused, errno = 111, address = localhost, port = 49808], waiting 3 secs before next try ..
^C[root@ip-10-0-0-121 ~]#
[root@ip-10-0-0-121 ~]#
[root@ip-10-0-0-121 ~]#
===== TERMINAL OUTPUT =====

Artifcat Error

Hi ,
While uploading artifact I am getting this error
ARTIFACT_ERROR: null. Reason: Unable to add artifact: Unable to analyse IPA

Its happening with apk also

Below is my artifact code ,is this is correct ?

[{
"branch":"master",
"version":"1.2.3",
"name":"dev",
"file":"/Users/ian/Desktop/temp.ipa"
}]

Can you help me please

HttpException: Content size below specified contentLength

hello, I was trying to install ios app in iphone and failed with following error

2016-07-22 14:13:17:[App/0] ERROR - 2016-07-22 06:13:17.481332
2016-07-22 14:13:17:[App/0] Asynchronous error
2016-07-22 14:13:17:[App/0] HttpException: Content size below specified contentLength. 2825 bytes written but expected 6951837., uri = /api/in/v1/artifacts/cec27d95-e438-4fe9-a705-3eb472248a66/file?token=4c3678b9b99577dc27e1f39d2c737b61
2016-07-22 14:13:17:[App/0] dart:isolate _RawReceivePortImpl._handleMessage

by the way, MDT_SERVER_URL not mentioned in readme, so delpoy function can't be used if server is not run in local. ^_^

Sample APK(ApkTest) is downloaded

Hi,

I've created a release and uploaded my test apk.. The apk size is around 4MB.. But the downloaded apk is around 490 KB.. When I install the apk a TestApk is launched... And I get below error on the server logs. Any ides?

ERROR - 2017-10-09 02:43:44.961672
Asynchronous error
HttpException: Content size below specified contentLength. 497449 bytes written but expected 4227809., uri = /api/in/v1/artifacts/989be8d6-28a8-478c-93f2-256c5b60a3e1/file?token=3732ddd092a88a9ada9a065ec3e207a9
dart:isolate _RawReceivePortImpl._handleMessage

screen shot 2017-10-09 at 9 49 37 am

[Need help] Setup MDT server with https

I have set up MDT successfully with port 8080, but I can not install iOS app, because iOS does not allow install app without https url.

So I try to change port from 8080 to 8443 but it is not working.

Can anyone help me to build MDT with https connetion

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.