Coder Social home page Coder Social logo

bite-project's People

Contributors

alexisutest avatar jasonstredwick avatar

bite-project's Issues

Nothing happens when the icon is clicked

What steps will reproduce the problem?
1. Click the icon and nothing happens
2.
3.

What is the expected output? What do you see instead?
Was expecting the tool to respond when icon is clicked. But nothing happens. I 
was referring to https://code.google.com/p/bite-project/wiki/building.


What version of the product are you using? On what operating system?
v2.0.1.10_deps

Please provide any additional information below.

When I added extension to chrome by selecting the output/extension folder, I 
had an issue with an error of missing manifest_version: 2 in manifest.json 
which I added to solve the problem. But then I got a warning saying 
"Background-page requires manifest version of 1 or lower". 




Original issue reported on code.google.com by [email protected] on 26 Nov 2013 at 9:02

Namespace "goog.ui.AutoComplete.Basic" never provided

Trying to build from git:

Downloading closure compiler jar file.
Downloading soy compiler and utils.
deps/closure/closure-library/closure/bin/build/closurebuilder.py: Scanning 
paths...
deps/closure/closure-library/closure/bin/build/closurebuilder.py: 1025 sources 
scanned.
deps/closure/closure-library/closure/bin/build/closurebuilder.py: Building 
dependency tree..
Traceback (most recent call last):
  File "deps/closure/closure-library/closure/bin/build/closurebuilder.py", line 256, in <module>
    main()
  File "deps/closure/closure-library/closure/bin/build/closurebuilder.py", line 203, in main
    tree = depstree.DepsTree(sources)
  File "/home/bfife/bite-project/deps/closure/closure-library/closure/bin/build/depstree.py", line 56, in __init__
    raise NamespaceNotFoundError(require, source)
depstree.NamespaceNotFoundError: Namespace "goog.ui.AutoComplete.Basic" never 
provided. Required in Source tools/rpf/extension/src/libs/loaddialog.js


Seems like the closure library was renamed to goog.ui.ac but I don't see 
basic.js anywhere.

Original issue reported on code.google.com by [email protected] on 24 Oct 2012 at 3:52

BITE extension is not working in Chrome Version 23.0.1271.97 m

What steps will reproduce the problem?
1. Build 2.0.1.10
2. Installed from folder
3. Got an Error for "manifest_version": 2,
4. Added in "manifest_version": 2, in "manifest.json" 
5. again loaded
6. Now clicking on Bite Icon to use

What is the expected output? What do you see instead?
Clicking on Bite Icon is not doing anything.
It should show options like record/report bug. 

What version of the product are you using? On what operating system?
2.0.1.10

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Dec 2012 at 6:21

Can't build project.

What steps will reproduce the problem?
1. Unzipped source to folder.
2. Installed python 3.3.0
3. Invoked python build.py in root of source distribution.

What is the expected output? What do you see instead?
$ python build.py
  File "build.py", line 180
    print 'Running command: %s' % command
                              ^
SyntaxError: invalid syntax
                                  ^

What version of the product are you using? On what operating system?
Using python 3.3.0, Win 7 Enterprise, Git Bash

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 9 Oct 2012 at 8:12

Still having problems building

Just pulled down the latest once I saw your comments from earlier today and 
tried to build again.

See attached for build log.

Also can't seem to get Chrome to load the extension due to the second issue.

I originally came across this tool after watching a webcast on how Google tests 
software and was very hopeful for something like this tool to address a number 
of issues that my development team is having in creating quality software - am 
still holding out hope but if it is this difficult in getting this thing up and 
running then soon my hopes will fail

Original issue reported on code.google.com by [email protected] on 13 Feb 2012 at 8:09

Attachments:

aaaaaa

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Oct 2011 at 4:28

BITE messes up Chrome - new tab, and gmail pages

What steps will reproduce the problem?
1. On Chrome in Mac or Linux, open a new tab, or open a gmail tab
2. Display is messed up. 
3.

What is the expected output? What do you see instead?
The display is all messed up. For the new tab it is temporary. For gmail it 
partially resolves after 5-10 seconds, but some parts of the page don't work or 
aren't shown. This varies.

What version of the product are you using? On what operating system?
2.7.0.11, Mac and Linux.

If I disable BITE, everything is fine.

Please provide any additional information below.
Contact me for the internal bug report that includes screenshots.

Turning BITE off and on turns the problem off and on.

Original issue reported on code.google.com by [email protected] on 29 Apr 2014 at 6:14

Extension can't be used for first time users

What steps will reproduce the problem?
0. Have Chrome installed and no BITE extension installed.
1. Build the latest extension from dev channel and install.
2. Log off in Chrome, or try in incognito browser.
3. Click the BITE icon

What is the expected output? What do you see instead?
It should show the popup dialog with a link to ask users sign in first or maybe 
refresh the credentials.

But it only shows the BITE logo/version and a red "No login available" text in 
the popup dialog. First time users wouldn't know what to do next.


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 9 Feb 2012 at 10:11

Not Able to 'Load Unpacked Extension'

What steps will reproduce the problem?
1. Download 'v1.0.0.0_deps' from 
http://code.google.com/p/bite-project/downloads/list and extract the zip file.

2. Go to chrome://extensions/ and select 'Load Unpacked Extension'.
3. Select the build folder.

What is the expected output? What do you see instead?
Expected output is  'build' folder should be there but inside the folder I can 
see 'build_gen' folder.

What version of the product are you using? On what operating system?
WIN XP Version 2002 Service Pack 3.

Please provide any additional information below.

I tried to use build_gen folder but I got error that manifest.json not found. 
Then I use v1.0.0.0_deps\bite-project\src\client  but I got attched error.

Original issue reported on code.google.com by [email protected] on 15 Dec 2011 at 2:21

Attachments:

Bad version number in .class file

What steps will reproduce the problem?
1. Pyton 2.72
2. Java 1.7
3. build.py

What is the expected output? What do you see instead?
Successful build - instead got an error.

What version of the product are you using? On what operating system?
v2.0.1.10_deps.zip

Original issue reported on code.google.com by [email protected] on 12 Feb 2012 at 8:59

Attachments:

two times hadder will shown

Hey hi testing team,
this is manjeet android dev, I'll saw one bug in google chrome web browser and 
think to know abt that bugs to you.

What steps will reproduce the problem?
1. open google.com 
2. click on play 
3. again click on play

What is the expected output? What do you see instead?
no header shown( header two times display)

What version of the product are you using? On what operating system?
Version 28.0.1500.72 m(google crome web browser)

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 17 Jul 2013 at 7:13

Attachments:

Nothing happens when i click on the icon on my chrome

What steps will reproduce the problem?
1. Download and build.
2. Install and restart chrome
3. Click on the blue icon and nothing happens


What is the expected output? What do you see instead?
Expect to see the record/playback and other options dont see any

What version of the product are you using? On what operating system?
OSX Lion and Chrome
Using v2.0.1.10_deps.zip

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 11 Jun 2013 at 4:38

Cant build the project

~/bite-project $ python build.py
Traceback (most recent call last):
  File "build.py", line 154, in <module>
    main()
  File "build.py", line 52, in main
    result = ParseOptions()
  File "/home/codereview/bite-project/buildhelper.py", line 358, in ParseOptions
    SetupDep(dep_name)
  File "/home/codereview/bite-project/buildhelper.py", line 251, in SetupDep
    ExecuteCommand(dep[CHECKOUT_COMMAND] % (dep[URL], dep[ROOT]))
  File "/home/codereview/bite-project/buildhelper.py", line 215, in ExecuteCommand
    stderr=subprocess.PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1239, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory



Original issue reported on code.google.com by [email protected] on 9 Sep 2012 at 8:13

Test summary2

What steps will reproduce the problem?
1. click start
2. Click submit
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Oct 2011 at 9:37

Could not load extension icon 'imgs/bite-logo_100x100.png

What steps will reproduce the problem?
1. Get the source
2. Open Chrome and go to extensions
3. Load unpacked extension

What is the expected output? What do you see instead?
The output should be installed bite extension to chrome. Instead I am getting 
error "Could not load extension from '/BITE/bite-project'. Could not load 
extension icon 'imgs/bite-logo_100x100.png'."


What version of the product are you using? On what operating system?
OSX Snow Leopard, OSX Lion, Ubuntu 11, Windows 7 pro x64

Please provide any additional information below.
bite-logo_100x100.png exist in the imgs folder in the source

Original issue reported on code.google.com by [email protected] on 18 Nov 2011 at 2:52

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.