You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when use cat gh.list | amch import to import that file. I get the error FORBIDDEN. The bad thing that I from the script output I can't understand what line in my file gives that API error.
root@f25006768dbc:/allmychanges# cat gh.list | amch import
Traceback (most recent call last):
File "/usr/local/bin/amch", line 9, in <module>
load_entry_point('allmychanges==0.3.0', 'console_scripts', 'amch')()
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 488, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 474, in main
self.invoke(ctx)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 758, in invoke
return self.invoke_subcommand(ctx, cmd, cmd_name, ctx.args[1:])
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 767, in invoke_subcommand
return cmd.invoke(cmd_ctx)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 659, in invoke
ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 325, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/allmychanges/client.py", line 87, in _import
_add_changelogs(config, dataset.dict)
File "/usr/local/lib/python2.7/dist-packages/allmychanges/client.py", line 177, in _add_changelogs
source=source)
File "/usr/local/lib/python2.7/dist-packages/allmychanges/api.py", line 57, in update_changelog
source=source))
File "/usr/local/lib/python2.7/dist-packages/allmychanges/api.py", line 37, in <lambda>
_put = lambda *args, **kwargs: _call('put', *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/allmychanges/api.py", line 31, in _call
raise ApiError(response.reason, response)
allmychanges.api.ApiError: FORBIDDEN
root@f25006768dbc:/allmychanges#
The text was updated successfully, but these errors were encountered:
I've to check, but possible that is because you have in this list a package which already in the service, but under another namespace/name and was added by somebody else. In this case you can't change it's namespace and name and script should ask if you want to track this package as is.
I have created file
gh.list
to import to http://allmychanges.com/ (I've created it with the commandget_github_favorites bessarabov > gh.list
https://metacpan.org/release/App-AllMyChangesUtils ).But when use
cat gh.list | amch import
to import that file. I get the errorFORBIDDEN
. The bad thing that I from the script output I can't understand what line in my file gives that API error.Here is my file and the full error I get:
The text was updated successfully, but these errors were encountered: