-
Notifications
You must be signed in to change notification settings - Fork 73
IllegalArgumentException thrown when forms and instances db not present. #303
Comments
every time when I deleted the |
@opendatakit-bot claim |
Hello @manit-alokbatham! You have attempted to claim an issue without the labels "help wanted", "good first issue". It seems like you are new to Open Data Kit, so we suggest working on a good first issue issue first. After doing one quick win, then try a help wanted issue. We also recommend reading README.md and CONTRIBUTING.md before getting started. To claim this issue anyway, comment on this issue again with the command |
@opendatakit-bot claim --force |
Welcome to Open Data Kit, @manit-alokbatham! We just sent you an invite to collaborate on this repository at https://github.com/opendatakit/skunkworks-crow/invitations. Please accept this invite in order to claim this issue and begin a fun and rewarding experience contributing to Open Data Kit! Here are some tips to get you off to a good start:
See you on the other side (that is, the pull request side)! |
I'm trying to reproduce this. But, I'm not able to transfer the form saved from one device to other over wi-fi/bluetooth in both cases there is time-out to connect/pair coming on screen in the end, even in the case of bluetooth, I checked that my device is available in the list, but at the time of pairing it fails and in the end time-out. (tried on master's .apk) Devices Used- Instructions for connection. Note: I installed fresh ODK in my both devices, and I installed skunkworks-crow.apk in the both devices using adb install command. Then i deleted all the paths/directories created with it's installation. And when i tried this for the second time. I deleted previous paths/directories first. Note: Even issue has been fixed from my end, i need to check at my end first. |
hello @manit-alokbatham Just make some things pair both devices initially and then start transforming or make the default transferring method as Bluetooth |
Okay, I'll check this later. |
Hello @manit-alokbatham, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 15 days. You can reclaim this issue or claim any other issue by commenting Thanks for your contributions, and hope to see you again soon! |
Software and hardware versions
Android vx.x.x, device used...
Problem description
When you fresh download the ODK-Collect and Skunkworks-Crow app(Clear all storage directories of both the apps), and when transferring of forms happens receiver throws IllegalArgumentException.
Steps to reproduce the problem
Expected behavior
App should not crash.
Other information
It looks like whenever ODK-Collect app is fresh started both instances and forms db is not created due to which it crashes in skunkworks-crow because its not able to find the table to which it wants to write.
Crash log
The text was updated successfully, but these errors were encountered: