question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Describe the issue

Build errors:

Assets/Vimeo/Scripts/Player/VimeoPlayer.cs(339,34): error CS0234: The type or namespace name Parse' does not exist in the namespace JSON’. Are you missing an assembly reference? Assets/Vimeo/Scripts/Recorder/VimeoPublisher.cs(55,42): error CS0234: The type or namespace name Parse' does not exist in the namespace JSON’. Are you missing an assembly reference? Assets/Vimeo/Scripts/Recorder/VimeoPublisher.cs(129,34): error CS0234: The type or namespace name Parse' does not exist in the namespace JSON’. Are you missing an assembly reference? Assets/Vimeo/Scripts/Recorder/VimeoPublisher.cs(147,34): error CS0234: The type or namespace name Parse' does not exist in the namespace JSON’. Are you missing an assembly reference? Assets/Vimeo/Scripts/Services/VimeoUploader.cs(93,37): error CS0234: The type or namespace name Parse' does not exist in the namespace JSON’. Are you missing an assembly reference?

Steps to reproduce the problem

Import package vimeo-0.9.3.unitypackage Build

Unity version

Unity 2017.3.1f1 vimeo-0.9.3.unitypackage

Operating system

Windows 10

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
michaelboccaracommented, Nov 11, 2018

Hi, ok I know why the problem is happening with me only: I have other JSON packages installed in my project (with JSON as a namespace rather than a static class). Still strange that the compiler handles this ambiguity in such a bad way. For this package I guess it would be safer to use an explicit naming Vimeo.SimpleJSON.JSON. Or at least SimpleJSON.JSON.

0reactions
caseypughcommented, Jan 2, 2019

Fixed in #65 - now in master. Thank you, @michaelboccara !

Read more comments on GitHub >

github_iconTop Results From Across the Web

JSON error handling
You can create customized JSON errors using the Set Message filter with the JSON Error filter. The Set Message filter can change the...
Read more >
Compile errors with .json files? - Ask
Is this happening to anyone else? When I try to compile, it returns the error: ERROR: Unhandled exception: Dependency file ...
Read more >
Error in Creating JSON object - java
I'm getting an JSON array as a string value and I need to create a JSON object using that. array code is like...
Read more >
How to Fix the Invalid JSON Error in WordPress
How To Fix 'Updating Failed. The Response is Not a Valid JSON Response' Error · Check the URL Settings of the WordPress Site...
Read more >
Build error when using json objects in `define` · Issue #10848
I think it's because when JS parsers encounter a { at the beginning of a line, it will be treated as the beginning...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found